index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
2025-03-17
mm: memory-failure: enhance comments for return value of memory_failure()
Shuai Xue
2025-03-17
mm/hwpoison: do not send SIGBUS to processes with recovered clean pages
Shuai Xue
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
2025-03-05
mm: memory-failure: update ttu flag inside unmap_poisoned_folio
Ma Wupeng
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2024-11-11
mm/memory-failure: replace sprintf() with sysfs_emit()
zhangguopeng
2024-11-07
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
2024-11-07
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
2024-11-07
mm: convert page_to_pgoff() to page_pgoff()
Matthew Wilcox (Oracle)
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
[next]