summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)Author
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen
2023-09-02mm/hwpoison: rename hwp_walk* to hwpoison_walk*Jiaqi Yan
2023-09-02mm: memory-failure: add PageOffline() checkMiaohe Lin
2023-08-24mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: memory-failure: use helper macro llist_for_each_entry_safe()Miaohe Lin
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-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan
2023-08-18mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpJiaqi Yan
2023-08-18mm: memory-failure: fix race window when trying to get hugetlb folioMiaohe Lin
2023-08-18mm: memory-failure: fetch compound head after extra page refcnt is heldMiaohe Lin
2023-08-18mm: memory-failure: minor cleanup for comments and codestyleMiaohe Lin
2023-08-18mm: memory-failure: remove unneeded header filesMiaohe Lin
2023-08-18mm: memory-failure: use local variable huge to check hugetlb pageMiaohe Lin
2023-08-18mm: memory-failure: don't account hwpoison_filter() filtered pagesMiaohe Lin
2023-08-18mm: memory-failure: ensure moving HWPoison flag to the raw error pagesMiaohe Lin
2023-08-18mm: memory-failure: remove unneeded PageHuge() checkMiaohe Lin
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells
2023-08-18mm: memory-failure: remove unneeded 'inline' annotationMiaohe Lin
2023-08-18mm: memory-failure: remove unneeded page state check in shake_page()Miaohe Lin
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