summaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-7/+7
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-7/+7
7 daysMerge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-10/+12
9 dayscpuidle: menu: Remove single state handlingChristian Loehle1-1/+1
9 dayscpuidle: teo: Remove single state handlingChristian Loehle1-6/+0
9 dayscpuidle: haltpoll: Remove single state handlingAboorva Devarajan1-3/+1
9 dayscpuidle: Skip governor when only one idle state is availableAboorva Devarajan1-0/+10
2026-02-12Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-02-11Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-01-30cpuidle: governors: teo: Refine intercepts-based idle state lookupRafael J. Wysocki1-7/+43
2026-01-30cpuidle: governors: teo: Adjust the classification of wakeup eventsRafael J. Wysocki1-11/+14
2026-01-23cpuidle: governors: teo: Refine tick_intercepts vs total events checkRafael J. Wysocki1-1/+1
2026-01-23cpuidle: governors: teo: Avoid fake intercepts produced by tickRafael J. Wysocki1-0/+11
2026-01-23cpuidle: governors: teo: Avoid selecting states with zero-size binsRafael J. Wysocki1-0/+10
2026-01-23cpuidle: governors: menu: Always check timers with tick stoppedRafael J. Wysocki1-11/+11
2026-01-12cpuidle: zynq: Switch Michal Simek's email to new oneMichal Simek1-1/+1
2026-01-09cpuidle: menu: Remove incorrect unlikely() annotationBreno Leitao1-1/+1
2025-12-26cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use()Aaron Kling1-0/+1
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-12-05Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+1
2025-12-05Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-2/+2
2025-11-28Merge branches 'pm-qos' and 'pm-tools'Rafael J. Wysocki2-5/+11
2025-11-28Merge branches 'pm-cpuidle' and 'pm-powercap'Rafael J. Wysocki4-91/+91
2025-11-27cpuidle: big_little: Simplify with of_machine_device_match()Krzysztof Kozlowski1-10/+1
2025-11-25cpuidle: Warn instead of bailing out if target residency check failsRafael J. Wysocki1-10/+8
2025-11-25cpuidle: Update header inclusionAndy Shevchenko1-0/+4
2025-11-25cpuidle: Respect the CPU system wakeup QoS limit for cpuidleUlf Hansson1-0/+4
2025-11-25sched: idle: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson1-5/+7
2025-11-24cpuidle: governors: teo: Add missing space to the descriptionRafael J. Wysocki1-1/+1
2025-11-20cpuidle: governors: teo: Simplify intercepts-based state lookupRafael J. Wysocki1-46/+16
2025-11-20cpuidle: governors: teo: Fix tick_intercepts handling in teo_update()Rafael J. Wysocki1-1/+1
2025-11-20cpuidle: governors: teo: Rework the handling of tick wakeupsRafael J. Wysocki1-15/+24
2025-11-19cpuidle: psci: Replace deprecated strcpy in psci_idle_init_cpuThorsten Blum1-2/+2
2025-11-14cpuidle: governors: teo: Decay metrics below DECAY_SHIFT thresholdRafael J. Wysocki1-7/+19
2025-11-14cpuidle: governors: teo: Use s64 consistently in teo_update()Rafael J. Wysocki1-4/+3
2025-11-14cpuidle: governors: teo: Drop redundant function parameterRafael J. Wysocki1-6/+4
2025-11-14cpuidle: governors: teo: Drop misguided target residency checkRafael J. Wysocki1-5/+2
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-11-12cpuidle: teo: Use this_cpu_ptr() where possibleChristian Loehle1-3/+3
2025-11-12cpuidle: Add sanity check for exit latency and target residencyRafael J. Wysocki1-2/+14
2025-11-07Merge tag 'riscv-for-linus-6.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2025-10-28cpuidle: riscv-sbi: Replace deprecated strcpy in sbi_cpuidle_init_cpuThorsten Blum1-2/+3
2025-10-27cpuidle: menu: Use residency threshold in polling state override decisionsAboorva Devarajan1-4/+5
2025-10-27cpuidle: governors: menu: Select polling state in some more casesRafael J. Wysocki1-2/+5
2025-10-20Revert "cpuidle: menu: Avoid discarding useful information"Rafael J. Wysocki1-12/+9
2025-09-20cpuidle: Fail cpuidle device registration if there is one alreadyRafael J. Wysocki1-1/+7
2025-09-20cpuidle: sysfs: Use sysfs_emit()/sysfs_emit_at() instead of sprintf()/scnprin...Vivek Yadav1-17/+17
2025-09-10cpuidle: qcom-spm: drop unnecessary initialisationsJohan Hovold1-2/+2
2025-09-10cpuidle: qcom-spm: fix device and OF node leaks at probeJohan Hovold1-2/+5
2025-08-21cpuidle: governors: menu: Rearrange main loop in menu_select()Rafael J. Wysocki1-34/+36