index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
/
cpuidle-riscv-sbi.c
Age
Commit message (
Expand
)
Author
2025-07-09
cpuidle: riscv-sbi: Drop redundant sync_state support
Ulf Hansson
2025-07-09
cpuidle: riscv-sbi: Opt-out from genpd's common ->sync_state() support
Ulf Hansson
2025-03-12
cpuidle: Init cpuidle only for present CPUs
Jacky Bai
2025-01-08
cpuidle: riscv-sbi: fix device node release in early exit of for_each_possibl...
Javier Carrasco
2024-10-17
Merge patch series "cpuidle: riscv-sbi: Allow cpuidle pd used by other devices"
Palmer Dabbelt
2024-10-17
cpuidle: riscv-sbi: Add cpuidle_disabled() check
Nick Hu
2024-10-17
cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcall
Nick Hu
2024-08-20
cpuidle: riscv-sbi: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-20
cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_put
Krzysztof Kozlowski
2024-03-19
cpuidle: RISC-V: Move few functions to arch/riscv
Sunil V L
2023-04-29
RISC-V: Align SBI probe implementation with spec
Andrew Jones
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-04-13
cpuidle: Adjust includes to remove of_device.h
Rob Herring
2023-03-27
cpuidle: Use of_property_present() for testing DT property presence
Rob Herring
2023-01-13
cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle
Peter Zijlstra
2023-01-13
cpuidle: Fix ct_idle_*() usage
Peter Zijlstra
2023-01-13
cpuidle, riscv: Push RCU-idle into driver
Peter Zijlstra
2022-09-23
cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usage
Anup Patel
2022-07-05
context_tracking: Take IRQ eqs entrypoints over RCU
Frederic Weisbecker
2022-05-19
cpuidle: riscv-sbi: Fix code to allow a genpd governor to be used
Ulf Hansson
2022-04-19
cpuidle: riscv: support non-SMP config
Randy Dunlap
2022-03-10
cpuidle: Add RISC-V SBI CPU idle driver
Anup Patel