index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
mm: return the address from page_mapped_in_vma()
Matthew Wilcox (Oracle)
1
-9
/
+13
2024-05-06
mm/memory-failure: pass addr to __add_to_kill()
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-05-06
mm/memory-failure: remove fsdax_pgoff argument from __add_to_kill
Matthew Wilcox (Oracle)
1
-18
/
+9
2024-05-06
mm/hugetlb: convert dissolve_free_huge_pages() to folios
Sidhartha Kumar
1
-4
/
+4
2024-05-06
mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
David Hildenbrand
1
-2
/
+2
2024-04-26
memory: remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-26
mm: rename vma_pgoff_address back to vma_address
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-26
mm: record the migration reason for struct migration_target_control
Baolin Wang
1
-0
/
+1
2024-04-26
mm: free up PG_slab
Matthew Wilcox (Oracle)
1
-9
/
+0
2024-04-17
mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled
Miaohe Lin
1
-3
/
+15
2024-02-08
mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page
Miaohe Lin
1
-0
/
+3
2024-01-26
fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handling
Sidhartha Kumar
1
-1
/
+1
2024-01-10
Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+17
2023-12-29
mm/rmap: remove page_remove_rmap()
David Hildenbrand
1
-2
/
+2
2023-12-21
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
1
-17
/
+16
2023-12-21
mm/memory-failure: cast index to loff_t before shifting it
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-21
mm/memory-failure: check the mapcount of the precise page
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-12-21
mm/memory-failure: pass the folio and the page to collect_procs()
Matthew Wilcox (Oracle)
1
-13
/
+12
2023-12-11
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-12-11
memory-failure: convert truncate_error_page to truncate_error_folio
Matthew Wilcox (Oracle)
1
-5
/
+4
2023-12-11
memory-failure: use a folio in me_huge_page()
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-12-11
memory-failure: convert delete_from_lru_cache() to take a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2023-12-11
memory-failure: use a folio in me_pagecache_dirty()
Matthew Wilcox (Oracle)
1
-3
/
+4
2023-12-11
memory-failure: use a folio in me_pagecache_clean()
Matthew Wilcox (Oracle)
1
-7
/
+6
2023-12-11
mm: convert isolate_page() to mf_isolate_folio()
Matthew Wilcox (Oracle)
1
-14
/
+14
2023-12-11
mm: convert soft_offline_in_use_page() to use a folio
Matthew Wilcox (Oracle)
1
-12
/
+12
2023-12-11
mm: use mapping_evict_folio() in truncate_error_page()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-07
mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
Shiyang Ruan
1
-4
/
+17
2023-10-04
mm: convert DAX lock/unlock page to lock/unlock folio
Matthew Wilcox (Oracle)
1
-13
/
+16
2023-09-05
Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-8
/
+8
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
1
-8
/
+8
2023-09-03
mm/hwpoison: rename hwp_walk* to hwpoison_walk*
Jiaqi Yan
1
-8
/
+8
2023-09-03
mm: memory-failure: add PageOffline() check
Miaohe Lin
1
-2
/
+3
2023-08-25
mm: memory-failure: fix potential page refcnt leak in memory_failure()
Miaohe Lin
1
-2
/
+1
2023-08-22
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-17
/
+24
2023-08-21
mm: memory-failure: use helper macro llist_for_each_entry_safe()
Miaohe Lin
1
-8
/
+5
2023-08-21
mm: memory-failure: fix unexpected return value in soft_offline_page()
Miaohe Lin
1
-4
/
+7
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-08-18
mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISON
Jiaqi Yan
1
-2
/
+38
2023-08-18
mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwp
Jiaqi Yan
1
-5
/
+3
2023-08-18
mm: memory-failure: fix race window when trying to get hugetlb folio
Miaohe Lin
1
-4
/
+16
2023-08-18
mm: memory-failure: fetch compound head after extra page refcnt is held
Miaohe Lin
1
-2
/
+1
2023-08-18
mm: memory-failure: minor cleanup for comments and codestyle
Miaohe Lin
1
-6
/
+6
2023-08-18
mm: memory-failure: remove unneeded header files
Miaohe Lin
1
-3
/
+0
2023-08-18
mm: memory-failure: use local variable huge to check hugetlb page
Miaohe Lin
1
-2
/
+2
2023-08-18
mm: memory-failure: don't account hwpoison_filter() filtered pages
Miaohe Lin
1
-1
/
+2
2023-08-18
mm: memory-failure: ensure moving HWPoison flag to the raw error pages
Miaohe Lin
1
-0
/
+2
2023-08-18
mm: memory-failure: remove unneeded PageHuge() check
Miaohe Lin
1
-3
/
+0
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
1
-5
/
+3
2023-08-18
mm: memory-failure: remove unneeded 'inline' annotation
Miaohe Lin
1
-2
/
+2
[next]