This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f116b96685a0 Merge tag 'mfd-fixes-5.4' of git://git.kernel.org/pub/scm/ [...] new 30aecae86e91 gfs2: Fix memory leak when gfs2meta's fs_context is freed new 65b15b7f4b37 Merge tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pu [...] new 77751a466ebd PM: QoS: Introduce frequency QoS new 3000ce3c52f8 cpufreq: Use per-policy frequency QoS new 2aac8bdf7a0f PM: QoS: Drop frequency QoS types from device PM QoS new 6941051d3028 cpufreq: Cancel policy update work scheduled before freeing new 31d851407f90 cpuidle: haltpoll: Take 'idle=' override into account new f2edbb6699b0 opp: of: drop incorrect lockdep_assert_held() new 24957db10043 opp: core: Revert "add regulators enable and disable" new b19c23551be8 opp: Reinitialize the list_kref before adding the static O [...] new 028db79cf46a Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/l [...] new 767d2d710e90 Merge branches 'pm-cpuidle' and 'pm-opp' new 5fa2845fd794 Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/lin [...] new edffc70f505a ACPI: NFIT: Fix unlock on error in scrub_show() new 7f65d3541676 Merge tag 'acpi-5.4-rc5' of git://git.kernel.org/pub/scm/l [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/acpi/nfit/core.c | 2 +- drivers/acpi/processor_driver.c | 9 +- drivers/acpi/processor_perflib.c | 18 +-- drivers/acpi/processor_thermal.c | 18 +-- drivers/base/power/qos.c | 70 +-------- drivers/cpufreq/cpufreq.c | 62 ++++---- drivers/cpufreq/intel_pstate.c | 30 ++-- drivers/cpufreq/ppc_cbe_cpufreq_pmi.c | 15 +- drivers/cpuidle/cpuidle-haltpoll.c | 4 + drivers/macintosh/windfarm_cpufreq_clamp.c | 38 +++-- drivers/opp/core.c | 16 +- drivers/opp/of.c | 9 +- drivers/thermal/cpu_cooling.c | 14 +- fs/gfs2/ops_fstype.c | 1 + include/acpi/processor.h | 20 +-- include/linux/cpufreq.h | 7 +- include/linux/pm_qos.h | 56 +++++-- kernel/power/qos.c | 240 +++++++++++++++++++++++++++++ 18 files changed, 419 insertions(+), 210 deletions(-)