aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount pageOscar Salvador1-2/+22
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-1/+1
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz1-19/+17
2020-10-18mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim1-12/+6
2020-10-16mm,hwpoison: try to narrow window race for free pagesOscar Salvador1-1/+6
2020-10-16mm,hwpoison: double-check page count in __get_any_page()Naoya Horiguchi1-0/+6
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi1-1/+4
2020-10-16mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador1-2/+2
2020-10-16mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_pageOscar Salvador1-100/+82
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador1-29/+14
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador1-6/+12
2020-10-16mm,hwpoison: unify THP handling for hard and soft offlineOscar Salvador1-26/+22
2020-10-16mm,hwpoison: kill put_hwpoison_pageOscar Salvador1-15/+15
2020-10-16mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador1-2/+1
2020-10-16mm, hwpoison: remove recalculating hpageNaoya Horiguchi1-5/+1
2020-10-16mm,hwpoison: cleanup unused PageHuge() checkNaoya Horiguchi1-4/+1
2020-10-13mm/memory-failure.c: remove unused macro `writeback'Alex Shi1-2/+0
2020-10-13mm/memory-failure: do pgoff calculation before for_each_process()Xianting Tian1-1/+2
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-1/+1
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim1-2/+5
2020-06-11mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current threadNaoya Horiguchi1-7/+16
2020-06-11mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early_killNaoya Horiguchi1-10/+10
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+14
2020-06-02mm, memory_failure: don't send BUS_MCEERR_AO for action required errorWetp Zhang1-6/+9
2020-05-19mm/memory-failure: Add memory_failure_queue_kick()James Morse1-1/+14
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-1/+1
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-2/+27
2019-12-01mm/memory-failure.c: use page_shift() in add_to_kill()Yunfeng Ye1-1/+1
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi1-10/+9
2019-12-01mm/memory-failure.c clean up around tk pre-allocationJane Chu1-27/+13
2019-10-19mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand1-6/+8
2019-10-14mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped more than onceJane Chu1-9/+13
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+1
2019-07-12mm/memory-failure.c: clarify error messageJane Chu1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-5/+1
2019-06-29mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi1-4/+1
2019-06-29mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi1-0/+2