This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5437f30d3458 Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.sa [...] new 7bd3d76a1f9f unicode: make utf8 test count static new 68318904a775 unicode: add MODULE_DESCRIPTION() macros new 7b5d48188942 Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/ [...] new 675e979db473 cxl/events: Use a common struct for DRAM and General Media events new a0caa19711ce cxl: add missing MODULE_DESCRIPTION() macros new a3483ee7e6a7 cxl/region: Fix a race condition in memory hotplug notifier new 643e8e3e6529 cxl/region: Support to calculate memory tier abstract distance new f3d70720e92c cxl/region: Simplify cxl_region_nid() new 86588139b843 Documentation: CXL Maturity Map new 8ecef8e01a08 cxl/core: Fix incorrect vendor debug UUID define new bebfbbaffccf cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy new 591209c79844 cxl/memdev: Replace ENXIO with EBUSY for inject poison lim [...] new 3a8617c7df6e cxl/test: Replace ENXIO with EBUSY for inject poison limit [...] new 9aa5f6235e16 cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa() new 3b2fedcd75e3 cxl: Restore XOR'd position bits during address translation new 82a3e3a23563 cxl/region: Verify target positions using the ordered target list new 8f55ada79656 cxl: Remove defunct code calculating host bridge target positions new 56478475560b Merge branch 'for-6.11/xor_fixes' into cxl-for-next new a0328b397f33 cxl/core/pci: Move reading of control register to immediat [...] new e62f81bbd24d Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/l [...] new 1b3bf0747d4f tools/power/turbostat: Switch to new Intel CPU model defines new c81c8ee445e8 tools/power turbostat: Remove anonymous union from rapl_co [...] new 73ed3c941a76 tools/power turbostat: Replace enum rapl_source and cstate [...] new 25e713c6b54a tools/power turbostat: Add ZERO_ARRAY for zero initializin [...] new 67bab430f4e7 tools/power turbostat: Group SMI counter with APERF and MPERF new 361b8fc73cf6 tools/power turbostat: Extend --add option with perf counters new 25826c20da55 tools/power turbostat: Fix formatting in turbostat.8 new 9f50066b0dd4 tools/power turbostat: Add perf added counter example to t [...] new 478a01016c08 tools/power turbostat: Fix typo in turbostat.8 new 52e130764ab6 tools/power turbostat: Move debug prints from stdout to stderr new b2e4a5dfafcc tools/power turbostat: Move verbose counter messages to level 2 new 1f8add13e6c8 tools/power turbostat: Add selftests for SMI, APERF and MP [...] new f3065f9c3917 tools/power turbostat: Add selftests for added perf counters new f0e4ed752fda tools/power turbostat: Add early support for PMT counters new 640540beb883 tools/power turbostat: Add MTL's PMT DC6 builtin counter new 944264a2a99c tools/power turbostat: Document PMT in turbostat.8 new 19d076903b95 tools/power turbostat: Include umask=%x in perf counter's config new 866d2d36b81d tools/power turbostat: version 2024.07.26 new e172f1e90688 Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/li [...]
The 39 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/ABI/testing/debugfs-cxl | 7 +- Documentation/driver-api/cxl/index.rst | 2 + Documentation/driver-api/cxl/maturity-map.rst | 202 ++ MAINTAINERS | 1 + drivers/cxl/acpi.c | 119 +- drivers/cxl/core/core.h | 8 +- drivers/cxl/core/mbox.c | 4 +- drivers/cxl/core/pci.c | 8 +- drivers/cxl/core/port.c | 21 +- drivers/cxl/core/region.c | 103 +- drivers/cxl/core/trace.h | 36 +- drivers/cxl/cxl.h | 13 +- drivers/cxl/cxlmem.h | 4 +- drivers/cxl/mem.c | 1 + drivers/cxl/pci.c | 1 + drivers/cxl/pmem.c | 1 + drivers/cxl/port.c | 1 + fs/unicode/mkutf8data.c | 1 + fs/unicode/utf8-selftest.c | 5 +- fs/unicode/utf8data.c_shipped | 1 + include/linux/cxl-event.h | 45 +- tools/power/x86/turbostat/Makefile | 1 + tools/power/x86/turbostat/turbostat.8 | 98 +- tools/power/x86/turbostat/turbostat.c | 2341 ++++++++++++++++---- tools/testing/cxl/test/mem.c | 69 +- .../selftests/turbostat/added_perf_counters.py | 178 ++ .../testing/selftests/turbostat/smi_aperf_mperf.py | 157 ++ 27 files changed, 2720 insertions(+), 708 deletions(-) create mode 100644 Documentation/driver-api/cxl/maturity-map.rst create mode 100755 tools/testing/selftests/turbostat/added_perf_counters.py create mode 100755 tools/testing/selftests/turbostat/smi_aperf_mperf.py