summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi1-4/+4
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang1-2/+2
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang1-1/+1
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang1-2/+2
2023-02-14mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar1-1/+1
2023-02-03mm: memory-failure: bump memory failure stats to pglist_dataJiaqi Yan1-0/+36
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan1-0/+35
2023-02-03mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar1-11/+11
2023-02-03mm: clean up mlock_page / munlock_page references in commentsMatthew Wilcox (Oracle)1-1/+1
2023-02-03mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar1-11/+9
2023-02-03mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar1-4/+3
2023-02-03mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar1-4/+3
2023-02-03mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar1-7/+9
2023-02-03mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar1-10/+12
2023-02-03mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar1-5/+5
2023-02-03mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar1-13/+13
2023-02-03mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar1-10/+10
2023-01-19tools/vm: rename tools/vm to tools/mmSeongJae Park1-1/+1
2022-12-01mm/memory-failure.c: cleanup in unpoison_memoryMa Wupeng1-4/+2
2022-12-01memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)1-2/+3
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins1-3/+2
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-1/+4
2022-11-09mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi1-25/+11
2022-11-09mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi1-7/+7
2022-11-09mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi1-0/+10
2022-11-09mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi1-4/+17
2022-11-09mm: memory-failure: make action_result() return intKefeng Wang1-29/+16
2022-11-09mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()Kefeng Wang1-3/+3
2022-11-09mm: memory-failure: make put_ref_page() more usefulKefeng Wang1-17/+17
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton1-1/+4
2022-10-04rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)1-1/+1
2022-09-27mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-1/+1
2022-09-27mm, hwpoison: cleanup some obsolete commentsMiaohe Lin1-5/+5
2022-09-27mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin1-1/+1
2022-09-27mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...Miaohe Lin1-3/+3
2022-09-27mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin1-2/+4
2022-09-27mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin1-7/+9
2022-09-27mm, 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-12mm: memory-failure: kill __soft_offline_page()Kefeng Wang1-15/+10
2022-09-12mm: memory-failure: kill soft_offline_free_page()Kefeng Wang1-11/+1
2022-09-12mm, hwpoison: avoid trying to unpoison reserved pageMiaohe Lin1-2/+2
2022-09-12mm, hwpoison: kill procs if unmap failsMiaohe Lin1-8/+4
2022-09-12mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()Miaohe Lin1-1/+2
2022-09-12mm, hwpoison: fix extra put_page() in soft_offline_page()Miaohe Lin1-2/+0
2022-09-12mm, hwpoison: fix page refcnt leaking in unpoison_memory()Miaohe Lin1-0/+1
2022-09-12mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()Miaohe Lin1-2/+4
2022-09-12mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang1-11/+12
2022-09-12mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams1-10/+12