aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-10mempool: fix and document synchronization and memory barrier usageTejun Heo1-13/+48
2012-01-10mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui1-2/+0
2012-01-10mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro2-12/+12
2012-01-10mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton1-2/+1
2012-01-10mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim1-2/+3
2012-01-10mm: bootmem: try harder to free pages in bulkJohannes Weiner1-12/+10
2012-01-10mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner1-1/+1
2012-01-10mm: page_alloc: generalize order handling in __free_pages_bootmem()Johannes Weiner1-21/+12
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki6-0/+113
2012-01-10mm: simplify find_vma_prev()KOSAKI Motohiro1-28/+8
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma()Andrea Arcangeli4-3/+76
2012-01-10mm: fix off-by-two in __zone_watermark_ok()Michal Hocko1-1/+1