summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/sbi.h
AgeCommit message (Expand)Author
2024-05-22Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland
2024-04-22RISC-V: Use the minor version mask while computing sbi versionAtish Patra
2024-04-22RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic nameAtish Patra
2024-04-22RISC-V: Add SBI PMU snapshot definitionsAtish Patra
2024-04-22drivers/perf: riscv: Use BIT macro for shifting operationsAtish Patra
2024-04-22RISC-V: Add FIRMWARE_READ_HI definitionAtish Patra
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-11Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt
2024-01-11riscv: sbi: Introduce system suspend supportAndrew Jones
2024-01-10RISC-V: Add SBI debug console helper routinesAnup Patel
2024-01-10RISC-V: Add stubs for sbi_console_putchar/getchar()Anup Patel
2023-12-30RISC-V: Add SBI STA extension definitionsAndrew Jones
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti
2023-10-20RISC-V: Add defines for SBI debug console extensionAnup Patel
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel
2023-02-07RISC-V: Improve SBI PMU extension related definitionsAtish Patra
2022-10-27RISC-V: Cache SBI vendor valuesHeiko Stuebner
2022-08-11RISC-V: Improve SBI definitionsAtish Patra
2022-08-11RISC-V: Move counter info definition to sbi header fileAtish Patra
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-21RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen
2021-03-09RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt
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-03-31RISC-V: Add SBI HSM extension definitionsAtish Patra
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 SBI v0.2 extension definitionsAtish Patra
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra
2020-03-31RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra
2019-11-17riscv: provide native clint access for M-modeChristoph Hellwig
2019-11-13riscv: add support for MMIO access to the timer registersChristoph Hellwig
2019-11-13riscv: implement remote sfence.i using IPIsChristoph Hellwig
2019-11-13riscv: poison SBI calls for M-modeChristoph Hellwig
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-16riscv: fix sbi_remote_sfence_vma{,_asid}.Gary Guo