Age | Commit message (Expand) | Author |
2023-02-27 | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON | Naoya Horiguchi |
2023-02-20 | mm: change to return bool for isolate_movable_page() | Baolin Wang |
2023-02-20 | mm: hugetlb: change to return bool for isolate_hugetlb() | Baolin Wang |
2023-02-20 | mm: change to return bool for isolate_lru_page() | Baolin Wang |
2023-02-13 | mm/hugetlb: convert isolate_hugetlb to folios | Sidhartha Kumar |
2023-02-02 | mm: memory-failure: bump memory failure stats to pglist_data | Jiaqi Yan |
2023-02-02 | mm: memory-failure: add memory failure stats to sysfs | Jiaqi Yan |
2023-02-02 | mm/hugetlb: convert get_hwpoison_huge_page() to folios | Sidhartha Kumar |
2023-02-02 | mm: clean up mlock_page / munlock_page references in comments | Matthew Wilcox (Oracle) |
2023-02-02 | mm/memory-failure: convert unpoison_memory() to folios | Sidhartha Kumar |
2023-02-02 | mm/memory-failure: convert hugetlb_set_page_hwpoison() to folios | Sidhartha Kumar |
2023-02-02 | mm/memory-failure: convert __free_raw_hwp_pages() to folios | Sidhartha Kumar |
2023-02-02 | mm/memory-failure: convert raw_hwp_list_head() to folios | Sidhartha Kumar |
2023-02-02 | mm/memory-failure: convert free_raw_hwp_pages() to folios | Sidhartha Kumar |
2023-02-02 | mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios | Sidhartha Kumar |
2023-02-02 | mm/memory-failure: convert try_memory_failure_hugetlb() to folios | Sidhartha Kumar |
2023-02-02 | mm/memory-failure: convert __get_huge_page_for_hwpoison() to folios | Sidhartha Kumar |
2023-01-18 | tools/vm: rename tools/vm to tools/mm | SeongJae Park |
2022-11-30 | mm/memory-failure.c: cleanup in unpoison_memory | Ma Wupeng |
2022-11-30 | memory-failure: convert truncate_error_page() to use folio | Vishal Moola (Oracle) |
2022-11-30 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins |
2022-11-30 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-11-08 | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi |
2022-11-08 | mm/hwpoison: pass pfn to num_poisoned_pages_*() | Naoya Horiguchi |
2022-11-08 | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c | Naoya Horiguchi |
2022-11-08 | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ... | Naoya Horiguchi |
2022-11-08 | mm: memory-failure: make action_result() return int | Kefeng Wang |
2022-11-08 | mm: memory-failure: avoid pfn_valid() twice in soft_offline_page() | Kefeng Wang |
2022-11-08 | mm: memory-failure: make put_ref_page() more useful | Kefeng Wang |
2022-11-08 | hugetlbfs: don't delete error page from pagecache | James Houghton |
2022-10-03 | rmap: remove page_unlock_anon_vma_read() | Matthew Wilcox (Oracle) |
2022-09-26 | mm/swap: add swp_offset_pfn() to fetch PFN from swap entry | Peter Xu |
2022-09-26 | mm, hwpoison: cleanup some obsolete comments | Miaohe Lin |
2022-09-26 | mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings() | Miaohe Lin |
2022-09-26 | mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a... | Miaohe Lin |
2022-09-26 | mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages | Miaohe Lin |
2022-09-26 | mm, hwpoison: use __PageMovable() to detect non-lru movable pages | Miaohe Lin |
2022-09-26 | mm, hwpoison: use ClearPageHWPoison() in memory_failure() | Miaohe Lin |
2022-09-26 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-09-26 | mm,hwpoison: check mm when killing accessing process | Shuai Xue |
2022-09-11 | mm: memory-failure: kill __soft_offline_page() | Kefeng Wang |
2022-09-11 | mm: memory-failure: kill soft_offline_free_page() | Kefeng Wang |
2022-09-11 | mm, hwpoison: avoid trying to unpoison reserved page | Miaohe Lin |
2022-09-11 | mm, hwpoison: kill procs if unmap fails | Miaohe Lin |
2022-09-11 | mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs() | Miaohe Lin |
2022-09-11 | mm, hwpoison: fix extra put_page() in soft_offline_page() | Miaohe Lin |
2022-09-11 | mm, hwpoison: fix page refcnt leaking in unpoison_memory() | Miaohe Lin |
2022-09-11 | mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb() | Miaohe Lin |
2022-09-11 | mm: memory-failure: cleanup try_to_split_thp_page() | Kefeng Wang |
2022-09-11 | mm/memory-failure: fall back to vma_address() when ->notify_failure() fails | Dan Williams |