summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-22mm, swap: cleanup swap cache API and add kerneldocKairui Song1-1/+1
2025-09-22mm/memremap: remove unused get_dev_pagemap() parameterAlistair Popple1-1/+1
2025-09-22mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-89/+17
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-11/+9
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-6/+6
2025-09-09mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-04mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer1-7/+6
2025-08-20mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+9
2025-08-02mm/memory-failure: hold PTL in hwpoison_hugetlb_rangeJinjiang Tu1-3/+9
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-07-29Merge tag 'acpi-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-13/+0
2025-07-20mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu1-0/+4
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue1-13/+0
2025-07-14mm: rename __PageMovable() to page_has_movable_ops()David Hildenbrand1-2/+2
2025-03-18mm: memory-failure: enhance comments for return value of memory_failure()Shuai Xue1-3/+7
2025-03-18mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-03-18fs/dax: properly refcount fs dax pagesAlistair Popple1-3/+3
2025-03-06mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng1-32/+31
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-11-11mm/memory-failure: replace sprintf() with sysfs_emit()zhangguopeng1-1/+1
2024-11-08mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)1-11/+13
2024-11-08mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)1-1/+1
2024-11-08mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)1-2/+2
2024-09-04mm: migrate: add isolate_folio_to_list()Kefeng Wang1-35/+13
2024-09-04mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang1-17/+27
2024-08-16mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long1-9/+11
2024-07-13mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin1-16/+3
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-05mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan1-2/+20
2024-07-05mm/memory-failure: refactor log format in soft offline codeJiaqi Yan1-6/+9
2024-07-04mm/memory-failure: refactor log format in unpoison_memoryJiaqi Yan1-9/+9
2024-07-04mm/memory-failure: correct comment in me_swapcache_dirtyMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: remove obsolete comment in kill_proc()Miaohe Lin1-2/+0
2024-07-04mm/memory-failure: fix comment of get_hwpoison_page()Miaohe Lin1-1/+1
2024-07-04mm/memory-failure: remove obsolete comment in unpoison_memory()Miaohe Lin1-4/+0
2024-07-04mm/memory-failure: use helper macro task_pid_nr()Miaohe Lin1-4/+4
2024-07-04mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECTMiaohe Lin1-2/+1
2024-07-04mm/memory-failure: remove confusing initialization to countMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: remove unneeded empty stringMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: save some page_folio() callsMiaohe Lin1-3/+3
2024-07-04mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUMMiaohe Lin1-3/+5
2024-07-04mm/memory-failure: remove MF_MSG_SLABMiaohe Lin1-1/+0
2024-07-04mm/memory-failure: simplify put_ref_page()Miaohe Lin1-5/+1
2024-07-04mm/memory-failure: stop setting the folio error flagMatthew Wilcox (Oracle)1-29/+0
2024-07-04mm/memory-failure: use helper llist_for_each_entry()Yifei Li1-2/+2
2024-07-04mm/memory-failure: send SIGBUS in the event of thp split failJane Chu1-5/+29
2024-07-04mm/memory-failure: move hwpoison_filter() higher upJane Chu1-8/+12
2024-07-04mm/memory-failure: improve memory failure action_result messagesJane Chu1-5/+32
2024-07-04mm/memory-failure: try to send SIGBUS even if unmap failedJane Chu1-11/+4