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
2024-02-07
mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page
Miaohe Lin
2024-01-25
fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handling
Sidhartha Kumar
2024-01-10
Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-12-29
mm/rmap: remove page_remove_rmap()
David Hildenbrand
2023-12-20
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
2023-12-20
mm/memory-failure: cast index to loff_t before shifting it
Matthew Wilcox (Oracle)
2023-12-20
mm/memory-failure: check the mapcount of the precise page
Matthew Wilcox (Oracle)
2023-12-20
mm/memory-failure: pass the folio and the page to collect_procs()
Matthew Wilcox (Oracle)
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2023-12-10
memory-failure: convert truncate_error_page to truncate_error_folio
Matthew Wilcox (Oracle)
2023-12-10
memory-failure: use a folio in me_huge_page()
Matthew Wilcox (Oracle)
2023-12-10
memory-failure: convert delete_from_lru_cache() to take a folio
Matthew Wilcox (Oracle)
2023-12-10
memory-failure: use a folio in me_pagecache_dirty()
Matthew Wilcox (Oracle)
2023-12-10
memory-failure: use a folio in me_pagecache_clean()
Matthew Wilcox (Oracle)
2023-12-10
mm: convert isolate_page() to mf_isolate_folio()
Matthew Wilcox (Oracle)
2023-12-10
mm: convert soft_offline_in_use_page() to use a folio
Matthew Wilcox (Oracle)
2023-12-10
mm: use mapping_evict_folio() in truncate_error_page()
Matthew Wilcox (Oracle)
2023-12-07
mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
Shiyang Ruan
2023-10-04
mm: convert DAX lock/unlock page to lock/unlock folio
Matthew Wilcox (Oracle)
2023-09-05
Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
2023-09-02
mm/hwpoison: rename hwp_walk* to hwpoison_walk*
Jiaqi Yan
2023-09-02
mm: memory-failure: add PageOffline() check
Miaohe Lin
2023-08-24
mm: memory-failure: fix potential page refcnt leak in memory_failure()
Miaohe Lin
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-21
mm: memory-failure: use helper macro llist_for_each_entry_safe()
Miaohe Lin
2023-08-21
mm: memory-failure: fix unexpected return value in soft_offline_page()
Miaohe Lin
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
2023-08-18
mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISON
Jiaqi Yan
2023-08-18
mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwp
Jiaqi Yan
2023-08-18
mm: memory-failure: fix race window when trying to get hugetlb folio
Miaohe Lin
2023-08-18
mm: memory-failure: fetch compound head after extra page refcnt is held
Miaohe Lin
2023-08-18
mm: memory-failure: minor cleanup for comments and codestyle
Miaohe Lin
2023-08-18
mm: memory-failure: remove unneeded header files
Miaohe Lin
2023-08-18
mm: memory-failure: use local variable huge to check hugetlb page
Miaohe Lin
2023-08-18
mm: memory-failure: don't account hwpoison_filter() filtered pages
Miaohe Lin
2023-08-18
mm: memory-failure: ensure moving HWPoison flag to the raw error pages
Miaohe Lin
2023-08-18
mm: memory-failure: remove unneeded PageHuge() check
Miaohe Lin
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
2023-08-18
mm: memory-failure: remove unneeded 'inline' annotation
Miaohe Lin
2023-08-18
mm: memory-failure: remove unneeded page state check in shake_page()
Miaohe Lin
2023-08-04
mm: memory-failure: avoid false hwpoison page mapped error info
Miaohe Lin
2023-08-04
mm: memory-failure: fix potential unexpected return value from unpoison_memory()
Miaohe Lin
2023-07-27
mm/memory-failure: fix hardware poison check in unpoison_memory()
Sidhartha Kumar
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
2023-06-09
mm: memory-failure: move sysctl register in memory_failure_init()
Kefeng Wang
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-18
mm: ksm: support hwpoison for ksm page
Longlong Xia
2023-04-18
mm: memory-failure: refactor add_to_kill()
Longlong Xia
[next]