index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-30
RISC-V: paravirt: Implement steal-time support
Andrew Jones
2
-3
/
+78
2023-12-30
RISC-V: Add SBI STA extension definitions
Andrew Jones
1
-0
/
+17
2023-12-30
RISC-V: paravirt: Add skeleton for pv-time support
Andrew Jones
5
-0
/
+112
2023-12-29
RISC-V: KVM: Fix indentation in kvm_riscv_vcpu_set_reg_csr()
Anup Patel
1
-1
/
+1
2023-12-29
RISC-V: KVM: add vector registers and CSRs in KVM_GET_REG_LIST
Daniel Henrique Barboza
1
-0
/
+55
2023-12-29
RISC-V: KVM: add 'vlenb' Vector CSR
Daniel Henrique Barboza
1
-0
/
+15
2023-12-29
RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()
Daniel Henrique Barboza
1
-0
/
+1
2023-12-29
RISC-V: KVM: Make SBI uapi consistent with ISA uapi
Andrew Jones
4
-45
/
+65
2023-12-29
RISC-V: KVM: Don't add SBI multi regs in get-reg-list
Andrew Jones
1
-34
/
+2
2023-12-29
RISC-V: KVM: remove a redundant condition in kvm_arch_vcpu_ioctl_run()
Chao Du
1
-2
/
+1
2023-12-29
riscv: kvm: use ".L" local labels in assembly when applicable
Clément Léger
1
-2
/
+2
2023-12-29
riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
1
-16
/
+12
2023-12-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+13
2023-12-20
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
1
-5
/
+0
2023-12-15
Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-4
/
+6
2023-12-13
RISCV: KVM: update external interrupt atomically for IMSIC swfile
Yong-Xuan Wang
1
-0
/
+13
2023-12-12
riscv: fix VMALLOC_START definition
Baoquan He
1
-1
/
+1
2023-12-12
kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
Ignat Korchagin
2
-3
/
+5
2023-12-08
Merge tag 'riscv-for-linus-6.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-47
/
+105
2023-12-06
riscv: errata: andes: Probe for IOCP only once in boot stage
Lad Prabhakar
1
-7
/
+13
2023-12-06
riscv: Fix SMP when shadow call stacks are enabled
Samuel Holland
1
-1
/
+1
2023-12-06
riscv: fix misaligned access handling of C.SWSP and C.SDSP
Clément Léger
1
-4
/
+2
2023-12-06
RISC-V: hwprobe: Always use u64 for extension bits
Andrew Jones
1
-1
/
+1
2023-12-06
Support rv32 ULEB128 test
Charlie Jenkins
1
-4
/
+4
2023-12-04
riscv: Correct type casting in module loading
Charlie Jenkins
1
-2
/
+2
2023-12-04
riscv: Safely remove entries from relocation list
Charlie Jenkins
1
-28
/
+82
2023-11-26
riscv: dts: microchip: move timebase-frequency to mpfs.dtsi
Conor Dooley
6
-35
/
+1
2023-11-16
riscv: dts: sophgo: remove address-cells from intc node
Conor Dooley
1
-1
/
+0
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
81
-683
/
+2509
2023-11-09
riscv: Optimize bitops with Zbb extension
Xiao Wang
1
-3
/
+251
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
12
-100
/
+93
2023-11-09
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
9
-35
/
+67
2023-11-08
Merge patch series "Linux RISC-V AIA Preparatory Series"
Palmer Dabbelt
1
-5
/
+6
2023-11-08
RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
Anup Patel
1
-5
/
+6
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
36
-245
/
+526
2023-11-08
Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"
Palmer Dabbelt
2
-46
/
+236
2023-11-08
riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...
Alexandre Ghiti
1
-40
/
+230
2023-11-08
riscv: Don't use PGD entries for the linear mapping
Alexandre Ghiti
1
-6
/
+6
2023-11-07
RISC-V: Probe misaligned access speed in parallel
Evan Green
3
-21
/
+77
2023-11-07
RISC-V: Remove __init on unaligned_emulation_finish()
Evan Green
1
-1
/
+1
2023-11-07
RISC-V: Show accurate per-hart isa in /proc/cpuinfo
Evan Green
1
-4
/
+18
2023-11-07
RISC-V: Don't rely on positional structure initialization
Palmer Dabbelt
1
-60
/
+65
2023-11-07
Merge patch series "riscv: Add remaining module relocations and tests"
Palmer Dabbelt
18
-105
/
+869
2023-11-07
riscv: Add tests for riscv module loading
Charlie Jenkins
16
-0
/
+366
2023-11-07
riscv: Add remaining module relocations
Charlie Jenkins
2
-30
/
+423
2023-11-07
riscv: Avoid unaligned access when relocating modules
Emil Renner Berthing
1
-76
/
+81
2023-11-07
riscv: split cache ops out of dma-noncoherent.c
Christoph Hellwig
3
-15
/
+18
2023-11-06
riscv: select ARCH_PROC_KCORE_TEXT
Andreas Schwab
1
-0
/
+3
2023-11-06
riscv: kernel: Use correct SYM_DATA_*() macro for data
Clément Léger
1
-5
/
+4
2023-11-06
riscv: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
17
-74
/
+60
[next]