summaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)Author
2026-05-17cpuidle: powerpc: avoid double clear when breaking snoozeShrikanth Hegde
2026-03-25sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki
2026-03-04cpuidle: Skip governor when only one idle state is availableAboorva Devarajan
2026-03-04cpuidle: governors: menu: Always check timers with tick stoppedRafael J. Wysocki
2026-03-04cpuidle: menu: Cleanup after loadavg removalChristian Loehle
2026-01-11cpuidle: governors: teo: Drop misguided target residency checkRafael J. Wysocki
2026-01-11cpuidle: menu: Use residency threshold in polling state override decisionsAboorva Devarajan
2025-11-24cpuidle: Fail cpuidle device registration if there is one alreadyRafael J. Wysocki
2025-11-24cpuidle: governors: menu: Select polling state in some more casesRafael J. Wysocki
2025-11-24cpuidle: governors: menu: Rearrange main loop in menu_select()Rafael J. Wysocki
2025-10-29Revert "cpuidle: menu: Avoid discarding useful information"Rafael J. Wysocki
2025-10-15cpuidle: qcom-spm: fix device and OF node leaks at probeJohan Hovold
2025-08-28cpuidle: governors: menu: Avoid selecting states with too much latencyRafael J. Wysocki
2025-08-28cpuidle: menu: Remove iowait influenceChristian Loehle
2025-08-28cpuidle: governors: menu: Avoid using invalid recent intervals dataRafael J. Wysocki
2025-06-04cpuidle: menu: Avoid discarding useful informationRafael J. Wysocki
2025-01-17cpuidle: riscv-sbi: fix device node release in early exit of for_each_possibl...Javier Carrasco
2024-10-04cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_putKrzysztof Kozlowski
2024-04-13cpuidle: Avoid potential overflow in integer multiplicationC Cheng
2024-01-25cpuidle: haltpoll: Do not enable interrupts when entering idleBorislav Petkov (AMD)
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-25Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey
2023-08-23cpuidle: teo: Avoid unnecessary variable assignmentsRafael J. Wysocki
2023-08-17cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki
2023-08-09cpuidle: teo: Gather statistics regarding whether or not to stop the tickRafael J. Wysocki
2023-08-09cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki
2023-08-09cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfrontRafael J. Wysocki
2023-08-08cpuidle: psci: Move enabling OSI mode after power domains creationMaulik Shah
2023-08-08cpuidle: dt_idle_genpd: Add helper function to remove genpd topologyMaulik Shah
2023-08-03cpuidle: teo: Drop utilized from struct teo_cpuRafael J. Wysocki
2023-08-03cpuidle: teo: Avoid stopping the tick unnecessarily when bailing outRafael J. Wysocki
2023-08-03cpuidle: teo: Update idle duration estimate when choosing shallower stateRafael J. Wysocki
2023-06-05cpuidle: Use local_clock_noinstr()Peter Zijlstra
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-20cpuidle: pseries: Mark ->enter() functions as __cpuidleMichael Ellerman
2023-04-13cpuidle: Adjust includes to remove of_device.hRob Herring
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-27cpuidle: Use of_property_present() for testing DT property presenceRob Herring
2023-03-22cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-07cpuidle: psci: Iterate backwards over list in psci_pd_remove()Shawn Guo
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-02-13cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RTKrzysztof Kozlowski
2023-02-13cpuidle: driver: Update microsecond values of state parameters as neededRafael J. Wysocki
2023-02-09cpuidle: sysfs: make kobj_type structures constantThomas Weißschuh
2023-02-09cpuidle: add ARCH_SUSPEND_POSSIBLE dependenciesArnd Bergmann