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
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
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
/
arch
/
riscv
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-01
Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-54
/
+322
2025-01-27
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-73
/
+17
2025-01-27
Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linux
Linus Torvalds
1
-10
/
+10
2025-01-26
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
1
-2
/
+1
2025-01-26
mm: pgtable: introduce generic __tlb_remove_table()
Qi Zheng
1
-12
/
+0
2025-01-26
riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
2
-31
/
+21
2025-01-26
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
1
-4
/
+4
2025-01-26
mm: pgtable: add statistics for P4D level page table
Qi Zheng
1
-1
/
+5
2025-01-26
asm-generic: pgalloc: provide generic p4d_{alloc_one,free}
Kevin Brodsky
1
-23
/
+0
2025-01-26
riscv: mm: skip pgtable level check in {pud,p4d}_alloc_one
Kevin Brodsky
1
-18
/
+4
2025-01-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+6
2025-01-25
Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-0
/
+1
2025-01-22
Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2
-21
/
+25
2025-01-20
riscv: sbi: vendorid_list: Add Microchip Technology to the vendor list
Valentina Fernandez
1
-0
/
+1
2025-01-20
Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2
-0
/
+6
2025-01-18
Merge patch series "riscv: Add support for xtheadvector"
Palmer Dabbelt
10
-53
/
+321
2025-01-18
riscv: Add ghostwrite vulnerability
Charlie Jenkins
2
-1
/
+24
2025-01-18
riscv: hwprobe: Add thead vendor extension probing
Charlie Jenkins
3
-2
/
+59
2025-01-18
riscv: vector: Support xtheadvector save/restore
Charlie Jenkins
3
-50
/
+180
2025-01-18
riscv: Add xtheadvector instruction definitions
Charlie Jenkins
1
-0
/
+25
2025-01-18
riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
Charlie Jenkins
1
-3
/
+8
2025-01-18
RISC-V: define the elements of the VCSR vector CSR
Heiko Stuebner
1
-0
/
+4
2025-01-18
riscv: vector: Use vlenb from DT for thead
Charlie Jenkins
2
-0
/
+8
2025-01-18
riscv: Add thead and xtheadvector as a vendor extension
Charlie Jenkins
1
-0
/
+16
2025-01-09
Merge patch series "SBI PMU event related fixes"
Palmer Dabbelt
1
-0
/
+1
2025-01-09
drivers/perf: riscv: Fix Platform firmware event data
Atish Patra
1
-0
/
+1
2025-01-08
riscv: qspinlock: Fixup _Q_PENDING_LOOPS definition
Guo Ren
1
-1
/
+4
2025-01-08
riscv: mm: Fix the out of bound issue of vmemmap address
Xu Lu
2
-1
/
+2
2024-12-30
riscv: Always inline bitops
Nathan Chancellor
1
-10
/
+10
2024-12-30
RISC-V: KVM: Add new exit statstics for redirected traps
Atish Patra
1
-0
/
+5
2024-12-30
RISC-V: KVM: Add SBI system suspend support
Andrew Jones
1
-0
/
+1
2024-12-26
fprobe: Add fprobe_header encoding feature
Masami Hiramatsu (Google)
1
-0
/
+1
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
1
-0
/
+5
2024-12-26
tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
1
-0
/
+14
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
1
-21
/
+5
2024-12-11
riscv: Fix IPIs usage in kfence_protect_page()
Alexandre Ghiti
1
-1
/
+3
2024-12-11
riscv/futex: Optimize atomic cmpxchg
Davidlohr Bueso
1
-1
/
+1
2024-12-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-1
/
+15
2024-11-27
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-145
/
+451
2024-11-27
Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
3
-1
/
+15
2024-11-27
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
16
-145
/
+451
2024-11-26
RISC-V: Remove unnecessary include from compat.h
Palmer Dabbelt
1
-1
/
+0
2024-11-26
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-22
/
+28
2024-11-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-0
/
+378
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-1
/
+21
2024-11-21
RISC-V: Add Svade and Svadu Extensions Support
Yong-Xuan Wang
3
-1
/
+15
2024-11-21
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+0
2024-11-20
Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-9
/
+13
2024-11-20
Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-11
/
+5
2024-11-13
riscv: Fix default misaligned access trap
Charlie Jenkins
1
-0
/
+12
[next]