index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: fix hardware poison check in unpoison_memory()
Sidhartha Kumar
2023-07-27
1
-1
/
+1
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-20
1
-12
/
+14
*
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
2023-06-20
1
-3
/
+5
*
mm: memory-failure: move sysctl register in memory_failure_init()
Kefeng Wang
2023-06-10
1
-9
/
+2
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-28
1
-18
/
+47
|
\
|
*
mm: ksm: support hwpoison for ksm page
Longlong Xia
2023-04-19
1
-9
/
+25
|
*
mm: memory-failure: refactor add_to_kill()
Longlong Xia
2023-04-19
1
-8
/
+21
|
*
mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)
Kefeng Wang
2023-03-29
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-28
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-14
1
-1
/
+1
*
mm: memory-failure: bump memory failure stats to pglist_data
Jiaqi Yan
2023-02-03
1
-0
/
+36
*
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2023-02-03
1
-0
/
+35
*
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
2023-02-03
1
-11
/
+11
*
mm: clean up mlock_page / munlock_page references in comments
Matthew Wilcox (Oracle)
2023-02-03
1
-1
/
+1
*
mm/memory-failure: convert unpoison_memory() to folios
Sidhartha Kumar
2023-02-03
1
-11
/
+9
*
mm/memory-failure: convert hugetlb_set_page_hwpoison() to folios
Sidhartha Kumar
2023-02-03
1
-4
/
+3
*
mm/memory-failure: convert __free_raw_hwp_pages() to folios
Sidhartha Kumar
2023-02-03
1
-4
/
+3
*
mm/memory-failure: convert raw_hwp_list_head() to folios
Sidhartha Kumar
2023-02-03
1
-7
/
+9
*
mm/memory-failure: convert free_raw_hwp_pages() to folios
Sidhartha Kumar
2023-02-03
1
-10
/
+12
*
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
2023-02-03
1
-5
/
+5
*
mm/memory-failure: convert try_memory_failure_hugetlb() to folios
Sidhartha Kumar
2023-02-03
1
-13
/
+13
*
mm/memory-failure: convert __get_huge_page_for_hwpoison() to folios
Sidhartha Kumar
2023-02-03
1
-10
/
+10
*
tools/vm: rename tools/vm to tools/mm
SeongJae Park
2023-01-19
1
-1
/
+1
*
mm/memory-failure.c: cleanup in unpoison_memory
Ma Wupeng
2022-12-01
1
-4
/
+2
*
memory-failure: convert truncate_error_page() to use folio
Vishal Moola (Oracle)
2022-12-01
1
-2
/
+3
*
mm,hugetlb: use folio fields in second tail page
Hugh Dickins
2022-12-01
1
-3
/
+2
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-11-30
1
-1
/
+4
|
\
|
*
hugetlbfs: don't delete error page from pagecache
James Houghton
2022-11-09
1
-1
/
+4
*
|
mm/hwpoison: introduce per-memory_block hwpoison counter
Naoya Horiguchi
2022-11-09
1
-25
/
+11
*
|
mm/hwpoison: pass pfn to num_poisoned_pages_*()
Naoya Horiguchi
2022-11-09
1
-7
/
+7
*
|
mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
Naoya Horiguchi
2022-11-09
1
-0
/
+10
*
|
mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...
Naoya Horiguchi
2022-11-09
1
-4
/
+17
*
|
mm: memory-failure: make action_result() return int
Kefeng Wang
2022-11-09
1
-29
/
+16
*
|
mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()
Kefeng Wang
2022-11-09
1
-3
/
+3
*
|
mm: memory-failure: make put_ref_page() more useful
Kefeng Wang
2022-11-09
1
-17
/
+17
|
/
*
rmap: remove page_unlock_anon_vma_read()
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
*
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
2022-09-27
1
-1
/
+1
*
mm, hwpoison: cleanup some obsolete comments
Miaohe Lin
2022-09-27
1
-5
/
+5
*
mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()
Miaohe Lin
2022-09-27
1
-1
/
+1
*
mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...
Miaohe Lin
2022-09-27
1
-3
/
+3
*
mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
Miaohe Lin
2022-09-27
1
-2
/
+4
*
mm, hwpoison: use __PageMovable() to detect non-lru movable pages
Miaohe Lin
2022-09-27
1
-7
/
+9
[next]