summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: migrate: add isolate_folio_to_list()Kefeng Wang2024-09-041-35/+13
* mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang2024-09-041-17/+27
* mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long2024-08-161-9/+11
* mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin2024-07-131-16/+3
* mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-131-1/+1
* mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan2024-07-051-2/+20
* mm/memory-failure: refactor log format in soft offline codeJiaqi Yan2024-07-051-6/+9
* mm/memory-failure: refactor log format in unpoison_memoryJiaqi Yan2024-07-041-9/+9
* mm/memory-failure: correct comment in me_swapcache_dirtyMiaohe Lin2024-07-041-1/+1
* mm/memory-failure: remove obsolete comment in kill_proc()Miaohe Lin2024-07-041-2/+0
* mm/memory-failure: fix comment of get_hwpoison_page()Miaohe Lin2024-07-041-1/+1
* mm/memory-failure: remove obsolete comment in unpoison_memory()Miaohe Lin2024-07-041-4/+0
* mm/memory-failure: use helper macro task_pid_nr()Miaohe Lin2024-07-041-4/+4
* mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECTMiaohe Lin2024-07-041-2/+1
* mm/memory-failure: remove confusing initialization to countMiaohe Lin2024-07-041-1/+1
* mm/memory-failure: remove unneeded empty stringMiaohe Lin2024-07-041-1/+1
* mm/memory-failure: save some page_folio() callsMiaohe Lin2024-07-041-3/+3
* mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUMMiaohe Lin2024-07-041-3/+5
* mm/memory-failure: remove MF_MSG_SLABMiaohe Lin2024-07-041-1/+0
* mm/memory-failure: simplify put_ref_page()Miaohe Lin2024-07-041-5/+1
* mm/memory-failure: stop setting the folio error flagMatthew Wilcox (Oracle)2024-07-041-29/+0
* mm/memory-failure: use helper llist_for_each_entry()Yifei Li2024-07-041-2/+2
* mm/memory-failure: send SIGBUS in the event of thp split failJane Chu2024-07-041-5/+29
* mm/memory-failure: move hwpoison_filter() higher upJane Chu2024-07-041-8/+12
* mm/memory-failure: improve memory failure action_result messagesJane Chu2024-07-041-5/+32
* mm/memory-failure: try to send SIGBUS even if unmap failedJane Chu2024-07-041-11/+4
* 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-061-2/+4
* mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)2024-05-061-1/+1
* mm/memory-failure: use folio functions throughout collect_procs()Matthew Wilcox (Oracle)2024-05-061-2/+2
* mm/memory-failure: add some folio conversions to unpoison_memoryMatthew Wilcox (Oracle)2024-05-061-4/+4
* mm/memory-failure: convert hwpoison_user_mappings to take a folioMatthew Wilcox (Oracle)2024-05-061-15/+15
* mm/memory-failure: convert memory_failure() to use a folioMatthew Wilcox (Oracle)2024-05-061-19/+21
* mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)2024-05-061-1/+1
* mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)2024-05-061-5/+10
* mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)2024-05-061-9/+13
* mm/memory-failure: pass addr to __add_to_kill()Matthew Wilcox (Oracle)2024-05-061-2/+4
* mm/memory-failure: remove fsdax_pgoff argument from __add_to_killMatthew Wilcox (Oracle)2024-05-061-18/+9
* mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar2024-05-061-4/+4
* mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()David Hildenbrand2024-05-061-2/+2
* memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-261-1/+0
* mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)2024-04-261-1/+1
* mm: record the migration reason for struct migration_target_controlBaolin Wang2024-04-261-0/+1
* mm: free up PG_slabMatthew Wilcox (Oracle)2024-04-261-9/+0
* mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin2024-04-171-3/+15
* mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageMiaohe Lin2024-02-081-0/+3
* fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar2024-01-261-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