aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-5/+0
2021-10-26irq: riscv: perform irqentry in entry codeGravatar Mark Rutland 1-2/+1
2021-09-30riscv: rely on core code to keep thread_info::cpu updatedGravatar Ard Biesheuvel 1-5/+0
2021-07-06riscv: add VMAP_STACK overflow detectionGravatar Tong Tiangen 1-0/+108
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+4
2021-04-26riscv: sifive: Apply errata "cip-453" patchGravatar Vincent Chen 1-2/+4
2021-04-15riscv: keep interrupts disabled for BREAKPOINT exceptionGravatar Jisheng Zhang 1-0/+3
2021-04-01riscv,entry: fix misaligned base for excp_vect_tableGravatar Zihao Yu 1-0/+1
2021-01-12riscv: Trace irq on only interrupt is enabledGravatar Atish Patra 1-3/+3
2021-01-07riscv: Enable interrupts during syscalls with M-ModeGravatar Damien Le Moal 1-0/+9
2021-01-07riscv: return -ENOSYS for syscall -1Gravatar Andreas Schwab 1-8/+1
2020-07-30riscv: Cleanup unnecessary define in asm-offset.cGravatar Guo Ren 1-5/+1
2020-07-30riscv: Enable context trackingGravatar Greentime Hu 1-1/+15
2020-07-30riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGravatar Guo Ren 1-1/+33
2020-06-09RISC-V: Remove do_IRQ() functionGravatar Anup Patel 1-1/+3
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-82/+61
2020-03-05riscv: fix seccomp reject syscall code pathGravatar Tycho Andersen 1-8/+3
2020-03-03RISC-V: Inline the assembly register save/restore macrosGravatar Palmer Dabbelt 1-82/+61
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2019-12-27riscv: reject invalid syscalls below -1Gravatar David Abdurachmanov 1-0/+1
2019-12-08sched/rt, riscv: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-2/+2
2019-11-22Merge branch 'next/nommu' into for-nextGravatar Paul Walmsley 1-31/+54
2019-11-17riscv: add nommu supportGravatar Christoph Hellwig 1-0/+11
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeGravatar Christoph Hellwig 1-31/+43
2019-10-29riscv: add support for SECCOMP and SECCOMP_FILTERGravatar David Abdurachmanov 1-2/+25
2019-10-09RISC-V: entry: Remove unneeded need_resched() loopGravatar Valentin Schneider 1-2/+1
2019-10-01RISC-V: Clear load reservations while restoring hart contextsGravatar Palmer Dabbelt 1-1/+20
2019-09-20riscv: Avoid interrupts being erroneously enabled in handle_exception()Gravatar Vincent Chen 1-1/+5
2019-08-30riscv: Using CSR numbers to access CSRsGravatar Bin Meng 1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 1-9/+1
2019-05-16RISC-V: Access CSRs using CSR numbersGravatar Anup Patel 1-11/+11
2019-01-23RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yGravatar Vincent Chen 1-1/+17
2019-01-07riscv: add audit supportGravatar David Abdurachmanov 1-2/+2
2018-10-22RISC-V: SMP cleanup and new featuresGravatar Palmer Dabbelt 1-1/+0
2018-10-22RISC-V: No need to pass scause as arg to do_IRQ()Gravatar Anup Patel 1-1/+0
2018-10-22Extract FPU context operations from entry.SGravatar Alan Kao 1-87/+0
2018-08-13RISC-V: implement low-level interrupt handlingGravatar Christoph Hellwig 1-2/+2
2018-03-14RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handlerGravatar Palmer Dabbelt 1-4/+3
2018-02-20RISC-V: Enable IRQ during exception handlingGravatar zongbox@gmail.com 1-2/+3
2018-01-30riscv: disable SUM in the exception handlerGravatar Christoph Hellwig 1-3/+6
2018-01-07riscv: rename SR_* constants to match the specGravatar Christoph Hellwig 1-4/+4
2017-09-26RISC-V: Task implementationGravatar Palmer Dabbelt 1-0/+464