aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-05-2437-486/+1469
|\
| * Merge branch 'pm-domains'Rafael J. Wysocki2022-05-233-142/+209
| |\
| | * PM: domains: Trust domain-idle-states from DT to be correct by genpdUlf Hansson2022-05-191-2/+2
| | * PM: domains: Measure power-on/off latencies in genpd based on a governorUlf Hansson2022-05-191-4/+4
| | * PM: domains: Allocate governor data dynamically based on a genpd governorUlf Hansson2022-05-192-36/+61
| | * PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()Ulf Hansson2022-05-191-18/+38
| | * PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson2022-05-191-0/+1
| | * PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpdUlf Hansson2022-05-191-3/+1
| | * PM: domains: Measure suspend/resume latencies in genpd based on governorUlf Hansson2022-05-191-12/+9
| | * PM: domains: Move the next_wakeup variable into the struct gpd_timing_dataUlf Hansson2022-05-192-5/+6
| | * PM: domains: Allocate gpd_timing_data dynamically based on governorUlf Hansson2022-05-192-18/+39
| | * PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()Ulf Hansson2022-05-191-1/+4
| | * PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpdUlf Hansson2022-05-191-7/+7
| | * PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpdUlf Hansson2022-05-191-6/+0
| | * PM: domains: Drop redundant code for genpd always-on governorUlf Hansson2022-05-191-6/+0
| | * PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governorUlf Hansson2022-05-191-0/+4
| | * PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()Ulf Hansson2022-04-221-34/+43
| | * PM: domains: Extend dev_pm_domain_detach() docKrzysztof Kozlowski2022-04-131-4/+4
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2022-05-2312-64/+368
| |\ \
| | * | cpufreq: CPPC: Enable dvfs_possible_from_any_cpuPierre Gondois2022-05-191-0/+1
| | * | cpufreq: CPPC: Enable fast_switchPierre Gondois2022-05-192-0/+42
| | * | ACPI: CPPC: Assume no transition latency if no PCCTPierre Gondois2022-05-191-1/+16
| | * | ACPI: bus: Set CPPC _OSC bits for all and when CPPC_LIB is supportedPierre Gondois2022-05-191-8/+8
| | * | ACPI: CPPC: Check _OSC for flexible address spacePierre Gondois2022-05-192-0/+27
| | * | cpufreq: make interface functions and lock holding state clearSchspa Shi2022-05-171-3/+3
| | * | cpufreq: Abort show()/store() for half-initialized policiesSchspa Shi2022-05-171-4/+7
| | * | cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki2022-05-121-7/+14
| | * | cpufreq: Split cpufreq_offline()Rafael J. Wysocki2022-05-121-14/+19
| | * | cpufreq: Reorganize checks in cpufreq_offline()Rafael J. Wysocki2022-05-121-12/+12
| | * | cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink()Viresh Kumar2022-05-111-4/+4
| | * | cpufreq: intel_pstate: Support Sapphire Rapids OOB modeSrinivas Pandruvada2022-05-111-0/+1
| | * | Revert "cpufreq: Fix possible race in cpufreq online error path"Viresh Kumar2022-05-091-3/+2
| | * | cpufreq: CPPC: Register EM based on efficiency class informationPierre Gondois2022-05-061-0/+144
| | * | cpufreq: CPPC: Add per_cpu efficiency_classPierre Gondois2022-05-061-0/+42
| | * | Merge Energy Model material for 5.19 to satisfy dependencies.Rafael J. Wysocki2022-05-066-12/+14
| | |\ \
| | * | | cpufreq: Avoid unnecessary frequency updates due to mismatchViresh Kumar2022-05-061-0/+11
| | * | | Merge back earlier cpufreq changes for 5.19.Rafael J. Wysocki2022-05-059-14/+21
| | |\ \ \
| | | * | | cpufreq: Fix possible race in cpufreq online error pathSchspa Shi2022-04-221-2/+3
| | | * | | cpufreq: intel_pstate: Handle no_turbo in frequency invarianceChen Yu2022-04-131-0/+1
| | | * | | cpufreq: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-135-5/+3
| | | * | | cpufreq: governor: Use kobject release() method to free dbs_dataKevin Hao2022-04-132-7/+14
| | | | |/ | | | |/|
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki2022-05-239-16/+151
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | cpuidle: riscv-sbi: Fix code to allow a genpd governor to be usedUlf Hansson2022-05-191-2/+2
| | | * | | cpuidle: psci: Fix regression leading to no genpd governorUlf Hansson2022-05-191-2/+2
| | | * | | intel_idle: Add AlderLake supportZhang Rui2022-04-281-0/+133
| | * | | | powercap: DTPM: Check for Energy Model typeLukasz Luba2022-04-131-1/+1
| | * | | | thermal: cooling: Check Energy Model type in cpufreq_cooling and devfreq_coolingLukasz Luba2022-04-132-4/+6
| | * | | | PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba2022-04-133-7/+7
| | | |_|/ | | |/| |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki2022-05-238-23/+102
| |\ \ \ \ \ \
| | | | * | | | powercap: intel_rapl: remove redundant store to value after multiplyColin Ian King2022-05-191-1/+1