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