| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/memory-failure.c: cleanup in unpoison_memory | Ma Wupeng | 2022-11-30 | 1 | -4/+2 |
* | memory-failure: convert truncate_error_page() to use folio | Vishal Moola (Oracle) | 2022-11-30 | 1 | -2/+3 |
* | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 2022-11-30 | 1 | -3/+2 |
* | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2022-11-30 | 1 | -1/+4 |
|\ |
|
| * | hugetlbfs: don't delete error page from pagecache | James Houghton | 2022-11-08 | 1 | -1/+4 |
* | | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi | 2022-11-08 | 1 | -25/+11 |
* | | mm/hwpoison: pass pfn to num_poisoned_pages_*() | Naoya Horiguchi | 2022-11-08 | 1 | -7/+7 |
* | | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c | Naoya Horiguchi | 2022-11-08 | 1 | -0/+10 |
* | | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ... | Naoya Horiguchi | 2022-11-08 | 1 | -4/+17 |
* | | mm: memory-failure: make action_result() return int | Kefeng Wang | 2022-11-08 | 1 | -29/+16 |
* | | mm: memory-failure: avoid pfn_valid() twice in soft_offline_page() | Kefeng Wang | 2022-11-08 | 1 | -3/+3 |
* | | mm: memory-failure: make put_ref_page() more useful | Kefeng Wang | 2022-11-08 | 1 | -17/+17 |
|/ |
|
* | rmap: remove page_unlock_anon_vma_read() | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -1/+1 |
* | mm/swap: add swp_offset_pfn() to fetch PFN from swap entry | Peter Xu | 2022-09-26 | 1 | -1/+1 |
* | mm, hwpoison: cleanup some obsolete comments | Miaohe Lin | 2022-09-26 | 1 | -5/+5 |
* | mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings() | Miaohe Lin | 2022-09-26 | 1 | -1/+1 |
* | mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a... | Miaohe Lin | 2022-09-26 | 1 | -3/+3 |
* | mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages | Miaohe Lin | 2022-09-26 | 1 | -2/+4 |
* | mm, hwpoison: use __PageMovable() to detect non-lru movable pages | Miaohe Lin | 2022-09-26 | 1 | -7/+9 |
* | mm, hwpoison: use ClearPageHWPoison() in memory_failure() | Miaohe Lin | 2022-09-26 | 1 | -1/+1 |
* | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2022-09-26 | 1 | -11/+16 |
|\ |
|
| * | mm,hwpoison: check mm when killing accessing process | Shuai Xue | 2022-09-26 | 1 | -0/+3 |
| * | mm/memory-failure: fall back to vma_address() when ->notify_failure() fails | Dan Williams | 2022-09-11 | 1 | -10/+12 |
| * | mm/memory-failure: fix detection of memory_failure() handlers | Dan Williams | 2022-09-11 | 1 | -1/+1 |
* | | mm: memory-failure: kill __soft_offline_page() | Kefeng Wang | 2022-09-11 | 1 | -15/+10 |
* | | mm: memory-failure: kill soft_offline_free_page() | Kefeng Wang | 2022-09-11 | 1 | -11/+1 |
* | | mm, hwpoison: avoid trying to unpoison reserved page | Miaohe Lin | 2022-09-11 | 1 | -2/+2 |
* | | mm, hwpoison: kill procs if unmap fails | Miaohe Lin | 2022-09-11 | 1 | -8/+4 |
* | | mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs() | Miaohe Lin | 2022-09-11 | 1 | -1/+2 |
* | | mm, hwpoison: fix extra put_page() in soft_offline_page() | Miaohe Lin | 2022-09-11 | 1 | -2/+0 |
* | | mm, hwpoison: fix page refcnt leaking in unpoison_memory() | Miaohe Lin | 2022-09-11 | 1 | -0/+1 |
* | | mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb() | Miaohe Lin | 2022-09-11 | 1 | -2/+4 |
* | | mm: memory-failure: cleanup try_to_split_thp_page() | Kefeng Wang | 2022-09-11 | 1 | -11/+12 |
|/ |
|
* | mm, hwpoison: enable memory error handling on 1GB hugepage | Naoya Horiguchi | 2022-08-08 | 1 | -16/+0 |
* | mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage | Naoya Horiguchi | 2022-08-08 | 1 | -4/+6 |
* | mm, hwpoison: make __page_handle_poison returns int | Naoya Horiguchi | 2022-08-08 | 1 | -5/+11 |
* | mm, hwpoison: set PG_hwpoison for busy hugetlb pages | Naoya Horiguchi | 2022-08-08 | 1 | -4/+4 |
* | mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage | Naoya Horiguchi | 2022-08-08 | 1 | -5/+47 |
* | mm, hwpoison, hugetlb: support saving mechanism of raw error pages | Naoya Horiguchi | 2022-08-08 | 1 | -3/+86 |
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-05 | 1 | -109/+221 |
|\ |
|
| * | mm: memory-failure: convert to pr_fmt() | Kefeng Wang | 2022-07-29 | 1 | -30/+28 |
| * | mm: introduce mf_dax_kill_procs() for fsdax case | Shiyang Ruan | 2022-07-17 | 1 | -10/+86 |
| * | pagemap,pmem: introduce ->memory_failure() | Shiyang Ruan | 2022-07-17 | 1 | -0/+14 |
| * | mm: factor helpers for memory_failure_dev_pagemap | Shiyang Ruan | 2022-07-17 | 1 | -76/+95 |
| * | mm: add zone device coherent type memory support | Alex Sierra | 2022-07-17 | 1 | -2/+6 |
| * | mm/swap: convert delete_from_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 2022-07-03 | 1 | -2/+3 |
| * | mm/migration: return errno when isolate_huge_page failed | Miaohe Lin | 2022-07-03 | 1 | -1/+1 |
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-08-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mm: Remove __delete_from_page_cache() | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -1/+1 |
* | | mm/memory-failure: disable unpoison once hw error happens | zhenwei pi | 2022-06-16 | 1 | -0/+12 |
|/ |
|