summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-02mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-08-28mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8
2025-05-02mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2024-07-05mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-01-15mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-30mm: memory-failure: kill soft_offline_free_page()Kefeng Wang1-11/+1
2023-02-14mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-1/+1
2022-11-26hugetlbfs: don't delete error page from pagecacheJames Houghton1-1/+4
2022-11-26mm: shmem: don't truncate page if memory failure happensYang Shi1-3/+11
2022-11-26mm: hwpoison: handle non-anonymous THP correctlyYang Shi1-5/+2
2022-11-26mm: hwpoison: refactor refcount check handlingYang Shi1-29/+64
2022-10-05mm,hwpoison: check mm when killing accessing processShuai Xue1-0/+3
2022-07-12Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi1-11/+0
2022-07-12mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi1-34/+103
2022-07-12mm/memory-failure.c: fix race with changing page compound againMiaohe Lin1-0/+12
2022-07-12mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-2/+7
2022-07-12mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi1-44/+18
2022-05-18mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi1-1/+1
2022-05-18Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu1-13/+0
2022-05-15mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi1-1/+3
2022-04-27mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu1-0/+13
2021-12-29mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin1-0/+1
2021-12-29mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi1-9/+4
2021-10-29mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi1-0/+14
2021-10-29mm: hwpoison: remove the unnecessary THP checkYang Shi1-14/+0
2021-09-25mm/memory_failure: fix the missing pte_unmap() callQi Zheng1-5/+5
2021-09-25mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi1-1/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-27/+24
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi1-1/+1
2021-09-03mm: fix panic caused by __page_handle_poison()Michael Wang1-2/+2
2021-09-03mm: hwpoison: dump page for unhandlable pageYang Shi1-3/+3
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi1-10/+8
2021-09-03mm/hwpoison: fix some obsolete commentsMiaohe Lin1-3/+3
2021-09-03mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin1-4/+3
2021-09-03mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+4
2021-09-03mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin1-2/+1
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-08-20mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi1-3/+9
2021-07-12mm: Fix comments mentioning i_mutexJan Kara1-1/+1
2021-07-01mm: fix spelling mistakesZhen Lei1-1/+1
2021-07-01mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins1-1/+1
2021-07-01mm: rmap: make try_to_unmap() void functionYang Shi1-8/+7
2021-07-01mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi1-3/+16
2021-06-29mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi1-85/+109
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-1/+149
2021-06-25mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi1-14/+30
2021-06-25mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao1-1/+2
2021-06-25mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck1-13/+23
2021-06-16mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun1-1/+6