Age | Commit message (Expand) | Author | Files | Lines |
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-29 | 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-14 | 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-09 | 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 |