This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 82fd5ee9d8a5 Merge tag 'for-linus-6.8-rc1-tag' of git://git.kernel.org/ [...] new 3e999770ac1c PM: sleep: Restore asynchronous device resume optimization new bde4f5ff8295 cpufreq: intel_pstate: Update hybrid scaling factor for Me [...] new 03c305861c70 Documentation: admin-guide: PM: Fix two typos new 022e6f5184ff PM: QoS: Use kcalloc() instead of kzalloc() new 9223614ea760 Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pm new 7b5bcf9b8420 Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/l [...] new 2fb7e4dd35c5 PNP: make pnp_bus_type const new d2aaf1996504 ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA a [...] new e315e8692f79 ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CGA new cb1210a7c03c ACPICA: MADT: Add GICC online capable bit handling new 3be8fb1bc6fc ACPICA: MADT: Add new MADT GICC/GICR/ITS non-coherent flag [...] new 5b5268cd49d2 Merge branches 'pnp', 'acpi-resource' and 'acpica' new 7f369a8f5ba9 Merge tag 'acpi-6.8-rc1-2' of git://git.kernel.org/pub/scm [...] new 7e72fc41d424 thermal: netlink: Pass pointers to thermal_notify_tz_trip_ [...] new f52557edf064 thermal: netlink: Pass pointers to thermal_notify_tz_trip_ [...] new 4ae535f37d0e thermal: netlink: Drop thermal_notify_tz_trip_add/delete() new 2f521890aa5b thermal: netlink: Pass thermal zone pointer to notify routines new 755113d76786 thermal/debugfs: Add thermal cooling device debugfs information new 7ef01f228c9f thermal/debugfs: Add thermal debugfs information for mitig [...] new 57a427c81c32 thermal: core: Use kstrdup_const() during cooling device r [...] new 11fde9393148 thermal: netlink: Rework notify API for cooling devices new fd881eac3af6 thermal: helpers: Rearrange thermal_cdev_set_cur_state() new e95fa7404716 thermal: gov_power_allocator: avoid inability to reset a cdev new 6dcb35088e26 thermal/debugfs: Unlock on error path in thermal_debug_tz_ [...] new 97566d09fd02 thermal: intel: hfi: Add syscore callbacks for system-wide PM new dd75558b2d0b Merge branches 'thermal-core' and 'thermal-intel' new d8e6ba025f5e Merge tag 'thermal-6.8-rc1-2' of git://git.kernel.org/pub/ [...]
The 27 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: Documentation/admin-guide/acpi/cppc_sysfs.rst | 2 +- Documentation/admin-guide/pm/amd-pstate.rst | 2 +- drivers/acpi/resource.c | 21 + drivers/base/power/main.c | 117 ++-- drivers/base/power/qos.c | 2 +- drivers/cpufreq/intel_pstate.c | 21 +- drivers/pnp/driver.c | 2 +- drivers/thermal/Kconfig | 7 + drivers/thermal/Makefile | 2 + drivers/thermal/gov_power_allocator.c | 2 +- drivers/thermal/intel/intel_hfi.c | 28 + drivers/thermal/thermal_core.c | 38 +- drivers/thermal/thermal_core.h | 1 + drivers/thermal/thermal_debugfs.c | 839 ++++++++++++++++++++++++++ drivers/thermal/thermal_debugfs.h | 28 + drivers/thermal/thermal_helpers.c | 21 +- drivers/thermal/thermal_netlink.c | 95 ++- drivers/thermal/thermal_netlink.h | 75 ++- drivers/thermal/thermal_trip.c | 8 +- include/acpi/actbl2.h | 12 +- include/linux/pm.h | 1 + include/linux/pnp.h | 2 +- include/linux/thermal.h | 9 +- 23 files changed, 1145 insertions(+), 190 deletions(-) create mode 100644 drivers/thermal/thermal_debugfs.c create mode 100644 drivers/thermal/thermal_debugfs.h