| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-21 | mm, swap: cleanup swap cache API and add kerneldoc | Kairui Song | 1 | -1/+1 |
| 2025-09-21 | mm/memremap: remove unused get_dev_pagemap() parameter | Alistair Popple | 1 | -1/+1 |
| 2025-09-21 | mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.c | Miaohe Lin | 1 | -89/+17 |
| 2025-09-21 | Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up | Andrew Morton | 1 | -11/+9 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-09-08 | mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory | Miaohe Lin | 1 | -4/+3 |
| 2025-09-03 | mm/memory-failure: fix redundant updates for already poisoned pages | Kyle Meyer | 1 | -7/+6 |
| 2025-08-19 | mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn | Jinjiang Tu | 1 | -0/+8 |
| 2025-08-05 | Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+9 |
| 2025-08-02 | mm/memory-failure: hold PTL in hwpoison_hugetlb_range | Jinjiang Tu | 1 | -3/+9 |
| 2025-07-31 | Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-28 | Merge tag 'acpi-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -13/+0 |
| 2025-07-19 | mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list | Jinjiang Tu | 1 | -0/+4 |
| 2025-07-16 | ACPI: APEI: handle synchronous exceptions in task work | Shuai Xue | 1 | -13/+0 |
| 2025-07-13 | mm: rename __PageMovable() to page_has_movable_ops() | David Hildenbrand | 1 | -2/+2 |
| 2025-03-17 | mm: memory-failure: enhance comments for return value of memory_failure() | Shuai Xue | 1 | -3/+7 |
| 2025-03-17 | mm/hwpoison: do not send SIGBUS to processes with recovered clean pages | Shuai Xue | 1 | -3/+8 |
| 2025-03-17 | fs/dax: properly refcount fs dax pages | Alistair Popple | 1 | -3/+3 |
| 2025-03-05 | mm: memory-failure: update ttu flag inside unmap_poisoned_folio | Ma Wupeng | 1 | -32/+31 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2024-11-11 | mm/memory-failure: replace sprintf() with sysfs_emit() | zhangguopeng | 1 | -1/+1 |
| 2024-11-07 | mm: mass constification of folio/page pointers | Matthew Wilcox (Oracle) | 1 | -11/+13 |
| 2024-11-07 | mm: renovate page_address_in_vma() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-11-07 | mm: convert page_to_pgoff() to page_pgoff() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-09-03 | mm: migrate: add isolate_folio_to_list() | Kefeng Wang | 1 | -35/+13 |
| 2024-09-03 | mm: memory-failure: add unmap_poisoned_folio() | Kefeng Wang | 1 | -17/+27 |
| 2024-08-15 | mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu | Waiman Long | 1 | -9/+11 |
| 2024-07-12 | mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND | Miaohe Lin | 1 | -16/+3 |
| 2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy | 1 | -1/+1 |
| 2024-07-04 | mm/memory-failure: userspace controls soft-offlining pages | Jiaqi Yan | 1 | -2/+20 |
| 2024-07-04 | mm/memory-failure: refactor log format in soft offline code | Jiaqi Yan | 1 | -6/+9 |
| 2024-07-03 | mm/memory-failure: refactor log format in unpoison_memory | Jiaqi Yan | 1 | -9/+9 |
| 2024-07-03 | mm/memory-failure: correct comment in me_swapcache_dirty | Miaohe Lin | 1 | -1/+1 |
| 2024-07-03 | mm/memory-failure: remove obsolete comment in kill_proc() | Miaohe Lin | 1 | -2/+0 |
| 2024-07-03 | mm/memory-failure: fix comment of get_hwpoison_page() | Miaohe Lin | 1 | -1/+1 |
| 2024-07-03 | mm/memory-failure: remove obsolete comment in unpoison_memory() | Miaohe Lin | 1 | -4/+0 |
| 2024-07-03 | mm/memory-failure: use helper macro task_pid_nr() | Miaohe Lin | 1 | -4/+4 |
| 2024-07-03 | mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECT | Miaohe Lin | 1 | -2/+1 |
| 2024-07-03 | mm/memory-failure: remove confusing initialization to count | Miaohe Lin | 1 | -1/+1 |
| 2024-07-03 | mm/memory-failure: remove unneeded empty string | Miaohe Lin | 1 | -1/+1 |
| 2024-07-03 | mm/memory-failure: save some page_folio() calls | Miaohe Lin | 1 | -3/+3 |
| 2024-07-03 | mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM | Miaohe Lin | 1 | -3/+5 |
| 2024-07-03 | mm/memory-failure: remove MF_MSG_SLAB | Miaohe Lin | 1 | -1/+0 |
| 2024-07-03 | mm/memory-failure: simplify put_ref_page() | Miaohe Lin | 1 | -5/+1 |
| 2024-07-03 | mm/memory-failure: stop setting the folio error flag | Matthew Wilcox (Oracle) | 1 | -29/+0 |
| 2024-07-03 | mm/memory-failure: use helper llist_for_each_entry() | Yifei Li | 1 | -2/+2 |
| 2024-07-03 | mm/memory-failure: send SIGBUS in the event of thp split fail | Jane Chu | 1 | -5/+29 |
| 2024-07-03 | mm/memory-failure: move hwpoison_filter() higher up | Jane Chu | 1 | -8/+12 |
| 2024-07-03 | mm/memory-failure: improve memory failure action_result messages | Jane Chu | 1 | -5/+32 |
| 2024-07-03 | mm/memory-failure: try to send SIGBUS even if unmap failed | Jane Chu | 1 | -11/+4 |
| 2024-05-24 | mm/memory-failure: fix handling of dissolved but not taken off from buddy pages | Miaohe Lin | 1 | -2/+2 |
| 2024-05-24 | mm/huge_memory: don't unpoison huge_zero_folio | Miaohe Lin | 1 | -0/+7 |
| 2024-05-05 | memory-failure: remove calls to page_mapping() | Matthew Wilcox (Oracle) | 1 | -2/+4 |
| 2024-05-05 | mm/memory-failure: pass the folio to collect_procs_ksm() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-05-05 | mm/memory-failure: use folio functions throughout collect_procs() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-05-05 | mm/memory-failure: add some folio conversions to unpoison_memory | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2024-05-05 | mm/memory-failure: convert hwpoison_user_mappings to take a folio | Matthew Wilcox (Oracle) | 1 | -15/+15 |
| 2024-05-05 | mm/memory-failure: convert memory_failure() to use a folio | Matthew Wilcox (Oracle) | 1 | -19/+21 |
| 2024-05-05 | mm: convert hugetlb_page_mapping_lock_write to folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-05-05 | mm/memory-failure: convert shake_page() to shake_folio() | Matthew Wilcox (Oracle) | 1 | -5/+10 |
| 2024-05-05 | mm: return the address from page_mapped_in_vma() | Matthew Wilcox (Oracle) | 1 | -9/+13 |
| 2024-05-05 | mm/memory-failure: pass addr to __add_to_kill() | Matthew Wilcox (Oracle) | 1 | -2/+4 |
| 2024-05-05 | mm/memory-failure: remove fsdax_pgoff argument from __add_to_kill | Matthew Wilcox (Oracle) | 1 | -18/+9 |
| 2024-05-05 | mm/hugetlb: convert dissolve_free_huge_pages() to folios | Sidhartha Kumar | 1 | -4/+4 |
| 2024-05-05 | mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings() | David Hildenbrand | 1 | -2/+2 |
| 2024-04-25 | memory: remove the now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2024-04-25 | mm: rename vma_pgoff_address back to vma_address | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-04-25 | mm: record the migration reason for struct migration_target_control | Baolin Wang | 1 | -0/+1 |
| 2024-04-25 | mm: free up PG_slab | Matthew Wilcox (Oracle) | 1 | -9/+0 |
| 2024-04-16 | mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled | Miaohe Lin | 1 | -3/+15 |
| 2024-02-07 | mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page | Miaohe Lin | 1 | -0/+3 |
| 2024-01-25 | fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handling | Sidhartha Kumar | 1 | -1/+1 |
| 2024-01-10 | Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -4/+17 |
| 2023-12-29 | mm/rmap: remove page_remove_rmap() | David Hildenbrand | 1 | -2/+2 |
| 2023-12-20 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes | Andrew Morton | 1 | -17/+16 |
| 2023-12-20 | mm/memory-failure: cast index to loff_t before shifting it | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-12-20 | mm/memory-failure: check the mapcount of the precise page | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2023-12-20 | mm/memory-failure: pass the folio and the page to collect_procs() | Matthew Wilcox (Oracle) | 1 | -13/+12 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-12-10 | memory-failure: convert truncate_error_page to truncate_error_folio | Matthew Wilcox (Oracle) | 1 | -5/+4 |
| 2023-12-10 | memory-failure: use a folio in me_huge_page() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2023-12-10 | memory-failure: convert delete_from_lru_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
| 2023-12-10 | memory-failure: use a folio in me_pagecache_dirty() | Matthew Wilcox (Oracle) | 1 | -3/+4 |
| 2023-12-10 | memory-failure: use a folio in me_pagecache_clean() | Matthew Wilcox (Oracle) | 1 | -7/+6 |
| 2023-12-10 | mm: convert isolate_page() to mf_isolate_folio() | Matthew Wilcox (Oracle) | 1 | -14/+14 |
| 2023-12-10 | mm: convert soft_offline_in_use_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2023-12-10 | mm: use mapping_evict_folio() in truncate_error_page() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-12-07 | mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind | Shiyang Ruan | 1 | -4/+17 |
| 2023-10-04 | mm: convert DAX lock/unlock page to lock/unlock folio | Matthew Wilcox (Oracle) | 1 | -13/+16 |
| 2023-09-05 | Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -8/+8 |
| 2023-09-05 | mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs() | Tong Tiangen | 1 | -8/+8 |
| 2023-09-02 | mm/hwpoison: rename hwp_walk* to hwpoison_walk* | Jiaqi Yan | 1 | -8/+8 |
| 2023-09-02 | mm: memory-failure: add PageOffline() check | Miaohe Lin | 1 | -2/+3 |
| 2023-08-24 | mm: memory-failure: fix potential page refcnt leak in memory_failure() | Miaohe Lin | 1 | -2/+1 |
| 2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -17/+24 |
| 2023-08-21 | mm: memory-failure: use helper macro llist_for_each_entry_safe() | Miaohe Lin | 1 | -8/+5 |
| 2023-08-21 | mm: memory-failure: fix unexpected return value in soft_offline_page() | Miaohe Lin | 1 | -4/+7 |
| 2023-08-21 | mm: enable page walking API to lock vmas during the walk | Suren Baghdasaryan | 1 | -0/+1 |
| 2023-08-18 | mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISON | Jiaqi Yan | 1 | -2/+38 |
| 2023-08-18 | mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwp | Jiaqi Yan | 1 | -5/+3 |
| 2023-08-18 | mm: memory-failure: fix race window when trying to get hugetlb folio | Miaohe Lin | 1 | -4/+16 |
| 2023-08-18 | mm: memory-failure: fetch compound head after extra page refcnt is held | Miaohe Lin | 1 | -2/+1 |
| 2023-08-18 | mm: memory-failure: minor cleanup for comments and codestyle | Miaohe Lin | 1 | -6/+6 |
| 2023-08-18 | mm: memory-failure: remove unneeded header files | Miaohe Lin | 1 | -3/+0 |
| 2023-08-18 | mm: memory-failure: use local variable huge to check hugetlb page | Miaohe Lin | 1 | -2/+2 |
| 2023-08-18 | mm: memory-failure: don't account hwpoison_filter() filtered pages | Miaohe Lin | 1 | -1/+2 |
| 2023-08-18 | mm: memory-failure: ensure moving HWPoison flag to the raw error pages | Miaohe Lin | 1 | -0/+2 |
| 2023-08-18 | mm: memory-failure: remove unneeded PageHuge() check | Miaohe Lin | 1 | -3/+0 |
| 2023-08-18 | mm: merge folio_has_private()/filemap_release_folio() call pairs | David Howells | 1 | -5/+3 |
| 2023-08-18 | mm: memory-failure: remove unneeded 'inline' annotation | Miaohe Lin | 1 | -2/+2 |
| 2023-08-18 | mm: memory-failure: remove unneeded page state check in shake_page() | Miaohe Lin | 1 | -7/+4 |
| 2023-08-04 | mm: memory-failure: avoid false hwpoison page mapped error info | Miaohe Lin | 1 | -3/+7 |
| 2023-08-04 | mm: memory-failure: fix potential unexpected return value from unpoison_memory() | Miaohe Lin | 1 | -10/+9 |
| 2023-07-27 | mm/memory-failure: fix hardware poison check in unpoison_memory() | Sidhartha Kumar | 1 | -1/+1 |
| 2023-06-19 | mm: ptep_get() conversion | Ryan Roberts | 1 | -12/+14 |
| 2023-06-19 | mm/various: give up if pte_offset_map[_lock]() fails | Hugh Dickins | 1 | -3/+5 |
| 2023-06-09 | mm: memory-failure: move sysctl register in memory_failure_init() | Kefeng Wang | 1 | -9/+2 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -18/+47 |
| 2023-04-18 | mm: ksm: support hwpoison for ksm page | Longlong Xia | 1 | -9/+25 |
| 2023-04-18 | 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-28 | mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT) | Kefeng Wang | 1 | -1/+1 |
| 2023-02-27 | 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-13 | mm/hugetlb: convert isolate_hugetlb to folios | Sidhartha Kumar | 1 | -1/+1 |
| 2023-02-02 | mm: memory-failure: bump memory failure stats to pglist_data | Jiaqi Yan | 1 | -0/+36 |
| 2023-02-02 | mm: memory-failure: add memory failure stats to sysfs | Jiaqi Yan | 1 | -0/+35 |
| 2023-02-02 | mm/hugetlb: convert get_hwpoison_huge_page() to folios | Sidhartha Kumar | 1 | -11/+11 |
| 2023-02-02 | mm: clean up mlock_page / munlock_page references in comments | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-02-02 | mm/memory-failure: convert unpoison_memory() to folios | Sidhartha Kumar | 1 | -11/+9 |
| 2023-02-02 | mm/memory-failure: convert hugetlb_set_page_hwpoison() to folios | Sidhartha Kumar | 1 | -4/+3 |
| 2023-02-02 | mm/memory-failure: convert __free_raw_hwp_pages() to folios | Sidhartha Kumar | 1 | -4/+3 |
| 2023-02-02 | mm/memory-failure: convert raw_hwp_list_head() to folios | Sidhartha Kumar | 1 | -7/+9 |
| 2023-02-02 | mm/memory-failure: convert free_raw_hwp_pages() to folios | Sidhartha Kumar | 1 | -10/+12 |
| 2023-02-02 | mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios | Sidhartha Kumar | 1 | -5/+5 |
| 2023-02-02 | mm/memory-failure: convert try_memory_failure_hugetlb() to folios | Sidhartha Kumar | 1 | -13/+13 |
| 2023-02-02 | mm/memory-failure: convert __get_huge_page_for_hwpoison() to folios | Sidhartha Kumar | 1 | -10/+10 |
| 2023-01-18 | tools/vm: rename tools/vm to tools/mm | SeongJae Park | 1 | -1/+1 |
| 2022-11-30 | mm/memory-failure.c: cleanup in unpoison_memory | Ma Wupeng | 1 | -4/+2 |
| 2022-11-30 | memory-failure: convert truncate_error_page() to use folio | Vishal Moola (Oracle) | 1 | -2/+3 |
| 2022-11-30 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 1 | -3/+2 |
| 2022-11-30 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -1/+4 |
| 2022-11-08 | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi | 1 | -25/+11 |
| 2022-11-08 | mm/hwpoison: pass pfn to num_poisoned_pages_*() | Naoya Horiguchi | 1 | -7/+7 |
| 2022-11-08 | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c | Naoya Horiguchi | 1 | -0/+10 |
| 2022-11-08 | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ... | Naoya Horiguchi | 1 | -4/+17 |
| 2022-11-08 | mm: memory-failure: make action_result() return int | Kefeng Wang | 1 | -29/+16 |
| 2022-11-08 | mm: memory-failure: avoid pfn_valid() twice in soft_offline_page() | Kefeng Wang | 1 | -3/+3 |
| 2022-11-08 | mm: memory-failure: make put_ref_page() more useful | Kefeng Wang | 1 | -17/+17 |
| 2022-11-08 | hugetlbfs: don't delete error page from pagecache | James Houghton | 1 | -1/+4 |
| 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 |