aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-29cpuidle: psci: Fail cpuidle registration if set OSI mode failedGravatar Ulf Hansson 1-5/+0
2020-07-29cpuidle: psci: Split into two separate build objectsGravatar Ulf Hansson 3-4/+13
2020-07-16cpuidle/pseries: Make symbol 'pseries_idle_driver' staticGravatar Wei Yongjun 1-1/+1
2020-07-15cpuidle/powernv : Remove dead code blockGravatar Abhishek Goel 1-14/+0
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeGravatar Rafael J. Wysocki 1-3/+3
2020-06-23PM: s2idle: Clear _TIF_POLLING_NRFLAG before suspend to idleGravatar Chen Yu 1-1/+2
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+6
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-32/+7
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2020-05-29cpuidle: Fix three reference count leaksGravatar Qiushi Wu 1-3/+3
2020-05-26cpuidle: Convert Qualcomm SPM driver to a generic CPUidle driverGravatar Stephan Gerhold 3-0/+358
2020-05-19cpuidle: sysfs: Remove sysfs_switch and switch attributesGravatar Hanjun Guo 1-20/+2
2020-05-19cpuidle: Make cpuidle governor switchable to be the default behaviourGravatar Hanjun Guo 1-4/+5
2020-05-19cpuidle: sysfs: Accept governor name with 15 charactersGravatar Hanjun Guo 1-16/+7
2020-05-19cpuidle: sysfs: Fix the overlap for showing available governorsGravatar Hanjun Guo 1-3/+3
2020-05-19thermal: cpuidle: Register cpuidle cooling deviceGravatar Daniel Lezcano 2-0/+6
2020-05-15cpuidle: psci: Fixup execution order when entering a domain idle stateGravatar Ulf Hansson 1-1/+7
2020-05-06cpuidle: tegra: Support CPU cluster power-down state on Tegra30Gravatar Dmitry Osipenko 1-1/+0
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGravatar Gautham R. Shenoy 1-9/+6
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGravatar Gautham R. Shenoy 1-29/+7
2020-04-29cpuidle: sysfs: Minor coding style correctionsGravatar Hanjun Guo 1-2/+2
2020-04-29cpuidle: sysfs: Remove the unused define_one_r(o/w) macrosGravatar Hanjun Guo 1-5/+0
2020-04-10Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-2/+2
2020-04-08cpuidle-haltpoll: Fix small typoGravatar Yihao Wu 1-2/+2
2020-04-03Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 3-0/+401
2020-03-30Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains'Gravatar Rafael J. Wysocki 1-19/+27
2020-03-30Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-2/+10
2020-03-14cpuidle: psci: Split psci_dt_cpu_init_idle()Gravatar Ulf Hansson 1-19/+27
2020-03-14cpuidle: haltpoll: allow force loading on hosts without the REALTIME hintGravatar Maciej S. Szmigiero 1-2/+10
2020-03-13cpuidle: tegra: Disable CC6 state if LP2 unavailableGravatar Dmitry Osipenko 1-0/+5
2020-03-13cpuidle: tegra: Squash Tegra114 driver into the common driverGravatar Dmitry Osipenko 1-1/+44
2020-03-13cpuidle: tegra: Squash Tegra30 driver into the common driverGravatar Dmitry Osipenko 1-5/+69
2020-03-13cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidleGravatar Dmitry Osipenko 3-0/+289
2020-02-13cpuidle: Call cpu_latency_qos_limit() instead of pm_qos_request()Gravatar Rafael J. Wysocki 1-1/+1
2020-02-13PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chainGravatar Rafael J. Wysocki 1-39/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 5-29/+466
2020-01-23Merge branch 'intel_idle+acpi'Gravatar Rafael J. Wysocki 2-1/+15
2020-01-23cpuidle: fix cpuidle_find_deepest_state() kerneldoc warningsGravatar Benjamin Gaignard 1-0/+3
2020-01-23cpuidle: sysfs: fix warnings when compiling with W=1Gravatar Benjamin Gaignard 1-2/+4