Age | Commit message (Expand) | Author | Files | Lines |
2022-10-03 | rmap: remove page_unlock_anon_vma_read() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-09-26 | mm/swap: add swp_offset_pfn() to fetch PFN from swap entry | Peter Xu | 1 | -1/+1 |
2022-09-26 | mm, hwpoison: cleanup some obsolete comments | Miaohe Lin | 1 | -5/+5 |
2022-09-26 | mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings() | Miaohe Lin | 1 | -1/+1 |
2022-09-26 | mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a... | Miaohe Lin | 1 | -3/+3 |
2022-09-26 | mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages | Miaohe Lin | 1 | -2/+4 |
2022-09-26 | mm, hwpoison: use __PageMovable() to detect non-lru movable pages | Miaohe Lin | 1 | -7/+9 |
2022-09-26 | mm, hwpoison: use ClearPageHWPoison() in memory_failure() | Miaohe Lin | 1 | -1/+1 |
2022-09-26 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -11/+16 |
2022-09-26 | mm,hwpoison: check mm when killing accessing process | Shuai Xue | 1 | -0/+3 |
2022-09-11 | mm: memory-failure: kill __soft_offline_page() | Kefeng Wang | 1 | -15/+10 |
2022-09-11 | mm: memory-failure: kill soft_offline_free_page() | Kefeng Wang | 1 | -11/+1 |
2022-09-11 | mm, hwpoison: avoid trying to unpoison reserved page | Miaohe Lin | 1 | -2/+2 |
2022-09-11 | mm, hwpoison: kill procs if unmap fails | Miaohe Lin | 1 | -8/+4 |
2022-09-11 | mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs() | Miaohe Lin | 1 | -1/+2 |
2022-09-11 | mm, hwpoison: fix extra put_page() in soft_offline_page() | Miaohe Lin | 1 | -2/+0 |
2022-09-11 | mm, hwpoison: fix page refcnt leaking in unpoison_memory() | Miaohe Lin | 1 | -0/+1 |
2022-09-11 | mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb() | Miaohe Lin | 1 | -2/+4 |
2022-09-11 | mm: memory-failure: cleanup try_to_split_thp_page() | Kefeng Wang | 1 | -11/+12 |
2022-09-11 | mm/memory-failure: fall back to vma_address() when ->notify_failure() fails | Dan Williams | 1 | -10/+12 |
2022-09-11 | mm/memory-failure: fix detection of memory_failure() handlers | Dan Williams | 1 | -1/+1 |
2022-08-08 | mm, hwpoison: enable memory error handling on 1GB hugepage | Naoya Horiguchi | 1 | -16/+0 |
2022-08-08 | mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage | Naoya Horiguchi | 1 | -4/+6 |
2022-08-08 | mm, hwpoison: make __page_handle_poison returns int | Naoya Horiguchi | 1 | -5/+11 |
2022-08-08 | mm, hwpoison: set PG_hwpoison for busy hugetlb pages | Naoya Horiguchi | 1 | -4/+4 |
2022-08-08 | mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage | Naoya Horiguchi | 1 | -5/+47 |
2022-08-08 | mm, hwpoison, hugetlb: support saving mechanism of raw error pages | Naoya Horiguchi | 1 | -3/+86 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -109/+221 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
2022-07-29 | mm: memory-failure: convert to pr_fmt() | Kefeng Wang | 1 | -30/+28 |
2022-07-17 | mm: introduce mf_dax_kill_procs() for fsdax case | Shiyang Ruan | 1 | -10/+86 |
2022-07-17 | pagemap,pmem: introduce ->memory_failure() | Shiyang Ruan | 1 | -0/+14 |
2022-07-17 | mm: factor helpers for memory_failure_dev_pagemap | Shiyang Ruan | 1 | -76/+95 |
2022-07-17 | mm: add zone device coherent type memory support | Alex Sierra | 1 | -2/+6 |
2022-07-03 | mm/swap: convert delete_from_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+3 |
2022-07-03 | mm/migration: return errno when isolate_huge_page failed | Miaohe Lin | 1 | -1/+1 |
2022-06-29 | mm: Remove __delete_from_page_cache() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-06-16 | mm/memory-failure: disable unpoison once hw error happens | zhenwei pi | 1 | -0/+12 |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -63/+63 |
2022-05-19 | mm: don't be stuck to rmap lock on reclaim path | Minchan Kim | 1 | -1/+1 |
2022-05-13 | mm/memory-failure.c: simplify num_poisoned_pages_inc/dec | zhenwei pi | 1 | -8/+3 |
2022-05-13 | mm/memory-failure.c: add hwpoison_filter for soft offline | zhenwei pi | 1 | -2/+14 |
2022-05-13 | mm/memory-failure.c: simplify num_poisoned_pages_dec | zhenwei pi | 1 | -28/+9 |
2022-05-13 | mm/memory-failure.c: move clear_hwpoisoned_pages | zhenwei pi | 1 | -0/+21 |
2022-05-09 | mm: create new mm/swap.h header file | NeilBrown | 1 | -0/+1 |
2022-04-28 | mm, hugetlb, hwpoison: separate branch for free and in-use hugepage | Naoya Horiguchi | 1 | -1/+3 |
2022-04-28 | mm/memory-failure.c: dissolve truncated hugetlb page | Miaohe Lin | 1 | -5/+4 |
2022-04-28 | mm/memory-failure.c: minor cleanup for HWPoisonHandlable | Miaohe Lin | 1 | -5/+3 |
2022-04-28 | Revert "mm/memory-failure.c: fix race with changing page compound again" | Naoya Horiguchi | 1 | -11/+0 |
2022-04-28 | mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASED | Naoya Horiguchi | 1 | -0/+2 |