index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
2025-09-19
mm/memory-failure: fix redundant updates for already poisoned pages
Kyle Meyer
2025-09-19
mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
Miaohe Lin
2025-08-28
mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
Jinjiang Tu
2025-08-01
mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
Jinjiang Tu
2025-04-20
mm/hwpoison: do not send SIGBUS to processes with recovered clean pages
Shuai Xue
2025-03-13
mm: memory-failure: update ttu flag inside unmap_poisoned_folio
Ma Wupeng
2024-09-03
mm: migrate: add isolate_folio_to_list()
Kefeng Wang
2024-09-03
mm: memory-failure: add unmap_poisoned_folio()
Kefeng Wang
2024-08-15
mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
Waiman Long
2024-07-12
mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND
Miaohe Lin
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2024-07-04
mm/memory-failure: userspace controls soft-offlining pages
Jiaqi Yan
2024-07-04
mm/memory-failure: refactor log format in soft offline code
Jiaqi Yan
2024-07-03
mm/memory-failure: refactor log format in unpoison_memory
Jiaqi Yan
2024-07-03
mm/memory-failure: correct comment in me_swapcache_dirty
Miaohe Lin
2024-07-03
mm/memory-failure: remove obsolete comment in kill_proc()
Miaohe Lin
2024-07-03
mm/memory-failure: fix comment of get_hwpoison_page()
Miaohe Lin
2024-07-03
mm/memory-failure: remove obsolete comment in unpoison_memory()
Miaohe Lin
2024-07-03
mm/memory-failure: use helper macro task_pid_nr()
Miaohe Lin
2024-07-03
mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECT
Miaohe Lin
2024-07-03
mm/memory-failure: remove confusing initialization to count
Miaohe Lin
2024-07-03
mm/memory-failure: remove unneeded empty string
Miaohe Lin
2024-07-03
mm/memory-failure: save some page_folio() calls
Miaohe Lin
2024-07-03
mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM
Miaohe Lin
2024-07-03
mm/memory-failure: remove MF_MSG_SLAB
Miaohe Lin
2024-07-03
mm/memory-failure: simplify put_ref_page()
Miaohe Lin
2024-07-03
mm/memory-failure: stop setting the folio error flag
Matthew Wilcox (Oracle)
2024-07-03
mm/memory-failure: use helper llist_for_each_entry()
Yifei Li
2024-07-03
mm/memory-failure: send SIGBUS in the event of thp split fail
Jane Chu
2024-07-03
mm/memory-failure: move hwpoison_filter() higher up
Jane Chu
2024-07-03
mm/memory-failure: improve memory failure action_result messages
Jane Chu
2024-07-03
mm/memory-failure: try to send SIGBUS even if unmap failed
Jane Chu
2024-05-24
mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
Miaohe Lin
2024-05-24
mm/huge_memory: don't unpoison huge_zero_folio
Miaohe Lin
2024-05-05
memory-failure: remove calls to page_mapping()
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: use folio functions throughout collect_procs()
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: add some folio conversions to unpoison_memory
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: convert hwpoison_user_mappings to take a folio
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: convert memory_failure() to use a folio
Matthew Wilcox (Oracle)
2024-05-05
mm: convert hugetlb_page_mapping_lock_write to folio
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: convert shake_page() to shake_folio()
Matthew Wilcox (Oracle)
2024-05-05
mm: return the address from page_mapped_in_vma()
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: pass addr to __add_to_kill()
Matthew Wilcox (Oracle)
2024-05-05
mm/memory-failure: remove fsdax_pgoff argument from __add_to_kill
Matthew Wilcox (Oracle)
2024-05-05
mm/hugetlb: convert dissolve_free_huge_pages() to folios
Sidhartha Kumar
2024-05-05
mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
David Hildenbrand
2024-04-25
memory: remove the now superfluous sentinel element from ctl_table array
Joel Granados
2024-04-25
mm: rename vma_pgoff_address back to vma_address
Matthew Wilcox (Oracle)
2024-04-25
mm: record the migration reason for struct migration_target_control
Baolin Wang
[next]