summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-11166-1875/+3044
|\
| * user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-112-4/+46
| * workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo2012-01-112-26/+53
| * procfs: add hidepid= and gid= mount optionsVasiliy Kulikov2012-01-115-4/+135
| * procfs: parse mount optionsVasiliy Kulikov2012-01-113-2/+64
| * procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov2012-01-112-0/+367
| * procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov2012-01-112-11/+11
| * signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-113-5/+23
| * sparc: make SA_NOMASK a synonym of SA_NODEFERMatt Fleming2012-01-111-1/+2
| * reiserfs: don't lock root inode searchingFrederic Weisbecker2012-01-111-15/+13Star
| * reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-112-43/+31Star
| * reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2012-01-112-22/+24
| * reiserfs: delete comments referring to the BKLDavidlohr Bueso2012-01-111-7/+4Star
| * drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-111-2/+2
| * drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2012-01-112-2/+20
| * drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-115-5/+0Star
| * drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin2012-01-111-1/+1
| * drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin2012-01-111-1/+1
| * rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-1130-351/+30Star
| * drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown2012-01-111-3/+1Star
| * drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown2012-01-111-20/+0Star
| * rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey2012-01-112-0/+124
| * drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij2012-01-111-3/+3
| * rtc/ab8500: set can_wake flagAndrew Lynn2012-01-111-0/+2
| * rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund2012-01-111-2/+2
| * drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy2012-01-111-53/+59
| * drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy2012-01-111-0/+11
| * drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary2012-01-111-1/+1
| * MIPS: randomize PIE load addressDavid Daney2012-01-111-0/+1
| * fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney2012-01-114-1/+6
| * crc32: optimize inner loopJoakim Tjernlund2012-01-111-10/+11
| * checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft2012-01-111-4/+7
| * checkpatch: typeof may have more complex argumentsAndy Whitcroft2012-01-111-1/+1
| * checkpatch: ensure cast type is unique in the context parserAndy Whitcroft2012-01-111-1/+1
| * checkpatch: fix complex macros handling of square bracketsAndy Whitcroft2012-01-111-1/+1
| * checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft2012-01-111-1/+1
| * checkpatch: complex macro should allow the empty do while loopAndy Whitcroft2012-01-111-1/+1
| * checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft2012-01-111-1/+1
| * checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft2012-01-111-5/+12
| * checkpatch: optimise statement scanner when mid-statementAndy Whitcroft2012-01-111-2/+20
| * checkpatch: ## is not a valid modifierAndy Whitcroft2012-01-111-1/+3
| * checkpatch: improve memset and min/max with cast checkingJoe Perches2012-01-111-36/+33Star
| * checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft2012-01-111-6/+22
| * checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft2012-01-111-51/+39Star
| * checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches2012-01-111-0/+6
| * checkpatch: update signature "might be better as" warningJoe Perches2012-01-111-2/+5
| * btree: export btree_get_prev() so modules can use btree_for_eachSteve Hodgson2012-01-111-0/+1
| * leds: convert wm8350 driver to devm_kzalloc()Mark Brown2012-01-111-5/+2Star
| * leds: convert wm831x status driver to devm_kzalloc()Mark Brown2012-01-111-3/+2Star
| * drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin2012-01-111-1/+1