Commit Graph

4203 Commits (ab290adbaf8f46770f014ea87968de5baca29c30)

Author SHA1 Message Date
KOSAKI Motohiro ab290adbaf oom: make oom_unkillable_task() helper function 15 years ago
KOSAKI Motohiro 2c5ea53ce4 oom: oom_kill_process() doesn't select kthread child 15 years ago
KOSAKI Motohiro 7c59aec830 oom: don't try to kill oom_unkillable child 15 years ago
Mel Gorman 1489fa14cb vmscan: update isolated page counters outside of main path in shrink_inactive_list() 15 years ago
Mel Gorman abe4c3b50c vmscan: set up pagevec as late as possible in shrink_page_list() 15 years ago
Mel Gorman 666356297e vmscan: set up pagevec as late as possible in shrink_inactive_list() 15 years ago
Mel Gorman d4debc66d1 vmscan: remove unnecessary temporary vars in do_try_to_free_pages 15 years ago
KOSAKI Motohiro e247dbce5c vmscan: simplify shrink_inactive_list() 15 years ago
KOSAKI Motohiro 25edde0332 vmscan: kill prev_priority completely 15 years ago
Mel Gorman 755f0225e8 vmscan: tracing: add trace event when a page is written 15 years ago
Mel Gorman a8a94d1515 vmscan: tracing: add trace events for LRU page isolation 15 years ago
Mel Gorman 33906bc5c8 vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim 15 years ago
KOSAKI Motohiro c6a8a8c589 vmscan: recalculate lru_pages on each priority 15 years ago
KOSAKI Motohiro b00d3ea7cf vmscan: zone_reclaim don't call disable_swap_token() 15 years ago
Jan Kara f446daaea9 mm: implement writeback livelock avoidance using page tagging 15 years ago
Andrea Arcangeli 44ab57a06d rmap: add anon_vma bug checks 15 years ago
Andrea Arcangeli 21d0d443cd rmap: resurrect page_address_in_vma anon_vma check 15 years ago
Andrea Arcangeli 288468c334 rmap: always use anon_vma root pointer 15 years ago
Andrea Arcangeli 26ba0cb63c rmap: always add new vmas at the end 15 years ago
Andrea Arcangeli 5e549e989f mmap: remove unnecessary lock from __vma_link 15 years ago
Shaohua Li ff36b80162 shmem: reduce pagefault lock contention 15 years ago
Tim Chen 7e496299d4 tmpfs: make tmpfs scalable with percpu_counter for used blocks 15 years ago
Andi Kleen 4e60c86bd9 gcc-4.6: mm: fix unused but set warnings 15 years ago
KOSAKI Motohiro 596d7cfa2b mempolicy: reduce stack size of migrate_pages() 15 years ago
Minchan Kim 31f961a89b mm: use for_each_online_cpu() in vmstat 15 years ago
David Rientjes 0aad4b3124 oom: fold __out_of_memory into out_of_memory 15 years ago
David Rientjes f44200320b oom: remove constraint argument from select_bad_process and __out_of_memory 15 years ago
Minchan Kim ff321feac2 mm: rename try_set_zone_oom() to try_set_zonelist_oom() 15 years ago
David Rientjes b940fd7035 oom: remove unnecessary code and cleanup 15 years ago
David Rientjes e365893236 oom: remove special handling for pagefault ooms 15 years ago
David Rientjes 309ed88250 oom: extract panic helper function 15 years ago
David Rientjes 03668b3ceb oom: avoid oom killer for lowmem allocations 15 years ago
David Rientjes ad915c432e oom: enable oom tasklist dump by default 15 years ago
David Rientjes 6f48d0ebd9 oom: select task from tasklist for mempolicy ooms 15 years ago
David Rientjes 5e9d834a0e oom: sacrifice child with highest badness score for parent 15 years ago
David Rientjes 6cf86ac6f3 oom: filter tasks not sharing the same cpuset 15 years ago
David Rientjes 4358997ae3 oom: avoid sending exiting tasks a SIGKILL 15 years ago
David Rientjes 7b98c2e402 oom: give current access to memory reserves if it has been killed 15 years ago
David Rientjes c81fac5cb8 oom: dump_tasks use find_lock_task_mm too fix 15 years ago
David Rientjes 74ab7f1d3f oom: improve commentary in dump_tasks() 15 years ago
KOSAKI Motohiro c55db95788 oom: dump_tasks use find_lock_task_mm too 15 years ago
Oleg Nesterov dd8e8f405c oom: introduce find_lock_task_mm() to fix !mm false positives 15 years ago
Oleg Nesterov b52279406e oom: PF_EXITING check should take mm into account 15 years ago
Oleg Nesterov 455c0e5fb0 oom: check PF_KTHREAD instead of !mm to skip kthreads 15 years ago
Rik van Riel 76545066c8 mm: extend KSM refcounts to the anon_vma root 15 years ago
Rik van Riel 012f18004d mm: always lock the root (oldest) anon_vma 15 years ago
Rik van Riel 5c341ee1df mm: track the root (oldest) anon_vma 15 years ago
Rik van Riel cba48b98f2 mm: change direct call of spin_lock(anon_vma->lock) to inline function 15 years ago
Rik van Riel bb4a340e07 mm: rename anon_vma_lock to vma_lock_anon_vma 15 years ago
Doug Doan 3edd4fc953 hugetlb: call mmu notifiers on hugepage cow 15 years ago