| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-09-03 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -27/+24 |
| 2021-09-03 | mm/migrate: enable returning precise migrate_pages() success count |  Yang Shi | 1 | -1/+1 |
| 2021-09-03 | mm: fix panic caused by __page_handle_poison() |  Michael Wang | 1 | -2/+2 |
| 2021-09-03 | mm: hwpoison: dump page for unhandlable page |  Yang Shi | 1 | -3/+3 |
| 2021-09-03 | mm: hwpoison: don't drop slab caches for offlining non-LRU page |  Yang Shi | 1 | -10/+8 |
| 2021-09-03 | mm/hwpoison: fix some obsolete comments |  Miaohe Lin | 1 | -3/+3 |
| 2021-09-03 | mm/hwpoison: change argument struct page **hpagep to *hpage |  Miaohe Lin | 1 | -4/+3 |
| 2021-09-03 | mm/hwpoison: fix potential pte_unmap_unlock pte error |  Miaohe Lin | 1 | -3/+4 |
| 2021-09-03 | mm/hwpoison: remove unneeded variable unmap_success |  Miaohe Lin | 1 | -2/+1 |
| 2021-08-30 | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs |  Linus Torvalds | 1 | -1/+1 |
| 2021-08-20 | mm/hwpoison: retry with shake_page() for unhandlable pages |  Naoya Horiguchi | 1 | -3/+9 |
| 2021-07-12 | mm: Fix comments mentioning i_mutex |  Jan Kara | 1 | -1/+1 |
| 2021-07-01 | mm: fix spelling mistakes |  Zhen Lei | 1 | -1/+1 |
| 2021-06-30 | mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC |  Hugh Dickins | 1 | -1/+1 |
| 2021-06-30 | mm: rmap: make try_to_unmap() void function |  Yang Shi | 1 | -8/+7 |
| 2021-06-30 | mm/hwpoison: disable pcp for page_handle_poison() |  Naoya Horiguchi | 1 | -3/+16 |
| 2021-06-29 | mm,hwpoison: make get_hwpoison_page() call get_any_page() |  Naoya Horiguchi | 1 | -85/+109 |
| 2021-06-29 | mm,hwpoison: send SIGBUS with error virutal address |  Naoya Horiguchi | 1 | -1/+149 |
| 2021-06-24 | mm/hwpoison: do not lock page again when me_huge_page() successfully recovers |  Naoya Horiguchi | 1 | -14/+30 |
| 2021-06-24 | mm,hwpoison: return -EHWPOISON to denote that the page has already been poisoned |  Aili Yao | 1 | -1/+2 |
| 2021-06-24 | mm/memory-failure: use a mutex to avoid memory_failure() races |  Tony Luck | 1 | -13/+23 |
| 2021-06-16 | mm/memory-failure: make sure wait for page writeback in memory_failure |  yangerkun | 1 | -1/+6 |
| 2021-06-16 | mm,hwpoison: fix race with hugetlb page allocation |  Naoya Horiguchi | 1 | -2/+27 |
| 2021-05-07 | mm: fix typos in comments |  Ingo Molnar | 1 | -1/+1 |
| 2021-04-30 | mm/memory-failure: unnecessary amount of unmapping |  Jane Chu | 1 | -1/+1 |
| 2021-02-26 | mm: fix memory_failure() handling of dax-namespace metadata |  Dan Williams | 1 | -0/+6 |
| 2021-02-24 | mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events |  Aili Yao | 1 | -15/+19 |
| 2021-01-24 | mm: fix page reference leak in soft_offline_page() |  Dan Williams | 1 | -4/+16 |
| 2021-01-12 | mm,hwpoison: fix printing of page flags |  Oscar Salvador | 1 | -1/+1 |
| 2020-12-15 | mm,hwpoison: return -EBUSY when migration fails |  Oscar Salvador | 1 | -3/+3 |
| 2020-12-15 | mm,memory_failure: always pin the page in madvise_inject_error |  Oscar Salvador | 1 | -0/+6 |
| 2020-12-15 | mm,hwpoison: remove drain_all_pages from shake_page |  Oscar Salvador | 1 | -5/+2 |
| 2020-12-15 | mm,hwpoison: disable pcplists before grabbing a refcount |  Oscar Salvador | 1 | -67/+65 |
| 2020-12-15 | mm,hwpoison: refactor get_any_page |  Oscar Salvador | 1 | -57/+42 |
| 2020-12-15 | mm,hwpoison: take free pages off the buddy freelists |  Oscar Salvador | 1 | -16/+30 |
| 2020-12-15 | mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page |  Oscar Salvador | 1 | -2/+22 |
| 2020-12-15 | mm/rmap: always do TTU_IGNORE_ACCESS |  Shakeel Butt | 1 | -1/+1 |
| 2020-11-14 | hugetlbfs: fix anon huge page migration race |  Mike Kravetz | 1 | -19/+17 |
| 2020-10-18 | mm/memory-failure: remove a wrapper for alloc_migration_target() |  Joonsoo Kim | 1 | -12/+6 |
| 2020-10-16 | mm,hwpoison: try to narrow window race for free pages |  Oscar Salvador | 1 | -1/+6 |
| 2020-10-16 | mm,hwpoison: double-check page count in __get_any_page() |  Naoya Horiguchi | 1 | -0/+6 |
| 2020-10-16 | mm,hwpoison: introduce MF_MSG_UNSPLIT_THP |  Naoya Horiguchi | 1 | -1/+4 |
| 2020-10-16 | mm,hwpoison: return 0 if the page is already poisoned in soft-offline |  Oscar Salvador | 1 | -2/+2 |
| 2020-10-16 | mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page |  Oscar Salvador | 1 | -100/+82 |
| 2020-10-16 | mm,hwpoison: rework soft offline for in-use pages |  Oscar Salvador | 1 | -29/+14 |
| 2020-10-16 | mm,hwpoison: rework soft offline for free pages |  Oscar Salvador | 1 | -6/+12 |
| 2020-10-16 | mm,hwpoison: unify THP handling for hard and soft offline |  Oscar Salvador | 1 | -26/+22 |
| 2020-10-16 | mm,hwpoison: kill put_hwpoison_page |  Oscar Salvador | 1 | -15/+15 |
| 2020-10-16 | mm,hwpoison: unexport get_hwpoison_page and make it static |  Oscar Salvador | 1 | -2/+1 |
| 2020-10-16 | mm, hwpoison: remove recalculating hpage |  Naoya Horiguchi | 1 | -5/+1 |