summaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)Author
2024-09-18Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2024-08-22cpuidle: remove dead code from cpuidle_enter_state()Dhruva Gole
2024-08-20cpuidle: riscv-sbi: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-20cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_putKrzysztof Kozlowski
2024-08-20cpuidle: dt_idle_genpd: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-20cpuidle: psci: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-05cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RTUlf Hansson
2024-08-05cpuidle: psci: Enable the hierarchical topology for s2ram on PREEMPT_RTUlf Hansson
2024-08-05cpuidle: psci: Drop redundant assignment of CPUIDLE_FLAG_RCU_IDLEUlf Hansson
2024-08-05cpuidle: psci-domain: Enable system-wide suspend on PREEMPT_RTUlf Hansson
2024-07-01cpuidle: teo: Don't count non-existent interceptsChristian Loehle
2024-06-28cpuidle: teo: Remove recent intercepts metricChristian Loehle
2024-06-28Revert: "cpuidle: teo: Introduce util-awareness"Christian Loehle
2024-06-21cpuidle: governors: teo: Fix a typo in a commentAtul Kumar Pant
2024-06-14cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07cpuidle: menu: Cleanup after loadavg removalChristian Loehle
2024-05-16Merge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-05-07cpuidle: ladder: fix ladder_do_selection() kernel-docJeff Johnson
2024-04-24cpuidle: Avoid explicit cpumask allocation on stackDawei Li
2024-04-23cpuidle: kirkwood: Convert to platform remove callback returning voidYangtao Li
2024-04-04cpuidle: psci: Update init level to core_initcall()Maulik Shah
2024-04-04cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()Ulf Hansson
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvSunil V L
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed
2024-02-12cpuidle: Avoid potential overflow in integer multiplicationC Cheng
2024-02-12cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_startParshuram Sangle
2023-12-29cpuidle: haltpoll: Do not enable interrupts when entering idleBorislav Petkov (AMD)
2023-09-29cpuidle: dt: Replace deprecated strncpy() with strscpy()Justin Stitt
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