summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* ksm: fix bad user data when swappingHugh Dickins2010-10-041-2/+4
* mm: fix swapin race conditionAndrea Arcangeli2010-09-091-3/+0
* ksm: cleanup for mm_slots_hashLai Jiangshan2010-08-091-29/+9
* mm: extend KSM refcounts to the anon_vma rootRik van Riel2010-08-091-11/+6
* mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-091-1/+1
* mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-091-9/+9
* mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-251-2/+2
* ksm: check for ERR_PTR from follow_page()Dan Carpenter2010-04-241-6/+6
* mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt2010-03-241-1/+1
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-3/+9
* ksm: remove unswappable max_kernel_pagesHugh Dickins2009-12-151-39/+2
* ksm: memory hotremove migration onlyHugh Dickins2009-12-151-13/+71
* ksm: rmap_walk to remove_migation_ptesHugh Dickins2009-12-151-0/+65
* ksm: share anon page without allocatingHugh Dickins2009-12-151-46/+21
* ksm: take keyhole reference to pageHugh Dickins2009-12-151-39/+110
* ksm: hold anon_vma in rmap_itemHugh Dickins2009-12-151-62/+95
* ksm: let shared pages be swappableHugh Dickins2009-12-151-15/+157
* ksm: fix mlockfreed to munlockedHugh Dickins2009-12-151-0/+4
* ksm: stable_node point to page and backHugh Dickins2009-12-151-65/+34
* ksm: separate stable_nodeHugh Dickins2009-12-151-79/+101
* ksm: singly-linked rmap_listHugh Dickins2009-12-151-30/+26
* ksm: cleanup some function argumentsHugh Dickins2009-12-151-122/+112
* ksm: remove redundancies when merging pageHugh Dickins2009-12-151-20/+6
* ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins2009-12-151-11/+6
* ksm: cond_resched in unstable treeHugh Dickins2009-11-091-0/+1
* ksm: more on default valuesHugh Dickins2009-10-081-6/+4
* ksm: change default values to better fit into mainline kernelIzik Eidus2009-09-241-3/+11
* ksm: unmerge is an origin of OOMsHugh Dickins2009-09-221-0/+2
* ksm: clean up obsolete referencesHugh Dickins2009-09-221-1/+13
* ksm: sysfs and defaultsHugh Dickins2009-09-221-7/+19
* ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli2009-09-221-4/+1
* ksm: fix oom deadlockHugh Dickins2009-09-221-46/+98
* ksm: distribute remove_mm_from_listsHugh Dickins2009-09-221-55/+42
* ksm: fix endless loop on oomHugh Dickins2009-09-221-23/+85
* ksm: five little cleanupsHugh Dickins2009-09-221-68/+44
* ksm: keep quiet while list emptyHugh Dickins2009-09-221-6/+22
* ksm: break cow once unsharedHugh Dickins2009-09-221-0/+8
* ksm: pages_unshared and pages_volatileHugh Dickins2009-09-221-1/+51
* ksm: move pages_sharing updatesHugh Dickins2009-09-221-15/+9
* ksm: rename kernel_pages_allocatedHugh Dickins2009-09-221-29/+28
* ksm: change ksm nice level to be 5Izik Eidus2009-09-221-1/+1
* ksm: change copyright messageIzik Eidus2009-09-221-1/+2
* ksm: Kernel SamePage MergingIzik Eidus2009-09-221-5/+1484
* ksm: the mm interface to ksmHugh Dickins2009-09-221-0/+56
OpenPOWER on IntegriCloud