summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-2/+5
* mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current threadNaoya Horiguchi2020-06-111-7/+16
* mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early...Naoya Horiguchi2020-06-111-10/+10
* Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-021-1/+14
|\
| * mm/memory-failure: Add memory_failure_queue_kick()James Morse2020-05-191-1/+14
* | mm, memory_failure: don't send BUS_MCEERR_AO for action required errorWetp Zhang2020-06-021-6/+9
|/
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-1/+1
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-021-2/+27
* mm/memory-failure.c: use page_shift() in add_to_kill()Yunfeng Ye2019-12-011-1/+1
* mm, soft-offline: convert parameter to pfnNaoya Horiguchi2019-12-011-10/+9
* mm/memory-failure.c clean up around tk pre-allocationJane Chu2019-12-011-27/+13
* mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand2019-10-191-6/+8
* mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu2019-10-141-9/+13
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-5/+1
|\
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-5/+1
* | mm/memory-failure.c: clarify error messageJane Chu2019-07-121-1/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\ \ | |/ |/|
| * signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
* | mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2019-06-291-4/+1
* | mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi2019-06-291-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263Thomas Gleixner2019-06-051-4/+1
|/
* mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang2019-03-051-8/+6
* mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi2019-02-011-1/+2
* hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz2019-01-081-14/+2
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-281-2/+14
* dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-041-2/+4
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-41/+169
|\
| * mm, memory_failure: Teach memory_failure() about dev_pagemap pagesDan Williams2018-07-231-2/+123
| * mm, memory_failure: Collect mapping size in collect_procs()Dan Williams2018-07-231-41/+40
| * mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pagesDan Williams2018-07-201-0/+8
* | mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-231-5/+21
* | mm: fix race on soft-offlining free huge pagesNaoya Horiguchi2018-08-231-6/+16
* | mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao2018-08-221-1/+1
|/
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-1/+1
* mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi2018-04-051-0/+16
* x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-131-2/+0
* signal/memory-failure: Use force_sig_mceerr and send_sig_mceerrEric W. Biederman2018-01-231-9/+6
* mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-20/+13
* mm, soft_offline: improve hugepage soft offlining error logLaszlo Toth2017-11-151-1/+1
* x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+2
* mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migrationMichal Hocko2017-07-101-9/+1
* mm: hwpoison: introduce idenfity_page_stateNaoya Horiguchi2017-07-101-32/+25
* mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi2017-07-101-11/+0
* mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi2017-07-101-40/+53
* mm: hwpoison: introduce memory_failure_hugetlb()Naoya Horiguchi2017-07-101-52/+82
* mm: soft-offline: dissolve free hugepage if soft-offlinedNaoya Horiguchi2017-07-101-1/+1
* mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual2017-07-101-4/+1
* mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi2017-07-101-63/+24
* mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi2017-07-101-1/+0
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+1
|\