aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-44/+5
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvSunil V L1-44/+5
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-12cpuidle: Avoid potential overflow in integer multiplicationC Cheng1-1/+2
2024-02-12cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_startParshuram Sangle1-2/+7
2023-12-29cpuidle: haltpoll: Do not enable interrupts when entering idleBorislav Petkov (AMD)1-5/+4
2023-09-29cpuidle: dt: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-7/+1
2023-08-25Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki3-111/+203
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey1-7/+1
2023-08-23cpuidle: teo: Avoid unnecessary variable assignmentsRafael J. Wysocki1-3/+2
2023-08-17cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki3-34/+54
2023-08-09cpuidle: teo: Gather statistics regarding whether or not to stop the tickRafael J. Wysocki1-1/+40
2023-08-09cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki1-0/+22
2023-08-09cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfrontRafael J. Wysocki1-61/+44
2023-08-08cpuidle: psci: Move enabling OSI mode after power domains creationMaulik Shah1-26/+13
2023-08-08cpuidle: dt_idle_genpd: Add helper function to remove genpd topologyMaulik Shah2-0/+31
2023-08-03cpuidle: teo: Drop utilized from struct teo_cpuRafael J. Wysocki1-5/+4
2023-08-03cpuidle: teo: Avoid stopping the tick unnecessarily when bailing outRafael J. Wysocki1-23/+33
2023-08-03cpuidle: teo: Update idle duration estimate when choosing shallower stateRafael J. Wysocki1-10/+30
2023-06-05cpuidle: Use local_clock_noinstr()Peter Zijlstra2-6/+6
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-14/+14
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+12
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-5/+2
2023-04-20cpuidle: pseries: Mark ->enter() functions as __cpuidleMichael Ellerman1-14/+14
2023-04-13cpuidle: Adjust includes to remove of_device.hRob Herring4-5/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+2
2023-03-27cpuidle: Use of_property_present() for testing DT property presenceRob Herring2-4/+4
2023-03-22cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman3-5/+12
2023-03-07cpuidle: psci: Iterate backwards over list in psci_pd_remove()Shawn Guo1-1/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds8-10/+125
2023-02-13cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RTKrzysztof Kozlowski3-2/+16
2023-02-13cpuidle: driver: Update microsecond values of state parameters as neededRafael J. Wysocki1-0/+4
2023-02-09cpuidle: sysfs: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-02-09cpuidle: add ARCH_SUSPEND_POSSIBLE dependenciesArnd Bergmann1-0/+2
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-01-31cpuidle: Fix poll_idle() noinstr annotationPeter Zijlstra2-3/+1
2023-01-20cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()Li RongQing1-1/+1
2023-01-18cpuidle, arm64: Fix the ARM64 cpuidle logicPeter Zijlstra1-5/+1
2023-01-18cpuidle: mvebu: Fix duplicate flags assignmentArnd Bergmann1-6/+4
2023-01-13cpuidle-haltpoll: select haltpoll governorLi RongQing1-0/+1
2023-01-13cpuidle: Add comments about noinstr/__cpuidle usagePeter Zijlstra1-0/+12
2023-01-13cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidlePeter Zijlstra7-30/+25
2023-01-13cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidlePeter Zijlstra1-9/+28
2023-01-13cpuidle: Annotate poll_idle()Peter Zijlstra1-1/+5
2023-01-13cpuidle: Fix ct_idle_*() usagePeter Zijlstra6-17/+18
2023-01-13cpuidle, dt: Push RCU-idle into driverPeter Zijlstra2-3/+7
2023-01-13cpuidle, armada: Push RCU-idle into driverPeter Zijlstra1-0/+7
2023-01-13cpuidle, psci: Push RCU-idle into driverPeter Zijlstra1-4/+5
2023-01-13cpuidle, tegra: Push RCU-idle into driverPeter Zijlstra1-5/+16
2023-01-13cpuidle, riscv: Push RCU-idle into driverPeter Zijlstra1-4/+5
2023-01-13cpuidle: Move IRQ state validationPeter Zijlstra1-5/+5
2023-01-13cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() callsPeter Zijlstra1-1/+3
2023-01-10cpuidle: teo: Introduce util-awarenessKajetan Puchalski1-1/+93
2023-01-10cpuidle: teo: Optionally skip polling states in teo_find_shallower_state()Kajetan Puchalski1-3/+5
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+10
2022-12-06powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze stateAboorva Devarajan2-3/+10
2022-10-28cpuidle: dt: Clarify a comment and simplify code in dt_init_idle_driver()Ulf Hansson1-6/+3
2022-10-28cpuidle: dt: Return the correct numbers of parsed idle statesUlf Hansson1-1/+1
2022-10-28cpuidle: psci: Extend information in log about OSI/PC modeUlf Hansson1-1/+2
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2022-09-28firmware/psci: Print a warning if PSCI doesn't accept PC modeDmitry Baryshkov1-3/+1
2022-09-23cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usageAnup Patel1-1/+6
2022-09-03cpuidle: Remove redundant check in cpuidle_switch_governor()Yu Liao1-6/+5
2022-08-31cpuidle: powernv: move from strlcpy() with unused retval to strscpy()Wolfram Sang1-2/+2
2022-08-31cpuidle: coupled: Drop duplicate word from a commentJason Wang1-1/+1
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