aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-01-10checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches
2012-01-10checkpatch: update signature "might be better as" warningJoe Perches
2012-01-10btree: export btree_get_prev() so modules can use btree_for_eachSteve Hodgson
2012-01-10leds: convert wm8350 driver to devm_kzalloc()Mark Brown
2012-01-10leds: convert wm831x status driver to devm_kzalloc()Mark Brown
2012-01-10drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin
2012-01-10drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin
2012-01-10drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin
2012-01-10leds: convert leds-dac124s085 to module_spi_driverAxel Lin
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin
2012-01-10backlight: convert pwm_bl to dev_pm_opsMark Brown
2012-01-10backlight: convert platform_lcd to devm_kzalloc()Mark Brown
2012-01-10backlight: use kstrtoul()Jingoo Han
2012-01-10drivers/video/backlight/ep93xx_bl.c: remove duplicated header includeJingoo Han