summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issuesLee Jones2020-07-151-5/+6
| | | * | | | | | cpufreq: pasemi: Include header file for {check,restore}_astate prototypesLee Jones2020-07-151-0/+2
| | | * | | | | | cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard co...Lee Jones2020-07-151-1/+1
| | | * | | | | | cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc statusLee Jones2020-07-151-15/+17
| | | * | | | | | cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones2020-07-151-3/+3
| | | * | | | | | cpufreq: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-132-2/+2
| | | * | | | | | cpufreq: intel_pstate: Fix static checker warning for epp variableSrinivas Pandruvada2020-07-131-1/+1
| | | * | | | | | cpufreq: Remove the weakly defined cpufreq_default_governor()Viresh Kumar2020-07-021-7/+0
| | | * | | | | | cpufreq: Specify default governor on command lineQuentin Perret2020-07-023-12/+30
| | | * | | | | | cpufreq: Register governors at core_initcallQuentin Perret2020-07-028-106/+36
| | | * | | | | | cpufreq: Fix locking issues with governorsViresh Kumar2020-07-021-23/+35
| | | * | | | | | cpufreq: intel_pstate: Allow raw energy performance preference valueSrinivas Pandruvada2020-07-022-11/+45
| | | * | | | | | cpufreq: intel_pstate: Allow enable/disable energy efficiencySrinivas Pandruvada2020-07-023-26/+88
| | | | |_|/ / / | | | |/| | | |
| * | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2020-08-039-111/+210
| |\ \ \ \ \ \ \
| | * | | | | | | cpuidle: ACPI: fix 'return' with no value build warningNeal Liu2020-07-311-2/+2
| | * | | | | | | intel_idle: Customize IceLake server supportChen Yu2020-07-301-0/+36
| | * | | | | | | cpuidle: change enter_s2idle() prototypeNeal Liu2020-07-294-10/+19
| | * | | | | | | cpuidle: psci: Prevent domain idlestates until consumers are readyUlf Hansson2020-07-291-0/+14
| | * | | | | | | cpuidle: psci: Convert PM domain to platform driverUlf Hansson2020-07-291-17/+28
| | * | | | | | | cpuidle: psci: Fix error path via converting to a platform driverUlf Hansson2020-07-293-65/+95
| | * | | | | | | cpuidle: psci: Fail cpuidle registration if set OSI mode failedUlf Hansson2020-07-291-5/+0
| | * | | | | | | cpuidle: psci: Split into two separate build objectsUlf Hansson2020-07-293-4/+13
| | * | | | | | | intel_idle: Eliminate redundant static variableRafael J. Wysocki2020-06-291-8/+3
| | | |/ / / / / | | |/| | | | |
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki2020-08-0319-294/+457
| |\ \ \ \ \ \ \ \
| | | * | | | | | | mmc: jz4740: Use pm_ptr() macroPaul Cercueil2020-07-271-9/+3
| | | * | | | | | | PM: Make *_DEV_PM_OPS macros use __maybe_unusedPaul Cercueil2020-07-271-2/+2
| | | * | | | | | | PM: core: introduce pm_ptr() macroPaul Cercueil2020-07-271-0/+6
| | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba2020-06-249-35/+65
| | * | | | | | | Documentation: power: update Energy Model descriptionLukasz Luba2020-06-241-60/+75
| | * | | | | | | PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba2020-06-242-4/+9
| | * | | | | | | PM / EM: remove em_register_perf_domainLukasz Luba2020-06-242-32/+0
| | * | | | | | | PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba2020-06-243-84/+194
| | * | | | | | | PM / EM: update callback structure and add device pointerLukasz Luba2020-06-244-26/+18
| | * | | | | | | PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba2020-06-242-8/+45
| | * | | | | | | PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba2020-06-244-78/+84
| * | | | | | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2020-08-038-69/+218
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'devfreq-next-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2020-07-308-69/+218
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | PM / devfreq: Fix the wrong end with semicolonChanwoo Choi2020-07-301-2/+2
| | | * | | | | | | PM / devfreq: Fix indentaion of devfreq_summary debugfs nodeChanwoo Choi2020-07-301-7/+4
| | | * | | | | | | PM / devfreq: Clean up the devfreq instance name in sysfs attrChanwoo Choi2020-07-301-34/+60
| | | * | | | | | | memory: samsung: exynos5422-dmc: Add module param to control IRQ modeLukasz Luba2020-07-301-2/+7
| | | * | | | | | | memory: samsung: exynos5422-dmc: Adjust polling interval and uptresholdLukasz Luba2020-07-301-2/+2
| | | * | | | | | | memory: samsung: exynos5422-dmc: Use delayed timer as defaultChanwoo Choi2020-07-301-0/+1
| | | * | | | | | | PM / devfreq: Add support delayed timer for polling modeChanwoo Choi2020-07-303-1/+106
| | | * | | | | | | dt-bindings: devfreq: rk3399_dmc: Add rockchip,pmu phandleEnric Balletbo i Serra2020-07-301-0/+2
| | | * | | | | | | PM / devfreq: tegra: Add Dmitry as a maintainerDmitry Osipenko2020-07-301-0/+9
| | | * | | | | | | PM / devfreq: event: Fix trivial spellingKieran Bingham2020-07-301-2/+2
| | | * | | | | | | PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absentMarc Zyngier2020-07-301-19/+23
| | |/ / / / / / /
| * | | | | | | | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-07-302-2/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | opp: Allow disabled OPPs in dev_pm_opp_get_freq()Andrew-sh.Cheng2020-07-241-1/+1