| Age | Commit message (Expand) | Author | Lines |
| 2020-10-18 | mm/memory-failure: remove a wrapper for alloc_migration_target() | Joonsoo Kim | -12/+6 |
| 2020-10-16 | mm,hwpoison: try to narrow window race for free pages | Oscar Salvador | -1/+6 |
| 2020-10-16 | mm,hwpoison: double-check page count in __get_any_page() | Naoya Horiguchi | -0/+6 |
| 2020-10-16 | mm,hwpoison: introduce MF_MSG_UNSPLIT_THP | Naoya Horiguchi | -1/+4 |
| 2020-10-16 | mm,hwpoison: return 0 if the page is already poisoned in soft-offline | Oscar Salvador | -2/+2 |
| 2020-10-16 | mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page | Oscar Salvador | -100/+82 |
| 2020-10-16 | mm,hwpoison: rework soft offline for in-use pages | Oscar Salvador | -29/+14 |
| 2020-10-16 | mm,hwpoison: rework soft offline for free pages | Oscar Salvador | -6/+12 |
| 2020-10-16 | mm,hwpoison: unify THP handling for hard and soft offline | Oscar Salvador | -26/+22 |
| 2020-10-16 | mm,hwpoison: kill put_hwpoison_page | Oscar Salvador | -15/+15 |
| 2020-10-16 | mm,hwpoison: unexport get_hwpoison_page and make it static | Oscar Salvador | -2/+1 |
| 2020-10-16 | mm, hwpoison: remove recalculating hpage | Naoya Horiguchi | -5/+1 |
| 2020-10-16 | mm,hwpoison: cleanup unused PageHuge() check | Naoya Horiguchi | -4/+1 |
| 2020-10-13 | mm/memory-failure.c: remove unused macro `writeback' | Alex Shi | -2/+0 |
| 2020-10-13 | mm/memory-failure: do pgoff calculation before for_each_process() | Xianting Tian | -1/+2 |
| 2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig | -1/+1 |
| 2020-08-12 | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim | -2/+5 |
| 2020-06-11 | mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread | Naoya Horiguchi | -7/+16 |
| 2020-06-11 | mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early... | Naoya Horiguchi | -10/+10 |
| 2020-06-02 | Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | -1/+14 |
| 2020-06-02 | mm, memory_failure: don't send BUS_MCEERR_AO for action required error | Wetp Zhang | -6/+9 |
| 2020-05-19 | mm/memory-failure: Add memory_failure_queue_kick() | James Morse | -1/+14 |
| 2020-04-07 | mm: code cleanup for MADV_FREE | Huang Ying | -1/+1 |
| 2020-04-02 | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz | -2/+27 |
| 2019-12-01 | mm/memory-failure.c: use page_shift() in add_to_kill() | Yunfeng Ye | -1/+1 |
| 2019-12-01 | mm, soft-offline: convert parameter to pfn | Naoya Horiguchi | -10/+9 |
| 2019-12-01 | mm/memory-failure.c clean up around tk pre-allocation | Jane Chu | -27/+13 |
| 2019-10-19 | mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() | David Hildenbrand | -6/+8 |
| 2019-10-14 | mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m... | Jane Chu | -9/+13 |
| 2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | -5/+1 |
| 2019-07-12 | mm/memory-failure.c: clarify error message | Jane Chu | -1/+1 |
| 2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -1/+1 |
| 2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig | -5/+1 |
| 2019-06-29 | mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge | Naoya Horiguchi | -4/+1 |
| 2019-06-29 | mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails | Naoya Horiguchi | -0/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263 | Thomas Gleixner | -4/+1 |
| 2019-05-27 | signal: Remove task parameter from force_sig_mceerr | Eric W. Biederman | -1/+1 |
| 2019-03-05 | mm: hwpoison: fix thp split handing in soft_offline_in_use_page() | zhongjiang | -8/+6 |
| 2019-02-01 | mm: hwpoison: use do_send_sig_info() instead of force_sig() | Naoya Horiguchi | -1/+2 |
| 2019-01-08 | hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization" | Mike Kravetz | -14/+2 |
| 2018-12-28 | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz | -2/+14 |
| 2018-12-04 | dax: Fix unlock mismatch with updated API | Matthew Wilcox | -2/+4 |
| 2018-08-25 | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | -41/+169 |
| 2018-08-23 | mm: soft-offline: close the race against page allocation | Naoya Horiguchi | -5/+21 |
| 2018-08-23 | mm: fix race on soft-offlining free huge pages | Naoya Horiguchi | -6/+16 |
| 2018-08-22 | mm: fix page_freeze_refs and page_unfreeze_refs in comments | Jiang Biao | -1/+1 |
| 2018-07-23 | mm, memory_failure: Teach memory_failure() about dev_pagemap pages | Dan Williams | -2/+123 |
| 2018-07-23 | mm, memory_failure: Collect mapping size in collect_procs() | Dan Williams | -41/+40 |
| 2018-07-20 | mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages | Dan Williams | -0/+8 |
| 2018-04-11 | mm, migrate: remove reason argument from new_page_t | Michal Hocko | -1/+1 |