summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/sbi.c
AgeCommit message (Expand)Author
2024-01-10RISC-V: Add SBI debug console helper routinesAnup Patel
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel
2023-04-08RISC-V: Clear SIP bit only when using SBI IPI operationsAnup Patel
2022-12-07RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel
2022-02-14RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven
2022-02-14RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven
2022-02-14RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen
2021-03-29RISC-V: Don't print SBI version for all detected extensionsAnup Patel
2021-03-09riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel
2020-04-21riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang
2020-04-21riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang
2020-03-31RISC-V: Export SBI error to linux error mapping functionAtish Patra
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra
2020-03-31RISC-V: Introduce a new config for SBI v0.1Atish Patra
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra
2019-11-13riscv: cleanup the default power off implementationChristoph Hellwig