summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/sbi.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Add SBI debug console helper routinesAnup Patel2024-01-101-0/+66
* riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti2023-11-061-22/+10
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-9/+8
* RISC-V: Treat IPIs as normal Linux IRQsAnup Patel2023-04-081-90/+16
* RISC-V: Clear SIP bit only when using SBI IPI operationsAnup Patel2023-04-081-1/+7
* RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel2022-12-071-0/+3
* RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven2022-02-141-18/+39
* RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven2022-02-141-4/+4
* RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven2022-02-141-3/+4
* RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-201-83/+106
* RISC-V: Use SBI SRST extension when availableAnup Patel2022-01-111-0/+35
* 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