| Commit message (Expand) | Author | Age | Files | Lines |
* | ksm: cleanup: introduce find_mergeable_vma() | Bob Liu | 2012-03-22 | 1 | -15/+19 |
* | mm: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -6/+6 |
* | memcg: fix GPF when cgroup removal races with last exit | Hugh Dickins | 2012-03-06 | 1 | -11/+0 |
* | memcg: clear pc->mem_cgroup if necessary. | KAMEZAWA Hiroyuki | 2012-01-13 | 1 | -0/+11 |
* | oom: fix race while temporarily setting current's oom_score_adj | David Rientjes | 2011-11-01 | 1 | -1/+2 |
* | ksm: fix NULL pointer dereference in scan_get_next_rmap_item() | Hugh Dickins | 2011-06-16 | 1 | -0/+6 |
* | oom: replace PF_OOM_ORIGIN with toggling oom_score_adj | David Rientjes | 2011-05-25 | 1 | -2/+5 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | mm: rename drop_anon_vma() to put_anon_vma() | Peter Zijlstra | 2011-03-23 | 1 | -18/+5 |
* | ksm: drain pagevecs to lru | Hugh Dickins | 2011-01-14 | 1 | -0/+12 |
* | thp: add compound_trans_head() helper | Andrea Arcangeli | 2011-01-14 | 1 | -12/+3 |
* | thp: KSM on THP | Andrea Arcangeli | 2011-01-14 | 1 | -9/+58 |
* | thp: freeze khugepaged and ksmd | Andrea Arcangeli | 2011-01-14 | 1 | -2/+6 |
* | thp: skip transhuge pages in ksm for now | Andrea Arcangeli | 2011-01-14 | 1 | -4/+15 |
* | thp: ksm: free swap when swapcache page is replaced | Hugh Dickins | 2011-01-14 | 1 | -0/+2 |
* | ksm: annotate ksm_thread_mutex is no deadlock source | KOSAKI Motohiro | 2010-12-02 | 1 | -1/+6 |
* | ksm: fix bad user data when swapping | Hugh Dickins | 2010-10-04 | 1 | -2/+4 |
* | mm: fix swapin race condition | Andrea Arcangeli | 2010-09-10 | 1 | -3/+0 |
* | ksm: cleanup for mm_slots_hash | Lai Jiangshan | 2010-08-10 | 1 | -29/+9 |
* | mm: extend KSM refcounts to the anon_vma root | Rik van Riel | 2010-08-10 | 1 | -11/+6 |
* | mm: always lock the root (oldest) anon_vma | Rik van Riel | 2010-08-10 | 1 | -1/+1 |
* | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel | 2010-08-10 | 1 | -9/+9 |
* | mm: migration: share the anon_vma ref counts between KSM and page migration | Mel Gorman | 2010-05-25 | 1 | -2/+2 |
* | ksm: check for ERR_PTR from follow_page() | Dan Carpenter | 2010-04-24 | 1 | -6/+6 |
* | mm/ksm.c is doing an unneeded _notify in write_protect_page. | Robin Holt | 2010-03-25 | 1 | -1/+1 |
* | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 2010-03-06 | 1 | -3/+9 |
* | ksm: remove unswappable max_kernel_pages | Hugh Dickins | 2009-12-15 | 1 | -39/+2 |
* | ksm: memory hotremove migration only | Hugh Dickins | 2009-12-15 | 1 | -13/+71 |
* | ksm: rmap_walk to remove_migation_ptes | Hugh Dickins | 2009-12-15 | 1 | -0/+65 |
* | ksm: share anon page without allocating | Hugh Dickins | 2009-12-15 | 1 | -46/+21 |
* | ksm: take keyhole reference to page | Hugh Dickins | 2009-12-15 | 1 | -39/+110 |
* | ksm: hold anon_vma in rmap_item | Hugh Dickins | 2009-12-15 | 1 | -62/+95 |
* | ksm: let shared pages be swappable | Hugh Dickins | 2009-12-15 | 1 | -15/+157 |
* | ksm: fix mlockfreed to munlocked | Hugh Dickins | 2009-12-15 | 1 | -0/+4 |
* | ksm: stable_node point to page and back | Hugh Dickins | 2009-12-15 | 1 | -65/+34 |
* | ksm: separate stable_node | Hugh Dickins | 2009-12-15 | 1 | -79/+101 |
* | ksm: singly-linked rmap_list | Hugh Dickins | 2009-12-15 | 1 | -30/+26 |
* | ksm: cleanup some function arguments | Hugh Dickins | 2009-12-15 | 1 | -122/+112 |
* | ksm: remove redundancies when merging page | Hugh Dickins | 2009-12-15 | 1 | -20/+6 |
* | ksm: three remove_rmap_item_from_tree cleanups | Hugh Dickins | 2009-12-15 | 1 | -11/+6 |
* | ksm: cond_resched in unstable tree | Hugh Dickins | 2009-11-09 | 1 | -0/+1 |
* | ksm: more on default values | Hugh Dickins | 2009-10-08 | 1 | -6/+4 |
* | ksm: change default values to better fit into mainline kernel | Izik Eidus | 2009-09-24 | 1 | -3/+11 |
* | ksm: unmerge is an origin of OOMs | Hugh Dickins | 2009-09-22 | 1 | -0/+2 |
* | ksm: clean up obsolete references | Hugh Dickins | 2009-09-22 | 1 | -1/+13 |
* | ksm: sysfs and defaults | Hugh Dickins | 2009-09-22 | 1 | -7/+19 |
* | ksm: fix deadlock with munlock in exit_mmap | Andrea Arcangeli | 2009-09-22 | 1 | -4/+1 |
* | ksm: fix oom deadlock | Hugh Dickins | 2009-09-22 | 1 | -46/+98 |
* | ksm: distribute remove_mm_from_lists | Hugh Dickins | 2009-09-22 | 1 | -55/+42 |
* | ksm: fix endless loop on oom | Hugh Dickins | 2009-09-22 | 1 | -23/+85 |