summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-12mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin1-16/+3
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-04mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan1-2/+20
2024-07-04mm/memory-failure: refactor log format in soft offline codeJiaqi Yan1-6/+9
2024-07-03mm/memory-failure: refactor log format in unpoison_memoryJiaqi Yan1-9/+9
2024-07-03mm/memory-failure: correct comment in me_swapcache_dirtyMiaohe Lin1-1/+1
2024-07-03mm/memory-failure: remove obsolete comment in kill_proc()Miaohe Lin1-2/+0
2024-07-03mm/memory-failure: fix comment of get_hwpoison_page()Miaohe Lin1-1/+1
2024-07-03mm/memory-failure: remove obsolete comment in unpoison_memory()Miaohe Lin1-4/+0
2024-07-03mm/memory-failure: use helper macro task_pid_nr()Miaohe Lin1-4/+4
2024-07-03mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECTMiaohe Lin1-2/+1
2024-07-03mm/memory-failure: remove confusing initialization to countMiaohe Lin1-1/+1
2024-07-03mm/memory-failure: remove unneeded empty stringMiaohe Lin1-1/+1
2024-07-03mm/memory-failure: save some page_folio() callsMiaohe Lin1-3/+3
2024-07-03mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUMMiaohe Lin1-3/+5
2024-07-03mm/memory-failure: remove MF_MSG_SLABMiaohe Lin1-1/+0
2024-07-03mm/memory-failure: simplify put_ref_page()Miaohe Lin1-5/+1
2024-07-03mm/memory-failure: stop setting the folio error flagMatthew Wilcox (Oracle)1-29/+0
2024-07-03mm/memory-failure: use helper llist_for_each_entry()Yifei Li1-2/+2
2024-07-03mm/memory-failure: send SIGBUS in the event of thp split failJane Chu1-5/+29
2024-07-03mm/memory-failure: move hwpoison_filter() higher upJane Chu1-8/+12
2024-07-03mm/memory-failure: improve memory failure action_result messagesJane Chu1-5/+32
2024-07-03mm/memory-failure: try to send SIGBUS even if unmap failedJane Chu1-11/+4
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-05-24mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-05-05memory-failure: remove calls to page_mapping()Matthew Wilcox (Oracle)1-2/+4
2024-05-05mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)1-1/+1
2024-05-05mm/memory-failure: use folio functions throughout collect_procs()Matthew Wilcox (Oracle)1-2/+2
2024-05-05mm/memory-failure: add some folio conversions to unpoison_memoryMatthew Wilcox (Oracle)1-4/+4
2024-05-05mm/memory-failure: convert hwpoison_user_mappings to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-05-05mm/memory-failure: convert memory_failure() to use a folioMatthew Wilcox (Oracle)1-19/+21
2024-05-05mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)1-1/+1
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)1-5/+10
2024-05-05mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)1-9/+13
2024-05-05mm/memory-failure: pass addr to __add_to_kill()Matthew Wilcox (Oracle)1-2/+4
2024-05-05mm/memory-failure: remove fsdax_pgoff argument from __add_to_killMatthew Wilcox (Oracle)1-18/+9
2024-05-05mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar1-4/+4
2024-05-05mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()David Hildenbrand1-2/+2
2024-04-25memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-04-25mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)1-1/+1
2024-04-25mm: record the migration reason for struct migration_target_controlBaolin Wang1-0/+1
2024-04-25mm: free up PG_slabMatthew Wilcox (Oracle)1-9/+0
2024-04-16mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin1-3/+15
2024-02-07mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageMiaohe Lin1-0/+3
2024-01-25fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar1-1/+1
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+17
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand1-2/+2
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-17/+16
2023-12-20mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)1-1/+1
2023-12-20mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3