summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-22mm: munlock use follow_pageHugh Dickins
2009-09-22mm: fix NUMA accounting in numastat.txtMinchan Kim
2009-09-22page-allocator: maintain rolling count of pages to free from the PCPMel Gorman
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22mm/vmscan: remove page_queue_congested() commentVincent Li
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/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryJan Beulich
2009-09-22page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman
2009-09-22mm: document is_page_cache_freeable()Johannes Weiner
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: drop unneeded double negationsJohannes Weiner
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil
2009-09-22mm: includecheck fix for mm/nommu.cJaswinder Singh Rajput
2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura
2009-09-22mm: add_to_swap_cache() must not sleepDaisuke Nishimura
2009-09-22tracing, documentation: Add a document on the kmem tracepointsMel Gorman
2009-09-22tracing, documentation: add a document describing how to do some performance ...Mel Gorman
2009-09-22tracing, page-allocator: add a postprocessing script for page-allocator-relat...Mel Gorman
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-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven
2009-09-22kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki
2009-09-22kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki
2009-09-22vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki
2009-09-22page-allocator: change migratetype for all pageblocks within a high-order pag...Mel Gorman
2009-09-22mm: kmem_cache_create(): make it easier to catch NULL cache namesBenjamin Herrenschmidt
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba
2009-09-22ksm: mremap use err from ksm_madviseHugh Dickins
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-22ksm: clean up obsolete referencesHugh Dickins
2009-09-22ksm: remove VM_MERGEABLE_FLAGSHugh Dickins
2009-09-22ksm: add some documentationHugh Dickins
2009-09-22ksm: sysfs and defaultsHugh Dickins
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins