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-07-03
riscv: stacktrace: fix usage of ftrace_graph_ret_addr()
Puranjay Mohan
1
-1
/
+2
2024-06-28
Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
3
-14
/
+21
2024-06-26
Merge patch series "Add support for a few Zc* extensions, Zcmop and Zimop"
Palmer Dabbelt
2
-86
/
+197
2024-06-26
riscv: hwprobe: export Zcmop ISA extension
Clément Léger
1
-0
/
+1
2024-06-26
riscv: add ISA extension parsing for Zcmop
Clément Léger
1
-0
/
+1
2024-06-26
riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
Clément Léger
1
-0
/
+4
2024-06-26
riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
1
-1
/
+54
2024-06-26
riscv: add ISA extensions validation callback
Clément Léger
1
-85
/
+135
2024-06-26
riscv: hwprobe: export Zimop ISA extension
Clément Léger
1
-0
/
+1
2024-06-26
riscv: add ISA extension parsing for Zimop
Clément Léger
1
-0
/
+1
2024-06-26
Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"
Palmer Dabbelt
1
-1
/
+1
2024-06-26
riscv: stacktrace: convert arch_stack_walk() to noinstr
Andy Chiu
1
-1
/
+1
2024-06-26
riscv: patch: Flush the icache right after patching to avoid illegal insns
Alexandre Ghiti
2
-13
/
+20
2024-06-26
Merge patch series "riscv: Various text patching improvements"
Palmer Dabbelt
3
-47
/
+53
2024-06-26
riscv: Remove extra variable in patch_text_nosync()
Samuel Holland
1
-8
/
+4
2024-06-26
riscv: Use offset_in_page() in text patching functions
Samuel Holland
1
-3
/
+3
2024-06-26
riscv: Pass patch_text() the length in bytes
Samuel Holland
2
-17
/
+15
2024-06-26
riscv: Simplify text patching loops
Samuel Holland
1
-14
/
+19
2024-06-26
riscv: kprobes: Use patch_text_nosync() for insn slots
Samuel Holland
1
-3
/
+2
2024-06-26
riscv: jump_label: Batch icache maintenance
Samuel Holland
1
-4
/
+12
2024-06-25
syscalls: mmap(): use unsigned offset type consistently
Arnd Bergmann
1
-2
/
+2
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
3
-3
/
+13
2024-05-30
riscv: hwprobe: add zve Vector subextensions into hwprobe interface
Andy Chiu
1
-0
/
+5
2024-05-30
riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
Andy Chiu
1
-1
/
+40
2024-05-30
riscv: cpufeature: call match_isa_ext() for single-letter extensions
Andy Chiu
1
-6
/
+5
2024-05-30
riscv: smp: fail booting up smp if inconsistent vlen is detected
Andy Chiu
2
-12
/
+21
2024-05-30
riscv: vector: add a comment when calling riscv_setup_vsize()
Andy Chiu
1
-0
/
+3
2024-05-30
riscv: prevent pt_regs corruption for secondary idle threads
Sergey Matyukevich
2
-3
/
+2
2024-05-24
Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
8
-148
/
+135
2024-05-23
riscv: Fix early ftrace nop patching
Alexandre Ghiti
1
-0
/
+3
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-0
/
+29
2024-05-22
Merge patch series "riscv: Extension parsing fixes"
Palmer Dabbelt
2
-7
/
+43
2024-05-22
riscv: typo in comment for get_f64_reg
Xingyou Chen
1
-1
/
+1
2024-05-22
Use bool value in set_cpu_online()
Zhao Ke
1
-1
/
+1
2024-05-22
riscv: stacktrace: fixed walk_stackframe()
Matthew Bystrin
1
-6
/
+14
2024-05-22
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
3
-133
/
+73
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
9
-115
/
+86
2024-05-22
riscv: cpufeature: Fix extension subset checking
Charlie Jenkins
1
-1
/
+1
2024-05-22
riscv: cpufeature: Fix thead vector hwcap removal
Charlie Jenkins
2
-6
/
+42
2024-05-19
riscv: add support for kernel-mode FPU
Samuel Holland
2
-0
/
+29
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-0
/
+2
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
3
-20
/
+2
2024-05-17
Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+3
2024-05-16
kprobe/ftrace: bail out if ftrace was killed
Stephen Brennan
1
-0
/
+3
2024-05-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
3
-18
/
+0
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
1
-34
/
+0
2024-05-14
riscv: extend execmem_params for generated code allocations
Mike Rapoport (IBM)
2
-11
/
+13
2024-05-14
mm/execmem, arch: convert simple overrides of module_alloc to execmem
Mike Rapoport (IBM)
1
-6
/
+16
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2
-2
/
+2
[prev]
[next]