index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-20
Add a new optional ",cma" suffix to the crashkernel= command line option
Jiri Bohac
13
-14
/
+27
2025-07-20
mm/page_owner: convert set_page_owner_migrate_reason() to folios
Sidhartha Kumar
4
-8
/
+8
2025-07-20
mm/memfd: replace deprecated strcpy() with memcpy() in alloc_name()
Thorsten Blum
1
-1
/
+1
2025-07-20
mm/damon/core: remove damon_callback
SeongJae Park
2
-49
/
+8
2025-07-20
mm/damon/sysfs: remove damon_sysfs_before_terminate()
SeongJae Park
1
-12
/
+0
2025-07-20
mm/damon/core: destroy targets when kdamond_fn() finish
SeongJae Park
1
-0
/
+1
2025-07-20
mm/damon/sysfs: remove damon_sysfs_destroy_targets()
SeongJae Park
1
-20
/
+3
2025-07-20
mm/damon/vaddr: put pid in cleanup_target()
SeongJae Park
5
-14
/
+8
2025-07-20
mm/damon/core: add cleanup_target() ops callback
SeongJae Park
5
-11
/
+17
2025-07-20
mm/damon/core: do not call ops.cleanup() when destroying targets
SeongJae Park
1
-5
/
+0
2025-07-20
samples/damon/wsse: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-3
/
+13
2025-07-20
samples/damon/prcl: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-4
/
+14
2025-07-20
mm/damon/lru_sort: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-35
/
+35
2025-07-20
mm/damon/reclaim: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-31
/
+31
2025-07-20
mm/damon/stat: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-3
/
+14
2025-07-20
mm/damon/core: introduce repeat mode damon_call()
SeongJae Park
2
-5
/
+22
2025-07-20
mm/damon: accept parallel damon_call() requests
SeongJae Park
2
-26
/
+30
2025-07-20
mm: simplify min_brk handling in brk()
Xuanye Liu
1
-5
/
+2
2025-07-20
readahead: use folio_nr_pages() instead of shift operation
Chi Zhiling
1
-1
/
+1
2025-07-20
mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdeffery
Andy Shevchenko
1
-1
/
+1
2025-07-20
mm: introduce per-node proactive reclaim interface
Davidlohr Bueso
4
-7
/
+75
2025-07-20
mm/vmscan: make __node_reclaim() more generic
Davidlohr Bueso
1
-23
/
+25
2025-07-20
mm/memcg: make memory.reclaim interface generic
Davidlohr Bueso
3
-73
/
+112
2025-07-20
mm/vmscan: respect psi_memstall region in node reclaim
Davidlohr Bueso
1
-1
/
+1
2025-07-20
mm: remove unmap_and_put_page()
Vishal Moola (Oracle)
1
-6
/
+0
2025-07-20
mm/memory.c: use folios in __access_remote_vm()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-20
mm/memory.c: use folios in __copy_remote_vm_str()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-20
mm/damon/vaddr: apply filters in migrate_{hot/cold}
Bijan Tabatabai
1
-4
/
+65
2025-07-20
mm/damon: move folio filtering from paddr to ops-common
Bijan Tabatabai
3
-152
/
+154
2025-07-20
mm/damon/vaddr: use damos->migrate_dests in migrate_{hot,cold}
Bijan Tabatabai
1
-16
/
+92
2025-07-20
Docs/mm/damon/design: document vaddr support for migrate_{hot,cold}
Bijan Tabatabai
1
-2
/
+2
2025-07-20
mm/damon/vaddr: add vaddr versions of migrate_{hot,cold}
Bijan Tabatabai
1
-0
/
+98
2025-07-20
mm/damon: move migration helpers from paddr to ops-common
Bijan Tabatabai
3
-121
/
+123
2025-07-20
mm/damon/core: commit damos->migrate_dests
Bijan Tabatabai
1
-0
/
+39
2025-07-20
Docs/admin-guide/mm/damon/usage: document dests directory
SeongJae Park
1
-4
/
+29
2025-07-20
Docs/ABI/damon: document schemes dests directory
SeongJae Park
1
-0
/
+22
2025-07-20
mm/damon/sysfs-schemes: set damos->migrate_dests
SeongJae Park
1
-0
/
+28
2025-07-20
mm/damon/sysfs-schemes: implement DAMOS action destinations directory
SeongJae Park
1
-1
/
+224
2025-07-20
mm/damon/core: add damos->migrate_dests field
SeongJae Park
2
-3
/
+14
2025-07-20
mm/damon: add struct damos_migrate_dests
SeongJae Park
1
-0
/
+16
2025-07-20
mm/damon/core: commit damos->target_nid
Bijan Tabatabai
1
-0
/
+1
2025-07-20
samples/damon: support automatic node address detection
Yunjeong Mun
1
-3
/
+34
2025-07-20
samples/damon: change enable parameters to enabled
Honggyu Kim
3
-33
/
+33
2025-07-20
mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
Vlastimil Babka
7
-13
/
+8
2025-07-20
mm/vmstat: utilize designated initializers for the vmstat_text array
Kirill A. Shutemov
1
-213
/
+234
2025-07-20
mm: strictly check vmstat_text array size
Kirill A. Shutemov
1
-1
/
+1
2025-07-20
mm/vmstat: make MEMCG select VM_EVENT_COUNTERS
Kirill A. Shutemov
3
-4
/
+5
2025-07-20
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
4
-51
/
+50
2025-07-20
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
8
-18
/
+46
2025-07-20
mm: smaller folio_pte_batch() improvements
David Hildenbrand
1
-22
/
+15
[prev]
[next]