aboutsummaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledGravatar Miaohe Lin 1-3/+15
2024-02-07mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageGravatar Miaohe Lin 1-0/+3
2024-01-25fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingGravatar Sidhartha Kumar 1-1/+1
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+17
2023-12-29mm/rmap: remove page_remove_rmap()Gravatar David Hildenbrand 1-2/+2
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesGravatar Andrew Morton 1-17/+16
2023-12-20mm/memory-failure: cast index to loff_t before shifting itGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-12-20mm/memory-failure: check the mapcount of the precise pageGravatar Matthew Wilcox (Oracle) 1-3/+3
2023-12-20mm/memory-failure: pass the folio and the page to collect_procs()Gravatar Matthew Wilcox (Oracle) 1-13/+12
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-5/+5
2023-12-10memory-failure: convert truncate_error_page to truncate_error_folioGravatar Matthew Wilcox (Oracle) 1-5/+4
2023-12-10memory-failure: use a folio in me_huge_page()Gravatar Matthew Wilcox (Oracle) 1-6/+6
2023-12-10memory-failure: convert delete_from_lru_cache() to take a folioGravatar Matthew Wilcox (Oracle) 1-11/+11
2023-12-10memory-failure: use a folio in me_pagecache_dirty()Gravatar Matthew Wilcox (Oracle) 1-3/+4
2023-12-10memory-failure: use a folio in me_pagecache_clean()Gravatar Matthew Wilcox (Oracle) 1-7/+6
2023-12-10mm: convert isolate_page() to mf_isolate_folio()Gravatar Matthew Wilcox (Oracle) 1-14/+14
2023-12-10mm: convert soft_offline_in_use_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-12/+12
2023-12-10mm: use mapping_evict_folio() in truncate_error_page()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindGravatar Shiyang Ruan 1-4/+17
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioGravatar Matthew Wilcox (Oracle) 1-13/+16
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-8/+8
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Gravatar Tong Tiangen 1-8/+8
2023-09-02mm/hwpoison: rename hwp_walk* to hwpoison_walk*Gravatar Jiaqi Yan 1-8/+8
2023-09-02mm: memory-failure: add PageOffline() checkGravatar Miaohe Lin 1-2/+3
2023-08-24mm: memory-failure: fix potential page refcnt leak in memory_failure()Gravatar Miaohe Lin 1-2/+1
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesGravatar Andrew Morton 1-17/+24
2023-08-21mm: memory-failure: use helper macro llist_for_each_entry_safe()Gravatar Miaohe Lin 1-8/+5
2023-08-21mm: memory-failure: fix unexpected return value in soft_offline_page()Gravatar Miaohe Lin 1-4/+7
2023-08-21mm: enable page walking API to lock vmas during the walkGravatar Suren Baghdasaryan 1-0/+1
2023-08-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONGravatar Jiaqi Yan 1-2/+38
2023-08-18mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpGravatar Jiaqi Yan 1-5/+3
2023-08-18mm: memory-failure: fix race window when trying to get hugetlb folioGravatar Miaohe Lin 1-4/+16
2023-08-18mm: memory-failure: fetch compound head after extra page refcnt is heldGravatar Miaohe Lin 1-2/+1
2023-08-18mm: memory-failure: minor cleanup for comments and codestyleGravatar Miaohe Lin 1-6/+6
2023-08-18mm: memory-failure: remove unneeded header filesGravatar Miaohe Lin 1-3/+0
2023-08-18mm: memory-failure: use local variable huge to check hugetlb pageGravatar Miaohe Lin 1-2/+2
2023-08-18mm: memory-failure: don't account hwpoison_filter() filtered pagesGravatar Miaohe Lin 1-1/+2
2023-08-18mm: memory-failure: ensure moving HWPoison flag to the raw error pagesGravatar Miaohe Lin 1-0/+2
2023-08-18mm: memory-failure: remove unneeded PageHuge() checkGravatar Miaohe Lin 1-3/+0
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsGravatar David Howells 1-5/+3
2023-08-18mm: memory-failure: remove unneeded 'inline' annotationGravatar Miaohe Lin 1-2/+2
2023-08-18mm: memory-failure: remove unneeded page state check in shake_page()Gravatar Miaohe Lin 1-7/+4
2023-08-04mm: memory-failure: avoid false hwpoison page mapped error infoGravatar Miaohe Lin 1-3/+7
2023-08-04mm: memory-failure: fix potential unexpected return value from unpoison_memory()Gravatar Miaohe Lin 1-10/+9
2023-07-27mm/memory-failure: fix hardware poison check in unpoison_memory()Gravatar Sidhartha Kumar 1-1/+1
2023-06-19mm: ptep_get() conversionGravatar Ryan Roberts 1-12/+14
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsGravatar Hugh Dickins 1-3/+5
2023-06-09mm: memory-failure: move sysctl register in memory_failure_init()Gravatar Kefeng Wang 1-9/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-18/+47
2023-04-18mm: ksm: support hwpoison for ksm pageGravatar Longlong Xia 1-9/+25