index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
traps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: use KERN_INFO in do_trap
Andreas Schwab
2024-04-04
1
-1
/
+1
*
riscv: Support RANDOMIZE_KSTACK_OFFSET
Song Shuai
2024-01-25
1
-1
/
+16
*
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
2023-11-09
1
-10
/
+18
|
\
|
*
riscv: Only consider swbp/ss handlers for correct privileged mode
Björn Töpel
2023-09-20
1
-10
/
+18
*
|
riscv: add userland instruction dump to RISC-V splats
Yunhui Cui
2023-11-05
1
-3
/
+18
*
|
Merge patch series "Add support to handle misaligned accesses in S-mode"
Palmer Dabbelt
2023-11-05
1
-9
/
+0
|
\
\
|
*
|
riscv: add support for misaligned trap handling in S-mode
Clément Léger
2023-11-01
1
-9
/
+0
|
|
/
*
|
riscv: Deduplicate IRQ stack switching
Sami Tolvanen
2023-10-27
1
-28
/
+4
*
|
riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
2023-10-27
1
-35
/
+1
|
/
*
Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-09-01
1
-1
/
+3
|
\
|
*
riscv: Add CFI error handling
Sami Tolvanen
2023-08-23
1
-1
/
+3
*
|
riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=n
Guo Ren
2023-08-16
1
-0
/
+3
*
|
riscv: entry: set a0 = -ENOSYS only when syscall != -1
Celeste Liu
2023-08-16
1
-3
/
+3
|
/
*
riscv: Discard vector state on syscalls
Björn Töpel
2023-07-04
1
-0
/
+2
*
riscv: vector: only enable interrupts in the first-use trap
Andy Chiu
2023-07-01
1
-1
/
+7
*
riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
Guo Ren
2023-06-22
1
-2
/
+33
*
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2023-06-08
1
-2
/
+24
*
riscv: entry: Save a0 prior syscall_enter_from_user_mode()
Björn Töpel
2023-04-11
1
-2
/
+2
*
riscv: entry: Convert to generic entry
Guo Ren
2023-03-23
1
-18
/
+122
*
riscv: entry: Add noinstr to prevent instrumentation inserted
Guo Ren
2023-03-23
1
-2
/
+2
*
Merge patch series "riscv: Dump faulting instructions in oops handler"
Palmer Dabbelt
2023-02-22
1
-1
/
+24
|
\
|
*
riscv: Add instruction dump to RISC-V splats
Björn Töpel
2023-02-22
1
-1
/
+24
*
|
riscv: Avoid enabling interrupts in die()
Mattias Nissler
2023-02-22
1
-2
/
+3
|
/
*
Merge patch series "RISC-V: Align the shadow stack"
Palmer Dabbelt
2022-12-12
1
-3
/
+27
|
\
|
*
RISC-V: Add some comments about the shadow and overflow stacks
Palmer Dabbelt
2022-12-12
1
-7
/
+13
|
*
RISC-V: Align the shadow stack
Palmer Dabbelt
2022-12-12
1
-1
/
+1
|
*
riscv: fix race when vmap stack overflow
Jisheng Zhang
2022-11-30
1
-0
/
+18
*
|
RISC-V: Avoid dereferening NULL regs in die()
Palmer Dabbelt
2022-10-13
1
-3
/
+6
*
|
riscv: traps: add missing prototype
Conor Dooley
2022-08-18
1
-1
/
+2
*
|
RISC-V: Add fast call path of crash_kexec()
Xianting Tian
2022-07-22
1
-0
/
+4
*
|
riscv: integrate alternatives better into the main architecture
Heiko Stuebner
2022-05-12
1
-1
/
+1
*
|
exit: Add and use make_task_dead.
Eric W. Biederman
2021-12-13
1
-1
/
+1
*
|
trap: cleanup trap_init()
Kefeng Wang
2021-09-08
1
-5
/
+0
*
|
Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-07-09
1
-0
/
+35
|
\
|
|
*
riscv: add VMAP_STACK overflow detection
Tong Tiangen
2021-07-06
1
-0
/
+35
*
|
riscv: xip: support runtime trap patching
Vitaly Wool
2021-06-11
1
-4
/
+9
|
/
*
riscv: remove unused handle_exception symbol
Rouven Czerwinski
2021-05-06
1
-2
/
+0
*
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-06
1
-1
/
+1
|
\
|
*
riscv: add __init section marker to some functions
Jisheng Zhang
2021-04-26
1
-1
/
+1
*
|
riscv: add do_page_fault and do_trap_break into the kprobes blacklist
Jisheng Zhang
2021-04-16
1
-0
/
+1
*
|
riscv: traps: Fix no prototype warnings
Nanyong Sun
2021-03-10
1
-0
/
+1
|
/
*
riscv: Add dump stack in show_regs
Kefeng Wang
2021-01-15
1
-1
/
+2
*
riscv: Add uprobes supported
Guo Ren
2021-01-15
1
-0
/
+10
*
riscv: Add kprobes supported
Guo Ren
2021-01-15
1
-0
/
+9
*
RISC-V: Setup exception vector early
Atish Patra
2020-07-30
1
-7
/
+1
*
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
2020-06-18
1
-2
/
+2
*
irqchip: RISC-V per-HART local interrupt controller driver
Anup Patel
2020-06-10
1
-2
/
+0
*
riscv: Add KGDB support
Vincent Chen
2020-05-18
1
-0
/
+5
*
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-09
1
-5
/
+27
|
\
|
*
riscv: Unaligned load/store handling for M_MODE
Damien Le Moal
2020-04-03
1
-3
/
+24
[next]