| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-25 | Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/u... | Linus Torvalds | 1 | -0/+3 |
| 2025-03-25 | Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 6 | -71/+76 |
| 2025-03-22 | tracing: Disable branch profiling in noinstr code | Josh Poimboeuf | 1 | -0/+3 |
| 2025-03-12 | cpuidle: Init cpuidle only for present CPUs | Jacky Bai | 5 | -10/+10 |
| 2025-02-25 | Merge branch 'cpuidle-menu' | Rafael J. Wysocki | 1 | -61/+66 |
| 2025-02-25 | cpuidle: menu: Update documentation after get_typical_interval() changes | Rafael J. Wysocki | 1 | -19/+10 |
| 2025-02-25 | cpuidle: menu: Avoid discarding useful information | Rafael J. Wysocki | 1 | -1/+12 |
| 2025-02-25 | cpuidle: menu: Eliminate outliers on both ends of the sample set | Rafael J. Wysocki | 1 | -10/+22 |
| 2025-02-25 | cpuidle: menu: Tweak threshold use in get_typical_interval() | Rafael J. Wysocki | 1 | -4/+4 |
| 2025-02-25 | cpuidle: menu: Use one loop for average and variance computations | Rafael J. Wysocki | 1 | -33/+28 |
| 2025-02-25 | cpuidle: menu: Drop a redundant local variable | Rafael J. Wysocki | 1 | -5/+1 |
| 2025-02-17 | cpuidle: psci: Add trace for PSCI domain idle | Keita Morisaki | 1 | -0/+3 |
| 2025-01-30 | Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -101/+96 |
| 2025-01-24 | Merge tag 'pmdomain-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/u... | Linus Torvalds | 1 | -0/+1 |
| 2025-01-20 | cpuidle: teo: Skip sleep length computation for low latency constraints | Rafael J. Wysocki | 1 | -1/+12 |
| 2025-01-20 | cpuidle: teo: Replace time_span_ns with a flag | Rafael J. Wysocki | 1 | -18/+9 |
| 2025-01-20 | cpuidle: teo: Simplify handling of total events count | Rafael J. Wysocki | 1 | -4/+1 |
| 2025-01-20 | cpuidle: teo: Skip getting the sleep length if wakeups are very frequent | Rafael J. Wysocki | 1 | -22/+36 |
| 2025-01-20 | cpuidle: teo: Simplify counting events used for tick management | Rafael J. Wysocki | 1 | -35/+14 |
| 2025-01-20 | cpuidle: teo: Clarify two code comments | Rafael J. Wysocki | 1 | -5/+11 |
| 2025-01-20 | cpuidle: teo: Drop local variable prev_intercept_idx | Rafael J. Wysocki | 1 | -10/+5 |
| 2025-01-20 | cpuidle: teo: Combine candidate state index checks against 0 | Rafael J. Wysocki | 1 | -14/+9 |
| 2025-01-20 | cpuidle: teo: Reorder candidate state index checks | Rafael J. Wysocki | 1 | -7/+8 |
| 2025-01-20 | cpuidle: teo: Rearrange idle state lookup code | Rafael J. Wysocki | 1 | -14/+20 |
| 2025-01-13 | cpuidle: teo: Update documentation after previous changes | Rafael J. Wysocki | 1 | -43/+48 |
| 2025-01-08 | cpuidle: riscv-sbi: fix device node release in early exit of for_each_possibl... | Javier Carrasco | 1 | -2/+2 |
| 2024-12-10 | cpuidle: psci: Activate GENPD_FLAG_ACTIVE_WAKEUP with OSI | Patrick Delaunay | 1 | -0/+1 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-11-27 | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+9 |
| 2024-11-23 | Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+1 |
| 2024-11-19 | cpuidle: Do not return from cpuidle_play_dead() on callback failures | Rafael J. Wysocki | 1 | -3/+7 |
| 2024-10-29 | powerpc/machdep: Drop include of dma-mapping.h | Michael Ellerman | 1 | -0/+1 |
| 2024-10-18 | cpuidle: Correct some typos in comments | Shen Lichuan | 4 | -5/+5 |
| 2024-10-17 | Merge patch series "cpuidle: riscv-sbi: Allow cpuidle pd used by other devices" | Palmer Dabbelt | 1 | -2/+9 |
| 2024-10-17 | cpuidle: riscv-sbi: Add cpuidle_disabled() check | Nick Hu | 1 | -1/+8 |
| 2024-10-17 | cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcall | Nick Hu | 1 | -1/+1 |
| 2024-09-30 | cpuidle: menu: Remove iowait influence | Christian Loehle | 1 | -67/+9 |
| 2024-09-18 | Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u... | Linus Torvalds | 3 | -27/+30 |
| 2024-08-22 | cpuidle: remove dead code from cpuidle_enter_state() | Dhruva Gole | 1 | -4/+1 |
| 2024-08-20 | cpuidle: riscv-sbi: Simplify with scoped for each OF child loop | Krzysztof Kozlowski | 1 | -5/+2 |
| 2024-08-20 | cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_put | Krzysztof Kozlowski | 1 | -14/+7 |
| 2024-08-20 | cpuidle: dt_idle_genpd: Simplify with scoped for each OF child loop | Krzysztof Kozlowski | 1 | -10/+4 |
| 2024-08-20 | cpuidle: psci: Simplify with scoped for each OF child loop | Krzysztof Kozlowski | 1 | -5/+2 |
| 2024-08-05 | cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RT | Ulf Hansson | 1 | -7/+6 |
| 2024-08-05 | cpuidle: psci: Enable the hierarchical topology for s2ram on PREEMPT_RT | Ulf Hansson | 1 | -5/+15 |
| 2024-08-05 | cpuidle: psci: Drop redundant assignment of CPUIDLE_FLAG_RCU_IDLE | Ulf Hansson | 1 | -1/+0 |
| 2024-08-05 | cpuidle: psci-domain: Enable system-wide suspend on PREEMPT_RT | Ulf Hansson | 1 | -3/+7 |
| 2024-07-01 | cpuidle: teo: Don't count non-existent intercepts | Christian Loehle | 1 | -0/+11 |
| 2024-06-28 | cpuidle: teo: Remove recent intercepts metric | Christian Loehle | 1 | -63/+13 |
| 2024-06-28 | Revert: "cpuidle: teo: Introduce util-awareness" | Christian Loehle | 1 | -105/+0 |
| 2024-06-21 | cpuidle: governors: teo: Fix a typo in a comment | Atul Kumar Pant | 1 | -1/+1 |
| 2024-06-14 | cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-06-07 | cpuidle: menu: Cleanup after loadavg removal | Christian Loehle | 1 | -12/+5 |
| 2024-05-16 | Merge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u... | Linus Torvalds | 3 | -23/+5 |
| 2024-05-14 | Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2 | -3/+3 |
| 2024-05-07 | cpuidle: ladder: fix ladder_do_selection() kernel-doc | Jeff Johnson | 1 | -0/+1 |
| 2024-04-24 | cpuidle: Avoid explicit cpumask allocation on stack | Dawei Li | 1 | -10/+3 |
| 2024-04-23 | cpuidle: kirkwood: Convert to platform remove callback returning void | Yangtao Li | 1 | -3/+2 |
| 2024-04-04 | cpuidle: psci: Update init level to core_initcall() | Maulik Shah | 1 | -1/+1 |
| 2024-04-04 | cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu() | Ulf Hansson | 3 | -22/+4 |
| 2024-03-22 | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -44/+5 |
| 2024-03-19 | cpuidle: RISC-V: Move few functions to arch/riscv | Sunil V L | 1 | -44/+5 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2024-02-22 | x86/mm: delete unused cpu argument to leave_mm() | Yosry Ahmed | 1 | -1/+1 |
| 2024-02-12 | cpuidle: Avoid potential overflow in integer multiplication | C Cheng | 1 | -1/+2 |
| 2024-02-12 | cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_start | Parshuram Sangle | 1 | -2/+7 |
| 2023-12-29 | cpuidle: haltpoll: Do not enable interrupts when entering idle | Borislav Petkov (AMD) | 1 | -5/+4 |
| 2023-09-29 | cpuidle: dt: Replace deprecated strncpy() with strscpy() | Justin Stitt | 1 | -2/+2 |
| 2023-08-31 | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -7/+1 |
| 2023-08-25 | Merge branches 'pm-cpuidle' and 'pm-cpufreq' | Rafael J. Wysocki | 3 | -111/+203 |
| 2023-08-24 | powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT | Russell Currey | 1 | -7/+1 |
| 2023-08-23 | cpuidle: teo: Avoid unnecessary variable assignments | Rafael J. Wysocki | 1 | -3/+2 |
| 2023-08-17 | cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some cases | Rafael J. Wysocki | 3 | -34/+54 |
| 2023-08-09 | cpuidle: teo: Gather statistics regarding whether or not to stop the tick | Rafael J. Wysocki | 1 | -1/+40 |
| 2023-08-09 | cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some cases | Rafael J. Wysocki | 1 | -0/+22 |
| 2023-08-09 | cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfront | Rafael J. Wysocki | 1 | -61/+44 |
| 2023-08-08 | cpuidle: psci: Move enabling OSI mode after power domains creation | Maulik Shah | 1 | -26/+13 |
| 2023-08-08 | cpuidle: dt_idle_genpd: Add helper function to remove genpd topology | Maulik Shah | 2 | -0/+31 |
| 2023-08-03 | cpuidle: teo: Drop utilized from struct teo_cpu | Rafael J. Wysocki | 1 | -5/+4 |
| 2023-08-03 | cpuidle: teo: Avoid stopping the tick unnecessarily when bailing out | Rafael J. Wysocki | 1 | -23/+33 |
| 2023-08-03 | cpuidle: teo: Update idle duration estimate when choosing shallower state | Rafael J. Wysocki | 1 | -10/+30 |
| 2023-06-05 | cpuidle: Use local_clock_noinstr() | Peter Zijlstra | 2 | -6/+6 |
| 2023-04-29 | RISC-V: Align SBI probe implementation with spec | Andrew Jones | 1 | -1/+1 |
| 2023-04-28 | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -14/+14 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -5/+12 |
| 2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -5/+2 |
| 2023-04-20 | cpuidle: pseries: Mark ->enter() functions as __cpuidle | Michael Ellerman | 1 | -14/+14 |
| 2023-04-13 | cpuidle: Adjust includes to remove of_device.h | Rob Herring | 4 | -5/+2 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+2 |
| 2023-03-27 | cpuidle: Use of_property_present() for testing DT property presence | Rob Herring | 2 | -4/+4 |
| 2023-03-22 | cpuidle: move to use bus_get_dev_root() | Greg Kroah-Hartman | 3 | -5/+12 |
| 2023-03-07 | cpuidle: psci: Iterate backwards over list in psci_pd_remove() | Shawn Guo | 1 | -1/+2 |
| 2023-02-27 | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-21 | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 8 | -10/+125 |
| 2023-02-13 | cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT | Krzysztof Kozlowski | 3 | -2/+16 |
| 2023-02-13 | cpuidle: driver: Update microsecond values of state parameters as needed | Rafael J. Wysocki | 1 | -0/+4 |
| 2023-02-09 | cpuidle: sysfs: make kobj_type structures constant | Thomas Weißschuh | 1 | -3/+3 |
| 2023-02-09 | cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies | Arnd Bergmann | 1 | -0/+2 |
| 2023-02-08 | firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/ | Elliot Berman | 1 | -1/+1 |
| 2023-01-31 | cpuidle: Fix poll_idle() noinstr annotation | Peter Zijlstra | 2 | -3/+1 |
| 2023-01-20 | cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle() | Li RongQing | 1 | -1/+1 |
| 2023-01-18 | cpuidle, arm64: Fix the ARM64 cpuidle logic | Peter Zijlstra | 1 | -5/+1 |
| 2023-01-18 | cpuidle: mvebu: Fix duplicate flags assignment | Arnd Bergmann | 1 | -6/+4 |
| 2023-01-13 | cpuidle-haltpoll: select haltpoll governor | Li RongQing | 1 | -0/+1 |
| 2023-01-13 | cpuidle: Add comments about noinstr/__cpuidle usage | Peter Zijlstra | 1 | -0/+12 |
| 2023-01-13 | cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle | Peter Zijlstra | 7 | -30/+25 |
| 2023-01-13 | cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle | Peter Zijlstra | 1 | -9/+28 |
| 2023-01-13 | cpuidle: Annotate poll_idle() | Peter Zijlstra | 1 | -1/+5 |
| 2023-01-13 | cpuidle: Fix ct_idle_*() usage | Peter Zijlstra | 6 | -17/+18 |
| 2023-01-13 | cpuidle, dt: Push RCU-idle into driver | Peter Zijlstra | 2 | -3/+7 |
| 2023-01-13 | cpuidle, armada: Push RCU-idle into driver | Peter Zijlstra | 1 | -0/+7 |
| 2023-01-13 | cpuidle, psci: Push RCU-idle into driver | Peter Zijlstra | 1 | -4/+5 |
| 2023-01-13 | cpuidle, tegra: Push RCU-idle into driver | Peter Zijlstra | 1 | -5/+16 |
| 2023-01-13 | cpuidle, riscv: Push RCU-idle into driver | Peter Zijlstra | 1 | -4/+5 |
| 2023-01-13 | cpuidle: Move IRQ state validation | Peter Zijlstra | 1 | -5/+5 |
| 2023-01-13 | cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() calls | Peter Zijlstra | 1 | -1/+3 |
| 2023-01-10 | cpuidle: teo: Introduce util-awareness | Kajetan Puchalski | 1 | -1/+93 |
| 2023-01-10 | cpuidle: teo: Optionally skip polling states in teo_find_shallower_state() | Kajetan Puchalski | 1 | -3/+5 |
| 2022-12-19 | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -3/+10 |
| 2022-12-06 | powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze state | Aboorva Devarajan | 2 | -3/+10 |
| 2022-10-28 | cpuidle: dt: Clarify a comment and simplify code in dt_init_idle_driver() | Ulf Hansson | 1 | -6/+3 |
| 2022-10-28 | cpuidle: dt: Return the correct numbers of parsed idle states | Ulf Hansson | 1 | -1/+1 |
| 2022-10-28 | cpuidle: psci: Extend information in log about OSI/PC mode | Ulf Hansson | 1 | -1/+2 |
| 2022-10-09 | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+6 |
| 2022-10-06 | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+1 |
| 2022-09-28 | firmware/psci: Print a warning if PSCI doesn't accept PC mode | Dmitry Baryshkov | 1 | -3/+1 |
| 2022-09-23 | cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usage | Anup Patel | 1 | -1/+6 |
| 2022-09-03 | cpuidle: Remove redundant check in cpuidle_switch_governor() | Yu Liao | 1 | -6/+5 |
| 2022-08-31 | cpuidle: powernv: move from strlcpy() with unused retval to strscpy() | Wolfram Sang | 1 | -2/+2 |
| 2022-08-31 | cpuidle: coupled: Drop duplicate word from a comment | Jason Wang | 1 | -1/+1 |
| 2022-08-08 | Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -1/+5 |
| 2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -8/+2 |
| 2022-08-03 | cpuidle: Add cpu_idle_miss trace event | Kajetan Puchalski | 1 | -1/+5 |
| 2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -12/+13 |
| 2022-08-02 | Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -0/+3 |
| 2022-07-05 | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker | 2 | -8/+8 |
| 2022-07-05 | context_tracking: Take idle eqs entrypoints over RCU | Frederic Weisbecker | 1 | -4/+5 |
| 2022-06-23 | cpuidle: cpuidle-arm: remove arm64 support | Michael Walle | 1 | -1/+2 |
| 2022-06-14 | cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrink | Eiichi Tsukata | 1 | -0/+3 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa... | Thomas Gleixner | 2 | -8/+2 |
| 2022-05-23 | Merge branches 'pm-em' and 'pm-cpuidle' | Rafael J. Wysocki | 2 | -4/+4 |
| 2022-05-23 | Merge branches 'pm-core', 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 1 | -0/+46 |
| 2022-05-19 | cpuidle: riscv-sbi: Fix code to allow a genpd governor to be used | Ulf Hansson | 1 | -2/+2 |
| 2022-05-19 | cpuidle: psci: Fix regression leading to no genpd governor | Ulf Hansson | 1 | -2/+2 |
| 2022-04-19 | cpuidle: riscv: support non-SMP config | Randy Dunlap | 1 | -0/+1 |
| 2022-04-19 | cpuidle: PSCI: Improve support for suspend-to-RAM for PSCI OSI mode | Ulf Hansson | 1 | -0/+46 |
| 2022-03-30 | RISC-V CPU Idle Support | Palmer Dabbelt | 9 | -135/+903 |
| 2022-03-23 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+24 |
| 2022-03-10 | cpuidle: Add RISC-V SBI CPU idle driver | Anup Patel | 4 | -0/+651 |
| 2022-03-10 | cpuidle: Factor-out power domain related code from PSCI domain driver | Anup Patel | 7 | -135/+252 |
| 2022-03-09 | cpuidle: haltpoll: Call cpuidle_poll_state_init() later | Li RongQing | 1 | -2/+2 |
| 2022-02-03 | firmware: qcom: scm: Drop cpumask parameter from set_boot_addr() | Stephan Gerhold | 1 | -4/+4 |
| 2022-02-03 | cpuidle: qcom-spm: Check if any CPU is managed by SPM | Stephan Gerhold | 1 | -0/+20 |
| 2022-01-05 | cpuidle: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -2/+4 |
| 2021-12-17 | cpuidle: Fix cpuidle_remove_state_sysfs() kerneldoc comment | Yang Li | 1 | -1/+1 |
| 2021-11-24 | cpuidle: menu: Fix typo in a comment | Jason Wang | 1 | -1/+1 |
| 2021-11-03 | Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 3 | -251/+73 |
| 2021-10-13 | Merge tag 'qcom-drivers-for-5.16' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 2 | -250/+69 |
| 2021-10-05 | cpuidle: tegra: Check whether PMC is ready | Dmitry Osipenko | 1 | -0/+3 |
| 2021-10-05 | cpuidle: tegra: Enable compile testing | Dmitry Osipenko | 1 | -1/+1 |
| 2021-10-01 | cpuidle: Fix kobject memory leaks in error paths | Anel Orazgaliyeva | 1 | -1/+4 |
| 2021-09-21 | cpuidle: qcom_spm: Detach state machine from main SPM handling | AngeloGioacchino Del Regno | 2 | -250/+69 |
| 2021-09-07 | Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 1 | -1/+1 |
| 2021-09-03 | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -31/+46 |
| 2021-08-16 | mfd/cpuidle: ux500: Rename driver symbol | Linus Walleij | 1 | -1/+1 |
| 2021-08-04 | cpuidle: pseries: Mark pseries_idle_proble() as __init | Nathan Chancellor | 1 | -1/+1 |
| 2021-08-03 | cpuidle: teo: Rename two local variables in teo_select() | Rafael J. Wysocki | 1 | -7/+7 |
| 2021-08-03 | cpuidle: teo: Fix alternative idle state lookup | Rafael J. Wysocki | 1 | -13/+27 |
| 2021-08-03 | cpuidle: pseries: Do not cap the CEDE0 latency in fixup_cede0_latency() | Gautham R. Shenoy | 1 | -29/+30 |
| 2021-08-03 | cpuidle: pseries: Fixup CEDE0 latency only for POWER10 onwards | Gautham R. Shenoy | 1 | -1/+15 |
| 2021-06-30 | Merge tag 'cpuidle-v5.14-rc1' of https://git.linaro.org/people/daniel.lezcano... | Rafael J. Wysocki | 1 | -0/+14 |
| 2021-06-29 | Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -228/+248 |
| 2021-06-17 | cpuidle: teo: remove unneeded semicolon in teo_select() | Wan Jiabing | 1 | -1/+1 |
| 2021-06-16 | cpuidle: qcom: Add SPM register data for MSM8226 | Bartosz Dudziak | 1 | -0/+14 |
| 2021-06-11 | cpuidle: teo: Use kerneldoc documentation in admin-guide | Rafael J. Wysocki | 1 | -4/+8 |
| 2021-06-11 | cpuidle: teo: Rework most recent idle duration values treatment | Rafael J. Wysocki | 1 | -83/+70 |
| 2021-06-11 | cpuidle: teo: Change the main idle state selection logic | Rafael J. Wysocki | 1 | -167/+199 |
| 2021-06-11 | cpuidle: teo: Cosmetic modification of teo_select() | Rafael J. Wysocki | 1 | -11/+7 |
| 2021-06-11 | cpuidle: teo: Cosmetic modifications of teo_update() | Rafael J. Wysocki | 1 | -6/+7 |
| 2021-05-12 | sched: Make nr_iowait_cpu() return 32-bit value | Alexey Dobriyan | 1 | -3/+3 |
| 2021-04-08 | Merge back earlier cpuidle updates for v5.13. | Rafael J. Wysocki | 3 | -29/+44 |
| 2021-04-08 | cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration | He Ying | 1 | -1/+1 |
| 2021-04-08 | cpuidle: tegra: Remove do_idle firmware call | Dmitry Osipenko | 1 | -12/+1 |
| 2021-04-08 | cpuidle: tegra: Fix C7 idling state on Tegra114 | Dmitry Osipenko | 1 | -6/+6 |
| 2021-04-07 | cpuidle: menu: Take negative "sleep length" values into account | Rafael J. Wysocki | 1 | -6/+11 |
| 2021-04-07 | cpuidle: teo: Take negative "sleep length" values into account | Rafael J. Wysocki | 1 | -7/+15 |
| 2021-04-07 | cpuidle: teo: Adjust handling of very short idle times | Rafael J. Wysocki | 1 | -16/+14 |
| 2021-04-07 | cpuidle: Use s64 as exit_latency_ns and target_residency_ns data type | Rafael J. Wysocki | 1 | -0/+4 |
| 2020-12-16 | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
| 2020-12-15 | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 3 | -6/+55 |
| 2020-12-01 | cpuidle: Select polling interval based on a c-state with a longer target resi... | Mel Gorman | 1 | -2/+23 |
| 2020-11-27 | Merge branch 'linus' into sched/core, to resolve semantic conflict | Ingo Molnar | 1 | -2/+2 |
| 2020-11-24 | smp: Cleanup smp_call_function*() | Peter Zijlstra | 1 | -2/+1 |
| 2020-11-23 | Merge back cpuidle changes for v5.11. | Rafael J. Wysocki | 2 | -4/+32 |
| 2020-11-16 | cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RCU_NONIDLE | Dmitry Osipenko | 1 | -2/+2 |
| 2020-11-10 | cpuidle: psci: Enable suspend-to-idle for PSCI OSI mode | Ulf Hansson | 2 | -4/+32 |
| 2020-10-26 | cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi Chromebooks | Marek Szyprowski | 1 | -2/+1 |
| 2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2020-09-28 | Merge back cpuidle material for 5.10. | Rafael J. Wysocki | 2 | -12/+2 |
| 2020-09-23 | cpuidle: record state entry rejection statistics | Lina Iyer | 2 | -0/+4 |