aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-22mm: return boolean from page_has_private()Johannes Weiner
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil
2009-09-22tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-22ksm: clean up obsolete referencesHugh Dickins
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: identify PageKsm pagesHugh Dickins
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-22ksm: define MADV_MERGEABLE and MADV_UNMERGEABLEHugh Dickins
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner
2009-09-22mm: count only reclaimable lru pagesWu Fengguang
2009-09-22mm: remove __{add,sub}_zone_page_state()KOSAKI Motohiro