summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-06-271-2/+3
* mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan2022-06-271-10/+86
* pagemap,pmem: introduce ->memory_failure()Shiyang Ruan2022-06-271-0/+14
* mm-factor-helpers-for-memory_failure_dev_pagemap-fixAndrew Morton2022-06-271-1/+10
* mm: factor helpers for memory_failure_dev_pagemapShiyang Ruan2022-06-271-75/+92
* mm: add zone device coherent type memory supportAlex Sierra2022-06-271-2/+6
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-06-271-1/+1
* mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-0/+12
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-63/+63
|\
| * mm: don't be stuck to rmap lock on reclaim pathMinchan Kim2022-05-191-1/+1
| * mm/memory-failure.c: simplify num_poisoned_pages_inc/deczhenwei pi2022-05-131-8/+3
| * mm/memory-failure.c: add hwpoison_filter for soft offlinezhenwei pi2022-05-131-2/+14
| * mm/memory-failure.c: simplify num_poisoned_pages_deczhenwei pi2022-05-131-28/+9
| * mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi2022-05-131-0/+21
| * mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
| * mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi2022-04-281-1/+3
| * mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin2022-04-281-5/+4
| * mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin2022-04-281-5/+3
| * Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-04-281-11/+0
| * mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASEDNaoya Horiguchi2022-04-281-0/+2
| * mm/memory-failure.c: remove unnecessary (void*) conversionsliqiong2022-04-281-2/+2
* | mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi2022-04-281-1/+1
* | Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu2022-04-281-13/+0
|/
* mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu2022-04-211-0/+13
* mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-04-211-42/+103
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-5/+7
|\
| * mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)2022-03-211-1/+2
| * mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)2022-03-211-3/+4
| * mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)2022-03-211-2/+2
* | mm/memory-failure.c: make non-LRU movable pages unhandlableMiaohe Lin2022-03-221-7/+13
* | mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pagesMiaohe Lin2022-03-221-1/+1
* | mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2022-03-221-0/+12
* | mm/hwpoison: add in-use hugepage hwpoison filter judgementluofei2022-03-221-0/+8
* | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-03-221-2/+7
* | mm/memory-failure.c: remove unnecessary PageTransTail checkMiaohe Lin2022-03-221-1/+1
* | mm/memory-failure.c: remove obsolete comment in __soft_offline_pageMiaohe Lin2022-03-221-4/+0
* | mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()Miaohe Lin2022-03-221-19/+15
* | mm/memory-failure.c: remove PageSlab check in hwpoison_filter_devMiaohe Lin2022-03-221-6/+0
* | mm/memory-failure.c: fix race with changing page more robustlyMiaohe Lin2022-03-221-5/+15
* | mm/memory-failure.c: rework the signaling logic in kill_procMiaohe Lin2022-03-221-10/+6
* | mm/memory-failure.c: catch unexpected -EFAULT from vma_address()Miaohe Lin2022-03-221-0/+1
* | mm/memory-failure.c: minor clean up for memory_failure_dev_pagemapMiaohe Lin2022-03-221-2/+2
* | mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi2022-03-221-1/+3
* | mm/memory-failure.c: remove obsolete commentNaoya Horiguchi2022-03-221-6/+0
|/
* memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins2022-01-301-0/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-68/+119
|\
| * mm: fix some comment errorsQuanfa Fu2022-01-151-1/+1
| * mm/hwpoison: fix unpoison_memory()Naoya Horiguchi2022-01-151-19/+90
| * mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi2022-01-151-2/+0
| * mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi2022-01-151-44/+18