summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
AgeCommit message (Expand)Author
2021-09-30mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi
2021-09-18mm: fix panic caused by __page_handle_poison()Michael Wang
2021-08-20mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi
2021-07-01mm: fix spelling mistakesZhen Lei
2021-06-30mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi
2021-06-30mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi
2021-06-29mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi
2021-06-24mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi
2021-06-24mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao
2021-06-24mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck
2021-06-16mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi
2021-05-07mm: fix typos in commentsIngo Molnar
2021-04-30mm/memory-failure: unnecessary amount of unmappingJane Chu
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams
2021-02-24mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required eventsAili Yao
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams
2021-01-12mm,hwpoison: fix printing of page flagsOscar Salvador
2020-12-15mm,hwpoison: return -EBUSY when migration failsOscar Salvador
2020-12-15mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador
2020-12-15mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador
2020-12-15mm,hwpoison: disable pcplists before grabbing a refcountOscar Salvador
2020-12-15mm,hwpoison: refactor get_any_pageOscar Salvador
2020-12-15mm,hwpoison: take free pages off the buddy freelistsOscar Salvador
2020-12-15mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount pageOscar Salvador
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz
2020-10-18mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim
2020-10-16mm,hwpoison: try to narrow window race for free pagesOscar Salvador
2020-10-16mm,hwpoison: double-check page count in __get_any_page()Naoya Horiguchi
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi
2020-10-16mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador
2020-10-16mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_pageOscar Salvador
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador
2020-10-16mm,hwpoison: unify THP handling for hard and soft offlineOscar Salvador
2020-10-16mm,hwpoison: kill put_hwpoison_pageOscar Salvador
2020-10-16mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador
2020-10-16mm, hwpoison: remove recalculating hpageNaoya Horiguchi
2020-10-16mm,hwpoison: cleanup unused PageHuge() checkNaoya Horiguchi
2020-10-13mm/memory-failure.c: remove unused macro `writeback'Alex Shi
2020-10-13mm/memory-failure: do pgoff calculation before for_each_process()Xianting Tian
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-06-11mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current threadNaoya Horiguchi
2020-06-11mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early...Naoya Horiguchi
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-02mm, memory_failure: don't send BUS_MCEERR_AO for action required errorWetp Zhang