1. 4dc4b3d vmscan: shrink_slab() requires the number of lru_pages, not the page order by KOSAKI Motohiro · 14 years ago
  2. 57250a5 mmu-notifiers: remove mmu notifier calls in apply_to_page_range() by Jeremy Fitzhardinge · 14 years ago
  3. 58c37f6 vmscan: protect reading of reclaim_stat with lru_lock by KOSAKI Motohiro · 14 years ago
  4. 1574804 vmscan: avoid subtraction of unsigned types by KOSAKI Motohiro · 14 years ago
  5. 9a5b489 mm: set VM_FAULT_WRITE in do_swap_page() by Andrea Arcangeli · 14 years ago
  6. ad8c2ee rmap: add exclusive page to private anon_vma on swapin by Rik van Riel · 14 years ago
  7. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  8. cef1d35 oom: multi threaded process coredump don't make deadlock by KOSAKI Motohiro · 14 years ago
  9. 93b43fa oom: give the dying task a higher priority by Luis Claudio R. Goncalves · 14 years ago
  10. 19b4586 oom: remove child->mm check from oom_kill_process() by KOSAKI Motohiro · 14 years ago
  11. df1090a oom: cleanup has_intersects_mems_allowed() by KOSAKI Motohiro · 14 years ago
  12. a96cfd6 oom: move OOM_DISABLE check from oom_kill_task to out_of_memory() by KOSAKI Motohiro · 14 years ago
  13. 113e27f oom: kill duplicate OOM_DISABLE check by KOSAKI Motohiro · 14 years ago
  14. 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
  15. f88ccad oom: oom_kill_process() needs to check that p is unkillable by KOSAKI Motohiro · 14 years ago
  16. ab290ad oom: make oom_unkillable_task() helper function by KOSAKI Motohiro · 14 years ago
  17. 2c5ea53 oom: oom_kill_process() doesn't select kthread child by KOSAKI Motohiro · 14 years ago
  18. 7c59aec oom: don't try to kill oom_unkillable child by KOSAKI Motohiro · 14 years ago
  19. 1489fa1 vmscan: update isolated page counters outside of main path in shrink_inactive_list() by Mel Gorman · 14 years ago
  20. abe4c3b vmscan: set up pagevec as late as possible in shrink_page_list() by Mel Gorman · 14 years ago
  21. 6663562 vmscan: set up pagevec as late as possible in shrink_inactive_list() by Mel Gorman · 14 years ago
  22. d4debc6 vmscan: remove unnecessary temporary vars in do_try_to_free_pages by Mel Gorman · 14 years ago
  23. e247dbc vmscan: simplify shrink_inactive_list() by KOSAKI Motohiro · 14 years ago
  24. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  25. 755f022 vmscan: tracing: add trace event when a page is written by Mel Gorman · 14 years ago
  26. a8a94d1 vmscan: tracing: add trace events for LRU page isolation by Mel Gorman · 14 years ago
  27. 33906bc vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim by Mel Gorman · 14 years ago
  28. c6a8a8c vmscan: recalculate lru_pages on each priority by KOSAKI Motohiro · 14 years ago
  29. b00d3ea vmscan: zone_reclaim don't call disable_swap_token() by KOSAKI Motohiro · 14 years ago
  30. f446daae mm: implement writeback livelock avoidance using page tagging by Jan Kara · 14 years ago
  31. 44ab57a rmap: add anon_vma bug checks by Andrea Arcangeli · 14 years ago
  32. 21d0d44 rmap: resurrect page_address_in_vma anon_vma check by Andrea Arcangeli · 14 years ago
  33. 288468c rmap: always use anon_vma root pointer by Andrea Arcangeli · 14 years ago
  34. 26ba0cb rmap: always add new vmas at the end by Andrea Arcangeli · 14 years ago
  35. 5e549e9 mmap: remove unnecessary lock from __vma_link by Andrea Arcangeli · 14 years ago
  36. ff36b801 shmem: reduce pagefault lock contention by Shaohua Li · 14 years ago
  37. 7e49629 tmpfs: make tmpfs scalable with percpu_counter for used blocks by Tim Chen · 14 years ago
  38. 4e60c86 gcc-4.6: mm: fix unused but set warnings by Andi Kleen · 14 years ago
  39. 596d7cf mempolicy: reduce stack size of migrate_pages() by KOSAKI Motohiro · 14 years ago
  40. 31f961a mm: use for_each_online_cpu() in vmstat by Minchan Kim · 14 years ago
  41. 0aad4b3 oom: fold __out_of_memory into out_of_memory by David Rientjes · 14 years ago
  42. f442003 oom: remove constraint argument from select_bad_process and __out_of_memory by David Rientjes · 14 years ago
  43. ff321fe mm: rename try_set_zone_oom() to try_set_zonelist_oom() by Minchan Kim · 14 years ago
  44. b940fd7 oom: remove unnecessary code and cleanup by David Rientjes · 14 years ago
  45. e365893 oom: remove special handling for pagefault ooms by David Rientjes · 14 years ago
  46. 309ed88 oom: extract panic helper function by David Rientjes · 14 years ago
  47. 03668b3 oom: avoid oom killer for lowmem allocations by David Rientjes · 14 years ago
  48. ad915c4 oom: enable oom tasklist dump by default by David Rientjes · 14 years ago
  49. 6f48d0eb oom: select task from tasklist for mempolicy ooms by David Rientjes · 14 years ago
  50. 5e9d834 oom: sacrifice child with highest badness score for parent by David Rientjes · 14 years ago
  51. 6cf86ac oom: filter tasks not sharing the same cpuset by David Rientjes · 14 years ago
  52. 4358997 oom: avoid sending exiting tasks a SIGKILL by David Rientjes · 14 years ago
  53. 7b98c2e oom: give current access to memory reserves if it has been killed by David Rientjes · 14 years ago
  54. c81fac5 oom: dump_tasks use find_lock_task_mm too fix by David Rientjes · 14 years ago
  55. 74ab7f1 oom: improve commentary in dump_tasks() by David Rientjes · 14 years ago
  56. c55db95 oom: dump_tasks use find_lock_task_mm too by KOSAKI Motohiro · 14 years ago
  57. dd8e8f4 oom: introduce find_lock_task_mm() to fix !mm false positives by Oleg Nesterov · 14 years ago
  58. b522794 oom: PF_EXITING check should take mm into account by Oleg Nesterov · 14 years ago
  59. 455c0e5 oom: check PF_KTHREAD instead of !mm to skip kthreads by Oleg Nesterov · 14 years ago
  60. 7654506 mm: extend KSM refcounts to the anon_vma root by Rik van Riel · 14 years ago
  61. 012f1800 mm: always lock the root (oldest) anon_vma by Rik van Riel · 14 years ago
  62. 5c341ee1 mm: track the root (oldest) anon_vma by Rik van Riel · 14 years ago
  63. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  64. bb4a340 mm: rename anon_vma_lock to vma_lock_anon_vma by Rik van Riel · 14 years ago
  65. 3edd4fc hugetlb: call mmu notifiers on hugepage cow by Doug Doan · 14 years ago
  66. a1b200e mm: provide init_mm mm_context initializer by Heiko Carstens · 14 years ago
  67. e7d8634 mm: use ERR_CAST by Julia Lawall · 14 years ago
  68. 90d7404 mm: use memdup_user by Julia Lawall · 14 years ago
  69. b57bdda Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  70. 9faa1e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  71. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  72. 3a3527b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. 89a6c8c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  74. eac79005 mm,kdb,kgdb: Add a debug reference for the kdb kmap usage by Jason Wessel · 14 years ago
  75. ffd386a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  76. 415cb47 Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 14 years ago
  77. 5e83f6f Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  78. 2bce648 slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  79. e438444 Revert "slub: Allow removal of slab caches during boot" by Pekka Enberg · 14 years ago
  80. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago
  81. bbeb340 KVM: Fix a race condition for usage of is_hwpoison_address() by Huang Ying · 14 years ago
  82. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 14 years ago
  83. de51257a mm: fix ia64 crash when gcore reads gate area by Hugh Dickins · 14 years ago
  84. bc6488e slub numa: Fix rare allocation from unexpected node by Christoph Lameter · 14 years ago
  85. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  86. b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
  87. a6aa62a mm/vmscan.c: fix mapping use after free by Nick Piggin · 14 years ago
  88. 78b4353 slab: use deferable timers for its periodic housekeeping by Arjan van de Ven · 14 years ago
  89. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  90. 46ac0cc Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm by Linus Torvalds · 14 years ago
  91. 9078370 kmemleak: Add support for NO_BOOTMEM configurations by Catalin Marinas · 14 years ago
  92. 7952f98 kmemleak: Annotate false positive in init_section_page_cgroup() by Catalin Marinas · 14 years ago
  93. af537b0 slub: Use kmem_cache flags to detect if slab is in debugging mode. by Christoph Lameter · 14 years ago
  94. f5b801a slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  95. d7278bd slub: Check kasprintf results in kmem_cache_init() by Christoph Lameter · 14 years ago
  96. f90ec39 SLUB: Constants need UL by Christoph Lameter · 14 years ago
  97. 2154a33 slub: Use a constant for a unspecified node. by Christoph Lameter · 14 years ago
  98. d602dab SLOB: Free objects to their own list by Bob Liu · 14 years ago
  99. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  100. ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago