Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-10-29 17:00:35 to 2024-11-04 16:01:15 UTC [more...]

[PATCH v6 00/15] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-11-04 16:00 UTC  (3+ messages)
` [PATCH v6 14/15] bios-tables-test: Add complex SRAT / HMAT test for GI GP

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-04 14:56 UTC  (16+ messages)
` [PATCH v2 01/10] sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
` [PATCH v2 04/10] nvmem: core: calculate "
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH v2 06/10] sysfs: treewide: constify attribute callback of bin_attribute::mmap()
` [PATCH v2 07/10] sysfs: treewide: constify attribute callback of bin_attribute::llseek()
` [PATCH v2 08/10] sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
` [PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
` [PATCH v2 10/10] driver core: Constify attribute arguments of binary attributes

[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-04 13:05 UTC  (18+ messages)
` [PATCH v15 01/15] EDAC: Add support for EDAC device features control
` [PATCH v15 02/15] EDAC: Add scrub control feature
` [PATCH v15 03/15] EDAC: Add ECS "
` [PATCH v15 04/15] cxl: Add Get Supported Features command for kernel usage
` [PATCH v15 05/15] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v15 06/15] cxl/mbox: Add SET_FEATURE "
` [PATCH v15 07/15] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v15 08/15] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v15 09/15] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v15 10/15] ras: mem: Add memory "
` [PATCH v15 11/15] EDAC: Add memory repair control feature
` [PATCH v15 12/15] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v15 13/15] cxl/memfeature: Add CXL memory device sPPR control feature
` [PATCH v15 14/15] cxl/memfeature: Add CXL memory device memory sparing "
` [PATCH v15 15/15] EDAC: Add documentation for RAS feature control

[PATCH v5 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-11-04  9:11 UTC  (12+ messages)
` [PATCH v5 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v5 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v5 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH] cxl: Rename ACPI_CEDT_CFMWS_RESTRICT_TYPE2/TYPE3
 2024-11-04  8:41 UTC 

[GIT PULL] Compute Express Link (CXL) Fixes for 6.12-rc6
 2024-11-02  1:47 UTC  (2+ messages)

[PATCH v2 0/14] Enable CXL PCIe port protocol error handling and logging
 2024-11-01 22:11 UTC  (49+ messages)
` [PATCH v2 01/14] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v2 02/14] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe port support
` [PATCH v2 03/14] cxl/pci: Introduce helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v2 04/14] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v2 05/14] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v2 06/14] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe port devices
` [PATCH v2 07/14] PCI/AER: Add CXL PCIe port uncorrectable error recovery in AER service driver
` [PATCH v2 08/14] cxl/pci: Change find_cxl_ports() to non-static
` [PATCH v2 09/14] cxl/pci: Map CXL PCIe root port and downstream switch port RAS registers
` [PATCH v2 10/14] cxl/pci: Map CXL PCIe upstream "
` [PATCH v2 11/14] cxl/pci: Rename RAS handler interfaces to also indicate CXL PCIe port support
` [PATCH v2 12/14] cxl/pci: Add error handler for CXL PCIe port RAS errors
` [PATCH v2 13/14] cxl/pci: Add trace logging "
` [PATCH v2 14/14] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers

[PATCH qemu 00/10] hw/cxl: Mailbox input parser hardening against invalid input
 2024-11-01 13:45 UTC  (12+ messages)
` [PATCH qemu 01/10] hw/cxl: Check size of input data to dynamic capacity mailbox commands
` [PATCH qemu 02/10] hw/cxl: Check input includes at least the header in cmd_features_set_feature()
` [PATCH qemu 03/10] hw/cxl: Check input length is large enough in cmd_events_clear_records()
` [PATCH qemu 04/10] hw/cxl: Check enough data in cmd_firmware_update_transfer()
` [PATCH qemu 05/10] hw/cxl: Check the length of data requested fits in get_log()
` [PATCH qemu 06/10] hw/cxl: Avoid accesses beyond the end of cel_log
` [PATCH qemu 07/10] hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()
` [PATCH qemu 08/10] hw/cxl: Check that writes do not go beyond end of target attributes
` [PATCH qemu 09/10] hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()
` [PATCH qemu 10/10] hw/cxl: Ensure there is enough data to read the input header in cmd_get_physical_port_state()

[PATCH qemu 0/2] hw/cxl: Misc fixes
 2024-11-01 13:20 UTC  (3+ messages)
` [PATCH qemu 1/2] cxl/cxl-mailbox-utils: Fix size check for cmd_firmware_update_get_info
` [PATCH qemu 2/2] hw/cxl/cxl-mailbox-util: Fix output buffer index update when retrieving DC extents

[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-01 12:07 UTC  (47+ messages)
` [PATCH v5 01/27] range: Add range_overlaps()
` [PATCH v5 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values
` [PATCH v5 03/27] dax: Document struct dev_dax_range
` [PATCH v5 04/27] cxl/pci: Delay event buffer allocation
` [PATCH v5 05/27] cxl/hdm: Use guard() in cxl_dpa_set_mode()
` [PATCH v5 06/27] cxl/region: Refactor common create region code
` [PATCH v5 07/27] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v5 08/27] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v5 09/27] cxl/core: Separate region mode from decoder mode
` [PATCH v5 10/27] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v5 11/27] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v5 12/27] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v5 13/27] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v5 14/27] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v5 15/27] cxl/region: Add sparse DAX region support
` [PATCH v5 16/27] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v5 17/27] cxl/pci: Factor out interrupt policy check
` [PATCH v5 18/27] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v5 19/27] cxl/core: Return endpoint decoder information from region search
` [PATCH v5 20/27] cxl/extent: Process DCD events and realize region extents
` [PATCH v5 21/27] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v5 22/27] dax/bus: Factor out dev dax resize logic
` [PATCH v5 23/27] dax/region: Create resources on sparse DAX regions
` [PATCH v5 24/27] cxl/region: Read existing extents on region creation
` [PATCH v5 25/27] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v5 26/27] tools/testing/cxl: Make event logs dynamic
` [PATCH v5 27/27] tools/testing/cxl: Add DC Regions to mock mem data

[RFC PATCH 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-11-01 11:56 UTC  (23+ messages)
` [RFC PATCH 2/6] acpi: numa: Add support to enumerate and store extended linear address mode
` [RFC PATCH 3/6] acpi/hmat / cxl: Add extended linear cache support for CXL
` [RFC PATCH 4/6] acpi/hmat: Add helper functions to provide extended linear cache translation
` [RFC PATCH 5/6] cxl: Add extended linear cache address alias emission for cxl events
` [RFC PATCH 6/6] cxl: Add mce notifier to emit aliased address for extended linear cache

[ndctl PATCH 0/6] ndctl: DCD additions
 2024-10-31 22:48 UTC  (12+ messages)
` [ndctl PATCH 1/6] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH 2/6] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH 3/6] ndctl: Separate region mode from decoder mode
` [ndctl PATCH 4/6] cxl/region: Add creation of Dynamic capacity regions
` [ndctl PATCH 5/6] ndctl/cxl: Add extent output to region query
` [ndctl PATCH 6/6] ndctl/cxl/test: Add Dynamic Capacity tests

[PATCH v2 0/4] printf: Add struct range print specifier
 2024-10-31 21:34 UTC  (3+ messages)

[PATCH v4 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-10-31 16:23 UTC  (13+ messages)
` [PATCH v4 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v4 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v4 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH] [RFC] cxl/region: Fix region creation for greater than x2 switches
 2024-10-31  9:33 UTC  (2+ messages)

[RFC v2] cxl: Update Soft Reserved resources upon region creation
 2024-10-30 17:27 UTC 

[PATCH v14 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-30 16:46 UTC  (15+ messages)
` [PATCH v14 03/14] EDAC: Add ECS control feature
` [PATCH v14 07/14] cxl/memfeature: Add CXL memory device patrol scrub "

[PATCH v4 00/26] cxl: add Type2 device support
 2024-10-30 16:31 UTC  (12+ messages)
` [PATCH v4 01/26] cxl: add type2 device basic support
` [PATCH v4 02/26] sfc: add cxl support using new CXL API
` [PATCH v4 03/26] cxl: add capabilities field to cxl_dev_state and cxl_port

[PATCH qemu 0/6] hw/cxl: Link speed and width control
 2024-10-30 13:04 UTC  (4+ messages)
` [PATCH 2/6] hw/pci-bridge/cxl_upstream: Provide x-speed and x-width properties

[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
 2024-10-30 11:56 UTC  (2+ messages)

[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
 2024-10-30  6:01 UTC  (2+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-30  5:57 UTC  (10+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox