aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
45 hoursMerge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Gravatar Linus Torvalds 3-23/+5
4 daysMerge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-3/+3
11 dayscpuidle: ladder: fix ladder_do_selection() kernel-docGravatar Jeff Johnson 1-0/+1
2024-04-24cpuidle: Avoid explicit cpumask allocation on stackGravatar Dawei Li 1-10/+3
2024-04-23cpuidle: kirkwood: Convert to platform remove callback returning voidGravatar Yangtao Li 1-3/+2
2024-04-04cpuidle: psci: Update init level to core_initcall()Gravatar Maulik Shah 1-1/+1
2024-04-04cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()Gravatar Ulf Hansson 3-22/+4
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-44/+5
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvGravatar Sunil V L 1-44/+5
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Gravatar Yosry Ahmed 1-1/+1
2024-02-12cpuidle: Avoid potential overflow in integer multiplicationGravatar C Cheng 1-1/+2
2024-02-12cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_startGravatar Parshuram Sangle 1-2/+7
2023-12-29cpuidle: haltpoll: Do not enable interrupts when entering idleGravatar Borislav Petkov (AMD) 1-5/+4
2023-09-29cpuidle: dt: Replace deprecated strncpy() with strscpy()Gravatar Justin Stitt 1-2/+2
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-7/+1
2023-08-25Merge branches 'pm-cpuidle' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 3-111/+203
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTGravatar Russell Currey 1-7/+1
2023-08-23cpuidle: teo: Avoid unnecessary variable assignmentsGravatar Rafael J. Wysocki 1-3/+2
2023-08-17cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some casesGravatar Rafael J. Wysocki 3-34/+54
2023-08-09cpuidle: teo: Gather statistics regarding whether or not to stop the tickGravatar Rafael J. Wysocki 1-1/+40
2023-08-09cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some casesGravatar Rafael J. Wysocki 1-0/+22
2023-08-09cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfrontGravatar Rafael J. Wysocki 1-61/+44
2023-08-08cpuidle: psci: Move enabling OSI mode after power domains creationGravatar Maulik Shah 1-26/+13
2023-08-08cpuidle: dt_idle_genpd: Add helper function to remove genpd topologyGravatar Maulik Shah 2-0/+31
2023-08-03cpuidle: teo: Drop utilized from struct teo_cpuGravatar Rafael J. Wysocki 1-5/+4
2023-08-03cpuidle: teo: Avoid stopping the tick unnecessarily when bailing outGravatar Rafael J. Wysocki 1-23/+33
2023-08-03cpuidle: teo: Update idle duration estimate when choosing shallower stateGravatar Rafael J. Wysocki 1-10/+30
2023-06-05cpuidle: Use local_clock_noinstr()Gravatar Peter Zijlstra 2-6/+6
2023-04-29RISC-V: Align SBI probe implementation with specGravatar Andrew Jones 1-1/+1
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-14/+14
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-5/+12
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-5/+2
2023-04-20cpuidle: pseries: Mark ->enter() functions as __cpuidleGravatar Michael Ellerman 1-14/+14
2023-04-13cpuidle: Adjust includes to remove of_device.hGravatar Rob Herring 4-5/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+2
2023-03-27cpuidle: Use of_property_present() for testing DT property presenceGravatar Rob Herring 2-4/+4
2023-03-22cpuidle: move to use bus_get_dev_root()Gravatar Greg Kroah-Hartman 3-5/+12
2023-03-07cpuidle: psci: Iterate backwards over list in psci_pd_remove()Gravatar Shawn Guo 1-1/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 8-10/+125
2023-02-13cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RTGravatar Krzysztof Kozlowski 3-2/+16
2023-02-13cpuidle: driver: Update microsecond values of state parameters as neededGravatar Rafael J. Wysocki 1-0/+4
2023-02-09cpuidle: sysfs: make kobj_type structures constantGravatar Thomas Weißschuh 1-3/+3
2023-02-09cpuidle: add ARCH_SUSPEND_POSSIBLE dependenciesGravatar Arnd Bergmann 1-0/+2
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Gravatar Elliot Berman 1-1/+1
2023-01-31cpuidle: Fix poll_idle() noinstr annotationGravatar Peter Zijlstra 2-3/+1
2023-01-20cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()Gravatar Li RongQing 1-1/+1
2023-01-18cpuidle, arm64: Fix the ARM64 cpuidle logicGravatar Peter Zijlstra 1-5/+1
2023-01-18cpuidle: mvebu: Fix duplicate flags assignmentGravatar Arnd Bergmann 1-6/+4