summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30mm/memory-failure.c: cleanup in unpoison_memoryMa Wupeng1-4/+2
2022-11-30memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)1-2/+3
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins1-3/+2
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-1/+4
2022-11-08mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi1-25/+11
2022-11-08mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi1-7/+7
2022-11-08mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi1-0/+10
2022-11-08mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi1-4/+17
2022-11-08mm: memory-failure: make action_result() return intKefeng Wang1-29/+16
2022-11-08mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()Kefeng Wang1-3/+3
2022-11-08mm: memory-failure: make put_ref_page() more usefulKefeng Wang1-17/+17
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton1-1/+4
2022-10-03rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)1-1/+1
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-1/+1
2022-09-26mm, hwpoison: cleanup some obsolete commentsMiaohe Lin1-5/+5
2022-09-26mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin1-1/+1
2022-09-26mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...Miaohe Lin1-3/+3
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin1-2/+4
2022-09-26mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin1-7/+9
2022-09-26mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin1-1/+1
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-11/+16
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue1-0/+3
2022-09-11mm: memory-failure: kill __soft_offline_page()Kefeng Wang1-15/+10
2022-09-11mm: memory-failure: kill soft_offline_free_page()Kefeng Wang1-11/+1
2022-09-11mm, hwpoison: avoid trying to unpoison reserved pageMiaohe Lin1-2/+2
2022-09-11mm, hwpoison: kill procs if unmap failsMiaohe Lin1-8/+4
2022-09-11mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()Miaohe Lin1-1/+2
2022-09-11mm, hwpoison: fix extra put_page() in soft_offline_page()Miaohe Lin1-2/+0
2022-09-11mm, hwpoison: fix page refcnt leaking in unpoison_memory()Miaohe Lin1-0/+1
2022-09-11mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()Miaohe Lin1-2/+4
2022-09-11mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang1-11/+12
2022-09-11mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams1-10/+12
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams1-1/+1
2022-08-08mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi1-16/+0
2022-08-08mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepageNaoya Horiguchi1-4/+6
2022-08-08mm, hwpoison: make __page_handle_poison returns intNaoya Horiguchi1-5/+11
2022-08-08mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi1-4/+4
2022-08-08mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi1-5/+47
2022-08-08mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi1-3/+86
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-109/+221
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-07-29mm: memory-failure: convert to pr_fmt()Kefeng Wang1-30/+28
2022-07-17mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan1-10/+86
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan1-0/+14
2022-07-17mm: factor helpers for memory_failure_dev_pagemapShiyang Ruan1-76/+95
2022-07-17mm: add zone device coherent type memory supportAlex Sierra1-2/+6
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)1-2/+3
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-1/+1
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)1-1/+1
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi1-0/+12