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
2025-09-17
riscv: mm: Return intended SATP mode for noXlvl options
Junhui Liu
1
-2
/
+2
2025-09-16
riscv: kprobes: Remove duplication of RV_EXTRACT_ITYPE_IMM
Nam Cao
1
-1
/
+1
2025-09-16
riscv: kprobes: Remove duplication of RV_EXTRACT_UTYPE_IMM
Nam Cao
1
-12
/
+1
2025-09-16
riscv: kprobes: Remove duplication of RV_EXTRACT_RD_REG
Nam Cao
1
-6
/
+3
2025-09-16
riscv: kprobes: Remove duplication of RVC_EXTRACT_BTYPE_IMM
Nam Cao
1
-9
/
+3
2025-09-16
riscv: kprobes: Remove duplication of RVC_EXTRACT_C2_RS1_REG
Nam Cao
1
-1
/
+1
2025-09-16
riscv: kprobes: Remove duplication of RVC_EXTRACT_JTYPE_IMM
Nam Cao
1
-17
/
+2
2025-09-16
riscv: kprobes: Remove duplication of RV_EXTRACT_BTYPE_IMM
Nam Cao
1
-10
/
+1
2025-09-16
riscv: kprobes: Remove duplication of RV_EXTRACT_RS1_REG
Nam Cao
1
-5
/
+2
2025-09-16
riscv: kprobes: Remove duplication of RV_EXTRACT_JTYPE_IMM
Nam Cao
1
-6
/
+3
2025-09-16
riscv: kprobes: Move branch_funct3 to insn.h
Nam Cao
1
-4
/
+1
2025-09-16
riscv: kprobes: Move branch_rs2_idx to insn.h
Nam Cao
1
-4
/
+1
2025-09-16
riscv: Move all duplicate insn parsing macros into asm/insn.h
Alexandre Ghiti
1
-142
/
+0
2025-09-16
riscv: Strengthen duplicate and inconsistent definition of RV_X()
Alexandre Ghiti
2
-2
/
+2
2025-09-16
riscv: Fix typo EXRACT -> EXTRACT
Alexandre Ghiti
1
-1
/
+1
2025-09-16
riscv: Add kprobes KUnit test
Nam Cao
6
-0
/
+323
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
4
-5
/
+5
2025-09-05
riscv: kexec: Initialize kexec_buf struct
Breno Leitao
3
-4
/
+4
2025-09-05
riscv: use lw when reading int cpu in new_vmalloc_check
Radim Krčmář
1
-1
/
+1
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
1
-1
/
+1
2025-08-15
riscv: Separate toolchain support dependency from RISCV_ISA_ZACAS
Pu Lehui
1
-0
/
+1
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-0
/
+6
2025-08-02
kexec: enable CMA based contiguous allocation
Alexander Graf
1
-0
/
+1
2025-07-31
cfi: Move BPF CFI types and helpers to generic code
Sami Tolvanen
1
-24
/
+0
2025-07-31
cfi: add C CFI type macro
Mark Rutland
1
-32
/
+3
2025-07-29
Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+34
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-2
/
+2
2025-07-28
Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-6
/
+6
2025-07-21
stackleak: Rename STACKLEAK to KSTACK_ERASE
Kees Cook
2
-2
/
+2
2025-07-19
riscv: optimize gcd() performance on RISC-V without Zbb extension
Kuan-Wei Chiu
1
-0
/
+5
2025-07-16
riscv: traps_misaligned: properly sign extend value in misaligned load handler
Andreas Schwab
1
-1
/
+1
2025-07-16
riscv: Enable interrupt during exception handling
Nam Cao
1
-4
/
+6
2025-07-16
riscv: ftrace: Properly acquire text_mutex to fix a race condition
Alexandre Ghiti
1
-4
/
+14
2025-07-14
riscv: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
1
-6
/
+6
2025-06-30
riscv: cpu_ops_sbi: Use static array for boot_data
Vivian Wang
1
-3
/
+3
2025-06-26
riscv: Helper to parse hart index
Vladimir Kondratiev
1
-0
/
+34
2025-06-23
riscv: export boot_cpu_hartid
Klara Modin
1
-0
/
+1
2025-06-23
riscv: Fix sparse warning in vendor_extensions/sifive.c
Alexandre Ghiti
1
-1
/
+1
2025-06-23
Revert "riscv: misaligned: fix sleeping function called during misaligned access handling"
Nam Cao
1
-2
/
+2
2025-06-10
riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment
Fangrui Song
1
-1
/
+1
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
1
-1
/
+1
2025-06-06
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
25
-686
/
+1435
2025-06-05
Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"
Palmer Dabbelt
3
-16
/
+185
2025-06-05
Merge patch series "riscv: misaligned: fix misaligned accesses handling in put/get_user()"
Palmer Dabbelt
1
-1
/
+1
2025-06-05
riscv: uaccess: Only restore the CSR_STATUS SUM bit
Cyril Bur
2
-7
/
+8
2025-06-05
Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-next
Palmer Dabbelt
10
-39
/
+324
2025-06-05
RISC-V: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
4
-0
/
+275
2025-06-05
riscv: enable mseal sysmap for RV64
Jisheng Zhang
1
-1
/
+1
2025-06-05
Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-next
Palmer Dabbelt
15
-689
/
+969
[prev]
[next]