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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-9
/
+16
2022-12-15
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-89
/
+140
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2022-12-14
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+10
2022-12-13
riscv: Fix P4D_SHIFT definition for 3-level page table mode
Alexandre Ghiti
1
-1
/
+5
2022-12-13
riscv: Apply a static assert to riscv_isa_ext_id
Andrew Jones
1
-1
/
+2
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+1
2022-12-12
Merge patch series "RISC-V: Align the shadow stack"
Palmer Dabbelt
1
-0
/
+1
2022-12-10
Merge patch series "riscv: alternative-macros.h cleanups"
Palmer Dabbelt
1
-69
/
+30
2022-12-10
Merge patch series "RISC-V: Ensure Zicbom has a valid block size"
Palmer Dabbelt
1
-8
/
+0
2022-12-10
riscv: Don't duplicate _ALTERNATIVE_CFG* macros
Andrew Jones
1
-36
/
+17
2022-12-10
riscv: alternatives: Drop the underscores from the assembly macro names
Andrew Jones
1
-10
/
+10
2022-12-10
riscv: alternatives: Don't name unused macro parameters
Andrew Jones
1
-13
/
+7
2022-12-10
riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Andrew Jones
1
-16
/
+2
2022-12-09
Merge patch series "riscv: Fix crash during early errata patching"
Palmer Dabbelt
1
-9
/
+9
2022-12-09
riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]a
Samuel Holland
1
-9
/
+9
2022-12-09
Merge patch series "Add PMEM support for RISC-V"
Palmer Dabbelt
1
-0
/
+5
2022-12-09
RISC-V: Fix MEMREMAP_WB for systems with Svpbmt
Anup Patel
1
-0
/
+5
2022-12-09
riscv: mm: notify remote harts about mmu cache updates
Sergey Matyukevich
3
-1
/
+21
2022-12-07
Merge tag 'v6.1-rc8' into efi/next
Ard Biesheuvel
5
-4
/
+18
2022-12-07
RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Anup Patel
1
-0
/
+3
2022-12-07
RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
1
-0
/
+5
2022-12-07
RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Anup Patel
2
-8
/
+8
2022-12-07
RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
1
-1
/
+0
2022-12-05
RISC-V: kexec: Fix memory leak of fdt buffer
Li Huafei
1
-0
/
+5
2022-12-03
Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-4
/
+17
2022-12-03
riscv: add riscv rethook implementation
Binglei Wang
1
-2
/
+0
2022-12-02
riscv/mm: add arch hook arch_clear_hugepage_flags
Tong Tiangen
1
-0
/
+6
2022-12-02
riscv/mm: hugepage's PG_dcache_clean flag is only set in head page
Tong Tiangen
1
-0
/
+7
2022-12-01
RISC-V: Fix a race condition during kernel stack overflow
Palmer Dabbelt
1
-0
/
+1
2022-12-01
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-0
/
+1
2022-12-01
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
1
-0
/
+1
2022-11-30
Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...
Palmer Dabbelt
1
-0
/
+3
2022-11-30
riscv: kexec: Fixup crash_smp_send_stop without multi cores
Guo Ren
1
-0
/
+3
2022-11-30
riscv: fix race when vmap stack overflow
Jisheng Zhang
1
-0
/
+1
2022-11-29
riscv: Sync efi page table's kernel mappings before switching
Alexandre Ghiti
2
-4
/
+13
2022-11-18
stackprotector: actually use get_random_canary()
Jason A. Donenfeld
1
-9
/
+1
2022-11-09
efi/riscv: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
1
-0
/
+2
2022-11-09
efi: libstub: Factor out min alignment and preferred kernel load address
Ard Biesheuvel
1
-0
/
+11
2022-11-09
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
1
-6
/
+0
2022-11-09
mm: remove kern_addr_valid() completely
Kefeng Wang
1
-2
/
+0
2022-10-29
riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
Liu Shixin
1
-0
/
+18
2022-10-29
Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+5
2022-10-29
riscv: fix styling in ucontext header
Cleo John
1
-4
/
+8
2022-10-28
riscv: support update_mmu_tlb()
Jinyu Tang
1
-0
/
+3
2022-10-28
Merge patch series "Fix RISC-V toolchain extension support detection"
Palmer Dabbelt
1
-1
/
+1
2022-10-28
riscv: fix detection of toolchain Zihintpause support
Conor Dooley
1
-1
/
+1
2022-10-28
riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
Palmer Dabbelt
2
-1
/
+20
2022-10-28
drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
Heiko Stuebner
1
-1
/
+15
2022-10-28
RISC-V: Cache SBI vendor values
Heiko Stuebner
1
-0
/
+5
[next]