summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
AgeCommit message (Expand)Author
2023-03-10mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-10-03rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu
2022-09-26mm, hwpoison: cleanup some obsolete commentsMiaohe Lin
2022-09-26mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin
2022-09-26mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...Miaohe Lin
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin
2022-09-26mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin
2022-09-26mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue
2022-09-11mm: memory-failure: kill __soft_offline_page()Kefeng Wang
2022-09-11mm: memory-failure: kill soft_offline_free_page()Kefeng Wang
2022-09-11mm, hwpoison: avoid trying to unpoison reserved pageMiaohe Lin
2022-09-11mm, hwpoison: kill procs if unmap failsMiaohe Lin
2022-09-11mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()Miaohe Lin
2022-09-11mm, hwpoison: fix extra put_page() in soft_offline_page()Miaohe Lin
2022-09-11mm, hwpoison: fix page refcnt leaking in unpoison_memory()Miaohe Lin
2022-09-11mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()Miaohe Lin
2022-09-11mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang
2022-09-11mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams
2022-08-08mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi
2022-08-08mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepageNaoya Horiguchi
2022-08-08mm, hwpoison: make __page_handle_poison returns intNaoya Horiguchi
2022-08-08mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi
2022-08-08mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi
2022-08-08mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-07-29mm: memory-failure: convert to pr_fmt()Kefeng Wang
2022-07-17mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan
2022-07-17mm: factor helpers for memory_failure_dev_pagemapShiyang Ruan
2022-07-17mm: add zone device coherent type memory supportAlex Sierra
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-05-13mm/memory-failure.c: simplify num_poisoned_pages_inc/deczhenwei pi
2022-05-13mm/memory-failure.c: add hwpoison_filter for soft offlinezhenwei pi
2022-05-13mm/memory-failure.c: simplify num_poisoned_pages_deczhenwei pi
2022-05-13mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-04-28mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi
2022-04-28mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin
2022-04-28mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin