aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman2-48/+63
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro1-8/+10
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro1-16/+1
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro3-8/+31
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro4-24/+39
2009-09-22mm/vmscan: remove page_queue_congested() commentVincent Li1-1/+0
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang3-11/+17
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan3-12/+12
2009-09-22mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li1-7/+7
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich3-17/+16
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich4-5/+5
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich21-41/+38
2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryJan Beulich1-2/+4
2009-09-22page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman1-1/+11
2009-09-22mm: document is_page_cache_freeable()Johannes Weiner1-0/+5
2009-09-22mm: return boolean from page_has_private()Johannes Weiner3-7/+10
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner4-11/+7
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner3-9/+24
2009-09-22mm: drop unneeded double negationsJohannes Weiner3-6/+6
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil2-15/+2
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil1-1/+2
2009-09-22mm: includecheck fix for mm/nommu.cJaswinder Singh Rajput1-2/+0
2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput1-1/+0
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura2-37/+40
2009-09-22mm: add_to_swap_cache() must not sleepDaisuke Nishimura1-24/+46
2009-09-22tracing, documentation: Add a document on the kmem tracepointsMel Gorman1-0/+107
2009-09-22tracing, documentation: add a document describing how to do some performance analysis with tracepointsMel Gorman1-0/+327
2009-09-22tracing, page-allocator: add a postprocessing script for page-allocator-related ftrace eventsMel Gorman1-0/+418
2009-09-22tracing, page-allocator: add trace event for page traffic related to the buddy listsMel Gorman2-0/+54
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypesMel Gorman2-0/+42
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman2-1/+80
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman2-6/+0
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven20-21/+21
2009-09-22kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki1-33/+2
2009-09-22kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki1-23/+176
2009-09-22vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki1-5/+9
2009-09-22page-allocator: change migratetype for all pageblocks within a high-order page during __rmqueue_fallbackMel Gorman1-2/+14
2009-09-22mm: kmem_cache_create(): make it easier to catch NULL cache namesBenjamin Herrenschmidt1-0/+3
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba2-4/+37
2009-09-22ksm: mremap use err from ksm_madviseHugh Dickins1-3/+5
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins4-4/+6
2009-09-22ksm: clean up obsolete referencesHugh Dickins3-22/+13
2009-09-22ksm: remove VM_MERGEABLE_FLAGSHugh Dickins1-4/+2
2009-09-22ksm: add some documentationHugh Dickins3-0/+92
2009-09-22ksm: sysfs and defaultsHugh Dickins1-7/+19
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli5-20/+8
2009-09-22ksm: fix oom deadlockHugh Dickins5-53/+137
2009-09-22ksm: distribute remove_mm_from_listsHugh Dickins1-55/+42
2009-09-22ksm: fix endless loop on oomHugh Dickins1-23/+85
2009-09-22ksm: five little cleanupsHugh Dickins1-68/+44