aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle-riscv-sbi.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvSunil V L1-44/+5
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-04-13cpuidle: Adjust includes to remove of_device.hRob Herring1-1/+1
2023-03-27cpuidle: Use of_property_present() for testing DT property presenceRob Herring1-3/+3
2023-01-13cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidlePeter Zijlstra1-5/+5
2023-01-13cpuidle: Fix ct_idle_*() usagePeter Zijlstra1-2/+2
2023-01-13cpuidle, riscv: Push RCU-idle into driverPeter Zijlstra1-4/+5
2022-09-23cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usageAnup Patel1-1/+6
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker1-4/+4
2022-05-19cpuidle: riscv-sbi: Fix code to allow a genpd governor to be usedUlf Hansson1-2/+2
2022-04-19cpuidle: riscv: support non-SMP configRandy Dunlap1-0/+1
2022-03-10cpuidle: Add RISC-V SBI CPU idle driverAnup Patel1-0/+627