summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-24mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi1-1/+1
2015-08-25mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-05-16mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-16mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-03-16mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2014-09-26mm, migration: add destination page freeing callbackDavid Rientjes1-2/+2
2014-07-02mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi1-13/+43
2014-07-02mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck1-9/+12
2014-07-02mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-06-20mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi1-0/+2
2014-06-06hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong1-7/+8
2014-04-03mm: close PageTail raceDavid Rientjes1-1/+1
2014-02-23mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi1-2/+4
2014-02-14mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi1-10/+11
2014-01-10mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi1-0/+10
2014-01-10mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+10
2013-10-01mm/hwpoison: fix false report on 2nd attempt at page recoveryWanpeng Li1-2/+4
2013-10-01mm/hwpoison: fix test for a transparent huge pageWanpeng Li1-1/+1
2013-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2013-09-12mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li1-1/+1
2013-09-12mm/hwpoison: drop forward reference declarations __soft_offline_page()Wanpeng Li1-66/+64
2013-09-12mm/hwpoison: don't set migration type twice to avoid holding heavily contend ...Wanpeng Li1-1/+2
2013-09-12mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()Wanpeng Li1-1/+1
2013-09-12mm/hwpoison: fix race against poison thpWanpeng Li1-0/+10
2013-09-12mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li1-6/+6
2013-09-12mm/hwpoison: fix loss of PG_dirty for errors on mlocked pagesWanpeng Li1-0/+3
2013-09-12hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()Naoya Horiguchi1-1/+2
2013-09-12mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi1-3/+12
2013-09-11shrinker: add node awarenessDave Chinner1-0/+2
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-08-27treewide: Fix printks with 0x%#Joe Perches1-1/+1
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar1-1/+4
2013-07-10mce: acpi/apei: Soft-offline a page on firmware GHES notificationNaveen N. Rao1-1/+4
2013-07-04mm/memory-failure.c: fix memory leak in successful soft offliningNaoya Horiguchi1-4/+18
2013-04-30HWPOISON: check dirty flag to match against clean pageNaoya Horiguchi1-2/+2
2013-02-24HWPOISON: change order of error_states[]'s elementsNaoya Horiguchi1-3/+3
2013-02-24HWPOISON: fix misjudgement of page_action() for errors on mlocked pagesNaoya Horiguchi1-5/+22
2013-02-24mm: remove offlining arg to migrate_pagesHugh Dickins1-4/+3
2013-02-24mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...Naoya Horiguchi1-1/+11
2013-02-24mm/memory-failure.c: clean up soft_offline_page()Naoya Horiguchi1-69/+87
2013-02-24memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-8/+8
2013-02-24memory-failure: do code refactor of soft_offline_page()Xishi Qiu1-14/+20
2013-02-24memory-failure: fix an error of mce_bad_pages statisticsXishi Qiu1-21/+17
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+4
2012-12-12mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi1-13/+13
2012-12-12memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang1-1/+1
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-2/+2
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-1/+2
2012-11-30mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi1-0/+8
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-1/+4