aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263Thomas Gleixner1-4/+1
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman1-1/+1
2019-03-05mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-02-01mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi1-1/+2
2019-01-08hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz1-14/+2
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-2/+14
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox1-2/+4
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-41/+169
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi1-5/+21
2018-08-23mm: fix race on soft-offlining free huge pagesNaoya Horiguchi1-6/+16
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao1-1/+1
2018-07-23mm, memory_failure: Teach memory_failure() about dev_pagemap pagesDan Williams1-2/+123
2018-07-23mm, memory_failure: Collect mapping size in collect_procs()Dan Williams1-41/+40
2018-07-20mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pagesDan Williams1-0/+8
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko1-1/+1
2018-04-05mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi1-0/+16