aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2012-01-10Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...Linus Torvalds
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2012-01-10Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn
2012-01-10workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov
2012-01-10procfs: parse mount optionsVasiliy Kulikov
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming
2012-01-10sparc: make SA_NOMASK a synonym of SA_NODEFERMatt Fleming
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker
2012-01-10reiserfs: delete comments referring to the BKLDavidlohr Bueso
2012-01-10drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings
2012-01-10drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson
2012-01-10drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen
2012-01-10drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin
2012-01-10drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin
2012-01-10drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown
2012-01-10drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown
2012-01-10rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey
2012-01-10drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij
2012-01-10rtc/ab8500: set can_wake flagAndrew Lynn
2012-01-10rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund
2012-01-10drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy
2012-01-10drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy
2012-01-10drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary
2012-01-10MIPS: randomize PIE load addressDavid Daney
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney
2012-01-10crc32: optimize inner loopJoakim Tjernlund
2012-01-10checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft
2012-01-10checkpatch: typeof may have more complex argumentsAndy Whitcroft
2012-01-10checkpatch: ensure cast type is unique in the context parserAndy Whitcroft
2012-01-10checkpatch: fix complex macros handling of square bracketsAndy Whitcroft
2012-01-10checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft
2012-01-10checkpatch: complex macro should allow the empty do while loopAndy Whitcroft
2012-01-10checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft
2012-01-10checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft
2012-01-10checkpatch: optimise statement scanner when mid-statementAndy Whitcroft
2012-01-10checkpatch: ## is not a valid modifierAndy Whitcroft
2012-01-10checkpatch: improve memset and min/max with cast checkingJoe Perches
2012-01-10checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft
2012-01-10checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft