This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f2e367d6ad3b Merge tag 'for-6.8/dm-fix-3' of git://git.kernel.org/pub/s [...] new eef5c7b28dbe cxl/pci: Skip to handle RAS errors if CXL.mem device is detached new 9b99c17f7510 x86/numa: Fix the address overlap check in numa_fill_memblks() new b626070ffc14 x86/numa: Fix the sort compare func used in numa_fill_memblks() new 453a7fde8031 cxl/region: Handle endpoint decoders in cxl_region_find_decoder() new cb66b1d60c28 cxl/region: Allow out of order assembly of autodiscovered regions new 00413c150682 cxl: Change 'struct cxl_memdev_state' *_perf_list to singl [...] new 10cb393d769b cxl: Remove unnecessary type cast in cxl_qos_class_verify() new cc214417f06f cxl: Fix sysfs export of qos_class for memdev new 117132edc690 cxl/test: Add support for qos_class checking new 0cab68720598 cxl/pci: Fix disabling memory if DVSEC CXL Range does not [...] new f3e6b3ae9cfc acpi/ghes: Remove CXL CPER notifications new 40de53fd002c Merge branch 'for-6.8/cxl-cper' into for-6.8/cxl new 5c6224bfabbf cxl/acpi: Fix load failures due to single window creation failure new ac389bc0ca56 Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/ [...] new 85ce8e1d6d73 iommu/vt-d: Track nested domains in parent new 0455d317f533 iommu/vt-d: Add __iommu_flush_iotlb_psi() new 821985301124 iommu/vt-d: Add missing iotlb flush for parent domain new 29e10487d6df iommu/vt-d: Update iotlb in nested domain attach new 5e54e861f16f iommu/vt-d: Add missing device iotlb flush for parent domain new 56ecaf6c5834 iommu/vt-d: Remove domain parameter for intel_pasid_setup_ [...] new 0c7f2497b39d iommu/vt-d: Wrap the dirty tracking loop to be a helper new f1e1610950ea iommu/vt-d: Add missing dirty tracking set for parent domain new 1f0198fce683 iommu/vt-d: Set SSADE when attaching to a parent with dirt [...] new 4578f989ed6b iommu/vt-d: Fix constant-out-of-range warning new b419c5e2d978 Revert "iommu/arm-smmu: Convert to domain_alloc_paging()" new b5bf7778b722 iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock new 16b1b39126e5 Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm [...] new 65d4418c5002 iommu/sva: Restore SVA handle sharing new 91403d50e9b1 Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/p [...]
The 29 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: arch/x86/mm/numa.c | 21 +-- drivers/acpi/apei/ghes.c | 63 ------- drivers/cxl/acpi.c | 46 +++-- drivers/cxl/core/cdat.c | 86 +++------- drivers/cxl/core/mbox.c | 4 +- drivers/cxl/core/memdev.c | 63 +++++++ drivers/cxl/core/pci.c | 49 ++++-- drivers/cxl/core/region.c | 62 +++++-- drivers/cxl/cxl.h | 2 + drivers/cxl/cxlmem.h | 10 +- drivers/cxl/mem.c | 56 ------- drivers/cxl/pci.c | 57 +------ drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c | 38 ++--- drivers/iommu/arm/arm-smmu/arm-smmu.c | 17 +- drivers/iommu/intel/iommu.c | 214 ++++++++++++++++++------ drivers/iommu/intel/iommu.h | 7 + drivers/iommu/intel/nested.c | 16 +- drivers/iommu/intel/pasid.c | 5 +- drivers/iommu/intel/pasid.h | 1 - drivers/iommu/iommu-sva.c | 17 ++ include/linux/cxl-event.h | 18 -- include/linux/iommu.h | 3 + include/linux/memblock.h | 2 + mm/memblock.c | 5 +- tools/testing/cxl/Kbuild | 1 + tools/testing/cxl/test/cxl.c | 63 ++++++- tools/testing/cxl/test/mock.c | 14 ++ tools/testing/cxl/test/mock.h | 1 + 28 files changed, 514 insertions(+), 427 deletions(-)