aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft1-1/+1
2012-01-10checkpatch: complex macro should allow the empty do while loopAndy Whitcroft1-1/+1
2012-01-10checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft1-1/+1
2012-01-10checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft1-5/+12
2012-01-10checkpatch: optimise statement scanner when mid-statementAndy Whitcroft1-2/+20
2012-01-10checkpatch: ## is not a valid modifierAndy Whitcroft1-1/+3
2012-01-10checkpatch: improve memset and min/max with cast checkingJoe Perches1-36/+33
2012-01-10checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft1-6/+22
2012-01-10checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft1-51/+39
2012-01-10checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches1-0/+6
2012-01-10checkpatch: update signature "might be better as" warningJoe Perches1-2/+5
2012-01-10btree: export btree_get_prev() so modules can use btree_for_eachSteve Hodgson1-0/+1
2012-01-10leds: convert wm8350 driver to devm_kzalloc()Mark Brown1-5/+2
2012-01-10leds: convert wm831x status driver to devm_kzalloc()Mark Brown1-3/+2
2012-01-10drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin1-1/+1
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown4-0/+822
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin1-18/+6
2012-01-10drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin1-2/+1
2012-01-10drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin1-2/+0
2012-01-10leds: convert leds-dac124s085 to module_spi_driverAxel Lin1-12/+1
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin7-98/+7
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin21-265/+31
2012-01-10backlight: convert pwm_bl to dev_pm_opsMark Brown1-10/+11
2012-01-10backlight: convert platform_lcd to devm_kzalloc()Mark Brown1-5/+4
2012-01-10backlight: use kstrtoul()Jingoo Han2-19/+13
2012-01-10drivers/video/backlight/ep93xx_bl.c: remove duplicated header includeJingoo Han1-1/+0
2012-01-10backlight/ld9040.c: regulator control in the driverDonghwa Lee1-12/+59
2012-01-10backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin13-148/+13
2012-01-10backlight: remove ADX backlight device supportPaul Bolle3-191/+0
2012-01-10devfreq: add devfreq maintainer entryKyungmin Park1-0/+7
2012-01-10MAINTAINERS: spi: update F: patternsJoe Perches1-3/+3
2012-01-10MAINTAINERS: serial:blackfin: update F: patternJoe Perches1-1/+1
2012-01-10MAINTAINERS: staging: media: update F: patternsJoe Perches1-2/+2
2012-01-10MAINTAINERS: update encrypted-keys F: patternsJoe Perches1-2/+1
2012-01-10MAINTAINERS: update greth F: patternsJoe Perches1-1/+1
2012-01-10MAINTAINERS: update tulip F: patternsJoe Perches1-2/+2
2012-01-10MAINTAINERS: update sdhci F: patternsJoe Perches1-1/+2
2012-01-10MAINTAINERS: update mfd F: patternsJoe Perches1-1/+0
2012-01-10MAINTAINERS: update marvell ccic F: patternsJoe Perches1-1/+1
2012-01-10MAINTAINERS: update bt8xx gpio F: patternsJoe Perches1-1/+1
2012-01-10MAINTAINERS: update adp gpio F: patternsJoe Perches1-2/+2
2012-01-10MAINTAINERS: update various arm F: patternsJoe Perches1-7/+2
2012-01-10get_maintainers.pl: follow renames when looking up commit signersIan Campbell1-1/+1
2012-01-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim1-4/+4
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton1-1/+1
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins1-1/+1
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui1-2/+0
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton1-1/+1
2012-01-10mempool: fix first round failure behaviorTejun Heo1-2/+11
2012-01-10mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo1-19/+11