index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
7 days
riscv: Enable interrupt during exception handling
Nam Cao
2025-05-18
riscv: misaligned: enable IRQs while handling misaligned accesses
Clément Léger
2025-05-18
riscv: misaligned: factorize trap handling
Clément Léger
2025-01-17
riscv: Fix sleeping in invalid context in die()
Nam Cao
2024-08-14
riscv: entry: always initialize regs->a0 to -ENOSYS
Celeste Liu
2024-04-04
riscv: use KERN_INFO in do_trap
Andreas Schwab
2024-01-24
riscv: Support RANDOMIZE_KSTACK_OFFSET
Song Shuai
2023-11-09
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
2023-11-05
riscv: add userland instruction dump to RISC-V splats
Yunhui Cui
2023-11-05
Merge patch series "Add support to handle misaligned accesses in S-mode"
Palmer Dabbelt
2023-11-01
riscv: add support for misaligned trap handling in S-mode
Clément Léger
2023-10-27
riscv: Deduplicate IRQ stack switching
Sami Tolvanen
2023-10-27
riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
2023-09-20
riscv: Only consider swbp/ss handlers for correct privileged mode
Björn Töpel
2023-09-01
Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-08-23
riscv: Add CFI error handling
Sami Tolvanen
2023-08-16
riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=n
Guo Ren
2023-08-16
riscv: entry: set a0 = -ENOSYS only when syscall != -1
Celeste Liu
2023-07-04
riscv: Discard vector state on syscalls
Björn Töpel
2023-07-01
riscv: vector: only enable interrupts in the first-use trap
Andy Chiu
2023-06-22
riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
Guo Ren
2023-06-08
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2023-04-11
riscv: entry: Save a0 prior syscall_enter_from_user_mode()
Björn Töpel
2023-03-23
riscv: entry: Convert to generic entry
Guo Ren
2023-03-23
riscv: entry: Add noinstr to prevent instrumentation inserted
Guo Ren
2023-02-21
Merge patch series "riscv: Dump faulting instructions in oops handler"
Palmer Dabbelt
2023-02-21
riscv: Avoid enabling interrupts in die()
Mattias Nissler
2023-02-21
riscv: Add instruction dump to RISC-V splats
Björn Töpel
2022-12-12
Merge patch series "RISC-V: Align the shadow stack"
Palmer Dabbelt
2022-12-12
RISC-V: Add some comments about the shadow and overflow stacks
Palmer Dabbelt
2022-12-12
RISC-V: Align the shadow stack
Palmer Dabbelt
2022-11-29
riscv: fix race when vmap stack overflow
Jisheng Zhang
2022-10-12
RISC-V: Avoid dereferening NULL regs in die()
Palmer Dabbelt
2022-08-18
riscv: traps: add missing prototype
Conor Dooley
2022-07-21
RISC-V: Add fast call path of crash_kexec()
Xianting Tian
2022-05-11
riscv: integrate alternatives better into the main architecture
Heiko Stuebner
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
2021-07-09
Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-07-06
riscv: add VMAP_STACK overflow detection
Tong Tiangen
2021-06-10
riscv: xip: support runtime trap patching
Vitaly Wool
2021-05-06
riscv: remove unused handle_exception symbol
Rouven Czerwinski
2021-05-06
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-26
riscv: add __init section marker to some functions
Jisheng Zhang
2021-04-15
riscv: add do_page_fault and do_trap_break into the kprobes blacklist
Jisheng Zhang
2021-03-09
riscv: traps: Fix no prototype warnings
Nanyong Sun
2021-01-14
riscv: Add dump stack in show_regs
Kefeng Wang
2021-01-14
riscv: Add uprobes supported
Guo Ren
2021-01-14
riscv: Add kprobes supported
Guo Ren
2020-07-30
RISC-V: Setup exception vector early
Atish Patra
[next]