aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* ksm: make rmap walks more scalableHugh Dickins2012-12-201-8/+8
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-3/+3
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-3/+3
* | mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-111-5/+2
* | mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-111-1/+1
* | mm: introduce mm_find_pmd()Bob Liu2012-12-111-12/+2
|/
* mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran2012-10-091-2/+19
* 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/+1
* 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-211-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-051-11/+0
* memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki2012-01-121-0/+11
* oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-10-311-1/+2
* ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins2011-06-151-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-221-18/+5
* ksm: drain pagevecs to lruHugh Dickins2011-01-131-0/+12
* thp: add compound_trans_head() helperAndrea Arcangeli2011-01-131-12/+3
* thp: KSM on THPAndrea Arcangeli2011-01-131-9/+58
* thp: freeze khugepaged and ksmdAndrea Arcangeli2011-01-131-2/+6
* thp: skip transhuge pages in ksm for nowAndrea Arcangeli2011-01-131-4/+15
* thp: ksm: free swap when swapcache page is replacedHugh Dickins2011-01-131-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-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