aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
AgeCommit message (Expand)Author
2023-08-21mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-04mm: memory-failure: avoid false hwpoison page mapped error infoMiaohe Lin
2023-08-04mm: memory-failure: fix potential unexpected return value from unpoison_memory()Miaohe Lin
2023-07-27mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins
2023-06-09mm: memory-failure: move sysctl register in memory_failure_init()Kefeng Wang
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia
2023-04-18mm: memory-failure: refactor add_to_kill()Longlong Xia
2023-04-13mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang
2023-03-28mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)Kefeng Wang
2023-02-27mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-02mm: memory-failure: bump memory failure stats to pglist_dataJiaqi Yan
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan
2023-02-02mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar
2023-02-02mm: clean up mlock_page / munlock_page references in commentsMatthew Wilcox (Oracle)
2023-02-02mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar
2023-01-18tools/vm: rename tools/vm to tools/mmSeongJae Park
2022-11-30mm/memory-failure.c: cleanup in unpoison_memoryMa Wupeng
2022-11-30memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-08mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi
2022-11-08mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi
2022-11-08mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi
2022-11-08mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi
2022-11-08mm: memory-failure: make action_result() return intKefeng Wang
2022-11-08mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()Kefeng Wang
2022-11-08mm: memory-failure: make put_ref_page() more usefulKefeng Wang
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