aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu1-0/+13
2022-04-21mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi1-42/+103
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+7
2022-03-22mm/memory-failure.c: make non-LRU movable pages unhandlableMiaohe Lin1-7/+13
2022-03-22mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pagesMiaohe Lin1-1/+1
2022-03-22mm/memory-failure.c: fix race with changing page compound againMiaohe Lin1-0/+12
2022-03-22mm/hwpoison: add in-use hugepage hwpoison filter judgementluofei1-0/+8
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-2/+7
2022-03-22mm/memory-failure.c: remove unnecessary PageTransTail checkMiaohe Lin1-1/+1
2022-03-22mm/memory-failure.c: remove obsolete comment in __soft_offline_pageMiaohe Lin1-4/+0
2022-03-22mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()Miaohe Lin1-19/+15
2022-03-22mm/memory-failure.c: remove PageSlab check in hwpoison_filter_devMiaohe Lin1-6/+0
2022-03-22mm/memory-failure.c: fix race with changing page more robustlyMiaohe Lin1-5/+15
2022-03-22mm/memory-failure.c: rework the signaling logic in kill_procMiaohe Lin1-10/+6
2022-03-22mm/memory-failure.c: catch unexpected -EFAULT from vma_address()Miaohe Lin1-0/+1
2022-03-22mm/memory-failure.c: minor clean up for memory_failure_dev_pagemapMiaohe Lin1-2/+2
2022-03-22mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi1-1/+3
2022-03-22mm/memory-failure.c: remove obsolete commentNaoya Horiguchi1-6/+0
2022-03-21mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)1-1/+2
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)1-3/+4
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)1-2/+2
2022-01-30memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins1-0/+6
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-68/+119
2022-01-15mm: fix some comment errorsQuanfa Fu1-1/+1
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi1-19/+90
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi1-2/+0
2022-01-15mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi1-44/+18
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi1-3/+11
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+13
2021-12-25mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin1-0/+1
2021-12-25mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi1-9/+4
2021-11-15x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck1-6/+13
2021-11-13Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds1-11/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-35/+76
2021-11-06mm: hwpoison: handle non-anonymous THP correctlyYang Shi1-5/+2
2021-11-06mm: shmem: don't truncate page if memory failure happensYang Shi1-3/+11
2021-11-06mm: hwpoison: refactor refcount check handlingYang Shi1-29/+64
2021-11-06mm/memory_failure: constify static mm_walk_opsRikard Falkeborn1-1/+1
2021-11-06mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig1-0/+1
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-4/+4
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi1-0/+14
2021-10-28mm: hwpoison: remove the unnecessary THP checkYang Shi1-14/+0
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)1-4/+4
2021-09-27mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-24mm/memory_failure: fix the missing pte_unmap() callQi Zheng1-5/+5
2021-09-24mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi1-1/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-27/+24
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi1-1/+1
2021-09-03mm: fix panic caused by __page_handle_poison()Michael Wang1-2/+2