serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / mm / ksm.c
2011-11-01 David Rientjesoom: fix race while temporarily setting current's oom_s...
2011-06-16 Hugh Dickinsksm: fix NULL pointer dereference in scan_get_next_rmap...
2011-05-25 David Rientjesoom: replace PF_OOM_ORIGIN with toggling oom_score_adj
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Peter Zijlstramm: rename drop_anon_vma() to put_anon_vma()
2011-01-14 Hugh Dickinsksm: drain pagevecs to lru
2011-01-14 Andrea Arcangelithp: add compound_trans_head() helper
2011-01-14 Andrea Arcangelithp: KSM on THP
2011-01-14 Andrea Arcangelithp: freeze khugepaged and ksmd
2011-01-14 Andrea Arcangelithp: skip transhuge pages in ksm for now
2011-01-14 Hugh Dickinsthp: ksm: free swap when swapcache page is replaced
2010-12-02 KOSAKI Motohiroksm: annotate ksm_thread_mutex is no deadlock source
2010-10-04 Hugh Dickinsksm: fix bad user data when swapping
2010-09-10 Andrea Arcangelimm: fix swapin race condition
2010-08-10 Lai Jiangshanksm: cleanup for mm_slots_hash
2010-08-10 Rik van Rielmm: extend KSM refcounts to the anon_vma root
2010-08-10 Rik van Rielmm: always lock the root (oldest) anon_vma
2010-08-10 Rik van Rielmm: change direct call of spin_lock(anon_vma->lock...
2010-05-25 Mel Gormanmm: migration: share the anon_vma ref counts between...
2010-04-24 Dan Carpenterksm: check for ERR_PTR from follow_page()
2010-03-24 Robin Holtmm/ksm.c is doing an unneeded _notify in write_protect_...
2010-03-06 Rik van Rielmm: change anon_vma linking to fix multi-process server...
2009-12-15 Hugh Dickinsksm: remove unswappable max_kernel_pages
2009-12-15 Hugh Dickinsksm: memory hotremove migration only
2009-12-15 Hugh Dickinsksm: rmap_walk to remove_migation_ptes
2009-12-15 Hugh Dickinsksm: share anon page without allocating
2009-12-15 Hugh Dickinsksm: take keyhole reference to page
2009-12-15 Hugh Dickinsksm: hold anon_vma in rmap_item
2009-12-15 Hugh Dickinsksm: let shared pages be swappable
2009-12-15 Hugh Dickinsksm: fix mlockfreed to munlocked
2009-12-15 Hugh Dickinsksm: stable_node point to page and back
2009-12-15 Hugh Dickinsksm: separate stable_node
2009-12-15 Hugh Dickinsksm: singly-linked rmap_list
2009-12-15 Hugh Dickinsksm: cleanup some function arguments
2009-12-15 Hugh Dickinsksm: remove redundancies when merging page
2009-12-15 Hugh Dickinsksm: three remove_rmap_item_from_tree cleanups
2009-11-09 Hugh Dickinsksm: cond_resched in unstable tree
2009-10-08 Hugh Dickinsksm: more on default values
2009-09-24 Izik Eidusksm: change default values to better fit into mainline...
2009-09-22 Hugh Dickinsksm: unmerge is an origin of OOMs
2009-09-22 Hugh Dickinsksm: clean up obsolete references
2009-09-22 Hugh Dickinsksm: sysfs and defaults
2009-09-22 Andrea Arcangeliksm: fix deadlock with munlock in exit_mmap
2009-09-22 Hugh Dickinsksm: fix oom deadlock
2009-09-22 Hugh Dickinsksm: distribute remove_mm_from_lists
2009-09-22 Hugh Dickinsksm: fix endless loop on oom
2009-09-22 Hugh Dickinsksm: five little cleanups
2009-09-22 Hugh Dickinsksm: keep quiet while list empty
2009-09-22 Hugh Dickinsksm: break cow once unshared
2009-09-22 Hugh Dickinsksm: pages_unshared and pages_volatile
2009-09-22 Hugh Dickinsksm: move pages_sharing updates
2009-09-22 Hugh Dickinsksm: rename kernel_pages_allocated
2009-09-22 Izik Eidusksm: change ksm nice level to be 5
2009-09-22 Izik Eidusksm: change copyright message
2009-09-22 Izik Eidusksm: Kernel SamePage Merging
2009-09-22 Hugh Dickinsksm: the mm interface to ksm