summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2023-04-11riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel-2/+2
2023-03-23riscv: entry: Convert to generic entryGuo Ren-18/+122
2023-03-23riscv: entry: Add noinstr to prevent instrumentation insertedGuo Ren-2/+2
2023-02-21Merge patch series "riscv: Dump faulting instructions in oops handler"Palmer Dabbelt-1/+24
2023-02-21riscv: Avoid enabling interrupts in die()Mattias Nissler-2/+3
2023-02-21riscv: Add instruction dump to RISC-V splatsBjörn Töpel-1/+24
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt-3/+27
2022-12-12RISC-V: Add some comments about the shadow and overflow stacksPalmer Dabbelt-7/+13
2022-12-12RISC-V: Align the shadow stackPalmer Dabbelt-1/+1
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang-0/+18
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt-3/+6
2022-08-18riscv: traps: add missing prototypeConor Dooley-1/+2
2022-07-21RISC-V: Add fast call path of crash_kexec()Xianting Tian-0/+4
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-09-08trap: cleanup trap_init()Kefeng Wang-5/+0
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+35
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen-0/+35
2021-06-10riscv: xip: support runtime trap patchingVitaly Wool-4/+9
2021-05-06riscv: remove unused handle_exception symbolRouven Czerwinski-2/+0
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang-1/+1
2021-04-15riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang-0/+1
2021-03-09riscv: traps: Fix no prototype warningsNanyong Sun-0/+1
2021-01-14riscv: Add dump stack in show_regsKefeng Wang-1/+2
2021-01-14riscv: Add uprobes supportedGuo Ren-0/+10
2021-01-14riscv: Add kprobes supportedGuo Ren-0/+9
2020-07-30RISC-V: Setup exception vector earlyAtish Patra-7/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig-2/+2
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel-2/+0
2020-05-18riscv: Add KGDB supportVincent Chen-0/+5
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+27
2020-04-03riscv: Unaligned load/store handling for M_MODEDamien Le Moal-3/+24
2020-03-31RISC-V: Add supported for ordered booting method using HSMAtish Patra-1/+1
2020-03-26riscv: add macro to get instruction lengthZong Li-1/+2
2020-03-16irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offlineAtish Patra-1/+1
2020-02-18RISC-V: Don't enable all interrupts in trap_init()Anup Patel-2/+2
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig-8/+8
2019-10-28riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley-2/+2
2019-10-28riscv: add missing header file includesPaul Walmsley-0/+1
2019-10-25riscv: cleanup do_trap_breakChristoph Hellwig-20/+6
2019-10-14riscv: remove the switch statement in do_trap_break()Vincent Chen-11/+11
2019-10-07riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen-3/+3
2019-10-07riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen-1/+1
2019-10-07riscv: avoid kernel hangs when trapped in BUG()Vincent Chen-3/+3
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner-9/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman-1/+1
2019-05-29signal/riscv: Remove tsk parameter from do_trapEric W. Biederman-3/+4