summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/irq.c
AgeCommit message (Expand)Author
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-27riscv: Use separate IRQ shadow call stacksSami Tolvanen
2023-10-27riscv: Deduplicate IRQ stack switchingSami Tolvanen
2023-10-12RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACKJiexun Wang
2023-08-16riscv: stack: Fixup independent softirq stack for CONFIG_FRAME_POINTER=nGuo Ren
2023-06-22riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACKGuo Ren
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel
2023-04-08irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel
2020-06-09RISC-V: Remove do_IRQ() functionAnup Patel
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel
2020-01-04riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-10-28riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley
2019-05-16RISC-V: Add interrupt related SCAUSE defines in asm/csr.hAnup Patel
2019-04-25riscv: print the unexpected interrupt causeChristoph Hellwig
2018-10-22RISC-V: Show IPI statsAnup Patel
2018-10-22RISC-V: No need to pass scause as arg to do_IRQ()Anup Patel
2018-08-13clocksource: new RISC-V SBI timer driverPalmer Dabbelt
2018-08-13RISC-V: implement low-level interrupt handlingChristoph Hellwig
2018-07-04RISC-V: Don't include irq-riscv-intc.hPalmer Dabbelt
2018-03-14RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handlerPalmer Dabbelt
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt