summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/sbi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-8/+23
|\
| * riscv: Constify sbi_ipi_opsJisheng Zhang2021-04-261-1/+1
| * riscv: Mark some global variables __ro_after_initJisheng Zhang2021-04-261-4/+4
| * riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen2021-04-261-0/+15
| * RISC-V: Don't print SBI version for all detected extensionsAnup Patel2021-03-291-3/+3
* | riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun2021-03-091-1/+1
|/
* RISC-V: Add a non-void return for sbi v02 functionsAtish Patra2021-02-221-16/+16
* riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang2021-01-071-3/+1
* RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2020-08-201-0/+14
* riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang2020-04-211-5/+8
* riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang2020-04-211-2/+2
* RISC-V: Export SBI error to linux error mapping functionAtish Patra2020-03-311-1/+2
* RISC-V: Implement new SBI v0.2 extensionsAtish Patra2020-03-311-4/+249
* RISC-V: Introduce a new config for SBI v0.1Atish Patra2020-03-311-23/+109
* RISC-V: Add basic support for SBI v0.2Atish Patra2020-03-311-2/+241
* riscv: cleanup the default power off implementationChristoph Hellwig2019-11-131-0/+17