1. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 15 years ago
  2. 3b4798c oom-kill: show virtual size and rss information of the killed process by KOSAKI Motohiro · 15 years ago
  3. f2c03de HWPOISON: Remove stray phrase in a comment by Andi Kleen · 15 years ago
  4. 12686d1 HWPOISON: Try to allocate migration page on the same node by Andi Kleen · 15 years ago
  5. 0d57eb8d HWPOISON: Don't do early filtering if filter is disabled by Andi Kleen · 15 years ago
  6. afcf938 HWPOISON: Add a madvise() injector for soft page offlining by Andi Kleen · 15 years ago
  7. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 15 years ago
  8. 2326c46 HWPOISON: Undefine short-hand macros after use to avoid namespace conflict by Andi Kleen · 15 years ago
  9. 0474a60 HWPOISON: Use new shake_page in memory_failure by Andi Kleen · 15 years ago
  10. 413f9ef HWPOISON: mention HWPoison in Kconfig entry by Andi Kleen · 15 years ago
  11. d15f107 HWPOISON: Use get_user_page_fast in hwpoison madvise by Andi Kleen · 15 years ago
  12. 1bfe5fe HWPOISON: add an interface to switch off/on all the page filters by Haicheng Li · 15 years ago
  13. 4fd466e HWPOISON: add memory cgroup filter by Andi Kleen · 15 years ago
  14. d324236 memcg: add accessor to mem_cgroup.css by Wu Fengguang · 15 years ago
  15. e42d9d5 memcg: rename and export try_get_mem_cgroup_from_page() by Wu Fengguang · 15 years ago
  16. 478c5ff HWPOISON: add page flags filter by Wu Fengguang · 15 years ago
  17. 31d3d34 HWPOISON: limit hwpoison injector to known page types by Wu Fengguang · 15 years ago
  18. 7c116f2 HWPOISON: add fs/device filters by Wu Fengguang · 15 years ago
  19. 138ce28 HWPOISON: return 0 to indicate success reliably by Wu Fengguang · 15 years ago
  20. d95ea51 HWPOISON: make semantics of IGNORED/DELAYED clear by Wu Fengguang · 15 years ago
  21. 847ce40 HWPOISON: Add unpoisoning support by Wu Fengguang · 15 years ago
  22. 8d22ba1 HWPOISON: detect free buddy pages explicitly by Wu Fengguang · 15 years ago
  23. 95d01fc HWPOISON: remove the free buddy page handler by Wu Fengguang · 15 years ago
  24. dc2a1cb HWPOISON: introduce delete_from_lru_cache() by Wu Fengguang · 15 years ago
  25. 71f7252 HWPOISON: comment dirty swapcache pages by Wu Fengguang · 15 years ago
  26. db0480b HWPOISON: comment the possible set_page_dirty() race by Wu Fengguang · 15 years ago
  27. 1668bfd HWPOISON: abort on failed unmap by Wu Fengguang · 15 years ago
  28. 82ba011 HWPOISON: Turn ref argument into flags argument by Andi Kleen · 15 years ago
  29. bd1ce5f HWPOISON: avoid grabbing the page count multiple times during madvise injection by Wu Fengguang · 15 years ago
  30. a7560fc HWPOISON: return ENXIO on invalid page number by Wu Fengguang · 15 years ago
  31. 9b9a29e HWPOISON: remove the anonymous entry by Wu Fengguang · 15 years ago
  32. 588f9ce HWPOISON: Be more aggressive at freeing non LRU caches by Andi Kleen · 15 years ago
  33. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 15 years ago
  34. 5dc3764 mm hugetlb: add hugepage support to pagemap by Naoya Horiguchi · 15 years ago
  35. d33b9f4 mm: hugetlb: fix hugepage memory leak in walk_page_range() by Naoya Horiguchi · 15 years ago
  36. 4f16fc1 mm: hugetlb: fix hugepage memory leak in mincore() by Naoya Horiguchi · 15 years ago
  37. 536240f2 hugetlb: abort a hugepage pool resize if a signal is pending by Mel Gorman · 15 years ago
  38. 6927c1d mlock: replace stale comments in munlock_vma_page() by Lee Schermerhorn · 15 years ago
  39. 418b27e mm: remove unevictable_migrate_page function by Lee Schermerhorn · 15 years ago
  40. 4eb2b1d hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a page by Mel Gorman · 15 years ago
  41. c9d0bf2 mm: uncached vma support with writenotify by Magnus Damm · 15 years ago
  42. 62c0c2f vmscan: simplify code by Huang Shijie · 15 years ago
  43. b39415b vmscan: do not evict inactive pages when skipping an active list scan by Rik van Riel · 15 years ago
  44. 8aa043d mm/bootmem.c: properly __init-annotate helper functions by Jan Beulich · 15 years ago
  45. caed0f48 mm: simplify try_to_unmap_one() by KOSAKI Motohiro · 15 years ago
  46. 23ce932 mm: fix section mismatch in memory_hotplug.c by Rakib Mullick · 15 years ago
  47. b76c8cf hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() fails by Larry Woodman · 15 years ago
  48. b4e655a mm: memory_hotplug: make offline_pages() static by Andrew Morton · 15 years ago
  49. d0f209f ksm: remove unswappable max_kernel_pages by Hugh Dickins · 15 years ago
  50. 62b61f6 ksm: memory hotremove migration only by Hugh Dickins · 15 years ago
  51. e9995ef ksm: rmap_walk to remove_migation_ptes by Hugh Dickins · 15 years ago
  52. 407f9c8 ksm: mem cgroup charge swapin copy by Hugh Dickins · 15 years ago
  53. 80e14822 ksm: share anon page without allocating by Hugh Dickins · 15 years ago
  54. 4035c07a ksm: take keyhole reference to page by Hugh Dickins · 15 years ago
  55. db114b8 ksm: hold anon_vma in rmap_item by Hugh Dickins · 15 years ago
  56. 5ad6468 ksm: let shared pages be swappable by Hugh Dickins · 15 years ago
  57. 73848b4 ksm: fix mlockfreed to munlocked by Hugh Dickins · 15 years ago
  58. 08beca4 ksm: stable_node point to page and back by Hugh Dickins · 15 years ago
  59. 7b6ba2c ksm: separate stable_node by Hugh Dickins · 15 years ago
  60. 6514d51 ksm: singly-linked rmap_list by Hugh Dickins · 15 years ago
  61. 8dd3557 ksm: cleanup some function arguments by Hugh Dickins · 15 years ago
  62. 31e855e ksm: remove redundancies when merging page by Hugh Dickins · 15 years ago
  63. 93d1771 ksm: three remove_rmap_item_from_tree cleanups by Hugh Dickins · 15 years ago
  64. 338fde9 vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zone by KOSAKI Motohiro · 15 years ago
  65. ece74b2 vmscan: kill sc.swap_cluster_max by KOSAKI Motohiro · 15 years ago
  66. 4f0ddfd vmscan: zone_reclaim() don't use insane swap_cluster_max by KOSAKI Motohiro · 15 years ago
  67. 7b51755 vmscan: kill hibernation specific reclaim logic and unify it by KOSAKI Motohiro · 15 years ago
  68. 22fba33 vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim by KOSAKI Motohiro · 15 years ago
  69. d99be1a mm: sigbus instead of abusing oom by Hugh Dickins · 15 years ago
  70. a70caa8 mm: stop ptlock enlarging struct page by Hugh Dickins · 15 years ago
  71. 1cb1729 mm: pass address down to rmap ones by Hugh Dickins · 15 years ago
  72. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 15 years ago
  73. 53f79ac mm: mlocking in try_to_unmap_one by Hugh Dickins · 15 years ago
  74. 3ca7b3c mm: define PAGE_MAPPING_FLAGS by Hugh Dickins · 15 years ago
  75. bb3ab59 vmscan: stop kswapd waiting on congestion when the min watermark is not being met by KOSAKI Motohiro · 15 years ago
  76. f50de2d vmscan: have kswapd sleep for a short interval and double check it should be asleep by Mel Gorman · 15 years ago
  77. 273f047 rmap: move label `out' to a better place by Huang Shijie · 15 years ago
  78. 7b51159 rmap: simplify try_to_unmap_file() by Huang Shijie · 15 years ago
  79. 8051be5 rmap: fix the comment for try_to_unmap_anon by Huang Shijie · 15 years ago
  80. 6aceb53 mm/vmscan: change comment generic_file_write to __generic_file_aio_write by Vincent Li · 15 years ago
  81. d4906e1 swap: rework map_swap_page() again by Lee Schermerhorn · 15 years ago
  82. aaa4686 swap_info: note SWAP_MAP_SHMEM by Hugh Dickins · 15 years ago
  83. 570a335b swap_info: swap count continuations by Hugh Dickins · 15 years ago
  84. 8d69aae swap_info: swap_map of chars not shorts by Hugh Dickins · 15 years ago
  85. 253d553 swap_info: SWAP_HAS_CACHE cleanups by Hugh Dickins · 15 years ago
  86. 73c34b6 swap_info: miscellaneous minor cleanups by Hugh Dickins · 15 years ago
  87. 9625a5f swap_info: include first_swap_extent by Hugh Dickins · 15 years ago
  88. efa90a9 swap_info: change to array of pointers by Hugh Dickins · 15 years ago
  89. f29ad6a swap_info: private to swapfile.c by Hugh Dickins · 15 years ago
  90. 976d6df vmalloc(): adjust gfp mask passed on nested vmalloc() invocation by Jan Beulich · 15 years ago
  91. bad44b5 mm: add gfp flags for NODEMASK_ALLOC slab allocations by David Rientjes · 15 years ago
  92. 8fe23e0 mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined by David Rientjes · 15 years ago
  93. 9b5e5d0 hugetlb: use only nodes with memory for huge pages by Lee Schermerhorn · 15 years ago
  94. 9a30523 hugetlb: add per node hstate attributes by Lee Schermerhorn · 15 years ago
  95. 06808b0 hugetlb: derive huge pages nodes allowed from task mempolicy by Lee Schermerhorn · 15 years ago
  96. 6ae11b2 hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functions by Lee Schermerhorn · 15 years ago
  97. 9a76db0 hugetlb: rework hstate_next_node_* functions by Lee Schermerhorn · 15 years ago
  98. 6d9c285 mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place by KOSAKI Motohiro · 15 years ago
  99. 659ace5 mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap() by KOSAKI Motohiro · 15 years ago
  100. 1b604d7 oom: dump stack and VM state when oom killer panics by David Rientjes · 15 years ago