summaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Merge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds3-23/+5
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-3/+3
2024-05-07cpuidle: ladder: fix ladder_do_selection() kernel-docJeff Johnson1-0/+1
2024-04-24cpuidle: Avoid explicit cpumask allocation on stackDawei Li1-10/+3
2024-04-23cpuidle: kirkwood: Convert to platform remove callback returning voidYangtao Li1-3/+2
2024-04-04cpuidle: psci: Update init level to core_initcall()Maulik Shah1-1/+1
2024-04-04cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()Ulf Hansson3-22/+4
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-44/+5
2024-03-20cpuidle: RISC-V: Move few functions to arch/riscvSunil V L1-44/+5
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-12cpuidle: Avoid potential overflow in integer multiplicationC Cheng1-1/+2
2024-02-12cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_startParshuram Sangle1-2/+7
2023-12-29cpuidle: haltpoll: Do not enable interrupts when entering idleBorislav Petkov (AMD)1-5/+4
2023-09-30cpuidle: dt: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-7/+1
2023-08-25Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki3-111/+203
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey1-7/+1
2023-08-23cpuidle: teo: Avoid unnecessary variable assignmentsRafael J. Wysocki1-3/+2
2023-08-17cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki3-34/+54
2023-08-09cpuidle: teo: Gather statistics regarding whether or not to stop the tickRafael J. Wysocki1-1/+40
2023-08-09cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki1-0/+22
2023-08-09cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfrontRafael J. Wysocki1-61/+44
2023-08-08cpuidle: psci: Move enabling OSI mode after power domains creationMaulik Shah1-26/+13
2023-08-08cpuidle: dt_idle_genpd: Add helper function to remove genpd topologyMaulik Shah2-0/+31
2023-08-03cpuidle: teo: Drop utilized from struct teo_cpuRafael J. Wysocki1-5/+4
2023-08-03cpuidle: teo: Avoid stopping the tick unnecessarily when bailing outRafael J. Wysocki1-23/+33
2023-08-03cpuidle: teo: Update idle duration estimate when choosing shallower stateRafael J. Wysocki1-10/+30
2023-06-05cpuidle: Use local_clock_noinstr()Peter Zijlstra2-6/+6
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-14/+14
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+12
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-5/+2
2023-04-20cpuidle: pseries: Mark ->enter() functions as __cpuidleMichael Ellerman1-14/+14
2023-04-14cpuidle: Adjust includes to remove of_device.hRob Herring4-5/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+2
2023-03-27cpuidle: Use of_property_present() for testing DT property presenceRob Herring2-4/+4
2023-03-22cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman3-5/+12
2023-03-07cpuidle: psci: Iterate backwards over list in psci_pd_remove()Shawn Guo1-1/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds8-10/+125
2023-02-13cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RTKrzysztof Kozlowski3-2/+16
2023-02-13cpuidle: driver: Update microsecond values of state parameters as neededRafael J. Wysocki1-0/+4
2023-02-09cpuidle: sysfs: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-02-09cpuidle: add ARCH_SUSPEND_POSSIBLE dependenciesArnd Bergmann1-0/+2
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-01-31cpuidle: Fix poll_idle() noinstr annotationPeter Zijlstra2-3/+1
2023-01-20cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()Li RongQing1-1/+1
2023-01-18cpuidle, arm64: Fix the ARM64 cpuidle logicPeter Zijlstra1-5/+1
2023-01-18cpuidle: mvebu: Fix duplicate flags assignmentArnd Bergmann1-6/+4