summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)Author
2022-07-12Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi
2022-07-12mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi
2022-07-12mm/memory-failure.c: fix race with changing page compound againMiaohe Lin
2022-07-12mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei
2022-07-12mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi
2022-05-18mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi
2022-05-18Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu
2022-05-15mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi
2022-04-27mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu
2021-12-29mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin
2021-12-29mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi
2021-10-28mm: hwpoison: remove the unnecessary THP checkYang Shi
2021-09-24mm/memory_failure: fix the missing pte_unmap() callQi Zheng
2021-09-24mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi
2021-09-03mm: fix panic caused by __page_handle_poison()Michael Wang
2021-09-03mm: hwpoison: dump page for unhandlable pageYang Shi
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi
2021-09-03mm/hwpoison: fix some obsolete commentsMiaohe Lin
2021-09-03mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin
2021-09-03mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin
2021-09-03mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-20mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi
2021-07-12mm: Fix comments mentioning i_mutexJan Kara
2021-07-01mm: fix spelling mistakesZhen Lei
2021-06-30mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi
2021-06-30mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi
2021-06-29mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi
2021-06-24mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi
2021-06-24mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao
2021-06-24mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck
2021-06-16mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi
2021-05-07mm: fix typos in commentsIngo Molnar
2021-04-30mm/memory-failure: unnecessary amount of unmappingJane Chu
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams
2021-02-24mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required eventsAili Yao
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams
2021-01-12mm,hwpoison: fix printing of page flagsOscar Salvador
2020-12-15mm,hwpoison: return -EBUSY when migration failsOscar Salvador
2020-12-15mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador
2020-12-15mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador
2020-12-15mm,hwpoison: disable pcplists before grabbing a refcountOscar Salvador
2020-12-15mm,hwpoison: refactor get_any_pageOscar Salvador
2020-12-15mm,hwpoison: take free pages off the buddy freelistsOscar Salvador