1. f912115 mm/hwpoison: don't need to hold compound lock for hugetlbfs page by Wanpeng Li · 11 years ago
  2. 841fcc5 mm/hwpoison: fix loss of PG_dirty for errors on mlocked pages by Wanpeng Li · 11 years ago
  3. 0d6fdbd hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page() by Naoya Horiguchi · 11 years ago
  4. b8ec1ce mm: soft-offline: use migrate_pages() instead of migrate_huge_page() by Naoya Horiguchi · 11 years ago
  5. 0ce3d74 shrinker: add node awareness by Dave Chinner · 11 years ago
  6. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  7. 8e33a52 treewide: Fix printks with 0x%# by Joe Perches · 11 years ago
  8. 0237d7f Merge branch 'x86/mce' into x86/ras by Ingo Molnar · 11 years ago
  9. cf870c7 mce: acpi/apei: Soft-offline a page on firmware GHES notification by Naveen N. Rao · 11 years ago
  10. f15bdfa mm/memory-failure.c: fix memory leak in successful soft offlining by Naoya Horiguchi · 11 years ago
  11. e398629 HWPOISON: check dirty flag to match against clean page by Naoya Horiguchi · 11 years ago
  12. 5f4b9fc HWPOISON: change order of error_states[]'s elements by Naoya Horiguchi · 11 years ago
  13. 524fca1 HWPOISON: fix misjudgement of page_action() for errors on mlocked pages by Naoya Horiguchi · 11 years ago
  14. 9c620e2 mm: remove offlining arg to migrate_pages by Hugh Dickins · 11 years ago
  15. 4db0e95 mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on thp by Naoya Horiguchi · 11 years ago
  16. af8fae7 mm/memory-failure.c: clean up soft_offline_page() by Naoya Horiguchi · 11 years ago
  17. 293c07e memory-failure: use num_poisoned_pages instead of mce_bad_pages by Xishi Qiu · 11 years ago
  18. fa8dd8a memory-failure: do code refactor of soft_offline_page() by Xishi Qiu · 11 years ago
  19. 0ebff32 memory-failure: fix an error of mce_bad_pages statistics by Xishi Qiu · 11 years ago
  20. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  21. ff604cf mm: hwpoison: fix action_result() to print out dirty/clean by Naoya Horiguchi · 12 years ago
  22. b023f46 memory-hotplug: skip HWPoisoned page when offlining pages by Wen Congyang · 12 years ago
  23. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  24. 7b2a2d4 mm: migrate: Add a tracepoint for migrate_pages by Mel Gorman · 12 years ago
  25. 783657a mm: soft offline: split thp at the beginning of soft_offline_page() by Naoya Horiguchi · 12 years ago
  26. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  27. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  28. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  29. 189ebff hugetlb: simplify migrate_huge_page() by Aneesh Kumar K.V · 12 years ago
  30. dc32f63 mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page() by Joonsoo Kim · 12 years ago
  31. 6751ed6 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 12 years ago
  32. 71dd0b8 mm/memory_failure: let the compiler add the function name by Borislav Petkov · 12 years ago
  33. 0815f3d mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 12 years ago
  34. 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
  35. 385de35 thp: allow a hwpoisoned head page to be put back to LRU by Dean Nelson · 12 years ago
  36. 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
  37. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 12 years ago
  38. 7329bbe HWPOISON: Add code to handle "action required" errors. by Tony Luck · 13 years ago
  39. cd42f4a HWPOISON: Clean up memory_failure() vs. __memory_failure() by Tony Luck · 13 years ago
  40. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  41. dd73e85 HWPOISON: convert pr_debug()s to pr_info()s by Dean Nelson · 13 years ago
  42. b9e15ba mm: Add export.h for EXPORT_SYMBOL to active symbol exporters by Paul Gortmaker · 13 years ago
  43. ea8f5fb HWPoison: add memory_failure_queue() by Huang Ying · 13 years ago
  44. 9b67932 mm/memory-failure.c: fix spinlock vs mutex order by Peter Zijlstra · 13 years ago
  45. 5db8a73 mm/memory-failure.c: fix page isolated count mismatch by Minchan Kim · 13 years ago
  46. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  47. a09ed5e vmscan: change shrink_slab() interfaces by passing shrink_control by Ying Han · 13 years ago
  48. bd48628 mem-hwpoison: fix page refcount around isolate_lru_page() by Konstantin Khlebnikov · 13 years ago
  49. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  50. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  51. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  52. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 13 years ago
  53. f58c9df mm: remove is_hwpoison_address by Huang Ying · 13 years ago
  54. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  55. af241a0 thp: fix unsuitable behavior for hwpoisoned tail page by Jin Dongming · 13 years ago
  56. a6d30dd thp: fix the wrong reported address of hwpoisoned hugepages by Jin Dongming · 13 years ago
  57. efeda7a thp: fix splitting of hwpoisoned hugepages by Jin Dongming · 13 years ago
  58. 48db54e mm/migration: fix page corruption during hugepage migration by Minchan Kim · 13 years ago
  59. 57fc4a5 mm: when migrate_pages returns 0, all pages must have been released by Andrea Arcangeli · 13 years ago
  60. 37c2ac7 thp: compound_trans_order by Andrea Arcangeli · 13 years ago
  61. 91600e9 thp: fix memory-failure hugetlbfs vs THP collision by Andrea Arcangeli · 13 years ago
  62. 3f04f62 thp: split_huge_page paging by Andrea Arcangeli · 13 years ago
  63. 77f1fe6 mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path by Mel Gorman · 13 years ago
  64. 20d6c96 mem-hotplug: introduce {un}lock_memory_hotplug() by KOSAKI Motohiro · 14 years ago
  65. cf608ac mm: compaction: fix COMPACTPAGEFAILED counting by Minchan Kim · 14 years ago
  66. 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
  67. a08c80e HWPOISON: Remove retry loop for try_to_unmap by Andi Kleen · 14 years ago
  68. 9033ae1 HWPOISON: Turn addr_valid from bitfield into char by Andi Kleen · 14 years ago
  69. 898e70d HWPOISON: Disable DEBUG by default by Andi Kleen · 14 years ago
  70. fb46e73 HWPOISON: Convert pr_debugs to pr_info by Andi Kleen · 14 years ago
  71. 1c80b99 HWPOISON: Improve comments in memory-failure.c by Andi Kleen · 14 years ago
  72. 6a90181 HWPOISON, hugetlb: fix unpoison for hugepage by Naoya Horiguchi · 14 years ago
  73. d950b95 HWPOISON, hugetlb: soft offlining for hugepage by Naoya Horiguchi · 14 years ago
  74. 8c6c2ec HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASED by Naoya Horiguchi · 14 years ago
  75. 6de2b1a HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page() by Naoya Horiguchi · 14 years ago
  76. 47f43e7 HWPOISON: Stop shrinking at right page count by Andi Kleen · 14 years ago
  77. 0d9ee6a HWPOISON: Report correct address granuality for AO huge page errors by Andi Kleen · 14 years ago
  78. 1021a64 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  79. 93f70f9 HWPOISON, hugetlb: isolate corrupted hugepage by Naoya Horiguchi · 14 years ago
  80. c9fbdd5 HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error by Naoya Horiguchi · 14 years ago
  81. 7013feb HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage by Naoya Horiguchi · 14 years ago
  82. 7af446a HWPOISON, hugetlb: enable error handling path for hugepage by Naoya Horiguchi · 14 years ago
  83. bbeb340 KVM: Fix a race condition for usage of is_hwpoison_address() by Huang Ying · 14 years ago
  84. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 14 years ago
  85. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  86. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  87. 27df506 HWPOISON: Add PROC_FS dependency to hwpoison injector v2 by Andi Kleen · 15 years ago
  88. f2c03de HWPOISON: Remove stray phrase in a comment by Andi Kleen · 15 years ago
  89. 12686d1 HWPOISON: Try to allocate migration page on the same node by Andi Kleen · 15 years ago
  90. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 15 years ago
  91. 2326c46 HWPOISON: Undefine short-hand macros after use to avoid namespace conflict by Andi Kleen · 15 years ago
  92. 0474a60 HWPOISON: Use new shake_page in memory_failure by Andi Kleen · 15 years ago
  93. 1bfe5fe HWPOISON: add an interface to switch off/on all the page filters by Haicheng Li · 15 years ago
  94. 4fd466e HWPOISON: add memory cgroup filter by Andi Kleen · 15 years ago
  95. 478c5ff HWPOISON: add page flags filter by Wu Fengguang · 15 years ago
  96. 7c116f2 HWPOISON: add fs/device filters by Wu Fengguang · 15 years ago
  97. 138ce28 HWPOISON: return 0 to indicate success reliably by Wu Fengguang · 15 years ago
  98. d95ea51 HWPOISON: make semantics of IGNORED/DELAYED clear by Wu Fengguang · 15 years ago
  99. 847ce40 HWPOISON: Add unpoisoning support by Wu Fengguang · 15 years ago
  100. 8d22ba1 HWPOISON: detect free buddy pages explicitly by Wu Fengguang · 15 years ago