summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* riscv: replace deprecated scall with ecallFangrui Song2023-06-201-1/+1
* riscv: Disable Vector Instructions for kernel itselfGuo Ren2023-06-081-3/+3
* riscv: entry: Consolidate general regs saving/restoringJisheng Zhang2023-03-231-78/+3
* riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang2023-03-231-9/+3
* riscv: entry: Convert to generic entryGuo Ren2023-03-231-208/+34
* Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt2022-12-121-0/+13
|\
| * riscv: fix race when vmap stack overflowJisheng Zhang2022-11-291-0/+13
* | Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt2022-12-081-13/+5
|\ \
| * | RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker2022-12-081-13/+5
* | | riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren2022-12-051-1/+2
|/ /
* | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-3/+3
* | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-291-3/+3
* | riscv: compat: syscall: Add entry.S implementationGuo Ren2022-04-261-2/+16
* | Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-251-0/+4
|\ \
| * | RISC-V: Add support for restartable sequenceVincent Chen2022-03-221-0/+4
* | | riscv: fix oops caused by irqsoff latency tracerChangbin Du2022-02-241-5/+5
|/ /
* | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-5/+0
|\ \
| * | riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel2021-09-301-5/+0
| |/
* / irq: riscv: perform irqentry in entry codeMark Rutland2021-10-261-2/+1
|/
* riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-061-0/+108
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-2/+4
|\
| * riscv: sifive: Apply errata "cip-453" patchVincent Chen2021-04-261-2/+4
* | riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang2021-04-151-0/+3
* | riscv,entry: fix misaligned base for excp_vect_tableZihao Yu2021-04-011-0/+1
|/
* riscv: Trace irq on only interrupt is enabledAtish Patra2021-01-121-3/+3
* riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal2021-01-071-0/+9
* riscv: return -ENOSYS for syscall -1Andreas Schwab2021-01-071-8/+1
* riscv: Cleanup unnecessary define in asm-offset.cGuo Ren2020-07-301-5/+1
* riscv: Enable context trackingGreentime Hu2020-07-301-1/+15
* riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren2020-07-301-1/+33
* RISC-V: Remove do_IRQ() functionAnup Patel2020-06-091-1/+3
* Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-091-82/+61
|\
| * RISC-V: Inline the assembly register save/restore macrosPalmer Dabbelt2020-03-031-82/+61
* | riscv: fix seccomp reject syscall code pathTycho Andersen2020-03-051-8/+3
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-2/+2
|\
| * sched/rt, riscv: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
* | riscv: reject invalid syscalls below -1David Abdurachmanov2019-12-271-0/+1
|/
* Merge branch 'next/nommu' into for-nextPaul Walmsley2019-11-221-31/+54
|\
| * riscv: add nommu supportChristoph Hellwig2019-11-171-0/+11
| * riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-051-31/+43
* | riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov2019-10-291-2/+25
|/
* RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider2019-10-091-2/+1
* RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt2019-10-011-1/+20
* riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen2019-09-201-1/+5
* riscv: Using CSR numbers to access CSRsBin Meng2019-08-301-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* RISC-V: Access CSRs using CSR numbersAnup Patel2019-05-161-11/+11
* RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yVincent Chen2019-01-231-1/+17
* riscv: add audit supportDavid Abdurachmanov2019-01-071-2/+2
* RISC-V: SMP cleanup and new featuresPalmer Dabbelt2018-10-221-1/+0
|\