aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-22ksm: keep quiet while list emptyHugh Dickins1-6/+22
2009-09-22ksm: break cow once unsharedHugh Dickins1-0/+8
2009-09-22ksm: pages_unshared and pages_volatileHugh Dickins1-1/+51
2009-09-22ksm: move pages_sharing updatesHugh Dickins1-15/+9
2009-09-22ksm: rename kernel_pages_allocatedHugh Dickins1-29/+28
2009-09-22ksm: change ksm nice level to be 5Izik Eidus1-1/+1
2009-09-22ksm: change copyright messageIzik Eidus1-1/+2
2009-09-22ksm: prevent mremap move poisoningHugh Dickins1-0/+12
2009-09-22ksm: Kernel SamePage MergingIzik Eidus1-5/+1484
2009-09-22ksm: identify PageKsm pagesHugh Dickins3-1/+36
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins3-27/+2
2009-09-22ksm: the mm interface to ksmHugh Dickins8-1/+147
2009-09-22ksm: define MADV_MERGEABLE and MADV_UNMERGEABLEHugh Dickins5-0/+15
2009-09-22ksm: first tidy up madvise_vma()Hugh Dickins1-26/+13
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus3-2/+61
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner2-5/+11
2009-09-22vmalloc.c: fix double error checkingFigo.zhang1-3/+1
2009-09-22mm: add gfp mask checking for __get_free_pages()Akinobu Mita1-15/+9
2009-09-22vmscan: kill unnecessary prefetchKOSAKI Motohiro1-1/+0