aboutsummaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2010-03-24mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2009-12-15ksm: remove unswappable max_kernel_pagesHugh Dickins
2009-12-15ksm: memory hotremove migration onlyHugh Dickins
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins
2009-12-15ksm: share anon page without allocatingHugh Dickins
2009-12-15ksm: take keyhole reference to pageHugh Dickins
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins
2009-12-15ksm: let shared pages be swappableHugh Dickins
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins
2009-12-15ksm: stable_node point to page and backHugh Dickins
2009-12-15ksm: separate stable_nodeHugh Dickins
2009-12-15ksm: singly-linked rmap_listHugh Dickins
2009-12-15ksm: cleanup some function argumentsHugh Dickins
2009-12-15ksm: remove redundancies when merging pageHugh Dickins
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins
2009-11-09ksm: cond_resched in unstable treeHugh Dickins
2009-10-08ksm: more on default valuesHugh Dickins
2009-09-24ksm: change default values to better fit into mainline kernelIzik Eidus
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-22ksm: clean up obsolete referencesHugh 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
2009-09-22ksm: distribute remove_mm_from_listsHugh Dickins
2009-09-22ksm: fix endless loop on oomHugh Dickins
2009-09-22ksm: five little cleanupsHugh Dickins
2009-09-22ksm: keep quiet while list emptyHugh Dickins
2009-09-22ksm: break cow once unsharedHugh Dickins
2009-09-22ksm: pages_unshared and pages_volatileHugh Dickins
2009-09-22ksm: move pages_sharing updatesHugh Dickins
2009-09-22ksm: rename kernel_pages_allocatedHugh Dickins
2009-09-22ksm: change ksm nice level to be 5Izik Eidus
2009-09-22ksm: change copyright messageIzik Eidus
2009-09-22ksm: Kernel SamePage MergingIzik Eidus
2009-09-22ksm: the mm interface to ksmHugh Dickins