summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | PM / devfreq: Reduce log severity for informative messageTzung-Bi Shih2021-12-161-2/+2
| | | | * | | | | | PM / devfreq: sun8i: addd COMMON_CLK dependencyArnd Bergmann2021-12-161-0/+1
| | | | * | | | | | PM / devfreq: Add a driver for the sun8i/sun50i MBUSSamuel Holland2021-12-103-0/+520
| | * | | | | | | | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2021-12-301-7/+7
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Documentation: power: Update outdated contents in opp.rstTang Yizhou2021-12-271-7/+7
| | | | |_|_|_|_|/ | | | |/| | | | |
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2022-01-1017-95/+198
| |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2021-12-087-12/+53
| | | | | |_|/ / / / / | | | | |/| | | | | |
| | | * | | | | | | | PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki2021-12-221-4/+8
| | | * | | | | | | | Merge back PM core changes for v5.17.Rafael J. Wysocki2021-12-228-75/+131
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | mmc: mxc: Use the new PM macrosPaul Cercueil2021-12-171-4/+2
| | | | * | | | | | | | mmc: jz4740: Use the new PM macrosPaul Cercueil2021-12-171-4/+4
| | | | * | | | | | | | PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki2021-12-173-13/+34
| | | | * | | | | | | | PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki2021-12-173-24/+37
| | | | * | | | | | | | PM: core: Add new *_PM_OPS macros, deprecate old onesPaul Cercueil2021-12-171-24/+50
| | | | * | | | | | | | PM: core: Redefine pm_ptr() macroPaul Cercueil2021-12-171-5/+1
| | | | * | | | | | | | r8169: Avoid misuse of pm_ptr() macroPaul Cercueil2021-12-171-1/+3
| | | | | |_|_|_|/ / / | | | | |/| | | | | |
| | * | | | | | | | | cpuidle: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-2/+4
| | * | | | | | | | | cpuidle: Fix cpuidle_remove_state_sysfs() kerneldoc commentYang Li2021-12-171-1/+1
| | * | | | | | | | | cpuidle: menu: Fix typo in a commentJason Wang2021-11-241-1/+1
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2022-01-1027-93/+1445
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86, sched: Fix undefined reference to init_freq_invariance_cppc() build errorHuang Rui2022-01-061-1/+1
| | * | | | | | | | | cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-StateHuang Rui2022-01-061-3/+3
| | * | | | | | | | | cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc commentYang Li2022-01-061-0/+2
| | * | | | | | | | | MAINTAINERS: Add AMD P-State driver maintainer entryHuang Rui2021-12-301-0/+7
| | * | | | | | | | | Documentation: amd-pstate: Add AMD P-State driver introductionHuang Rui2021-12-303-0/+385
| | * | | | | | | | | cpufreq: amd-pstate: Add AMD P-State performance attributesHuang Rui2021-12-301-0/+18
| | * | | | | | | | | cpufreq: amd-pstate: Add AMD P-State frequencies attributesHuang Rui2021-12-301-0/+47
| | * | | | | | | | | cpufreq: amd-pstate: Add boost mode support for AMD P-StateHuang Rui2021-12-301-3/+66
| | * | | | | | | | | cpufreq: amd-pstate: Add trace for AMD P-State moduleHuang Rui2021-12-304-1/+88
| | * | | | | | | | | cpufreq: amd-pstate: Introduce the support for the processors with shared mem...Huang Rui2021-12-301-8/+97
| | * | | | | | | | | cpufreq: amd-pstate: Add fast switch function for AMD P-StateHuang Rui2021-12-301-0/+36
| | * | | | | | | | | cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future pro...Huang Rui2021-12-303-0/+404
| | * | | | | | | | | ACPI: CPPC: Add CPPC enable register functionJinzhou Su2021-12-302-0/+50
| | * | | | | | | | | ACPI: CPPC: Check present CPUs for determining _CPC is validMario Limonciello2021-12-301-1/+1
| | * | | | | | | | | ACPI: CPPC: Implement support for SystemIO registersSteven Noonan2021-12-301-3/+49
| | * | | | | | | | | x86/msr: Add AMD CPPC MSR definitionsHuang Rui2021-12-301-0/+17
| | * | | | | | | | | x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature ...Huang Rui2021-12-301-0/+1
| | * | | | | | | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-12-309-40/+96
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | cpufreq: mediatek-hw: Fix double devm_remap in hotplug caseHector.Yuan2021-12-271-3/+30
| | | * | | | | | | | | cpufreq: qcom-hw: Use optional irq APIStephen Boyd2021-12-031-3/+5
| | | * | | | | | | | | cpufreq: qcom-hw: Set CPU affinity of dcvsh interruptsVladimir Zapolskiy2021-11-251-0/+5
| | | * | | | | | | | | cpufreq: qcom-hw: Fix probable nested interrupt handlingVladimir Zapolskiy2021-11-251-2/+2
| | | * | | | | | | | | cpufreq: qcom-cpufreq-hw: Avoid stack buffer for IRQ nameArd Biesheuvel2021-11-251-4/+4
| | | * | | | | | | | | arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba2021-11-236-25/+6
| | | * | | | | | | | | cpufreq: qcom-cpufreq-hw: Use new thermal pressure update functionLukasz Luba2021-11-231-12/+3
| | | * | | | | | | | | cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressureLukasz Luba2021-11-231-1/+2
| | | * | | | | | | | | thermal: cpufreq_cooling: Use new thermal pressure update functionLukasz Luba2021-11-231-5/+1
| | | * | | | | | | | | arch_topology: Introduce thermal pressure update functionLukasz Luba2021-11-235-1/+54
| | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-283-6/+9
| | * | | | | | | | | cpufreq: intel_pstate: Update cpuinfo.max_freq on HWP_CAP changesRafael J. Wysocki2021-12-221-7/+17