summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* mm: change to return bool for isolate_movable_page()Baolin Wang2023-02-201-2/+2
* mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang2023-02-201-1/+1
* mm: change to return bool for isolate_lru_page()Baolin Wang2023-02-201-2/+2
* mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar2023-02-131-1/+1
* mm: memory-failure: bump memory failure stats to pglist_dataJiaqi Yan2023-02-021-0/+36
* mm: memory-failure: add memory failure stats to sysfsJiaqi Yan2023-02-021-0/+35
* mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar2023-02-021-11/+11
* mm: clean up mlock_page / munlock_page references in commentsMatthew Wilcox (Oracle)2023-02-021-1/+1
* mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar2023-02-021-11/+9
* mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar2023-02-021-4/+3
* mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar2023-02-021-4/+3
* mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar2023-02-021-7/+9
* mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar2023-02-021-10/+12
* mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar2023-02-021-5/+5
* mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar2023-02-021-13/+13
* mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar2023-02-021-10/+10
* tools/vm: rename tools/vm to tools/mmSeongJae Park2023-01-181-1/+1
* mm/memory-failure.c: cleanup in unpoison_memoryMa Wupeng2022-11-301-4/+2
* memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)2022-11-301-2/+3
* mm,hugetlb: use folio fields in second tail pageHugh Dickins2022-11-301-3/+2
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-1/+4
|\
| * hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-081-1/+4
* | mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-11-081-25/+11
* | mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi2022-11-081-7/+7
* | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi2022-11-081-0/+10
* | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi2022-11-081-4/+17
* | mm: memory-failure: make action_result() return intKefeng Wang2022-11-081-29/+16
* | mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()Kefeng Wang2022-11-081-3/+3
* | mm: memory-failure: make put_ref_page() more usefulKefeng Wang2022-11-081-17/+17
|/
* rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)2022-10-031-1/+1
* mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-1/+1
* mm, hwpoison: cleanup some obsolete commentsMiaohe Lin2022-09-261-5/+5
* mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin2022-09-261-1/+1
* mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...Miaohe Lin2022-09-261-3/+3
* mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin2022-09-261-2/+4
* mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin2022-09-261-7/+9
* mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin2022-09-261-1/+1
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-11/+16
|\
| * mm,hwpoison: check mm when killing accessing processShuai Xue2022-09-261-0/+3
| * mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams2022-09-111-10/+12
| * mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-111-1/+1
* | mm: memory-failure: kill __soft_offline_page()Kefeng Wang2022-09-111-15/+10
* | mm: memory-failure: kill soft_offline_free_page()Kefeng Wang2022-09-111-11/+1
* | mm, hwpoison: avoid trying to unpoison reserved pageMiaohe Lin2022-09-111-2/+2
* | mm, hwpoison: kill procs if unmap failsMiaohe Lin2022-09-111-8/+4
* | mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()Miaohe Lin2022-09-111-1/+2
* | mm, hwpoison: fix extra put_page() in soft_offline_page()Miaohe Lin2022-09-111-2/+0
* | mm, hwpoison: fix page refcnt leaking in unpoison_memory()Miaohe Lin2022-09-111-0/+1
* | mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()Miaohe Lin2022-09-111-2/+4
* | mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang2022-09-111-11/+12
|/