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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-20
perf/riscv-sbi: Add platform specific firmware event handling
Mayuresh Chitale
1
-0
/
+1
2024-09-20
RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_t
Palmer Dabbelt
1
-1
/
+1
2024-09-20
ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
Haibo Xu
1
-1
/
+1
2024-09-19
Merge patch series "riscv: Improve KASAN coverage to fix unit tests"
Palmer Dabbelt
8
-23
/
+32
2024-09-19
riscv: Enable bitops instrumentation
Samuel Holland
1
-20
/
+23
2024-09-19
riscv: Omit optimized string routines when using KASAN
Samuel Holland
7
-3
/
+9
2024-09-17
ACPI: RISCV: Make acpi_numa_get_nid() to be static
Hanjun Guo
2
-3
/
+1
2024-09-17
riscv: Randomize lower bits of stack address
Yunhui Cui
2
-0
/
+17
2024-09-17
riscv: Make riscv_isa_vendor_ext_andes array static
Charlie Jenkins
1
-1
/
+1
2024-09-17
riscv: Use LIST_HEAD() to simplify code
Jinjie Ruan
1
-3
/
+1
2024-09-17
riscv: defconfig: Disable RZ/Five peripheral support
Geert Uytterhoeven
1
-11
/
+1
2024-09-17
RISC-V: Implement kgdb_roundup_cpus() to enable future NMI Roundup
Jinjie Ruan
1
-2
/
+25
2024-09-16
riscv: avoid Imbalance in RAS
Jisheng Zhang
1
-2
/
+2
2024-09-16
Merge patch series "Svvptc extension to remove preventive sfence.vma"
Palmer Dabbelt
9
-1
/
+145
2024-09-16
riscv: cacheinfo: Add back init_cache_level() function
Steffen Persvold
1
-0
/
+5
2024-09-16
riscv: Remove unused _TIF_WORK_MASK
Jinjie Ruan
1
-4
/
+0
2024-09-16
Merge patch series "riscv: select ARCH_USE_SYM_ANNOTATIONS"
Palmer Dabbelt
2
-4
/
+5
2024-09-16
Merge patch series "riscv: stacktrace: Add USER_STACKTRACE support"
Palmer Dabbelt
3
-43
/
+47
2024-09-16
riscv: define ILLEGAL_POINTER_VALUE for 64bit
Jisheng Zhang
1
-0
/
+5
2024-09-15
riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...
Alexandre Ghiti
2
-1
/
+28
2024-09-15
riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
Alexandre Ghiti
5
-1
/
+120
2024-09-15
riscv: Add ISA extension parsing for Svvptc
Alexandre Ghiti
2
-0
/
+2
2024-09-15
riscv: select ARCH_USE_SYM_ANNOTATIONS
Jisheng Zhang
1
-0
/
+1
2024-09-15
riscv: errata: sifive: Use SYM_*() assembly macros
Jisheng Zhang
1
-4
/
+4
2024-09-15
riscv: stacktrace: Add USER_STACKTRACE support
Jinjie Ruan
3
-43
/
+47
2024-09-15
riscv: Fix fp alignment bug in perf_callchain_user()
Jinjie Ruan
1
-1
/
+1
2024-09-14
riscv: Remove redundant restriction on memory size
Stuart Menefy
1
-7
/
+1
2024-09-14
riscv: vdso: do not strip debugging info for vdso.so.dbg
Changbin Du
1
-1
/
+1
2024-09-12
Merge patch series "remove size limit on XIP kernel"
Palmer Dabbelt
63
-239
/
+372
2024-09-12
riscv: remove limit on the size of read-only section for XIP kernel
Nam Cao
3
-10
/
+4
2024-09-12
riscv: drop the use of XIP_OFFSET in create_kernel_page_table()
Nam Cao
1
-3
/
+4
2024-09-12
riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()
Nam Cao
1
-1
/
+1
2024-09-12
riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSET
Nam Cao
1
-4
/
+12
2024-09-12
riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSET
Nam Cao
1
-2
/
+12
2024-09-12
riscv: replace misleading va_kernel_pa_offset on XIP kernel
Nam Cao
2
-10
/
+25
2024-09-12
riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernel
Nam Cao
1
-0
/
+7
2024-09-12
riscv: cleanup XIP_FIXUP macro
Nam Cao
1
-4
/
+7
2024-09-03
riscv: Add license to vmalloc.h
Charlie Jenkins
1
-0
/
+1
2024-09-03
riscv: Add license to fence.h
Charlie Jenkins
1
-0
/
+1
2024-08-15
riscv: Enable generic CPU vulnerabilites support
Jinjie Ruan
1
-0
/
+1
2024-08-15
riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown
Ying Sun
1
-0
/
+6
2024-08-14
riscv: change XIP's kernel_map.size to be size of the entire kernel
Nam Cao
1
-2
/
+2
2024-08-14
riscv: entry: always initialize regs->a0 to -ENOSYS
Celeste Liu
1
-2
/
+2
2024-08-07
RISC-V: Enable IPI CPU Backtrace
Ryo Takakura
2
-0
/
+21
2024-08-06
riscv: Re-introduce global icache flush in patch_text_XXX()
Alexandre Ghiti
1
-0
/
+4
2024-08-05
Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"
Palmer Dabbelt
9
-16
/
+224
2024-08-05
RISC-V: Use Zkr to seed KASLR base address
Jesse Taube
5
-2
/
+199
2024-08-05
RISC-V: pi: Add kernel/pi/pi.h
Jesse Taube
3
-14
/
+20
2024-08-05
RISC-V: lib: Add pi aliases for string functions
Jesse Taube
3
-0
/
+4
2024-08-05
RISC-V: pi: Force hidden visibility for all symbol references
Jesse Taube
1
-0
/
+1
[next]