summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle-riscv-sbi.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-1/+1
|\
| * cpuidle: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+1
* | cpuidle: Use of_property_present() for testing DT property presenceRob Herring2023-03-271-3/+3
|/
* cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidlePeter Zijlstra2023-01-131-5/+5
* cpuidle: Fix ct_idle_*() usagePeter Zijlstra2023-01-131-2/+2
* cpuidle, riscv: Push RCU-idle into driverPeter Zijlstra2023-01-131-4/+5
* cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usageAnup Patel2022-09-231-1/+6
* context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-051-4/+4
* cpuidle: riscv-sbi: Fix code to allow a genpd governor to be usedUlf Hansson2022-05-191-2/+2
* cpuidle: riscv: support non-SMP configRandy Dunlap2022-04-191-0/+1
* cpuidle: Add RISC-V SBI CPU idle driverAnup Patel2022-03-101-0/+627