summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorLines
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+8
2026-04-13Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-64/+55
2026-04-07cpuidle: Extract and export no-lock variants of cpuidle_unregister_device()Huisong Li-7/+15
2026-04-04cpuidle: Simplify cpuidle_register_device() with guard()Huisong Li-7/+5
2026-04-01cpuidle: clean up dead dependencies on CPU_IDLE in KconfigJulian Braha-4/+2
2026-04-01cpuidle: powerpc: avoid double clear when breaking snoozeShrikanth Hegde-2/+8
2026-03-12Merge back cpuidle material for 7.1Rafael J. Wysocki-53/+48
2026-03-10sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki-10/+0
2026-03-05cpuidle: governors: teo: Rearrange stopped tick handlingRafael J. Wysocki-47/+34
2026-03-05cpuidle: governors: menu: Refine stopped tick handlingRafael J. Wysocki-6/+14
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-02-18Merge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-10/+12
2026-02-17cpuidle: menu: Remove single state handlingChristian Loehle-1/+1
2026-02-17cpuidle: teo: Remove single state handlingChristian Loehle-6/+0
2026-02-17cpuidle: haltpoll: Remove single state handlingAboorva Devarajan-3/+1
2026-02-17cpuidle: Skip governor when only one idle state is availableAboorva Devarajan-0/+10
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2026-01-30cpuidle: governors: teo: Refine intercepts-based idle state lookupRafael J. Wysocki-7/+43
2026-01-30cpuidle: governors: teo: Adjust the classification of wakeup eventsRafael J. Wysocki-11/+14
2026-01-23cpuidle: governors: teo: Refine tick_intercepts vs total events checkRafael J. Wysocki-1/+1
2026-01-23cpuidle: governors: teo: Avoid fake intercepts produced by tickRafael J. Wysocki-0/+11
2026-01-23cpuidle: governors: teo: Avoid selecting states with zero-size binsRafael J. Wysocki-0/+10
2026-01-23cpuidle: governors: menu: Always check timers with tick stoppedRafael J. Wysocki-11/+11
2026-01-12cpuidle: zynq: Switch Michal Simek's email to new oneMichal Simek-1/+1
2026-01-09cpuidle: menu: Remove incorrect unlikely() annotationBreno Leitao-1/+1
2025-12-26cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use()Aaron Kling-0/+1
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+8
2025-12-04Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+1
2025-12-04Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds-2/+2
2025-11-28Merge branches 'pm-qos' and 'pm-tools'Rafael J. Wysocki-5/+11
2025-11-28Merge branches 'pm-cpuidle' and 'pm-powercap'Rafael J. Wysocki-91/+91
2025-11-26cpuidle: big_little: Simplify with of_machine_device_match()Krzysztof Kozlowski-10/+1
2025-11-25cpuidle: Warn instead of bailing out if target residency check failsRafael J. Wysocki-10/+8
2025-11-25cpuidle: Update header inclusionAndy Shevchenko-0/+4
2025-11-25cpuidle: Respect the CPU system wakeup QoS limit for cpuidleUlf Hansson-0/+4
2025-11-25sched: idle: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson-5/+7
2025-11-24cpuidle: governors: teo: Add missing space to the descriptionRafael J. Wysocki-1/+1
2025-11-20cpuidle: governors: teo: Simplify intercepts-based state lookupRafael J. Wysocki-46/+16
2025-11-20cpuidle: governors: teo: Fix tick_intercepts handling in teo_update()Rafael J. Wysocki-1/+1
2025-11-20cpuidle: governors: teo: Rework the handling of tick wakeupsRafael J. Wysocki-15/+24
2025-11-19cpuidle: psci: Replace deprecated strcpy in psci_idle_init_cpuThorsten Blum-2/+2
2025-11-14cpuidle: governors: teo: Decay metrics below DECAY_SHIFT thresholdRafael J. Wysocki-7/+19
2025-11-14cpuidle: governors: teo: Use s64 consistently in teo_update()Rafael J. Wysocki-4/+3
2025-11-14cpuidle: governors: teo: Drop redundant function parameterRafael J. Wysocki-6/+4
2025-11-14cpuidle: governors: teo: Drop misguided target residency checkRafael J. Wysocki-5/+2
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-11-12cpuidle: teo: Use this_cpu_ptr() where possibleChristian Loehle-3/+3
2025-11-12cpuidle: Add sanity check for exit latency and target residencyRafael J. Wysocki-2/+14