summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/sbi.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti1-3/+0
2023-10-20RISC-V: Add defines for SBI debug console extensionAnup Patel1-0/+7
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel1-2/+7
2023-02-07RISC-V: Improve SBI PMU extension related definitionsAtish Patra1-2/+5
2022-10-28RISC-V: Cache SBI vendor valuesHeiko Stuebner1-0/+5
2022-08-12RISC-V: Improve SBI definitionsAtish Patra1-2/+16
2022-08-12RISC-V: Move counter info definition to sbi header fileAtish Patra1-0/+14
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+95
2022-03-22RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra1-0/+95
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel1-5/+22
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra1-9/+10
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+24
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel1-0/+24
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+1
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra1-0/+8
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen1-0/+3
2021-03-10RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt1-2/+2
2021-02-23RISC-V: Add a non-void return for sbi v02 functionsAtish Patra1-5/+5
2021-01-08riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang1-7/+3
2020-03-31RISC-V: Add SBI HSM extension definitionsAtish Patra1-0/+14
2020-03-31RISC-V: Export SBI error to linux error mapping functionAtish Patra1-0/+2
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra1-0/+14
2020-03-31RISC-V: Introduce a new config for SBI v0.1Atish Patra1-0/+2
2020-03-31RISC-V: Add SBI v0.2 extension definitionsAtish Patra1-0/+21
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra1-71/+68
2020-03-31RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra1-19/+22
2019-11-18riscv: provide native clint access for M-modeChristoph Hellwig1-0/+2
2019-11-14riscv: add support for MMIO access to the timer registersChristoph Hellwig1-1/+2
2019-11-14riscv: implement remote sfence.i using IPIsChristoph Hellwig1-0/+3
2019-11-14riscv: poison SBI calls for M-modeChristoph Hellwig1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-05-17riscv: fix sbi_remote_sfence_vma{,_asid}.Gary Guo1-7/+12
2017-09-27RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt1-0/+100