index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
riscv: remove limit on the size of read-only section for XIP kernel
Nam Cao
1
-2
/
+3
2024-09-12
riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernel
Nam Cao
1
-0
/
+7
2024-09-11
Merge branch 'acpi-riscv'
Rafael J. Wysocki
1
-17
/
+14
2024-09-03
riscv: Fix RISCV_ALTERNATIVE_EARLY
Alexandre Ghiti
3
-64
/
+53
2024-08-31
riscv: misaligned: Restrict user access to kernel memory
Samuel Holland
1
-2
/
+2
2024-08-27
ACPI: RISC-V: Implement PCI related functionality
Sunil V L
1
-17
/
+14
2024-08-15
Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename"
Palmer Dabbelt
3
-14
/
+15
2024-08-15
riscv: Fix out-of-bounds when accessing Andes per hart vendor extension array
Alexandre Ghiti
1
-1
/
+1
2024-08-14
riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown
Ying Sun
1
-0
/
+6
2024-08-14
RISC-V: hwprobe: Add SCALAR to misaligned perf defines
Evan Green
3
-14
/
+14
2024-08-14
RISC-V: hwprobe: Add MISALIGNED_PERF key
Evan Green
1
-0
/
+1
2024-08-14
RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
Haibo Xu
1
-1
/
+1
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
1
-0
/
+16
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
5
-15
/
+216
2024-08-05
RISC-V: Use Zkr to seed KASLR base address
Jesse Taube
4
-1
/
+195
2024-08-05
RISC-V: pi: Add kernel/pi/pi.h
Jesse Taube
3
-14
/
+20
2024-08-05
RISC-V: pi: Force hidden visibility for all symbol references
Jesse Taube
1
-0
/
+1
2024-08-02
Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
2
-9
/
+7
2024-08-02
syscalls: fix syscall macros for newfstat/newfstatat
Arnd Bergmann
1
-1
/
+1
2024-08-01
RISC-V: Enable the IPI before workqueue_online_cpu()
Nick Hu
1
-1
/
+1
2024-07-31
riscv: cpufeature: Do not drop Linux-internal extensions
Samuel Holland
1
-8
/
+6
2024-07-26
RISC-V: Provide the frequency of time CSR via hwprobe
Palmer Dabbelt
1
-0
/
+5
2024-07-26
Merge patch series "RISC-V: Select ACPI PPTT drivers"
Palmer Dabbelt
1
-7
/
+28
2024-07-26
Merge patch "Enable SPCR table for console output on RISC-V"
Palmer Dabbelt
1
-1
/
+11
2024-07-26
riscv: enable HAVE_ARCH_STACKLEAK
Jisheng Zhang
1
-0
/
+4
2024-07-26
riscv: signal: Remove unlikely() from WARN_ON() condition
Zhongqiu Han
1
-1
/
+1
2024-07-26
riscv: Improve exception and system call latency
Anton Blanchard
2
-9
/
+12
2024-07-24
riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
Yunhui Cui
1
-0
/
+22
2024-07-24
riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
Yunhui Cui
1
-7
/
+6
2024-07-24
RISC-V: ACPI: Enable SPCR table for console output on RISC-V
Sia Jee Heng
1
-1
/
+11
2024-07-24
trace: riscv: Remove deprecated kprobe on ftrace support
Jinjie Ruan
2
-66
/
+0
2024-07-22
Merge patch series "riscv: Separate vendor extensions from standard extensions"
Palmer Dabbelt
6
-43
/
+214
2024-07-22
riscv: Add vendor extensions to /proc/cpuinfo
Charlie Jenkins
1
-3
/
+32
2024-07-22
riscv: Extend cpufeature.c to detect vendor extensions
Charlie Jenkins
5
-40
/
+182
2024-07-22
RISC-V: hwprobe: sort EXT_KEY()s in hwprobe_isa_ext0() alphabetically
Conor Dooley
1
-22
/
+21
2024-07-22
Merge patch series "Add ACPI NUMA support for RISC-V"
Palmer Dabbelt
5
-8
/
+135
2024-07-22
ACPI: RISCV: Add NUMA support based on SRAT and SLIT
Haibo Xu
5
-8
/
+135
2024-07-20
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
9
-151
/
+351
2024-07-16
Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
3
-4
/
+12
2024-07-12
riscv: set trap vector earlier
yang.zhang
1
-0
/
+3
2024-07-12
Merge patch series "riscv: Apply Zawrs when available"
Palmer Dabbelt
2
-0
/
+2
2024-07-12
riscv: hwprobe: export Zawrs ISA extension
Andrew Jones
1
-0
/
+1
2024-07-12
riscv: Add Zawrs support for spinlocks
Christoph Müllner
1
-0
/
+1
2024-07-11
riscv: hwprobe: export highest virtual userspace address
Clément Léger
1
-0
/
+4
2024-07-10
riscv: Improve sbi_ecall() code generation by reordering arguments
Alexandre Ghiti
1
-5
/
+5
2024-07-10
riscv: Add tracepoints for SBI calls and returns
Samuel Holland
1
-0
/
+7
2024-07-10
riscv: convert to generic syscall table
Arnd Bergmann
3
-4
/
+12
2024-07-03
riscv: kexec: Avoid deadlock in kexec crash path
Song Shuai
1
-9
/
+1
[prev]
[next]