index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
sbi.c
Age
Commit message (
Expand
)
Author
2023-05-11
RISC-V: Align SBI probe implementation with spec
Andrew Jones
2022-02-14
RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid ordering
Geert Uytterhoeven
2022-02-14
RISC-V: Fix handling of empty cpu masks
Geert Uytterhoeven
2022-02-14
RISC-V: Fix hartid mask handling for hartid 31 and up
Geert Uytterhoeven
2022-01-20
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
2022-01-11
RISC-V: Use SBI SRST extension when available
Anup Patel
2021-05-06
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-26
riscv: Constify sbi_ipi_ops
Jisheng Zhang
2021-04-26
riscv: Mark some global variables __ro_after_init
Jisheng Zhang
2021-04-26
riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
Vincent Chen
2021-03-29
RISC-V: Don't print SBI version for all detected extensions
Anup Patel
2021-03-09
riscv: sbi: Fix comment of __sbi_set_timer_v01
Nanyong Sun
2021-02-22
RISC-V: Add a non-void return for sbi v02 functions
Atish Patra
2021-01-07
riscv: Cleanup sbi function stubs when RISCV_SBI disabled
Kefeng Wang
2020-08-20
RISC-V: Add mechanism to provide custom IPI operations
Anup Patel
2020-04-21
riscv: sbi: Fix undefined reference to sbi_shutdown
Kefeng Wang
2020-04-21
riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() export
Kefeng Wang
2020-03-31
RISC-V: Export SBI error to linux error mapping function
Atish Patra
2020-03-31
RISC-V: Implement new SBI v0.2 extensions
Atish Patra
2020-03-31
RISC-V: Introduce a new config for SBI v0.1
Atish Patra
2020-03-31
RISC-V: Add basic support for SBI v0.2
Atish Patra
2019-11-13
riscv: cleanup the default power off implementation
Christoph Hellwig