index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: convert DAX lock/unlock page to lock/unlock folio
Matthew Wilcox (Oracle)
2023-10-04
1
-13
/
+16
*
Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-09-05
1
-8
/
+8
|
\
|
*
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
2023-09-05
1
-8
/
+8
*
|
mm/hwpoison: rename hwp_walk* to hwpoison_walk*
Jiaqi Yan
2023-09-02
1
-8
/
+8
*
|
mm: memory-failure: add PageOffline() check
Miaohe Lin
2023-09-02
1
-2
/
+3
|
/
*
mm: memory-failure: fix potential page refcnt leak in memory_failure()
Miaohe Lin
2023-08-24
1
-2
/
+1
*
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-21
1
-17
/
+24
|
\
|
*
mm: memory-failure: fix unexpected return value in soft_offline_page()
Miaohe Lin
2023-08-21
1
-4
/
+7
|
*
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
2023-08-21
1
-0
/
+1
|
*
mm: memory-failure: avoid false hwpoison page mapped error info
Miaohe Lin
2023-08-04
1
-3
/
+7
|
*
mm: memory-failure: fix potential unexpected return value from unpoison_memory()
Miaohe Lin
2023-08-04
1
-10
/
+9
*
|
mm: memory-failure: use helper macro llist_for_each_entry_safe()
Miaohe Lin
2023-08-21
1
-8
/
+5
*
|
mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISON
Jiaqi Yan
2023-08-18
1
-2
/
+38
*
|
mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwp
Jiaqi Yan
2023-08-18
1
-5
/
+3
*
|
mm: memory-failure: fix race window when trying to get hugetlb folio
Miaohe Lin
2023-08-18
1
-4
/
+16
*
|
mm: memory-failure: fetch compound head after extra page refcnt is held
Miaohe Lin
2023-08-18
1
-2
/
+1
*
|
mm: memory-failure: minor cleanup for comments and codestyle
Miaohe Lin
2023-08-18
1
-6
/
+6
*
|
mm: memory-failure: remove unneeded header files
Miaohe Lin
2023-08-18
1
-3
/
+0
*
|
mm: memory-failure: use local variable huge to check hugetlb page
Miaohe Lin
2023-08-18
1
-2
/
+2
*
|
mm: memory-failure: don't account hwpoison_filter() filtered pages
Miaohe Lin
2023-08-18
1
-1
/
+2
*
|
mm: memory-failure: ensure moving HWPoison flag to the raw error pages
Miaohe Lin
2023-08-18
1
-0
/
+2
*
|
mm: memory-failure: remove unneeded PageHuge() check
Miaohe Lin
2023-08-18
1
-3
/
+0
*
|
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
2023-08-18
1
-5
/
+3
*
|
mm: memory-failure: remove unneeded 'inline' annotation
Miaohe Lin
2023-08-18
1
-2
/
+2
*
|
mm: memory-failure: remove unneeded page state check in shake_page()
Miaohe Lin
2023-08-18
1
-7
/
+4
|
/
*
mm/memory-failure: fix hardware poison check in unpoison_memory()
Sidhartha Kumar
2023-07-27
1
-1
/
+1
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-12
/
+14
*
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
2023-06-19
1
-3
/
+5
*
mm: memory-failure: move sysctl register in memory_failure_init()
Kefeng Wang
2023-06-09
1
-9
/
+2
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
1
-18
/
+47
|
\
|
*
mm: ksm: support hwpoison for ksm page
Longlong Xia
2023-04-18
1
-9
/
+25
|
*
mm: memory-failure: refactor add_to_kill()
Longlong Xia
2023-04-18
1
-8
/
+21
|
*
mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)
Kefeng Wang
2023-03-28
1
-1
/
+1
*
|
mm: memory-failure: Move memory failure sysctls to its own file
Kefeng Wang
2023-04-13
1
-2
/
+34
|
/
*
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
2023-02-27
1
-4
/
+4
*
mm: change to return bool for isolate_movable_page()
Baolin Wang
2023-02-20
1
-2
/
+2
*
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
2023-02-20
1
-1
/
+1
*
mm: change to return bool for isolate_lru_page()
Baolin Wang
2023-02-20
1
-2
/
+2
*
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
2023-02-13
1
-1
/
+1
*
mm: memory-failure: bump memory failure stats to pglist_data
Jiaqi Yan
2023-02-02
1
-0
/
+36
*
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2023-02-02
1
-0
/
+35
*
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
2023-02-02
1
-11
/
+11
*
mm: clean up mlock_page / munlock_page references in comments
Matthew Wilcox (Oracle)
2023-02-02
1
-1
/
+1
*
mm/memory-failure: convert unpoison_memory() to folios
Sidhartha Kumar
2023-02-02
1
-11
/
+9
*
mm/memory-failure: convert hugetlb_set_page_hwpoison() to folios
Sidhartha Kumar
2023-02-02
1
-4
/
+3
*
mm/memory-failure: convert __free_raw_hwp_pages() to folios
Sidhartha Kumar
2023-02-02
1
-4
/
+3
*
mm/memory-failure: convert raw_hwp_list_head() to folios
Sidhartha Kumar
2023-02-02
1
-7
/
+9
*
mm/memory-failure: convert free_raw_hwp_pages() to folios
Sidhartha Kumar
2023-02-02
1
-10
/
+12
*
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
2023-02-02
1
-5
/
+5
*
mm/memory-failure: convert try_memory_failure_hugetlb() to folios
Sidhartha Kumar
2023-02-02
1
-13
/
+13
[next]