summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki
2009-09-23kcore: use usual list for kclistKAMEZAWA Hiroyuki
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre
2009-09-23sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen
2009-09-23sdio: add CD disable supportOhad Ben-Cohen
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter
2009-09-23mmc: allow host claim / release nestingAdrian Hunter
2009-09-23mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter
2009-09-23asm/sections: add text/data checking functions for arches to overrideMike Frysinger
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko
2009-09-23kmap_types.h: rename D macroAndi Kleen
2009-09-23Make sure the value in abs() does not get truncated if it is greater than 2^32Rolf Eike Beer
2009-09-23anonfd: split interface into file creation and installDavide Libenzi
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich
2009-09-23printk_once(): use bool for boolean flagRoland Dreier
2009-09-23proc connector: add event for process becoming session leaderScott James Remnant
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-23generic-ipi: make struct call_function_data locklessXiao Guangrong
2009-09-23Move magic numbers into magic.hNick Black
2009-09-23printk: add printk_delay to make messages readable for some scenariosDave Young
2009-09-23include/linux/kmemcheck.h: fix a trillion warningsAndrew Morton
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22pnp: add a shutdown method to pnp driversDavid Härdeman
2009-09-22lis3: add free-fall/wakeup function via platform_dataDaniel Mack
2009-09-22lis3: fix typoDaniel Mack
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes
2009-09-22flex_array: poison free elementsDavid Rientjes
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson
2009-09-22mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson
2009-09-22tmpfs: depend on shmemHugh Dickins
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins
2009-09-22mm: add get_dump_pageHugh Dickins
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang