aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2025-03-25Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-0/+3
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-71/+76
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf1-0/+3
2025-03-12cpuidle: Init cpuidle only for present CPUsJacky Bai5-10/+10
2025-02-25Merge branch 'cpuidle-menu'Rafael J. Wysocki1-61/+66
2025-02-25cpuidle: menu: Update documentation after get_typical_interval() changesRafael J. Wysocki1-19/+10
2025-02-25cpuidle: menu: Avoid discarding useful informationRafael J. Wysocki1-1/+12
2025-02-25cpuidle: menu: Eliminate outliers on both ends of the sample setRafael J. Wysocki1-10/+22
2025-02-25cpuidle: menu: Tweak threshold use in get_typical_interval()Rafael J. Wysocki1-4/+4
2025-02-25cpuidle: menu: Use one loop for average and variance computationsRafael J. Wysocki1-33/+28
2025-02-25cpuidle: menu: Drop a redundant local variableRafael J. Wysocki1-5/+1
2025-02-17cpuidle: psci: Add trace for PSCI domain idleKeita Morisaki1-0/+3
2025-01-30Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-101/+96
2025-01-24Merge tag 'pmdomain-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-0/+1
2025-01-20cpuidle: teo: Skip sleep length computation for low latency constraintsRafael J. Wysocki1-1/+12
2025-01-20cpuidle: teo: Replace time_span_ns with a flagRafael J. Wysocki1-18/+9
2025-01-20cpuidle: teo: Simplify handling of total events countRafael J. Wysocki1-4/+1
2025-01-20cpuidle: teo: Skip getting the sleep length if wakeups are very frequentRafael J. Wysocki1-22/+36
2025-01-20cpuidle: teo: Simplify counting events used for tick managementRafael J. Wysocki1-35/+14
2025-01-20cpuidle: teo: Clarify two code commentsRafael J. Wysocki1-5/+11
2025-01-20cpuidle: teo: Drop local variable prev_intercept_idxRafael J. Wysocki1-10/+5
2025-01-20cpuidle: teo: Combine candidate state index checks against 0Rafael J. Wysocki1-14/+9
2025-01-20cpuidle: teo: Reorder candidate state index checksRafael J. Wysocki1-7/+8
2025-01-20cpuidle: teo: Rearrange idle state lookup codeRafael J. Wysocki1-14/+20
2025-01-13cpuidle: teo: Update documentation after previous changesRafael J. Wysocki1-43/+48
2025-01-08cpuidle: riscv-sbi: fix device node release in early exit of for_each_possibl...Javier Carrasco1-2/+2
2024-12-10cpuidle: psci: Activate GENPD_FLAG_ACTIVE_WAKEUP with OSIPatrick Delaunay1-0/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+9
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+1
2024-11-19cpuidle: Do not return from cpuidle_play_dead() on callback failuresRafael J. Wysocki1-3/+7
2024-10-29powerpc/machdep: Drop include of dma-mapping.hMichael Ellerman1-0/+1
2024-10-18cpuidle: Correct some typos in commentsShen Lichuan4-5/+5
2024-10-17Merge patch series "cpuidle: riscv-sbi: Allow cpuidle pd used by other devices"Palmer Dabbelt1-2/+9
2024-10-17cpuidle: riscv-sbi: Add cpuidle_disabled() checkNick Hu1-1/+8
2024-10-17cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcallNick Hu1-1/+1
2024-09-30cpuidle: menu: Remove iowait influenceChristian Loehle1-67/+9
2024-09-18Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds3-27/+30
2024-08-22cpuidle: remove dead code from cpuidle_enter_state()Dhruva Gole1-4/+1
2024-08-20cpuidle: riscv-sbi: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-20cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_putKrzysztof Kozlowski1-14/+7
2024-08-20cpuidle: dt_idle_genpd: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-10/+4
2024-08-20cpuidle: psci: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-05cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RTUlf Hansson1-7/+6
2024-08-05cpuidle: psci: Enable the hierarchical topology for s2ram on PREEMPT_RTUlf Hansson1-5/+15
2024-08-05cpuidle: psci: Drop redundant assignment of CPUIDLE_FLAG_RCU_IDLEUlf Hansson1-1/+0
2024-08-05cpuidle: psci-domain: Enable system-wide suspend on PREEMPT_RTUlf Hansson1-3/+7
2024-07-01cpuidle: teo: Don't count non-existent interceptsChristian Loehle1-0/+11
2024-06-28cpuidle: teo: Remove recent intercepts metricChristian Loehle1-63/+13
2024-06-28Revert: "cpuidle: teo: Introduce util-awareness"Christian Loehle1-105/+0
2024-06-21cpuidle: governors: teo: Fix a typo in a commentAtul Kumar Pant1-1/+1
2024-06-14cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07cpuidle: menu: Cleanup after loadavg removalChristian Loehle1-12/+5
2024-05-16Merge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds3-23/+5
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-3/+3
2024-05-07cpuidle: ladder: fix ladder_do_selection() kernel-docJeff Johnson1-0/+1
2024-04-24cpuidle: Avoid explicit cpumask allocation on stackDawei Li1-10/+3
2024-04-23cpuidle: kirkwood: Convert to platform remove callback returning voidYangtao Li1-3/+2
2024-04-04cpuidle: psci: Update init level to core_initcall()Maulik Shah1-1/+1
2024-04-04cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()Ulf Hansson3-22/+4
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-167/+199
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-29/+44
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-16/+14
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