Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Pull cxl updates from Dave Jiang: - Constify range_contains() input parameters to prevent changes - Add support for displaying RCD capabilities in sysfs to support lspci for CXL device - Downgrade warning message to debug in cxl_probe_component_regs() - Add support for adding a printf specifier '%pra' to emit 'struct range' content: - Add sanity tests for 'struct resource' - Add documentation for special case - Add %pra for 'struct range' - Add %pra usage in CXL code - Add preparation code for DCD support: - Add range_overlaps() - Add CDAT DSMAS table shared and read only flag in ACPICA - Add documentation to 'struct dev_dax_range' - Delay event buffer allocation in CXL PCI code until needed - Use guard() in cxl_dpa_set_mode() - Refactor create region code to consolidate common code * tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl: cxl/region: Refactor common create region code cxl/hdm: Use guard() in cxl_dpa_set_mode() cxl/pci: Delay event buffer allocation dax: Document struct dev_dax_range ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values range: Add range_overlaps() cxl/cdat: Use %pra for dpa range outputs printf: Add print format (%pra) for struct range Documentation/printf: struct resource add start == end special case test printf: Add very basic struct resource tests cxl: downgrade a warning message to debug level in cxl_probe_component_regs() cxl/pci: Add sysfs attribute for CXL 1.1 device link status cxl/core/regs: Add rcd_pcie_cap initialization kernel/range: Const-ify range_contains parameters
No related branches found
No related tags found
Showing
- Documentation/core-api/printk-formats.rst 19 additions, 1 deletionDocumentation/core-api/printk-formats.rst
- drivers/cxl/core/cdat.c 4 additions, 4 deletionsdrivers/cxl/core/cdat.c
- drivers/cxl/core/core.h 5 additions, 0 deletionsdrivers/cxl/core/core.h
- drivers/cxl/core/hdm.c 6 additions, 15 deletionsdrivers/cxl/core/hdm.c
- drivers/cxl/core/region.c 11 additions, 17 deletionsdrivers/cxl/core/region.c
- drivers/cxl/core/regs.c 57 additions, 1 deletiondrivers/cxl/core/regs.c
- drivers/cxl/cxl.h 9 additions, 0 deletionsdrivers/cxl/cxl.h
- drivers/cxl/pci.c 101 additions, 10 deletionsdrivers/cxl/pci.c
- drivers/dax/dax-private.h 20 additions, 6 deletionsdrivers/dax/dax-private.h
- fs/btrfs/ordered-data.c 5 additions, 5 deletionsfs/btrfs/ordered-data.c
- include/acpi/actbl1.h 2 additions, 0 deletionsinclude/acpi/actbl1.h
- include/linux/range.h 16 additions, 1 deletioninclude/linux/range.h
- lib/test_printf.c 61 additions, 0 deletionslib/test_printf.c
- lib/vsprintf.c 51 additions, 6 deletionslib/vsprintf.c
Loading
Please register or sign in to comment