This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 66a27abac311 Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/ [...] new 5c84b051bd4e x86/CPU/AMD: Update the Zenbleed microcode revisions new ec8ffff3a9f8 cxl/pci: Rename DOE mailbox handle to doe_mb new e0c818e00443 cxl/pci: Get rid of pointer arithmetic reading CDAT table new c6c3187d66bc lib/firmware_table: Provide buffer length argument to cdat [...] new 54b9460b0a28 ACPI: HMAT: Remove register of memory node for generic target new 11270e526276 base/node / ACPI: Enumerate node access class for 'struct [...] new 1745a7b364df ACPI: HMAT: Introduce 2 levels of generic port access class new bd98cbbbf82a ACPI: HMAT / cxl: Add retrieval of generic port coordinate [...] new 032f7b37adff cxl: Split out combine_coordinates() for common shared usage new 863027d40993 cxl: Split out host bridge access coordinates new 6ef83c4e19e9 cxl: Move QoS class to be calculated from the nearest CPU new 3d8be8b398e3 cxl: Set cxlmd->endpoint before adding port device new 3d9f4a197230 cxl/region: Calculate performance data for a region new c20eaf44113e cxl/region: Add sysfs attribute for locality attributes of [...] new 067353a46d8c cxl/region: Add memory hotplug notifier for cxl region new debdce20c4f2 cxl/region: Deal with numa nodes not enumerated by SRAT new d5c0078033e2 Merge branch 'for-6.9/cxl-qos' into for-6.9/cxl new 5621fafaac00 EINJ: Migrate to a platform driver new 12fb28ea6b1c EINJ: Add CXL error type support new 8039804cfa73 cxl/core: Add CXL EINJ debugfs files new a0563f583003 EINJ, Documentation: Update EINJ kernel doc new 75f4d93ee8fa Merge branch 'for-6.9/cxl-einj' into for-6.9/cxl new 99b52aac2d40 cxl: Fix the incorrect assignment of SSLBIS entry pointer [...] new 88482878c3b4 Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxl new edc1243437e7 Documentation/ABI/testing/debugfs-cxl: Fix "Unexpected ind [...] new ed1ff2fba7af Merge branch 'for-6.9/cxl-einj' into for-6.9/cxl new 02c163e959b7 Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/li [...] new 4a2b06ca3376 firewire: Kill unnecessary buf check in device_attribute.show new d4db89c34521 firewire: Convert snprintf/sprintf to sysfs_emit new 04f082d39b99 firewire: core: fix build failure due to the caller of fw_ [...] new 4438a810f396 Merge tag 'firewire-updates-6.9' of git://git.kernel.org/p [...]
The 31 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 | 34 +++++ Documentation/ABI/testing/sysfs-bus-cxl | 34 +++++ Documentation/firmware-guide/acpi/apei/einj.rst | 34 +++++ MAINTAINERS | 1 + arch/x86/kernel/cpu/amd.c | 10 +- drivers/acpi/apei/Kconfig | 13 ++ drivers/acpi/apei/Makefile | 2 + drivers/acpi/apei/apei-internal.h | 18 +++ drivers/acpi/apei/{einj.c => einj-core.c} | 122 ++++++++++++++--- drivers/acpi/apei/einj-cxl.c | 113 ++++++++++++++++ drivers/acpi/numa/hmat.c | 83 +++++++++--- drivers/acpi/numa/srat.c | 11 ++ drivers/acpi/tables.c | 2 +- drivers/base/node.c | 7 +- drivers/cxl/acpi.c | 8 +- drivers/cxl/core/cdat.c | 170 +++++++++++++++++++----- drivers/cxl/core/core.h | 4 + drivers/cxl/core/pci.c | 99 ++++++++------ drivers/cxl/core/port.c | 86 +++++++++--- drivers/cxl/core/region.c | 169 +++++++++++++++++++++++ drivers/cxl/cxl.h | 15 ++- drivers/cxl/cxlpci.h | 24 ++++ drivers/firewire/core-device.c | 18 +-- include/linux/acpi.h | 21 +++ include/linux/einj-cxl.h | 44 ++++++ include/linux/fw_table.h | 4 +- include/linux/memory.h | 1 + include/linux/node.h | 18 ++- lib/fw_table.c | 15 ++- 29 files changed, 1014 insertions(+), 166 deletions(-) rename drivers/acpi/apei/{einj.c => einj-core.c} (90%) create mode 100644 drivers/acpi/apei/einj-cxl.c create mode 100644 include/linux/einj-cxl.h