summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/sbi.c
AgeCommit message (Expand)Author
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