aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2022-08-08Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+5
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-8/+2
2022-08-03cpuidle: Add cpu_idle_miss trace eventKajetan Puchalski1-1/+5
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-12/+13
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+3
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2-8/+8
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker1-4/+5
2022-06-23cpuidle: cpuidle-arm: remove arm64 supportMichael Walle1-1/+2
2022-06-14cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrinkEiichi Tsukata1-0/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2-8/+2
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki2-4/+4
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki1-0/+46
2022-05-19cpuidle: riscv-sbi: Fix code to allow a genpd governor to be usedUlf Hansson1-2/+2
2022-05-19cpuidle: psci: Fix regression leading to no genpd governorUlf Hansson1-2/+2
2022-04-19cpuidle: riscv: support non-SMP configRandy Dunlap1-0/+1
2022-04-19cpuidle: PSCI: Improve support for suspend-to-RAM for PSCI OSI modeUlf Hansson1-0/+46
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt9-135/+903
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+24
2022-03-10cpuidle: Add RISC-V SBI CPU idle driverAnup Patel4-0/+651
2022-03-10cpuidle: Factor-out power domain related code from PSCI domain driverAnup Patel7-135/+252
2022-03-09cpuidle: haltpoll: Call cpuidle_poll_state_init() laterLi RongQing1-2/+2
2022-02-03firmware: qcom: scm: Drop cpumask parameter from set_boot_addr()Stephan Gerhold1-4/+4
2022-02-03cpuidle: qcom-spm: Check if any CPU is managed by SPMStephan Gerhold1-0/+20
2022-01-05cpuidle: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+4
2021-12-17cpuidle: Fix cpuidle_remove_state_sysfs() kerneldoc commentYang Li1-1/+1
2021-11-24cpuidle: menu: Fix typo in a commentJason Wang1-1/+1
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds3-251/+73
2021-10-13Merge tag 'qcom-drivers-for-5.16' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-250/+69
2021-10-05cpuidle: tegra: Check whether PMC is readyDmitry Osipenko1-0/+3
2021-10-05cpuidle: tegra: Enable compile testingDmitry Osipenko1-1/+1
2021-10-01cpuidle: Fix kobject memory leaks in error pathsAnel Orazgaliyeva1-1/+4
2021-09-21cpuidle: qcom_spm: Detach state machine from main SPM handlingAngeloGioacchino Del Regno2-250/+69
2021-09-07Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+1
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-31/+46
2021-08-16mfd/cpuidle: ux500: Rename driver symbolLinus Walleij1-1/+1
2021-08-04cpuidle: pseries: Mark pseries_idle_proble() as __initNathan Chancellor1-1/+1
2021-08-03cpuidle: teo: Rename two local variables in teo_select()Rafael J. Wysocki1-7/+7
2021-08-03cpuidle: teo: Fix alternative idle state lookupRafael J. Wysocki1-13/+27
2021-08-03cpuidle: pseries: Do not cap the CEDE0 latency in fixup_cede0_latency()Gautham R. Shenoy1-29/+30
2021-08-03cpuidle: pseries: Fixup CEDE0 latency only for POWER10 onwardsGautham R. Shenoy1-1/+15
2021-06-30Merge tag 'cpuidle-v5.14-rc1' of https://git.linaro.org/people/daniel.lezcano...Rafael J. Wysocki1-0/+14
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-228/+248
2021-06-17cpuidle: teo: remove unneeded semicolon in teo_select()Wan Jiabing1-1/+1
2021-06-16cpuidle: qcom: Add SPM register data for MSM8226Bartosz Dudziak1-0/+14
2021-06-11cpuidle: teo: Use kerneldoc documentation in admin-guideRafael J. Wysocki1-4/+8
2021-06-11cpuidle: teo: Rework most recent idle duration values treatmentRafael J. Wysocki1-83/+70
2021-06-11cpuidle: teo: Change the main idle state selection logicRafael J. Wysocki1-168/+200
2021-06-11cpuidle: teo: Cosmetic modification of teo_select()Rafael J. Wysocki1-11/+7
2021-06-11cpuidle: teo: Cosmetic modifications of teo_update()Rafael J. Wysocki1-6/+7
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan1-3/+3
2021-04-08Merge back earlier cpuidle updates for v5.13.Rafael J. Wysocki3-30/+45
2021-04-08cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configurationHe Ying1-1/+1
2021-04-08cpuidle: tegra: Remove do_idle firmware callDmitry Osipenko1-12/+1
2021-04-08cpuidle: tegra: Fix C7 idling state on Tegra114Dmitry Osipenko1-6/+6
2021-04-07cpuidle: menu: Take negative "sleep length" values into accountRafael J. Wysocki1-6/+11
2021-04-07cpuidle: teo: Take negative "sleep length" values into accountRafael J. Wysocki1-7/+15
2021-04-07cpuidle: teo: Adjust handling of very short idle timesRafael J. Wysocki1-17/+15
2021-04-07cpuidle: Use s64 as exit_latency_ns and target_residency_ns data typeRafael J. Wysocki1-0/+4
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-6/+55
2020-12-01cpuidle: Select polling interval based on a c-state with a longer target resi...Mel Gorman1-2/+23
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-2/+2
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-2/+1
2020-11-23Merge back cpuidle changes for v5.11.Rafael J. Wysocki2-4/+32
2020-11-16cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RCU_NONIDLEDmitry Osipenko1-2/+2
2020-11-10cpuidle: psci: Enable suspend-to-idle for PSCI OSI modeUlf Hansson2-4/+32
2020-10-26cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi ChromebooksMarek Szyprowski1-2/+1
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2020-09-28Merge back cpuidle material for 5.10.Rafael J. Wysocki2-12/+2
2020-09-23cpuidle: record state entry rejection statisticsLina Iyer2-0/+4
2020-09-22cpuidle: Drop misleading comments about RCU usageUlf Hansson1-10/+0
2020-09-22cpuidle: psci: Allow PM domain to be initialized even if no OSI modeUlf Hansson1-28/+31
2020-09-22firmware: psci: Extend psci_set_osi_mode() to allow reset to PC modeUlf Hansson1-1/+1
2020-09-21cpuidle: tegra: Correctly handle result of arm_cpuidle_simple_enter()Dmitry Osipenko1-14/+20
2020-09-21cpuidle: psci: Fix suspicious RCU usageUlf Hansson1-2/+2
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+11
2020-09-16cpuidle: Allow cpuidle drivers to take over RCU-idlePeter Zijlstra1-5/+10
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin1-1/+1
2020-09-08cpuidle: pseries: Fix CEDE latency conversion from tb to usGautham R. Shenoy1-4/+11
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra1-0/+4
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra1-4/+8
2020-08-26cpuidle: Fixup IRQ statePeter Zijlstra1-1/+2
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-17/+184
2020-07-30cpuidle: pseries: Fixup exit latency for CEDE(0)Gautham R. Shenoy1-3/+42
2020-07-30cpuidle: pseries: Add function to parse extended CEDE recordsGautham R. Shenoy1-1/+135
2020-07-30cpuidle: pseries: Set the latency-hint before entering CEDEGautham R. Shenoy1-2/+10
2020-07-29cpuidle: change enter_s2idle() prototypeNeal Liu1-3/+5
2020-07-29cpuidle: psci: Prevent domain idlestates until consumers are readyUlf Hansson1-0/+14
2020-07-29cpuidle: psci: Convert PM domain to platform driverUlf Hansson1-17/+28
2020-07-29cpuidle: psci: Fix error path via converting to a platform driverUlf Hansson3-65/+95
2020-07-29cpuidle: psci: Fail cpuidle registration if set OSI mode failedUlf Hansson1-5/+0
2020-07-29cpuidle: psci: Split into two separate build objectsUlf Hansson3-4/+13
2020-07-16cpuidle/pseries: Make symbol 'pseries_idle_driver' staticWei Yongjun1-1/+1
2020-07-15cpuidle/powernv : Remove dead code blockAbhishek Goel1-14/+0
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki1-3/+3
2020-06-23PM: s2idle: Clear _TIF_POLLING_NRFLAG before suspend to idleChen Yu1-1/+2
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+6
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-32/+7
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2020-05-29cpuidle: Fix three reference count leaksQiushi Wu1-3/+3
2020-05-26cpuidle: Convert Qualcomm SPM driver to a generic CPUidle driverStephan Gerhold3-0/+358
2020-05-19cpuidle: sysfs: Remove sysfs_switch and switch attributesHanjun Guo1-20/+2
2020-05-19cpuidle: Make cpuidle governor switchable to be the default behaviourHanjun Guo1-4/+5
2020-05-19cpuidle: sysfs: Accept governor name with 15 charactersHanjun Guo1-16/+7
2020-05-19cpuidle: sysfs: Fix the overlap for showing available governorsHanjun Guo1-3/+3
2020-05-19thermal: cpuidle: Register cpuidle cooling deviceDaniel Lezcano2-0/+6
2020-05-15cpuidle: psci: Fixup execution order when entering a domain idle stateUlf Hansson1-1/+7
2020-05-06cpuidle: tegra: Support CPU cluster power-down state on Tegra30Dmitry Osipenko1-1/+0
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy1-9/+6
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy1-29/+7
2020-04-29cpuidle: sysfs: Minor coding style correctionsHanjun Guo1-2/+2
2020-04-29cpuidle: sysfs: Remove the unused define_one_r(o/w) macrosHanjun Guo1-5/+0
2020-04-10Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2020-04-08cpuidle-haltpoll: Fix small typoYihao Wu1-2/+2
2020-04-03Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-0/+401
2020-03-30Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains'Rafael J. Wysocki1-19/+27
2020-03-30Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+10
2020-03-14cpuidle: psci: Split psci_dt_cpu_init_idle()Ulf Hansson1-19/+27
2020-03-14cpuidle: haltpoll: allow force loading on hosts without the REALTIME hintMaciej S. Szmigiero1-2/+10
2020-03-13cpuidle: tegra: Disable CC6 state if LP2 unavailableDmitry Osipenko1-0/+5
2020-03-13cpuidle: tegra: Squash Tegra114 driver into the common driverDmitry Osipenko1-1/+44
2020-03-13cpuidle: tegra: Squash Tegra30 driver into the common driverDmitry Osipenko1-5/+69
2020-03-13cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidleDmitry Osipenko3-0/+289
2020-02-13cpuidle: Call cpu_latency_qos_limit() instead of pm_qos_request()Rafael J. Wysocki1-1/+1
2020-02-13PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chainRafael J. Wysocki1-39/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds5-29/+466
2020-01-23Merge branch 'intel_idle+acpi'Rafael J. Wysocki2-1/+15
2020-01-23cpuidle: fix cpuidle_find_deepest_state() kerneldoc warningsBenjamin Gaignard1-0/+3
2020-01-23cpuidle: sysfs: fix warnings when compiling with W=1Benjamin Gaignard1-2/+4
2020-01-23cpuidle: coupled: fix warnings when compiling with W=1Benjamin Gaignard1-4/+5
2020-01-17Merge back cpuidle material for v5.6.Rafael J. Wysocki4-60/+8
2020-01-14cpuidle: arm: Enable compile testing for some of driversKrzysztof Kozlowski1-6/+6
2020-01-13cpuidle: teo: Fix intervals[] array indexing bugIkjoon Jang1-1/+1
2020-01-09cpuidle: Drop unused cpuidle_driver_ref/unref() functionsRafael J. Wysocki1-46/+0
2020-01-02cpuidle: psci: Add support for PM domains by using genpdUlf Hansson3-2/+284
2020-01-02cpuidle: psci: Support CPU hotplug for the hierarchical modelUlf Hansson1-1/+44
2020-01-02cpuidle: psci: Manage runtime PM in the idle pathUlf Hansson1-1/+9
2020-01-02cpuidle: psci: Prepare to use OS initiated suspend mode via PM domainsUlf Hansson1-6/+50
2020-01-02cpuidle: psci: Attach CPU devices to their PM domainsUlf Hansson1-4/+20
2020-01-02cpuidle: psci: Add a helper to attach a CPU to its PM domainUlf Hansson3-1/+46
2020-01-02cpuidle: psci: Support hierarchical CPU idle statesUlf Hansson1-2/+1
2020-01-02cpuidle: psci: Simplify OF parsing of CPU idle state nodesUlf Hansson1-18/+17
2020-01-02cpuidle: dt: Support hierarchical CPU idle statesLina Iyer1-3/+2
2020-01-02cpuidle: psci: Align psci_power_state count with idle state countSudeep Holla1-3/+5
2019-12-27cpuidle: Allow idle states to be disabled by defaultRafael J. Wysocki2-1/+15
2019-12-20cpuidle: kirkwood: convert to devm_platform_ioremap_resource()Yangtao Li1-4/+1
2019-12-20cpuidle: clps711x: convert to devm_platform_ioremap_resource()Yangtao Li1-4/+1
2019-12-12cpuidle: Drop unnecessary type cast in cpuidle_poll_time()Rafael J. Wysocki1-1/+1
2019-12-10cpuidle: Fix cpuidle_driver_state_disabled()Rafael J. Wysocki1-0/+10
2019-12-09cpuidle: use first valid target residency as poll timeMarcelo Tosatti1-0/+1
2019-11-29cpuidle: minor Kconfig help text fixesRandy Dunlap1-3/+3
2019-11-29cpuidle: Drop disabled field from struct cpuidle_stateRafael J. Wysocki2-2/+1
2019-11-29cpuidle: Fix Kconfig indentationKrzysztof Kozlowski2-16/+16
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano1-2/+3
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano1-6/+7
2019-11-19cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki1-0/+28
2019-11-15cpuidle: teo: Avoid code duplication in conditionalsRafael J. Wysocki1-5/+8
2019-11-13cpuidle: teo: Avoid using "early hits" incorrectlyRafael J. Wysocki1-4/+17
2019-11-13cpuidle: teo: Exclude cpuidle overhead from computationsRafael J. Wysocki1-1/+8
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki9-157/+168
2019-11-06cpuidle: Consolidate disabled state checksRafael J. Wysocki6-48/+51
2019-10-24cpuidle: Do not unset the driver if it is there alreadyZhenzhong Duan1-8/+7
2019-10-24Merge back earlier cpuidle material for v5.5.Rafael J. Wysocki1-19/+59
2019-10-22cpuidle: haltpoll: Take 'idle=' override into accountZhenzhong Duan1-0/+4
2019-10-14cpuidle: teo: Fix "early hits" handling for disabled idle statesRafael J. Wysocki1-9/+26
2019-10-14cpuidle: teo: Consider hits and misses metrics of disabled statesRafael J. Wysocki1-4/+21
2019-10-14cpuidle: teo: Rename local variable in teo_select()Rafael J. Wysocki1-10/+9
2019-10-14cpuidle: teo: Ignore disabled idle states that are too deepRafael J. Wysocki1-0/+7
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds14-71/+419
2019-09-11cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li1-1/+2
2019-09-11cpuidle-haltpoll: do not set an owner to allow modunloadJoao Martins1-1/+0
2019-09-11cpuidle-haltpoll: return -ENODEV on modinit failureJoao Martins1-1/+1
2019-09-11cpuidle-haltpoll: set haltpoll as preferred governorJoao Martins2-1/+2
2019-09-11cpuidle: allow governor switch on cpuidle_register_driver()Joao Martins3-3/+31
2019-09-03cpuidle-haltpoll: vcpu hotplug supportJoao Martins1-5/+63
2019-08-10cpuidle: teo: Get rid of redundant check in teo_update()Rafael J. Wysocki1-12/+4
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi1-1/+86
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi1-1/+1
2019-08-09ARM: psci: cpuidle: Introduce PSCI CPUidle driverLorenzo Pieralisi3-0/+162
2019-08-09ARM: cpuidle: Remove overzealous error loggingLorenzo Pieralisi1-3/+9
2019-08-09ARM: cpuidle: Remove useless header includeLorenzo Pieralisi1-1/+0
2019-08-05cpuidle: teo: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki1-16/+16
2019-08-05cpuidle: menu: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki1-11/+5
2019-07-30cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti1-1/+8
2019-07-30cpuidle: add haltpoll governorMarcelo Tosatti3-0/+162
2019-07-30governors: unify last_state_idxMarcelo Tosatti3-20/+18
2019-07-30cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti3-9/+39
2019-07-30add cpuidle-haltpoll driverMarcelo Tosatti3-0/+78
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2019-07-04PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-20/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner5-0/+5
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson1-2/+17
2019-04-01cpuidle: exynos: Unify target residency for AFTR and coupled AFTR statesMarek Szyprowski1-1/+1
2019-03-12cpuidle: governor: Add new governors to cpuidle_governors againRafael J. Wysocki1-0/+1