summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki2022-05-232-4/+4
|\ \
| | * cpuidle: riscv-sbi: Fix code to allow a genpd governor to be usedUlf Hansson2022-05-191-2/+2
| | * cpuidle: psci: Fix regression leading to no genpd governorUlf Hansson2022-05-191-2/+2
| | |
| \ \
*-. \ \ Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki2022-05-231-0/+46
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * cpuidle: PSCI: Improve support for suspend-to-RAM for PSCI OSI modeUlf Hansson2022-04-191-0/+46
| |/
* / cpuidle: riscv: support non-SMP configRandy Dunlap2022-04-191-0/+1
|/
* RISC-V CPU Idle SupportPalmer Dabbelt2022-03-309-135/+903
|\
| * cpuidle: Add RISC-V SBI CPU idle driverAnup Patel2022-03-104-0/+651
| * cpuidle: Factor-out power domain related code from PSCI domain driverAnup Patel2022-03-107-135/+252
* | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-4/+24
|\ \
| * | firmware: qcom: scm: Drop cpumask parameter from set_boot_addr()Stephan Gerhold2022-02-031-4/+4
| * | cpuidle: qcom-spm: Check if any CPU is managed by SPMStephan Gerhold2022-02-031-0/+20
| |/
* / cpuidle: haltpoll: Call cpuidle_poll_state_init() laterLi RongQing2022-03-091-2/+2
|/
* cpuidle: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-2/+4
* cpuidle: Fix cpuidle_remove_state_sysfs() kerneldoc commentYang Li2021-12-171-1/+1
* cpuidle: menu: Fix typo in a commentJason Wang2021-11-241-1/+1
* Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-11-033-251/+73
|\
| * Merge tag 'qcom-drivers-for-5.16' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2021-10-132-250/+69
| |\
| | * cpuidle: qcom_spm: Detach state machine from main SPM handlingAngeloGioacchino Del Regno2021-09-212-250/+69
| * | cpuidle: tegra: Check whether PMC is readyDmitry Osipenko2021-10-051-0/+3
| * | cpuidle: tegra: Enable compile testingDmitry Osipenko2021-10-051-1/+1
| |/
* / cpuidle: Fix kobject memory leaks in error pathsAnel Orazgaliyeva2021-10-011-1/+4
|/
* Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-09-071-1/+1
|\
| * mfd/cpuidle: ux500: Rename driver symbolLinus Walleij2021-08-161-1/+1
* | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-31/+46
|\ \
| * | cpuidle: pseries: Mark pseries_idle_proble() as __initNathan Chancellor2021-08-041-1/+1
| * | cpuidle: pseries: Do not cap the CEDE0 latency in fixup_cede0_latency()Gautham R. Shenoy2021-08-031-29/+30
| * | cpuidle: pseries: Fixup CEDE0 latency only for POWER10 onwardsGautham R. Shenoy2021-08-031-1/+15
| |/
* | cpuidle: teo: Rename two local variables in teo_select()Rafael J. Wysocki2021-08-031-7/+7
* | cpuidle: teo: Fix alternative idle state lookupRafael J. Wysocki2021-08-031-13/+27
|/
* Merge tag 'cpuidle-v5.14-rc1' of https://git.linaro.org/people/daniel.lezcano...Rafael J. Wysocki2021-06-301-0/+14
|\
| * cpuidle: qcom: Add SPM register data for MSM8226Bartosz Dudziak2021-06-161-0/+14
* | Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-291-228/+248
|\ \
| * | cpuidle: teo: remove unneeded semicolon in teo_select()Wan Jiabing2021-06-171-1/+1
| * | cpuidle: teo: Use kerneldoc documentation in admin-guideRafael J. Wysocki2021-06-111-4/+8
| * | cpuidle: teo: Rework most recent idle duration values treatmentRafael J. Wysocki2021-06-111-83/+70
| * | cpuidle: teo: Change the main idle state selection logicRafael J. Wysocki2021-06-111-168/+200
| * | cpuidle: teo: Cosmetic modification of teo_select()Rafael J. Wysocki2021-06-111-11/+7
| * | cpuidle: teo: Cosmetic modifications of teo_update()Rafael J. Wysocki2021-06-111-6/+7
| |/
* / sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan2021-05-121-3/+3
|/
* Merge back earlier cpuidle updates for v5.13.Rafael J. Wysocki2021-04-083-30/+45
|\
| * cpuidle: menu: Take negative "sleep length" values into accountRafael J. Wysocki2021-04-071-6/+11
| * cpuidle: teo: Take negative "sleep length" values into accountRafael J. Wysocki2021-04-071-7/+15
| * cpuidle: teo: Adjust handling of very short idle timesRafael J. Wysocki2021-04-071-17/+15
| * cpuidle: Use s64 as exit_latency_ns and target_residency_ns data typeRafael J. Wysocki2021-04-071-0/+4
* | cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configurationHe Ying2021-04-081-1/+1
* | cpuidle: tegra: Remove do_idle firmware callDmitry Osipenko2021-04-081-12/+1
* | cpuidle: tegra: Fix C7 idling state on Tegra114Dmitry Osipenko2021-04-081-6/+6
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-2/+1
|\
| * cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi ChromebooksMarek Szyprowski2020-10-261-2/+1