index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-04-28
Revert "mm/memory-failure.c: fix race with changing page compound again"
Naoya Horiguchi
1
-11
/
+0
2022-04-28
mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASED
Naoya Horiguchi
1
-0
/
+2
2022-04-28
mm/memory-failure.c: remove unnecessary (void*) conversions
liqiong
1
-2
/
+2
2022-04-28
mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
Naoya Horiguchi
1
-1
/
+1
2022-04-28
Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
Xu Yu
1
-13
/
+0
2022-04-21
mm/memory-failure.c: skip huge_zero_page in memory_failure()
Xu Yu
1
-0
/
+13
2022-04-21
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
1
-42
/
+103
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-5
/
+7
2022-03-22
mm/memory-failure.c: make non-LRU movable pages unhandlable
Miaohe Lin
1
-7
/
+13
2022-03-22
mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pages
Miaohe Lin
1
-1
/
+1
2022-03-22
mm/memory-failure.c: fix race with changing page compound again
Miaohe Lin
1
-0
/
+12
2022-03-22
mm/hwpoison: add in-use hugepage hwpoison filter judgement
luofei
1
-0
/
+8
2022-03-22
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
1
-2
/
+7
2022-03-22
mm/memory-failure.c: remove unnecessary PageTransTail check
Miaohe Lin
1
-1
/
+1
2022-03-22
mm/memory-failure.c: remove obsolete comment in __soft_offline_page
Miaohe Lin
1
-4
/
+0
2022-03-22
mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()
Miaohe Lin
1
-19
/
+15
2022-03-22
mm/memory-failure.c: remove PageSlab check in hwpoison_filter_dev
Miaohe Lin
1
-6
/
+0
2022-03-22
mm/memory-failure.c: fix race with changing page more robustly
Miaohe Lin
1
-5
/
+15
2022-03-22
mm/memory-failure.c: rework the signaling logic in kill_proc
Miaohe Lin
1
-10
/
+6
2022-03-22
mm/memory-failure.c: catch unexpected -EFAULT from vma_address()
Miaohe Lin
1
-0
/
+1
2022-03-22
mm/memory-failure.c: minor clean up for memory_failure_dev_pagemap
Miaohe Lin
1
-2
/
+2
2022-03-22
mm/hwpoison: fix error page recovered but reported "not recovered"
Naoya Horiguchi
1
-1
/
+3
2022-03-22
mm/memory-failure.c: remove obsolete comment
Naoya Horiguchi
1
-6
/
+0
2022-03-21
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-03-21
mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-01-30
memory-failure: fetch compound_head after pgmap_pfn_valid()
Joao Martins
1
-0
/
+6
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-68
/
+119
2022-01-15
mm: fix some comment errors
Quanfa Fu
1
-1
/
+1
[next]