summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm: introduce and use vma_filebacked_address()Lorenzo Stoakes (ARM)1-2/+2
2026-08-04mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()Lorenzo Stoakes1-1/+1
2026-08-04mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vmaLorenzo Stoakes1-2/+1
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes1-3/+3
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes1-4/+3
2026-08-04mm/memory-failure: add panic option for unrecoverable pagesBreno Leitao1-0/+23
2026-08-04mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pagesBreno Leitao1-2/+15
2026-08-04mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLEBreno Leitao1-2/+50
2026-08-04mm/memory-failure: drop dead error_states[] entry for reserved pagesBreno Leitao1-14/+0
2026-07-30mm: split out internal page_alloc.hBrendan Jackman1-0/+1
2026-07-28mm/memory-failure: remove redundant initialization for hw_memory_failureIgor Putko1-1/+1
2026-06-02mm/memory-failure: use zone_pcp_disable() for poison handlingKaitao Cheng1-15/+3
2026-06-02mm/memory-failure: remove hugetlb output parameter from try_memory_failure_hu...Ye Liu1-10/+11
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton1-9/+10
2026-05-28mm/memory-failure: replace magic number 3 with GET_PAGE_MAX_RETRY_NUMwangxuewen1-1/+1
2026-05-28mm/memory-failure: use bool for forcekill stateYe Liu1-3/+3
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma1-9/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-02-05mm/memory-failure: reject unsupported non-folio compound pageMiaohe Lin1-22/+20
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton1-39/+60
2026-01-26mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfnJane Chu1-6/+8
2026-01-26mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu1-37/+56
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco1-1/+1
2025-12-23mm: fixup pfnmap memory failure handling to use pgoffAnkit Agrawal1-11/+18
2025-11-24mm/memory-failure: remove the selection of RASXie Yuanbin1-1/+4
2025-11-24mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes1-1/+1
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes1-3/+3
2025-11-24mm/memory-failure: improve large block size folio handlingZi Yan1-4/+27
2025-11-16mm: handle poisoning of pfn without struct pagesAnkit Agrawal1-1/+144
2025-11-16mm: always call rmap_walk() on locked foliosLokesh Gidra1-0/+3
2025-09-21mm, swap: cleanup swap cache API and add kerneldocKairui Song1-1/+1
2025-09-21mm/memremap: remove unused get_dev_pagemap() parameterAlistair Popple1-1/+1
2025-09-21mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-89/+17
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-11/+9
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-6/+6
2025-09-08mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-03mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer1-7/+6
2025-08-19mm/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-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-07-28Merge tag 'acpi-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-13/+0
2025-07-19mm/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-13mm: rename __PageMovable() to page_has_movable_ops()David Hildenbrand1-2/+2
2025-03-17mm: memory-failure: enhance comments for return value of memory_failure()Shuai Xue1-3/+7
2025-03-17mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-3/+3
2025-03-05mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng1-32/+31