This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3acbdbf42e94 Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub [...] new 08b9e0ab8af4 cxl/pmem: Fix reference counting for delayed work new 888e034a74f4 cxl/mbox: Remove bad comment new 5e2411ae8071 cxl/memdev: Change cxl_mem to a more descriptive name new affec782742e cxl/core: Convert to EXPORT_SYMBOL_NS_GPL new a91bd78967c4 cxl/memdev: Remove unused cxlmd field new 09eac2ca988a tools/testing/cxl: add mock output for the GET_HEALTH_INFO [...] new f64bd790b750 ACPI: Keep sub-table parsing infrastructure available for modules new ad2f63971e96 ACPI: Teach ACPI table parsing about the CEDT header format new 2d03e46a4bad ACPI: Add a context argument for table parsing handlers new f4ce1f766f1e cxl/acpi: Convert CFMWS parsing to ACPI sub-table helpers new 814dff9ae234 cxl/test: Mock acpi_table_parse_cedt() new fd49f99c1809 ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT new 53989fad1286 cxl/pmem: Fix module reload vs workqueue state new be185c2988b4 cxl/core: Remove cxld_const_init in cxl_decoder_alloc() new 362f533a2a10 Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/l [...]
The 15 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: drivers/acpi/Kconfig | 3 + drivers/acpi/numa/srat.c | 59 ++++++++++- drivers/acpi/tables.c | 87 ++++++++++++---- drivers/cxl/Kconfig | 1 + drivers/cxl/acpi.c | 237 ++++++++++++++++-------------------------- drivers/cxl/core/Makefile | 2 +- drivers/cxl/core/bus.c | 26 +++-- drivers/cxl/core/mbox.c | 186 ++++++++++++++++----------------- drivers/cxl/core/memdev.c | 55 +++++----- drivers/cxl/core/pmem.c | 20 ++-- drivers/cxl/core/regs.c | 8 +- drivers/cxl/cxl.h | 10 +- drivers/cxl/cxlmem.h | 37 ++++--- drivers/cxl/pci.c | 120 ++++++++++----------- drivers/cxl/pmem.c | 85 ++++++++++----- include/linux/acpi.h | 34 ++++-- tools/testing/cxl/Kbuild | 3 +- tools/testing/cxl/test/cxl.c | 68 ++++++++---- tools/testing/cxl/test/mem.c | 99 +++++++++++++----- tools/testing/cxl/test/mock.c | 30 ++---- tools/testing/cxl/test/mock.h | 6 +- 21 files changed, 675 insertions(+), 501 deletions(-)