summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: teo: Update documentation after previous changesRafael J. Wysocki4 days1-43/+48
* cpuidle: riscv-sbi: fix device node release in early exit of for_each_possibl...Javier Carrasco10 days1-2/+2
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
* Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-271-2/+9
|\
| * Merge patch series "cpuidle: riscv-sbi: Allow cpuidle pd used by other devices"Palmer Dabbelt2024-10-171-2/+9
| |\
| | * cpuidle: riscv-sbi: Add cpuidle_disabled() checkNick Hu2024-10-171-1/+8
| | * cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcallNick Hu2024-10-171-1/+1
* | | Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-231-0/+1
|\ \ \
| * | | powerpc/machdep: Drop include of dma-mapping.hMichael Ellerman2024-10-291-0/+1
| |/ /
* | | cpuidle: Do not return from cpuidle_play_dead() on callback failuresRafael J. Wysocki2024-11-191-3/+7
* | | cpuidle: Correct some typos in commentsShen Lichuan2024-10-184-5/+5
* | | cpuidle: menu: Remove iowait influenceChristian Loehle2024-09-301-67/+9
|/ /
* | Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2024-09-183-27/+30
|\ \
| * | cpuidle: dt_idle_genpd: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-201-10/+4
| * | cpuidle: psci: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-201-5/+2
| * | cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RTUlf Hansson2024-08-051-7/+6
| * | cpuidle: psci: Enable the hierarchical topology for s2ram on PREEMPT_RTUlf Hansson2024-08-051-5/+15
| * | cpuidle: psci: Drop redundant assignment of CPUIDLE_FLAG_RCU_IDLEUlf Hansson2024-08-051-1/+0
| * | cpuidle: psci-domain: Enable system-wide suspend on PREEMPT_RTUlf Hansson2024-08-051-3/+7
| |/
* | cpuidle: remove dead code from cpuidle_enter_state()Dhruva Gole2024-08-221-4/+1
* | cpuidle: riscv-sbi: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-201-5/+2
* | cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_putKrzysztof Kozlowski2024-08-201-14/+7
|/
* cpuidle: teo: Don't count non-existent interceptsChristian Loehle2024-07-011-0/+11
* cpuidle: teo: Remove recent intercepts metricChristian Loehle2024-06-281-63/+13
* Revert: "cpuidle: teo: Introduce util-awareness"Christian Loehle2024-06-281-105/+0
* cpuidle: governors: teo: Fix a typo in a commentAtul Kumar Pant2024-06-211-1/+1
* cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-141-0/+1
* cpuidle: menu: Cleanup after loadavg removalChristian Loehle2024-06-071-12/+5
* Merge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2024-05-163-23/+5
|\
| * cpuidle: psci: Update init level to core_initcall()Maulik Shah2024-04-041-1/+1
| * cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()Ulf Hansson2024-04-043-22/+4
* | Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-05-142-3/+3
|\ \
| * | cpuidle: ladder: fix ladder_do_selection() kernel-docJeff Johnson2024-05-071-0/+1
| * | cpuidle: kirkwood: Convert to platform remove callback returning voidYangtao Li2024-04-231-3/+2
| |/
* / cpuidle: Avoid explicit cpumask allocation on stackDawei Li2024-04-241-10/+3
|/
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-44/+5
|\
| * cpuidle: RISC-V: Move few functions to arch/riscvSunil V L2024-03-201-44/+5
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-1/+1
|\ \
| * | x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed2024-02-221-1/+1
| |/
* | cpuidle: Avoid potential overflow in integer multiplicationC Cheng2024-02-121-1/+2
* | cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_startParshuram Sangle2024-02-121-2/+7
|/
* cpuidle: haltpoll: Do not enable interrupts when entering idleBorislav Petkov (AMD)2023-12-291-5/+4
* cpuidle: dt: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-2/+2
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-7/+1
|\
| * powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey2023-08-241-7/+1
* | Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2023-08-253-111/+203
|\ \
| * | cpuidle: teo: Avoid unnecessary variable assignmentsRafael J. Wysocki2023-08-231-3/+2
| * | cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki2023-08-173-34/+54
| * | cpuidle: teo: Gather statistics regarding whether or not to stop the tickRafael J. Wysocki2023-08-091-1/+40
| * | cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some casesRafael J. Wysocki2023-08-091-0/+22