index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
(
follow
)
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
[next]