Age | Commit message (Expand) | Author | Files | Lines |
2023-04-28 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -18/+47 |
2023-04-19 | mm: ksm: support hwpoison for ksm page | Longlong Xia | 1 | -9/+25 |
2023-04-19 | mm: memory-failure: refactor add_to_kill() | Longlong Xia | 1 | -8/+21 |
2023-04-13 | mm: memory-failure: Move memory failure sysctls to its own file | Kefeng Wang | 1 | -2/+34 |
2023-03-29 | mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT) | Kefeng Wang | 1 | -1/+1 |
2023-02-28 | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON | Naoya Horiguchi | 1 | -4/+4 |
2023-02-20 | mm: change to return bool for isolate_movable_page() | Baolin Wang | 1 | -2/+2 |
2023-02-20 | mm: hugetlb: change to return bool for isolate_hugetlb() | Baolin Wang | 1 | -1/+1 |
2023-02-20 | mm: change to return bool for isolate_lru_page() | Baolin Wang | 1 | -2/+2 |
2023-02-14 | mm/hugetlb: convert isolate_hugetlb to folios | Sidhartha Kumar | 1 | -1/+1 |
2023-02-03 | mm: memory-failure: bump memory failure stats to pglist_data | Jiaqi Yan | 1 | -0/+36 |
2023-02-03 | mm: memory-failure: add memory failure stats to sysfs | Jiaqi Yan | 1 | -0/+35 |
2023-02-03 | mm/hugetlb: convert get_hwpoison_huge_page() to folios | Sidhartha Kumar | 1 | -11/+11 |
2023-02-03 | mm: clean up mlock_page / munlock_page references in comments | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-02-03 | mm/memory-failure: convert unpoison_memory() to folios | Sidhartha Kumar | 1 | -11/+9 |
2023-02-03 | mm/memory-failure: convert hugetlb_set_page_hwpoison() to folios | Sidhartha Kumar | 1 | -4/+3 |
2023-02-03 | mm/memory-failure: convert __free_raw_hwp_pages() to folios | Sidhartha Kumar | 1 | -4/+3 |
2023-02-03 | mm/memory-failure: convert raw_hwp_list_head() to folios | Sidhartha Kumar | 1 | -7/+9 |
2023-02-03 | mm/memory-failure: convert free_raw_hwp_pages() to folios | Sidhartha Kumar | 1 | -10/+12 |
2023-02-03 | mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios | Sidhartha Kumar | 1 | -5/+5 |
2023-02-03 | mm/memory-failure: convert try_memory_failure_hugetlb() to folios | Sidhartha Kumar | 1 | -13/+13 |
2023-02-03 | mm/memory-failure: convert __get_huge_page_for_hwpoison() to folios | Sidhartha Kumar | 1 | -10/+10 |
2023-01-19 | tools/vm: rename tools/vm to tools/mm | SeongJae Park | 1 | -1/+1 |
2022-12-01 | mm/memory-failure.c: cleanup in unpoison_memory | Ma Wupeng | 1 | -4/+2 |
2022-12-01 | memory-failure: convert truncate_error_page() to use folio | Vishal Moola (Oracle) | 1 | -2/+3 |
2022-12-01 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 1 | -3/+2 |
2022-12-01 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -1/+4 |
2022-11-09 | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi | 1 | -25/+11 |
2022-11-09 | mm/hwpoison: pass pfn to num_poisoned_pages_*() | Naoya Horiguchi | 1 | -7/+7 |
2022-11-09 | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c | Naoya Horiguchi | 1 | -0/+10 |
2022-11-09 | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ... | Naoya Horiguchi | 1 | -4/+17 |
2022-11-09 | mm: memory-failure: make action_result() return int | Kefeng Wang | 1 | -29/+16 |
2022-11-09 | mm: memory-failure: avoid pfn_valid() twice in soft_offline_page() | Kefeng Wang | 1 | -3/+3 |
2022-11-09 | mm: memory-failure: make put_ref_page() more useful | Kefeng Wang | 1 | -17/+17 |
2022-11-09 | hugetlbfs: don't delete error page from pagecache | James Houghton | 1 | -1/+4 |
2022-10-04 | rmap: remove page_unlock_anon_vma_read() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-09-27 | mm/swap: add swp_offset_pfn() to fetch PFN from swap entry | Peter Xu | 1 | -1/+1 |
2022-09-27 | mm, hwpoison: cleanup some obsolete comments | Miaohe Lin | 1 | -5/+5 |
2022-09-27 | mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings() | Miaohe Lin | 1 | -1/+1 |
2022-09-27 | mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a... | Miaohe Lin | 1 | -3/+3 |
2022-09-27 | mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages | Miaohe Lin | 1 | -2/+4 |
2022-09-27 | mm, hwpoison: use __PageMovable() to detect non-lru movable pages | Miaohe Lin | 1 | -7/+9 |
2022-09-27 | 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-12 | mm: memory-failure: kill __soft_offline_page() | Kefeng Wang | 1 | -15/+10 |
2022-09-12 | mm: memory-failure: kill soft_offline_free_page() | Kefeng Wang | 1 | -11/+1 |
2022-09-12 | mm, hwpoison: avoid trying to unpoison reserved page | Miaohe Lin | 1 | -2/+2 |
2022-09-12 | mm, hwpoison: kill procs if unmap fails | Miaohe Lin | 1 | -8/+4 |
2022-09-12 | mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs() | Miaohe Lin | 1 | -1/+2 |