aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Merge tag 'cpuidle-v5.14-rc1' of https://git.linaro.org/people/daniel.lezcano...Gravatar Rafael J. Wysocki 1-0/+14
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-228/+248
2021-06-17cpuidle: teo: remove unneeded semicolon in teo_select()Gravatar Wan Jiabing 1-1/+1
2021-06-16cpuidle: qcom: Add SPM register data for MSM8226Gravatar Bartosz Dudziak 1-0/+14
2021-06-11cpuidle: teo: Use kerneldoc documentation in admin-guideGravatar Rafael J. Wysocki 1-4/+8
2021-06-11cpuidle: teo: Rework most recent idle duration values treatmentGravatar Rafael J. Wysocki 1-83/+70
2021-06-11cpuidle: teo: Change the main idle state selection logicGravatar Rafael J. Wysocki 1-168/+200
2021-06-11cpuidle: teo: Cosmetic modification of teo_select()Gravatar Rafael J. Wysocki 1-11/+7
2021-06-11cpuidle: teo: Cosmetic modifications of teo_update()Gravatar Rafael J. Wysocki 1-6/+7
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueGravatar Alexey Dobriyan 1-3/+3
2021-04-08Merge back earlier cpuidle updates for v5.13.Gravatar Rafael J. Wysocki 3-30/+45
2021-04-08cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configurationGravatar He Ying 1-1/+1
2021-04-08cpuidle: tegra: Remove do_idle firmware callGravatar Dmitry Osipenko 1-12/+1
2021-04-08cpuidle: tegra: Fix C7 idling state on Tegra114Gravatar Dmitry Osipenko 1-6/+6
2021-04-07cpuidle: menu: Take negative "sleep length" values into accountGravatar Rafael J. Wysocki 1-6/+11
2021-04-07cpuidle: teo: Take negative "sleep length" values into accountGravatar Rafael J. Wysocki 1-7/+15
2021-04-07cpuidle: teo: Adjust handling of very short idle timesGravatar Rafael J. Wysocki 1-17/+15
2021-04-07cpuidle: Use s64 as exit_latency_ns and target_residency_ns data typeGravatar Rafael J. Wysocki 1-0/+4
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 3-6/+55
2020-12-01cpuidle: Select polling interval based on a c-state with a longer target resi...Gravatar Mel Gorman 1-2/+23
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictGravatar Ingo Molnar 1-2/+2
2020-11-24smp: Cleanup smp_call_function*()Gravatar Peter Zijlstra 1-2/+1
2020-11-23Merge back cpuidle changes for v5.11.Gravatar Rafael J. Wysocki 2-4/+32
2020-11-16cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RCU_NONIDLEGravatar Dmitry Osipenko 1-2/+2
2020-11-10cpuidle: psci: Enable suspend-to-idle for PSCI OSI modeGravatar Ulf Hansson 2-4/+32
2020-10-26cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi ChromebooksGravatar Marek Szyprowski 1-2/+1
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2020-09-28Merge back cpuidle material for 5.10.Gravatar Rafael J. Wysocki 2-12/+2
2020-09-23cpuidle: record state entry rejection statisticsGravatar Lina Iyer 2-0/+4
2020-09-22cpuidle: Drop misleading comments about RCU usageGravatar Ulf Hansson 1-10/+0
2020-09-22cpuidle: psci: Allow PM domain to be initialized even if no OSI modeGravatar Ulf Hansson 1-28/+31
2020-09-22firmware: psci: Extend psci_set_osi_mode() to allow reset to PC modeGravatar Ulf Hansson 1-1/+1
2020-09-21cpuidle: tegra: Correctly handle result of arm_cpuidle_simple_enter()Gravatar Dmitry Osipenko 1-14/+20
2020-09-21cpuidle: psci: Fix suspicious RCU usageGravatar Ulf Hansson 1-2/+2
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-4/+11
2020-09-16cpuidle: Allow cpuidle drivers to take over RCU-idleGravatar Peter Zijlstra 1-5/+10
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Gravatar Nicholas Piggin 1-1/+1
2020-09-08cpuidle: pseries: Fix CEDE latency conversion from tb to usGravatar Gautham R. Shenoy 1-4/+11
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericGravatar Peter Zijlstra 1-0/+4
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathGravatar Peter Zijlstra 1-4/+8
2020-08-26cpuidle: Fixup IRQ stateGravatar Peter Zijlstra 1-1/+2
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-17/+184
2020-07-30cpuidle: pseries: Fixup exit latency for CEDE(0)Gravatar Gautham R. Shenoy 1-3/+42
2020-07-30cpuidle: pseries: Add function to parse extended CEDE recordsGravatar Gautham R. Shenoy 1-1/+135
2020-07-30cpuidle: pseries: Set the latency-hint before entering CEDEGravatar Gautham R. Shenoy 1-2/+10
2020-07-29cpuidle: change enter_s2idle() prototypeGravatar Neal Liu 1-3/+5
2020-07-29cpuidle: psci: Prevent domain idlestates until consumers are readyGravatar Ulf Hansson 1-0/+14
2020-07-29cpuidle: psci: Convert PM domain to platform driverGravatar Ulf Hansson 1-17/+28
2020-07-29cpuidle: psci: Fix error path via converting to a platform driverGravatar Ulf Hansson 3-65/+95