summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-44/+5
|\
| * cpuidle: RISC-V: Move few functions to arch/riscvSunil V L2024-03-191-44/+5
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\ \
| * | x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed2024-02-221-1/+1
| |/
* | cpuidle: Avoid potential overflow in integer multiplicationC Cheng2024-02-121-1/+2
* | cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_startParshuram Sangle2024-02-121-2/+7
|/
* cpuidle: haltpoll: Do not enable interrupts when entering idleBorislav Petkov (AMD)2023-12-291-5/+4
* cpuidle: dt: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-2/+2
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-7/+1
|\
| * powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey2023-08-241-7/+1
* | Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2023-08-253-111/+203
|\ \
| * | cpuidle: teo: Avoid unnecessary variable assignmentsRafael J. Wysocki2023-08-231-3/+2
| * | cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki2023-08-173-34/+54
| * | cpuidle: teo: Gather statistics regarding whether or not to stop the tickRafael J. Wysocki2023-08-091-1/+40
| * | cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki2023-08-091-0/+22
| * | cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfrontRafael J. Wysocki2023-08-091-61/+44
| * | cpuidle: teo: Drop utilized from struct teo_cpuRafael J. Wysocki2023-08-031-5/+4
| * | cpuidle: teo: Avoid stopping the tick unnecessarily when bailing outRafael J. Wysocki2023-08-031-23/+33
| * | cpuidle: teo: Update idle duration estimate when choosing shallower stateRafael J. Wysocki2023-08-031-10/+30
| |/
* | cpuidle: psci: Move enabling OSI mode after power domains creationMaulik Shah2023-08-081-26/+13
* | cpuidle: dt_idle_genpd: Add helper function to remove genpd topologyMaulik Shah2023-08-082-0/+31
|/
* cpuidle: Use local_clock_noinstr()Peter Zijlstra2023-06-052-6/+6
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-281-14/+14
|\
| * cpuidle: pseries: Mark ->enter() functions as __cpuidleMichael Ellerman2023-04-201-14/+14
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-5/+12
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+2
| |\ \
| * | | cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-223-5/+12
| | |/ | |/|
* | | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-274-5/+2
|\ \ \
| * | | cpuidle: Adjust includes to remove of_device.hRob Herring2023-04-134-5/+2
| |/ /
* | / cpuidle: Use of_property_present() for testing DT property presenceRob Herring2023-03-272-4/+4
| |/ |/|
* | cpuidle: psci: Iterate backwards over list in psci_pd_remove()Shawn Guo2023-03-071-1/+2
|/
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-081-1/+1
* | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-218-10/+125
|\ \
| * | cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RTKrzysztof Kozlowski2023-02-133-2/+16
| * | cpuidle: driver: Update microsecond values of state parameters as neededRafael J. Wysocki2023-02-131-0/+4
| * | cpuidle: sysfs: make kobj_type structures constantThomas Weißschuh2023-02-091-3/+3
| * | cpuidle: add ARCH_SUSPEND_POSSIBLE dependenciesArnd Bergmann2023-02-091-0/+2
| * | cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()Li RongQing2023-01-201-1/+1
| * | cpuidle-haltpoll: select haltpoll governorLi RongQing2023-01-131-0/+1
| * | cpuidle: teo: Introduce util-awarenessKajetan Puchalski2023-01-101-1/+93
| * | cpuidle: teo: Optionally skip polling states in teo_find_shallower_state()Kajetan Puchalski2023-01-101-3/+5
| |/
* | cpuidle: Fix poll_idle() noinstr annotationPeter Zijlstra2023-01-312-3/+1
* | cpuidle, arm64: Fix the ARM64 cpuidle logicPeter Zijlstra2023-01-181-5/+1
* | cpuidle: mvebu: Fix duplicate flags assignmentArnd Bergmann2023-01-181-6/+4
* | cpuidle: Add comments about noinstr/__cpuidle usagePeter Zijlstra2023-01-131-0/+12
* | cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidlePeter Zijlstra2023-01-137-30/+25
* | cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidlePeter Zijlstra2023-01-131-9/+28
* | cpuidle: Annotate poll_idle()Peter Zijlstra2023-01-131-1/+5