summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: remove vma arg from page_evictableHugh Dickins2012-10-091-1/+1
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-091-3/+6
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+1Star
* mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov2012-10-091-1/+1
* mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov2012-10-091-1/+6
* ksm: cleanup: introduce find_mergeable_vma()Bob Liu2012-03-221-15/+19
* mm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-6/+6
* memcg: fix GPF when cgroup removal races with last exitHugh Dickins2012-03-061-11/+0Star
* memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki2012-01-131-0/+11
* oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-11-011-1/+2
* ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins2011-06-161-0/+6
* oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2011-05-251-2/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra2011-03-231-18/+5Star
* ksm: drain pagevecs to lruHugh Dickins2011-01-141-0/+12
* thp: add compound_trans_head() helperAndrea Arcangeli2011-01-141-12/+3Star
* thp: KSM on THPAndrea Arcangeli2011-01-141-9/+58
* thp: freeze khugepaged and ksmdAndrea Arcangeli2011-01-141-2/+6
* thp: skip transhuge pages in ksm for nowAndrea Arcangeli2011-01-141-4/+15
* thp: ksm: free swap when swapcache page is replacedHugh Dickins2011-01-141-0/+2
* ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro2010-12-021-1/+6
* ksm: fix bad user data when swappingHugh Dickins2010-10-041-2/+4
* mm: fix swapin race conditionAndrea Arcangeli2010-09-101-3/+0Star
* ksm: cleanup for mm_slots_hashLai Jiangshan2010-08-101-29/+9Star
* mm: extend KSM refcounts to the anon_vma rootRik van Riel2010-08-101-11/+6Star
* mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-101-1/+1
* mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-101-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-251-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/+2Star
* 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/+21Star
* 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/+34Star
* ksm: separate stable_nodeHugh Dickins2009-12-151-79/+101
* ksm: singly-linked rmap_listHugh Dickins2009-12-151-30/+26Star
* ksm: cleanup some function argumentsHugh Dickins2009-12-151-122/+112Star
* ksm: remove redundancies when merging pageHugh Dickins2009-12-151-20/+6Star
* ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins2009-12-151-11/+6Star
* ksm: cond_resched in unstable treeHugh Dickins2009-11-091-0/+1
* ksm: more on default valuesHugh Dickins2009-10-081-6/+4Star
* 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