| Commit message (Expand) | Author | Age | Files | Lines |
* | RISC-V: Align SBI probe implementation with spec | Andrew Jones | 2023-05-11 | 1 | -1/+1 |
* | cpuidle: psci: Iterate backwards over list in psci_pd_remove() | Shawn Guo | 2023-03-07 | 1 | -1/+2 |
* | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-27 | 1 | -1/+1 |
|\ |
|
| * | firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/ | Elliot Berman | 2023-02-08 | 1 | -1/+1 |
* | | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2023-02-21 | 8 | -10/+125 |
|\ \ |
|
| * | | cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT | Krzysztof Kozlowski | 2023-02-13 | 3 | -2/+16 |
| * | | cpuidle: driver: Update microsecond values of state parameters as needed | Rafael J. Wysocki | 2023-02-13 | 1 | -0/+4 |
| * | | cpuidle: sysfs: make kobj_type structures constant | Thomas Weißschuh | 2023-02-09 | 1 | -3/+3 |
| * | | cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies | Arnd Bergmann | 2023-02-09 | 1 | -0/+2 |
| * | | cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle() | Li RongQing | 2023-01-20 | 1 | -1/+1 |
| * | | cpuidle-haltpoll: select haltpoll governor | Li RongQing | 2023-01-13 | 1 | -0/+1 |
| * | | cpuidle: teo: Introduce util-awareness | Kajetan Puchalski | 2023-01-10 | 1 | -1/+93 |
| * | | cpuidle: teo: Optionally skip polling states in teo_find_shallower_state() | Kajetan Puchalski | 2023-01-10 | 1 | -3/+5 |
| |/ |
|
* | | cpuidle: Fix poll_idle() noinstr annotation | Peter Zijlstra | 2023-01-31 | 2 | -3/+1 |
* | | cpuidle, arm64: Fix the ARM64 cpuidle logic | Peter Zijlstra | 2023-01-18 | 1 | -5/+1 |
* | | cpuidle: mvebu: Fix duplicate flags assignment | Arnd Bergmann | 2023-01-18 | 1 | -6/+4 |
* | | cpuidle: Add comments about noinstr/__cpuidle usage | Peter Zijlstra | 2023-01-13 | 1 | -0/+12 |
* | | cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle | Peter Zijlstra | 2023-01-13 | 7 | -30/+25 |
* | | cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle | Peter Zijlstra | 2023-01-13 | 1 | -9/+28 |
* | | cpuidle: Annotate poll_idle() | Peter Zijlstra | 2023-01-13 | 1 | -1/+5 |
* | | cpuidle: Fix ct_idle_*() usage | Peter Zijlstra | 2023-01-13 | 6 | -17/+18 |
* | | cpuidle, dt: Push RCU-idle into driver | Peter Zijlstra | 2023-01-13 | 2 | -3/+7 |
* | | cpuidle, armada: Push RCU-idle into driver | Peter Zijlstra | 2023-01-13 | 1 | -0/+7 |
* | | cpuidle, psci: Push RCU-idle into driver | Peter Zijlstra | 2023-01-13 | 1 | -4/+5 |
* | | cpuidle, tegra: Push RCU-idle into driver | Peter Zijlstra | 2023-01-13 | 1 | -5/+16 |
* | | cpuidle, riscv: Push RCU-idle into driver | Peter Zijlstra | 2023-01-13 | 1 | -4/+5 |
* | | cpuidle: Move IRQ state validation | Peter Zijlstra | 2023-01-13 | 1 | -5/+5 |
* | | cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() calls | Peter Zijlstra | 2023-01-13 | 1 | -1/+3 |
|/ |
|
* | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2022-12-19 | 2 | -3/+10 |
|\ |
|
| * | powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze state | Aboorva Devarajan | 2022-12-06 | 2 | -3/+10 |
* | | cpuidle: dt: Clarify a comment and simplify code in dt_init_idle_driver() | Ulf Hansson | 2022-10-28 | 1 | -6/+3 |
* | | cpuidle: dt: Return the correct numbers of parsed idle states | Ulf Hansson | 2022-10-28 | 1 | -1/+1 |
* | | cpuidle: psci: Extend information in log about OSI/PC mode | Ulf Hansson | 2022-10-28 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-10-09 | 1 | -1/+6 |
|\ |
|
| * | cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usage | Anup Patel | 2022-09-23 | 1 | -1/+6 |
* | | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-10-06 | 1 | -3/+1 |
|\ \ |
|
| * | | firmware/psci: Print a warning if PSCI doesn't accept PC mode | Dmitry Baryshkov | 2022-09-28 | 1 | -3/+1 |
| |/ |
|
* | | cpuidle: Remove redundant check in cpuidle_switch_governor() | Yu Liao | 2022-09-03 | 1 | -6/+5 |
* | | cpuidle: powernv: move from strlcpy() with unused retval to strscpy() | Wolfram Sang | 2022-08-31 | 1 | -2/+2 |
* | | cpuidle: coupled: Drop duplicate word from a comment | Jason Wang | 2022-08-31 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2022-08-08 | 1 | -1/+5 |
|\ |
|
| * | cpuidle: Add cpu_idle_miss trace event | Kajetan Puchalski | 2022-08-03 | 1 | -1/+5 |
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2022-08-04 | 2 | -8/+2 |
|\ \ |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa... | Thomas Gleixner | 2022-06-10 | 2 | -8/+2 |
* | | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-08-02 | 3 | -12/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker | 2022-07-05 | 2 | -8/+8 |
| * | | context_tracking: Take idle eqs entrypoints over RCU | Frederic Weisbecker | 2022-07-05 | 1 | -4/+5 |
| |/ |
|
* | | Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2022-08-02 | 1 | -0/+3 |
|\ \ |
|
| * | | cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrink | Eiichi Tsukata | 2022-06-14 | 1 | -0/+3 |
| |/ |
|
* / | cpuidle: cpuidle-arm: remove arm64 support | Michael Walle | 2022-06-23 | 1 | -1/+2 |
|/ |
|