| Age | Commit message (Expand) | Author |
| 2024-04-13 | mm/memory-failure: fix an incorrect use of tail pages | Liu Shixin |
| 2024-01-15 | mm/memory-failure: check the mapcount of the precise page | Matthew Wilcox (Oracle) |
| 2023-08-30 | mm,hwpoison: fix printing of page flags | Oscar Salvador |
| 2023-08-30 | mm: memory-failure: fix unexpected return value in soft_offline_page() | Miaohe Lin |
| 2023-08-30 | mm: memory-failure: kill soft_offline_free_page() | Kefeng Wang |
| 2023-08-30 | mm: fix page reference leak in soft_offline_page() | Dan Williams |
| 2023-08-30 | mm,hwpoison: refactor get_any_page | Oscar Salvador |
| 2023-02-15 | mm/migration: return errno when isolate_huge_page failed | Miaohe Lin |
| 2021-12-29 | mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() | Liu Shixin |
| 2021-07-19 | mm,hwpoison: return -EBUSY when migration fails | Oscar Salvador |
| 2021-06-23 | mm/memory-failure: make sure wait for page writeback in memory_failure | yangerkun |
| 2021-05-14 | mm/memory-failure: unnecessary amount of unmapping | Jane Chu |
| 2021-03-04 | mm: fix memory_failure() handling of dax-namespace metadata | Dan Williams |
| 2020-12-30 | mm,memory_failure: always pin the page in madvise_inject_error | Oscar Salvador |
| 2020-12-30 | mm/rmap: always do TTU_IGNORE_ACCESS | Shakeel Butt |
| 2020-11-14 | hugetlbfs: fix anon huge page migration race | Mike Kravetz |
| 2020-10-18 | mm/memory-failure: remove a wrapper for alloc_migration_target() | Joonsoo Kim |
| 2020-10-16 | mm,hwpoison: try to narrow window race for free pages | Oscar Salvador |
| 2020-10-16 | mm,hwpoison: double-check page count in __get_any_page() | Naoya Horiguchi |
| 2020-10-16 | mm,hwpoison: introduce MF_MSG_UNSPLIT_THP | Naoya Horiguchi |
| 2020-10-16 | mm,hwpoison: return 0 if the page is already poisoned in soft-offline | Oscar Salvador |
| 2020-10-16 | mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page | Oscar Salvador |
| 2020-10-16 | mm,hwpoison: rework soft offline for in-use pages | Oscar Salvador |
| 2020-10-16 | mm,hwpoison: rework soft offline for free pages | Oscar Salvador |
| 2020-10-16 | mm,hwpoison: unify THP handling for hard and soft offline | Oscar Salvador |
| 2020-10-16 | mm,hwpoison: kill put_hwpoison_page | Oscar Salvador |
| 2020-10-16 | mm,hwpoison: unexport get_hwpoison_page and make it static | Oscar Salvador |
| 2020-10-16 | mm, hwpoison: remove recalculating hpage | Naoya Horiguchi |
| 2020-10-16 | mm,hwpoison: cleanup unused PageHuge() check | Naoya Horiguchi |
| 2020-10-13 | mm/memory-failure.c: remove unused macro `writeback' | Alex Shi |
| 2020-10-13 | mm/memory-failure: do pgoff calculation before for_each_process() | Xianting Tian |
| 2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig |
| 2020-08-12 | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim |
| 2020-06-11 | mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread | Naoya Horiguchi |
| 2020-06-11 | mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early... | Naoya Horiguchi |
| 2020-06-02 | Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
| 2020-06-02 | mm, memory_failure: don't send BUS_MCEERR_AO for action required error | Wetp Zhang |
| 2020-05-19 | mm/memory-failure: Add memory_failure_queue_kick() | James Morse |
| 2020-04-07 | mm: code cleanup for MADV_FREE | Huang Ying |
| 2020-04-02 | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz |
| 2019-12-01 | mm/memory-failure.c: use page_shift() in add_to_kill() | Yunfeng Ye |
| 2019-12-01 | mm, soft-offline: convert parameter to pfn | Naoya Horiguchi |
| 2019-12-01 | mm/memory-failure.c clean up around tk pre-allocation | Jane Chu |
| 2019-10-19 | mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() | David Hildenbrand |
| 2019-10-14 | mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m... | Jane Chu |
| 2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
| 2019-07-12 | mm/memory-failure.c: clarify error message | Jane Chu |
| 2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
| 2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig |
| 2019-06-29 | mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge | Naoya Horiguchi |