summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin2024-05-241-2/+2
* mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin2024-05-241-0/+7
* memory-failure: remove calls to page_mapping()Matthew Wilcox (Oracle)2024-05-051-2/+4
* mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)2024-05-051-1/+1
* mm/memory-failure: use folio functions throughout collect_procs()Matthew Wilcox (Oracle)2024-05-051-2/+2
* mm/memory-failure: add some folio conversions to unpoison_memoryMatthew Wilcox (Oracle)2024-05-051-4/+4
* mm/memory-failure: convert hwpoison_user_mappings to take a folioMatthew Wilcox (Oracle)2024-05-051-15/+15
* mm/memory-failure: convert memory_failure() to use a folioMatthew Wilcox (Oracle)2024-05-051-19/+21
* mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)2024-05-051-1/+1
* mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)2024-05-051-5/+10
* mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)2024-05-051-9/+13
* mm/memory-failure: pass addr to __add_to_kill()Matthew Wilcox (Oracle)2024-05-051-2/+4
* mm/memory-failure: remove fsdax_pgoff argument from __add_to_killMatthew Wilcox (Oracle)2024-05-051-18/+9
* mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar2024-05-051-4/+4
* mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()David Hildenbrand2024-05-051-2/+2
* memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-251-1/+0
* mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)2024-04-251-1/+1
* mm: record the migration reason for struct migration_target_controlBaolin Wang2024-04-251-0/+1
* mm: free up PG_slabMatthew Wilcox (Oracle)2024-04-251-9/+0
* mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin2024-04-161-3/+15
* mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageMiaohe Lin2024-02-071-0/+3
* fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar2024-01-251-1/+1
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-4/+17
|\
| * mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-071-4/+17
* | mm/rmap: remove page_remove_rmap()David Hildenbrand2023-12-291-2/+2
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-17/+16
|\ \
| * | mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)2023-12-201-1/+1
| * | mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2023-12-201-3/+3
| * | mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)2023-12-201-13/+12
| |/
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-5/+5
* | memory-failure: convert truncate_error_page to truncate_error_folioMatthew Wilcox (Oracle)2023-12-101-5/+4
* | memory-failure: use a folio in me_huge_page()Matthew Wilcox (Oracle)2023-12-101-6/+6
* | memory-failure: convert delete_from_lru_cache() to take a folioMatthew Wilcox (Oracle)2023-12-101-11/+11
* | memory-failure: use a folio in me_pagecache_dirty()Matthew Wilcox (Oracle)2023-12-101-3/+4
* | memory-failure: use a folio in me_pagecache_clean()Matthew Wilcox (Oracle)2023-12-101-7/+6
* | mm: convert isolate_page() to mf_isolate_folio()Matthew Wilcox (Oracle)2023-12-101-14/+14
* | mm: convert soft_offline_in_use_page() to use a folioMatthew Wilcox (Oracle)2023-12-101-12/+12
* | mm: use mapping_evict_folio() in truncate_error_page()Matthew Wilcox (Oracle)2023-12-101-2/+2
|/
* 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