summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/entry.S
AgeCommit message (Expand)Author
2024-01-24riscv: blacklist assembly symbols for kprobeClément Léger
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu
2023-11-06riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger
2023-11-02Merge patch series "riscv: SCS support"Palmer Dabbelt
2023-10-31riscv: put interrupt entries into .irqentry.textNam Cao
2023-10-27riscv: Use separate IRQ shadow call stacksSami Tolvanen
2023-10-27riscv: Implement Shadow Call StackSami Tolvanen
2023-10-27riscv: Move global pointer loading to a macroSami Tolvanen
2023-10-27riscv: Deduplicate IRQ stack switchingSami Tolvanen
2023-10-27riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta
2023-06-20riscv: replace deprecated scall with ecallFangrui Song
2023-06-08riscv: Disable Vector Instructions for kernel itselfGuo Ren
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang
2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang
2023-03-23riscv: entry: Convert to generic entryGuo Ren
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt
2022-12-08Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt
2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker
2022-12-05riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker
2022-04-26riscv: compat: syscall: Add entry.S implementationGuo Ren
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-22RISC-V: Add support for restartable sequenceVincent Chen
2022-02-24riscv: fix oops caused by irqsoff latency tracerChangbin Du
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-10-26irq: riscv: perform irqentry in entry codeMark Rutland
2021-09-30riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen
2021-04-15riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang
2021-04-01riscv,entry: fix misaligned base for excp_vect_tableZihao Yu
2021-01-12riscv: Trace irq on only interrupt is enabledAtish Patra
2021-01-07riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal
2021-01-07riscv: return -ENOSYS for syscall -1Andreas Schwab
2020-07-30riscv: Cleanup unnecessary define in asm-offset.cGuo Ren
2020-07-30riscv: Enable context trackingGreentime Hu
2020-07-30riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren
2020-06-09RISC-V: Remove do_IRQ() functionAnup Patel
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-05riscv: fix seccomp reject syscall code pathTycho Andersen
2020-03-03RISC-V: Inline the assembly register save/restore macrosPalmer Dabbelt
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-27riscv: reject invalid syscalls below -1David Abdurachmanov
2019-12-08sched/rt, riscv: Use CONFIG_PREEMPTIONThomas Gleixner
2019-11-22Merge branch 'next/nommu' into for-nextPaul Walmsley
2019-11-17riscv: add nommu supportChristoph Hellwig