aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-01-10backlight/ld9040.c: regulator control in the driverDonghwa Lee
2012-01-10backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin
2012-01-10backlight: remove ADX backlight device supportPaul Bolle
2012-01-10devfreq: add devfreq maintainer entryKyungmin Park
2012-01-10MAINTAINERS: spi: update F: patternsJoe Perches
2012-01-10MAINTAINERS: serial:blackfin: update F: patternJoe Perches
2012-01-10MAINTAINERS: staging: media: update F: patternsJoe Perches
2012-01-10MAINTAINERS: update encrypted-keys F: patternsJoe Perches
2012-01-10MAINTAINERS: update greth F: patternsJoe Perches
2012-01-10MAINTAINERS: update tulip F: patternsJoe Perches
2012-01-10MAINTAINERS: update sdhci F: patternsJoe Perches
2012-01-10MAINTAINERS: update mfd F: patternsJoe Perches
2012-01-10MAINTAINERS: update marvell ccic F: patternsJoe Perches
2012-01-10MAINTAINERS: update bt8xx gpio F: patternsJoe Perches
2012-01-10MAINTAINERS: update adp gpio F: patternsJoe Perches
2012-01-10MAINTAINERS: update various arm F: patternsJoe Perches
2012-01-10get_maintainers.pl: follow renames when looking up commit signersIan Campbell
2012-01-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton
2012-01-10mempool: fix first round failure behaviorTejun Heo
2012-01-10mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo
2012-01-10mempool: fix and document synchronization and memory barrier usageTejun Heo
2012-01-10mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui
2012-01-10mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro