summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cpuidle: Fix ct_idle_*() usagePeter Zijlstra2023-01-136-17/+18
* | cpuidle, dt: Push RCU-idle into driverPeter Zijlstra2023-01-132-3/+7
* | cpuidle, armada: Push RCU-idle into driverPeter Zijlstra2023-01-131-0/+7
* | cpuidle, psci: Push RCU-idle into driverPeter Zijlstra2023-01-131-4/+5
* | cpuidle, tegra: Push RCU-idle into driverPeter Zijlstra2023-01-131-5/+16
* | cpuidle, riscv: Push RCU-idle into driverPeter Zijlstra2023-01-131-4/+5
* | cpuidle: Move IRQ state validationPeter Zijlstra2023-01-131-5/+5
* | cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() callsPeter Zijlstra2023-01-131-1/+3
|/
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-192-3/+10
|\
| * powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze stateAboorva Devarajan2022-12-062-3/+10
* | cpuidle: dt: Clarify a comment and simplify code in dt_init_idle_driver()Ulf Hansson2022-10-281-6/+3
* | cpuidle: dt: Return the correct numbers of parsed idle statesUlf Hansson2022-10-281-1/+1
* | cpuidle: psci: Extend information in log about OSI/PC modeUlf Hansson2022-10-281-1/+2
|/
* Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-091-1/+6
|\
| * cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usageAnup Patel2022-09-231-1/+6
* | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-3/+1
|\ \
| * | firmware/psci: Print a warning if PSCI doesn't accept PC modeDmitry Baryshkov2022-09-281-3/+1
| |/
* | cpuidle: Remove redundant check in cpuidle_switch_governor()Yu Liao2022-09-031-6/+5
* | cpuidle: powernv: move from strlcpy() with unused retval to strscpy()Wolfram Sang2022-08-311-2/+2
* | cpuidle: coupled: Drop duplicate word from a commentJason Wang2022-08-311-1/+1
|/
* Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-08-081-1/+5
|\
| * cpuidle: Add cpu_idle_miss trace eventKajetan Puchalski2022-08-031-1/+5
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-042-8/+2
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-102-8/+2
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-023-12/+13
|\ \ \ | |_|/ |/| |
| * | context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-052-8/+8
| * | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-4/+5
| |/
* | Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-08-021-0/+3
|\ \
| * | cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrinkEiichi Tsukata2022-06-141-0/+3
| |/
* / cpuidle: cpuidle-arm: remove arm64 supportMichael Walle2022-06-231-1/+2
|/
*-. Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki2022-05-232-4/+4
|\ \
| | * cpuidle: riscv-sbi: Fix code to allow a genpd governor to be usedUlf Hansson2022-05-191-2/+2