This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2c71fdf02a95 Merge tag 'drm-fixes-2024-04-09' of https://gitlab.freedes [...] new b45d0d01da54 platform/x86: acer-wmi: Add support for Acer PH18-71 new 5864e479ca43 platform/x86/intel/hid: Don't wake on 5-button releases new 79ce88064bb0 platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support new 0dd50b3e2c3d platform/x86: toshiba_acpi: Silence logging for some events new 868adf8a2917 platform/x86: intel-vbtn: Use acpi_has_method to check for switch new 434e5781d8cd platform/x86: intel-vbtn: Update tablet mode switch at end [...] new e71c84816925 platform/x86: lg-laptop: fix %s null argument warning new 3679d9d1509a Merge tag 'platform-drivers-x86-v6.9-2' of git://git.kerne [...] new e5f4e68eed85 tools/power turbostat: Fix added raw MSR output new 3ac1d14d0583 tools/power turbostat: Increase the limit for fd opened new 0b13410b52c4 tools/power turbostat: Fix Bzy_MHz documentation typo new 227ed18f456a tools/power turbostat: Do not print negative LPI residency new bb6181fa6bc9 tools/power turbostat: Expand probe_intel_uncore_frequency() new fb5ceca046ef tools/power turbostat: Print ucode revision only if valid new 538d505fde20 tools/power turbostat: Read base_hz and bclk from CPUID.16 [...] new b6fe938317ee tools/power turbostat: Fix warning upon failed /dev/cpu_dm [...] new 2d2ccd573387 tools/power turbostat: enhance -D (debug counter dump) output new 3e4048466c39 tools/power turbostat: Add --no-msr option new a0e86c90b83c tools/power turbostat: Add --no-perf option new e48934c9f104 tools/power turbostat: Add reading aperf and mperf via perf API new 5088741ec805 tools/power turbostat: detect and disable unavailable BICs [...] new aed48c48fa65 tools/power turbostat: add early exits for permission checks new 4a1bb4dad5d1 tools/power turbostat: Clear added counters when in no-msr mode new ebf8449caba1 tools/power turbostat: Add proper re-initialization for pe [...] new 05a2f07db888 tools/power turbostat: read RAPL counters via perf new 17d1ea136be8 tools/power turbostat: Add selftests new bb5db22c1312 tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICX new 4e2bbbf78cf7 tools/power/turbostat: Cache graphics sysfs path new de39d38c06eb tools/power/turbostat: Unify graphics sysfs snapshots new 60add818ab25 tools/power/turbostat: Fix uncore frequency file string new 3bbb331c1d34 tools/power/turbostat: Introduce BIC_SAM_mc6/BIC_SAMMHz/BI [...] new dc02dc937a3e tools/power/turbostat: Add support for new i915 sysfs knobs new 91a91d389543 tools/power/turbostat: Add support for Xe sysfs knobs new 3ab7296a7e6a tools/power turbostat: v2024.04.10 new a6189a740779 Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/p [...]
The 35 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: MAINTAINERS | 1 + drivers/platform/x86/acer-wmi.c | 9 + drivers/platform/x86/intel/hid.c | 9 +- drivers/platform/x86/intel/vbtn.c | 11 +- drivers/platform/x86/lg-laptop.c | 2 +- drivers/platform/x86/toshiba_acpi.c | 4 +- tools/power/x86/turbostat/turbostat.8 | 18 +- tools/power/x86/turbostat/turbostat.c | 2201 ++++++++++++++++++----- tools/testing/selftests/turbostat/defcolumns.py | 60 + 9 files changed, 1844 insertions(+), 471 deletions(-) create mode 100755 tools/testing/selftests/turbostat/defcolumns.py