aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/sbi.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-29RISC-V: Align SBI probe implementation with specGravatar Andrew Jones 1-9/+8
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsGravatar Anup Patel 1-90/+16
2023-04-08RISC-V: Clear SIP bit only when using SBI IPI operationsGravatar Anup Patel 1-1/+7
2022-12-07RISC-V: Export sbi_get_mvendorid() and friendsGravatar Anup Patel 1-0/+3
2022-02-14RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGravatar Geert Uytterhoeven 1-18/+39
2022-02-14RISC-V: Fix handling of empty cpu masksGravatar Geert Uytterhoeven 1-4/+4
2022-02-14RISC-V: Fix hartid mask handling for hartid 31 and upGravatar Geert Uytterhoeven 1-3/+4
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapGravatar Atish Patra 1-83/+106
2022-01-11RISC-V: Use SBI SRST extension when availableGravatar Anup Patel 1-0/+35
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+23
2021-04-26riscv: Constify sbi_ipi_opsGravatar Jisheng Zhang 1-1/+1
2021-04-26riscv: Mark some global variables __ro_after_initGravatar Jisheng Zhang 1-4/+4
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationGravatar Vincent Chen 1-0/+15
2021-03-29RISC-V: Don't print SBI version for all detected extensionsGravatar Anup Patel 1-3/+3
2021-03-09riscv: sbi: Fix comment of __sbi_set_timer_v01Gravatar Nanyong Sun 1-1/+1
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsGravatar Atish Patra 1-16/+16
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledGravatar Kefeng Wang 1-3/+1
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsGravatar Anup Patel 1-0/+14
2020-04-21riscv: sbi: Fix undefined reference to sbi_shutdownGravatar Kefeng Wang 1-5/+8
2020-04-21riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportGravatar Kefeng Wang 1-2/+2
2020-03-31RISC-V: Export SBI error to linux error mapping functionGravatar Atish Patra 1-1/+2
2020-03-31RISC-V: Implement new SBI v0.2 extensionsGravatar Atish Patra 1-4/+249
2020-03-31RISC-V: Introduce a new config for SBI v0.1Gravatar Atish Patra 1-23/+109
2020-03-31RISC-V: Add basic support for SBI v0.2Gravatar Atish Patra 1-2/+241
2019-11-13riscv: cleanup the default power off implementationGravatar Christoph Hellwig 1-0/+17