1. 415c64c mm/memory-failure: split thp earlier in memory error handling by Naoya Horiguchi · 9 years ago
  2. ebb0973 mm, hwpoison: remove obsolete "Notebook" todo list by Andi Kleen · 9 years ago
  3. e0de78d mm, hwpoison: add comment describing when to add new cases by Andi Kleen · 9 years ago
  4. 602498f mm: soft-offline: fix num_poisoned_pages counting on concurrent events by Naoya Horiguchi · 9 years ago
  5. 09789e5 mm/memory-failure: call shake_page() when error hits thp tail page by Naoya Horiguchi · 9 years ago
  6. bcc5422 mm: hugetlb: introduce page_huge_active by Naoya Horiguchi · 9 years ago
  7. 64d37a2 mm/memory-failure.c: define page types for action_result() in one place by Naoya Horiguchi · 9 years ago
  8. 9ab3b59 mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() by Naoya Horiguchi · 9 years ago
  9. cb731d6 vmscan: per memory cgroup slab shrinkers by Vladimir Davydov · 9 years ago
  10. 6b4f779 mm: vmscan: invoke slab shrinkers from shrink_zone() by Johannes Weiner · 9 years ago
  11. d28eb9c mm/memory-failure: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  12. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  13. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  14. c055432 mm, memory_hotplug/failure: drain single zone pcplists by Vlastimil Babka · 10 years ago
  15. 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 10 years ago
  16. 6dc52cb RAS, HWPOISON: Fix wrong error recovery status by Chen, Gong · 10 years ago
  17. f29374b cgroup: remove redundant check in cgroup_ino() by Zefan Li · 10 years ago
  18. f37d429 hwpoison: fix race with changing page during offlining by Andi Kleen · 10 years ago
  19. 52089b1 hwpoison: call action_result() in failure path of hwpoison_user_mappings() by Naoya Horiguchi · 10 years ago
  20. 93a9eb3 hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings() by Naoya Horiguchi · 10 years ago
  21. a0f7a75 mm/rmap.c: fix pgoff calculation to handle hugepage correctly by Naoya Horiguchi · 10 years ago
  22. 0bc1f8b hwpoison: fix the handling path of the victimized page frame that belong to non-LRU by Chen Yucong · 10 years ago
  23. 3ba0812 mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_MCEERR_AO) by Naoya Horiguchi · 10 years ago
  24. 74614de mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIRED by Tony Luck · 10 years ago
  25. a70ffca mm/memory-failure.c-failure: send right signal code to correct thread by Tony Luck · 10 years ago
  26. 6edd6cc mm/memory-failure.c: move comment by Naoya Horiguchi · 10 years ago
  27. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  28. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  29. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  30. 3e030ec mm/memory-failure.c: fix memory leak by race between poison and unpoison by Naoya Horiguchi · 10 years ago
  31. b985194 hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepage by Chen Yucong · 10 years ago
  32. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  33. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  34. b166492 cgroup: introduce cgroup_ino() by Tejun Heo · 10 years ago
  35. 8d547ff mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED by Naoya Horiguchi · 10 years ago
  36. 54b9dd1 mm/memory-failure.c: shift page lock from head page to tail page after thp split by Naoya Horiguchi · 10 years ago
  37. 59c82b7 mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages by Joonsoo Kim · 10 years ago
  38. 549543d mm, memory-failure: fix typo in me_pagecache_dirty() by Zhi Yong Wu · 10 years ago
  39. a3e0f9e mm/memory-failure.c: transfer page count from head page to tail page after split thp by Naoya Horiguchi · 10 years ago
  40. a49ecbc mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully by Jianguo Wu · 10 years ago
  41. 498d319 kfifo API type safety by Stefani Seibold · 11 years ago
  42. 03b61ff mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page() by Naoya Horiguchi · 11 years ago
  43. 2d421ac mm/hwpoison: fix false report on 2nd attempt at page recovery by Wanpeng Li · 11 years ago
  44. e76d30e mm/hwpoison: fix test for a transparent huge page by Wanpeng Li · 11 years ago
  45. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  46. 3ba5eeb mm/memory-failure.c: fix bug triggered by unpoisoning empty zero page by Wanpeng Li · 11 years ago
  47. 86e0577 mm/hwpoison: drop forward reference declarations __soft_offline_page() by Wanpeng Li · 11 years ago
  48. 0be3509 mm/hwpoison: don't set migration type twice to avoid holding heavily contend zone->lock by Wanpeng Li · 11 years ago
  49. dd9538a mm/hwpoison: replace atomic_long_sub() with atomic_long_dec() by Wanpeng Li · 11 years ago
  50. 0cea3fd mm/hwpoison: fix race against poison thp by Wanpeng Li · 11 years ago
  51. f912115 mm/hwpoison: don't need to hold compound lock for hugetlbfs page by Wanpeng Li · 11 years ago
  52. 841fcc5 mm/hwpoison: fix loss of PG_dirty for errors on mlocked pages by Wanpeng Li · 11 years ago
  53. 0d6fdbd hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page() by Naoya Horiguchi · 11 years ago
  54. b8ec1ce mm: soft-offline: use migrate_pages() instead of migrate_huge_page() by Naoya Horiguchi · 11 years ago
  55. 0ce3d74 shrinker: add node awareness by Dave Chinner · 11 years ago
  56. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  57. 8e33a52 treewide: Fix printks with 0x%# by Joe Perches · 11 years ago
  58. 0237d7f Merge branch 'x86/mce' into x86/ras by Ingo Molnar · 11 years ago
  59. cf870c7 mce: acpi/apei: Soft-offline a page on firmware GHES notification by Naveen N. Rao · 11 years ago
  60. f15bdfa mm/memory-failure.c: fix memory leak in successful soft offlining by Naoya Horiguchi · 11 years ago
  61. e398629 HWPOISON: check dirty flag to match against clean page by Naoya Horiguchi · 11 years ago
  62. 5f4b9fc HWPOISON: change order of error_states[]'s elements by Naoya Horiguchi · 11 years ago
  63. 524fca1 HWPOISON: fix misjudgement of page_action() for errors on mlocked pages by Naoya Horiguchi · 11 years ago
  64. 9c620e2 mm: remove offlining arg to migrate_pages by Hugh Dickins · 11 years ago
  65. 4db0e95 mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on thp by Naoya Horiguchi · 11 years ago
  66. af8fae7 mm/memory-failure.c: clean up soft_offline_page() by Naoya Horiguchi · 11 years ago
  67. 293c07e memory-failure: use num_poisoned_pages instead of mce_bad_pages by Xishi Qiu · 11 years ago
  68. fa8dd8a memory-failure: do code refactor of soft_offline_page() by Xishi Qiu · 11 years ago
  69. 0ebff32 memory-failure: fix an error of mce_bad_pages statistics by Xishi Qiu · 11 years ago
  70. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  71. ff604cf mm: hwpoison: fix action_result() to print out dirty/clean by Naoya Horiguchi · 12 years ago
  72. b023f46 memory-hotplug: skip HWPoisoned page when offlining pages by Wen Congyang · 12 years ago
  73. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  74. 7b2a2d4 mm: migrate: Add a tracepoint for migrate_pages by Mel Gorman · 12 years ago
  75. 783657a mm: soft offline: split thp at the beginning of soft_offline_page() by Naoya Horiguchi · 12 years ago
  76. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  77. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  78. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  79. 189ebff hugetlb: simplify migrate_huge_page() by Aneesh Kumar K.V · 12 years ago
  80. dc32f63 mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page() by Joonsoo Kim · 12 years ago
  81. 6751ed6 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 12 years ago
  82. 71dd0b8 mm/memory_failure: let the compiler add the function name by Borislav Petkov · 12 years ago
  83. 0815f3d mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 12 years ago
  84. 754b980 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  85. 385de35 thp: allow a hwpoisoned head page to be put back to LRU by Dean Nelson · 12 years ago
  86. 4e9f44b Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 12 years ago
  87. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 12 years ago
  88. 7329bbe HWPOISON: Add code to handle "action required" errors. by Tony Luck · 13 years ago
  89. cd42f4a HWPOISON: Clean up memory_failure() vs. __memory_failure() by Tony Luck · 12 years ago
  90. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  91. dd73e85 HWPOISON: convert pr_debug()s to pr_info()s by Dean Nelson · 13 years ago
  92. b9e15ba mm: Add export.h for EXPORT_SYMBOL to active symbol exporters by Paul Gortmaker · 13 years ago
  93. ea8f5fb HWPoison: add memory_failure_queue() by Huang Ying · 13 years ago
  94. 9b67932 mm/memory-failure.c: fix spinlock vs mutex order by Peter Zijlstra · 13 years ago
  95. 5db8a73 mm/memory-failure.c: fix page isolated count mismatch by Minchan Kim · 13 years ago
  96. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  97. a09ed5e vmscan: change shrink_slab() interfaces by passing shrink_control by Ying Han · 13 years ago
  98. bd48628 mem-hwpoison: fix page refcount around isolate_lru_page() by Konstantin Khlebnikov · 13 years ago
  99. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  100. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago