summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2023-10-041-13/+16
* Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-051-8/+8
|\
| * mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen2023-09-051-8/+8
* | mm/hwpoison: rename hwp_walk* to hwpoison_walk*Jiaqi Yan2023-09-021-8/+8
* | mm: memory-failure: add PageOffline() checkMiaohe Lin2023-09-021-2/+3
|/
* mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin2023-08-241-2/+1
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-17/+24
|\
| * mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin2023-08-211-4/+7
| * mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+1
| * mm: memory-failure: avoid false hwpoison page mapped error infoMiaohe Lin2023-08-041-3/+7
| * mm: memory-failure: fix potential unexpected return value from unpoison_memory()Miaohe Lin2023-08-041-10/+9
* | mm: memory-failure: use helper macro llist_for_each_entry_safe()Miaohe Lin2023-08-211-8/+5
* | mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan2023-08-181-2/+38
* | mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpJiaqi Yan2023-08-181-5/+3
* | mm: memory-failure: fix race window when trying to get hugetlb folioMiaohe Lin2023-08-181-4/+16
* | mm: memory-failure: fetch compound head after extra page refcnt is heldMiaohe Lin2023-08-181-2/+1
* | mm: memory-failure: minor cleanup for comments and codestyleMiaohe Lin2023-08-181-6/+6
* | mm: memory-failure: remove unneeded header filesMiaohe Lin2023-08-181-3/+0
* | mm: memory-failure: use local variable huge to check hugetlb pageMiaohe Lin2023-08-181-2/+2
* | mm: memory-failure: don't account hwpoison_filter() filtered pagesMiaohe Lin2023-08-181-1/+2
* | mm: memory-failure: ensure moving HWPoison flag to the raw error pagesMiaohe Lin2023-08-181-0/+2
* | mm: memory-failure: remove unneeded PageHuge() checkMiaohe Lin2023-08-181-3/+0
* | mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-181-5/+3
* | mm: memory-failure: remove unneeded 'inline' annotationMiaohe Lin2023-08-181-2/+2
* | mm: memory-failure: remove unneeded page state check in shake_page()Miaohe Lin2023-08-181-7/+4
|/
* mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar2023-07-271-1/+1
* mm: ptep_get() conversionRyan Roberts2023-06-191-12/+14
* mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins2023-06-191-3/+5
* mm: memory-failure: move sysctl register in memory_failure_init()Kefeng Wang2023-06-091-9/+2
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-18/+47
|\
| * mm: ksm: support hwpoison for ksm pageLonglong Xia2023-04-181-9/+25
| * mm: memory-failure: refactor add_to_kill()Longlong Xia2023-04-181-8/+21
| * mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)Kefeng Wang2023-03-281-1/+1
* | mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang2023-04-131-2/+34
|/
* mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-02-271-4/+4
* 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