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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
78
-796
/
+1877
2022-02-02
RISC-V: KVM: Fix SBI implementation version
Anup Patel
1
-1
/
+2
2022-02-02
RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode
Mayuresh Chitale
1
-0
/
+4
2022-02-02
kvm/riscv: rework guest entry logic
Mark Rutland
1
-17
/
+27
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+0
2022-01-22
Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
39
-412
/
+980
2022-01-20
RISC-V: nommu_virt: Drop unused SLAB_MERGE_DEFAULT
Palmer Dabbelt
1
-1
/
+0
2022-01-20
RISC-V: Remove redundant err variable
Minghao Chi
1
-3
/
+1
2022-01-20
riscv: dts: sifive unmatched: Add gpio poweroff
Ron Economos
1
-0
/
+5
2022-01-20
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
11
-136
/
+130
2022-01-20
RISC-V: Move spinwait booting method to its own config
Atish Patra
5
-5
/
+30
2022-01-20
RISC-V: Move the entire hart selection via lottery to SMP
Atish Patra
1
-2
/
+6
2022-01-20
RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
Atish Patra
5
-23
/
+30
2022-01-20
RISC-V: Do not print the SBI version during HSM extension boot print
Atish Patra
1
-1
/
+1
2022-01-20
RISC-V: Avoid using per cpu array for ordered booting
Atish Patra
4
-15
/
+58
2022-01-20
riscv: default to CONFIG_RISCV_SBI_V01=n
Heinrich Schuchardt
1
-1
/
+0
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-8
/
+2
2022-01-20
mm: percpu: generalize percpu related config
Kefeng Wang
1
-8
/
+2
2022-01-20
riscv: fix boolconv.cocci warnings
kernel test robot
1
-2
/
+1
2022-01-20
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
17
-188
/
+705
2022-01-20
riscv: Explicit comment about user virtual address space size
Alexandre Ghiti
1
-0
/
+9
2022-01-20
riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
Alexandre Ghiti
1
-11
/
+12
2022-01-20
riscv: Implement sv48 support
Alexandre Ghiti
12
-44
/
+512
2022-01-20
riscv: Allow to dynamically define VA_BITS
Alexandre Ghiti
4
-14
/
+14
2022-01-20
riscv: Introduce functions to switch pt_ops
Alexandre Ghiti
1
-23
/
+51
2022-01-20
riscv: Split early kasan mapping to prepare sv48 introduction
Alexandre Ghiti
3
-51
/
+67
2022-01-20
riscv: Move KASAN mapping next to the kernel mapping
Alexandre Ghiti
5
-25
/
+32
2022-01-20
riscv: Get rid of MAXPHYSMEM configs
Alexandre Ghiti
4
-26
/
+2
2022-01-19
riscv: bpf: Fix eBPF's exception tables
Jisheng Zhang
1
-1
/
+1
2022-01-19
riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usage
Jisheng Zhang
1
-8
/
+3
2022-01-19
riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdef
Jisheng Zhang
1
-9
/
+7
2022-01-19
riscv: mm: init: remove _pt_ops and use pt_ops directly
Jisheng Zhang
1
-4
/
+2
2022-01-19
riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef
Jisheng Zhang
1
-27
/
+16
2022-01-19
riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"
Jisheng Zhang
1
-2
/
+0
2022-01-19
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
3
-61
/
+54
2022-01-19
Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
40
-358
/
+493
2022-01-19
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-3
/
+1
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+2
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-211
/
+690
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
1
-1
/
+0
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
1
-1
/
+1
2022-01-13
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+0
2022-01-12
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+1
2022-01-11
RISC-V: Use SBI SRST extension when available
Anup Patel
2
-0
/
+59
2022-01-11
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-8
/
+5
2022-01-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+0
2022-01-10
Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
5
-0
/
+405
2022-01-10
riscv: mm: fix wrong phys_ram_base value for RV64
Jisheng Zhang
1
-1
/
+1
2022-01-09
RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n
Sean Christopherson
3
-18
/
+12
[next]