index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
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
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
2020-06-09
irqchip: RISC-V per-HART local interrupt controller driver
Anup Patel
2020-05-18
riscv: Add KGDB support
Vincent Chen
2020-04-09
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-03
riscv: Unaligned load/store handling for M_MODE
Damien Le Moal
2020-03-31
RISC-V: Add supported for ordered booting method using HSM
Atish Patra
2020-03-26
riscv: add macro to get instruction length
Zong Li
2020-03-16
irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offline
Atish Patra
2020-02-18
RISC-V: Don't enable all interrupts in trap_init()
Anup Patel
2019-11-05
riscv: abstract out CSR names for supervisor vs machine mode
Christoph Hellwig
2019-10-28
riscv: for C functions called only from assembly, mark with __visible
Paul Walmsley
2019-10-28
riscv: add missing header file includes
Paul Walmsley
2019-10-25
riscv: cleanup do_trap_break
Christoph Hellwig
2019-10-14
riscv: remove the switch statement in do_trap_break()
Vincent Chen
2019-10-07
riscv: Correct the handling of unexpected ebreak in do_trap_break()
Vincent Chen
2019-10-07
riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()
Vincent Chen
2019-10-07
riscv: avoid kernel hangs when trapped in BUG()
Vincent Chen
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
2019-05-29
signal/riscv: Remove tsk parameter from do_trap
Eric W. Biederman
[next]