aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-03mm: hwpoison: dump page for unhandlable pageYang Shi1-3/+3
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi1-10/+8
2021-09-03mm/hwpoison: fix some obsolete commentsMiaohe Lin1-3/+3
2021-09-03mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin1-4/+3
2021-09-03mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+4
2021-09-03mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin1-2/+1
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2021-08-20mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi1-3/+9
2021-07-12mm: Fix comments mentioning i_mutexJan Kara1-1/+1
2021-07-01mm: fix spelling mistakesZhen Lei1-1/+1
2021-06-30mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins1-1/+1
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi1-8/+7
2021-06-30mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi1-3/+16
2021-06-29mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi1-85/+109
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-1/+149
2021-06-24mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi1-14/+30
2021-06-24mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao1-1/+2
2021-06-24mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck1-13/+23
2021-06-16mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun1-1/+6
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi1-2/+27
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-04-30mm/memory-failure: unnecessary amount of unmappingJane Chu1-1/+1
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams1-0/+6
2021-02-24mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required eventsAili Yao1-15/+19
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams1-4/+16
2021-01-12mm,hwpoison: fix printing of page flagsOscar Salvador1-1/+1
2020-12-15mm,hwpoison: return -EBUSY when migration failsOscar Salvador1-3/+3
2020-12-15mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador1-0/+6
2020-12-15mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador1-5/+2
2020-12-15mm,hwpoison: disable pcplists before grabbing a refcountOscar Salvador1-67/+65
2020-12-15mm,hwpoison: refactor get_any_pageOscar Salvador1-57/+42
2020-12-15mm,hwpoison: take free pages off the buddy freelistsOscar Salvador1-16/+30