Age | Commit message (Expand) | Author |
2024-03-22 | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-03-19 | cpuidle: RISC-V: Move few functions to arch/riscv | Sunil V L |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-02-22 | x86/mm: delete unused cpu argument to leave_mm() | Yosry Ahmed |
2024-02-12 | cpuidle: Avoid potential overflow in integer multiplication | C Cheng |
2024-02-12 | cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_start | Parshuram Sangle |
2023-12-29 | cpuidle: haltpoll: Do not enable interrupts when entering idle | Borislav Petkov (AMD) |
2023-09-29 | cpuidle: dt: Replace deprecated strncpy() with strscpy() | Justin Stitt |
2023-08-31 | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2023-08-25 | Merge branches 'pm-cpuidle' and 'pm-cpufreq' | Rafael J. Wysocki |
2023-08-24 | powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT | Russell Currey |
2023-08-23 | cpuidle: teo: Avoid unnecessary variable assignments | Rafael J. Wysocki |
2023-08-17 | cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some cases | Rafael J. Wysocki |
2023-08-09 | cpuidle: teo: Gather statistics regarding whether or not to stop the tick | Rafael J. Wysocki |
2023-08-09 | cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some cases | Rafael J. Wysocki |
2023-08-09 | cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfront | Rafael J. Wysocki |
2023-08-08 | cpuidle: psci: Move enabling OSI mode after power domains creation | Maulik Shah |
2023-08-08 | cpuidle: dt_idle_genpd: Add helper function to remove genpd topology | Maulik Shah |
2023-08-03 | cpuidle: teo: Drop utilized from struct teo_cpu | Rafael J. Wysocki |
2023-08-03 | cpuidle: teo: Avoid stopping the tick unnecessarily when bailing out | Rafael J. Wysocki |
2023-08-03 | cpuidle: teo: Update idle duration estimate when choosing shallower state | Rafael J. Wysocki |
2023-06-05 | cpuidle: Use local_clock_noinstr() | Peter Zijlstra |
2023-04-29 | RISC-V: Align SBI probe implementation with spec | Andrew Jones |
2023-04-28 | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2023-04-20 | cpuidle: pseries: Mark ->enter() functions as __cpuidle | Michael Ellerman |
2023-04-13 | cpuidle: Adjust includes to remove of_device.h | Rob Herring |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman |
2023-03-27 | cpuidle: Use of_property_present() for testing DT property presence | Rob Herring |
2023-03-22 | cpuidle: move to use bus_get_dev_root() | Greg Kroah-Hartman |
2023-03-07 | cpuidle: psci: Iterate backwards over list in psci_pd_remove() | Shawn Guo |
2023-02-27 | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-02-21 | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2023-02-13 | cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT | Krzysztof Kozlowski |
2023-02-13 | cpuidle: driver: Update microsecond values of state parameters as needed | Rafael J. Wysocki |
2023-02-09 | cpuidle: sysfs: make kobj_type structures constant | Thomas Weißschuh |
2023-02-09 | cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies | Arnd Bergmann |
2023-02-08 | firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/ | Elliot Berman |
2023-01-31 | cpuidle: Fix poll_idle() noinstr annotation | Peter Zijlstra |
2023-01-20 | cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle() | Li RongQing |
2023-01-18 | cpuidle, arm64: Fix the ARM64 cpuidle logic | Peter Zijlstra |
2023-01-18 | cpuidle: mvebu: Fix duplicate flags assignment | Arnd Bergmann |
2023-01-13 | cpuidle-haltpoll: select haltpoll governor | Li RongQing |
2023-01-13 | cpuidle: Add comments about noinstr/__cpuidle usage | Peter Zijlstra |
2023-01-13 | cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle | Peter Zijlstra |
2023-01-13 | cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle | Peter Zijlstra |
2023-01-13 | cpuidle: Annotate poll_idle() | Peter Zijlstra |
2023-01-13 | cpuidle: Fix ct_idle_*() usage | Peter Zijlstra |
2023-01-13 | cpuidle, dt: Push RCU-idle into driver | Peter Zijlstra |