aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel/sbi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven1-18/+39
2022-02-14RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven1-4/+4
2022-02-14RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven1-3/+4
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra1-83/+106
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel1-0/+35
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-8/+23
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang1-1/+1
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang1-4/+4
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen1-0/+15
2021-03-29RISC-V: Don't print SBI version for all detected extensionsAnup Patel1-3/+3
2021-03-09riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun1-1/+1
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra1-16/+16
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang1-3/+1
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel1-0/+14
2020-04-21riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang1-5/+8
2020-04-21riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang1-2/+2
2020-03-31RISC-V: Export SBI error to linux error mapping functionAtish Patra1-1/+2
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra1-4/+249
2020-03-31RISC-V: Introduce a new config for SBI v0.1Atish Patra1-23/+109
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra1-2/+241
2019-11-13riscv: cleanup the default power off implementationChristoph Hellwig1-0/+17