Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-12-10 13:40:35 to 2024-12-16 16:11:05 UTC [more...]

[PATCH v8 00/27] cxl: add type2 device basic support
 2024-12-16 16:10 UTC  (7+ messages)
` [PATCH v8 01/27] "
` [PATCH v8 02/27] sfc: add cxl support using new CXL API
` [PATCH v8 03/27] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v8 04/27] cxl/pci: add check for validating capabilities
` [PATCH v8 05/27] cxl: move pci generic code
` [PATCH v8 06/27] cxl: add function for type2 cxl regs setup

[PATCH 1/2] dax: Remove access to page->index
 2024-12-16 15:53 UTC  (2+ messages)
` [PATCH 2/2] dax: Use folios more widely within DAX

[PATCH v3 0/9] driver core: class: Fix bug and code improvements for class APIs
 2024-12-16 15:36 UTC  (18+ messages)
` [PATCH v3 1/9] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v3 2/9] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v3 3/9] driver core: bus: Move true expression out of if condition in API bus_find_device()
` [PATCH v3 4/9] driver core: Move true expression out of if condition in API driver_find_device()
` [PATCH v3 5/9] driver core: Move true expression out of if condition in API device_find_child()
` [PATCH v3 6/9] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v3 7/9] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v3 8/9] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v3 9/9] driver core: Introduce device_iter_t for device iterating APIs

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-16  6:26 UTC  (7+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages

[PATCH v2] cxl: factor out cxl_await_range_active() and cxl_media_ready()
 2024-12-15 13:29 UTC  (2+ messages)

[ndctl PATCH v4 0/9] ndctl: Dynamic Capacity additions for cxl-cli
 2024-12-15  2:58 UTC  (10+ messages)
` [ndctl PATCH v4 1/9] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH v4 2/9] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH v4 3/9] libcxl: Separate region mode from decoder mode
` [ndctl PATCH v4 4/9] cxl/region: Use new region mode in cxl-cli
` [ndctl PATCH v4 5/9] libcxl: Add Dynamic Capacity region support
` [ndctl PATCH v4 6/9] cxl/region: Add cxl-cli support for DCD regions
` [ndctl PATCH v4 7/9] libcxl: Add extent functionality to DC regions
` [ndctl PATCH v4 8/9] cxl/region: Add extent output to region query
` [ndctl PATCH v4 9/9] cxl/test: Add Dynamic Capacity tests

[PATCH v4 0/15] Enable CXL PCIe Port protocol error handling and logging
 2024-12-14 13:34 UTC  (31+ messages)
` [PATCH v4 01/15] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v4 02/15] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe Port support
` [PATCH v4 03/15] cxl/pci: Introduce PCIe helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v4 04/15] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v4 05/15] PCI/AER: Add CXL PCIe Port correctable error support in AER service driver
` [PATCH v4 06/15] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe Port devices
` [PATCH v4 07/15] PCI/AER: Add CXL PCIe Port Uncorrectable Error recovery in AER service driver
` [PATCH v4 08/15] cxl/pci: Map CXL PCIe Root Port and Downstream Switch Port RAS registers
` [PATCH v4 09/15] cxl/pci: Map CXL PCIe Upstream "
` [PATCH v4 10/15] cxl/pci: Update RAS handler interfaces to also support CXL PCIe Ports
` [PATCH v4 11/15] cxl/pci: Change find_cxl_port() to non-static
` [PATCH v4 12/15] cxl/pci: Add error handler for CXL PCIe Port RAS errors
` [PATCH v4 13/15] cxl/pci: Add trace logging "
` [PATCH v4 14/15] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers
` [PATCH v4 15/15] PCI/AER: Enable internal errors for CXL Upstream and Downstream Switch Ports

[PATCH RFC v3 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
 2024-12-13 17:03 UTC  (8+ messages)
` [PATCH RFC v3 2/3] cxl_type3: add MHD callbacks
` [PATCH RFC v3 3/3] mhsld: implement MHSLD device

[PATCH] cxl: Update Soft Reserved resources upon region creation
 2024-12-13 16:33 UTC  (12+ messages)

RFC: Kernel CXL cache support (and IOMMU implications)
 2024-12-13 14:15 UTC  (3+ messages)

[PATCH v7 00/28] cxl: add type2 device basic support
 2024-12-13 12:04 UTC  (42+ messages)
` [PATCH v7 04/28] cxl/pci: add check for validating capabilities
` [PATCH v7 07/28] sfc: use cxl api for regs setup and checking
` [PATCH v7 15/28] cxl: define a driver interface for HPA free space enumeration
` [PATCH v7 17/28] cxl: define a driver interface for DPA allocation
` [PATCH v7 18/28] sfc: get endpoint decoder
` [PATCH v7 22/28] cxl: allow region creation by type2 drivers
` [PATCH v7 23/28] sfc: create cxl region
` [PATCH v7 24/28] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v7 26/28] cxl: add function for obtaining region range
` [PATCH v7 28/28] sfc: support pio mapping based on cxl

[PATCH v2] hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`
 2024-12-13  9:36 UTC 

[RFC PATCH v1] cxl: add support for cxl reset
 2024-12-13  7:41 UTC 

I urge you to understand my viewpoint accurately
 2024-12-13  4:25 UTC 

[PATCH] cxl: read MEMDEV_STATUS register iff the device has it
 2024-12-13  3:16 UTC  (10+ messages)

[PATCHv4] cxl: avoid driver data for obtaining cxl_dev_state reference
 2024-12-12 22:14 UTC  (3+ messages)

Question about cxl pmem usage in Qemu
 2024-12-12 10:26 UTC 

[RFC PATCH edk2-platforms v4 0/1] add basic support for CXL on sbsa-ref
 2024-12-12  3:51 UTC  (3+ messages)

[RFC PATCH] resource: Fix CXL node not populated issue
 2024-12-12  1:02 UTC  (10+ messages)

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-12-11 17:58 UTC  (5+ messages)
` [PATCH v17 05/18] cxl: Add Get Supported Features command for kernel usage

Removing a misleading warning message?
 2024-12-11 14:48 UTC  (5+ messages)

[cxl:fixes] BUILD SUCCESS 76467a94810c2aa4dd3096903291ac6df30c399e
 2024-12-11 13:48 UTC 

[RFC PATCH] cxl: Support Global Persistent Flush (GPF)
 2024-12-11 10:53 UTC  (3+ messages)

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2024-12-11  8:18 UTC  (13+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[ndctl PATCH 1/1] daxctl: Output more information if memblock is unremovable
 2024-12-11  7:30 UTC  (3+ messages)

[PATCH] cxl/mem: Hide RCD attributes when pre-requisites are missing
 2024-12-11  5:52 UTC  (3+ messages)

[PATCH v8 00/21] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-12-11  3:42 UTC  (22+ messages)
` [PATCH v8 01/21] cxl/mbox: Flag "
` [PATCH v8 02/21] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v8 03/21] cxl/core: Separate region mode from decoder mode
` [PATCH v8 04/21] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v8 05/21] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v8 06/21] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v8 07/21] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v8 08/21] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v8 09/21] cxl/region: Add sparse DAX region support
` [PATCH v8 10/21] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v8 11/21] cxl/pci: Factor out interrupt policy check
` [PATCH v8 12/21] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v8 13/21] cxl/core: Return endpoint decoder information from region search
` [PATCH v8 14/21] cxl/extent: Process DCD events and realize region extents
` [PATCH v8 15/21] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v8 16/21] dax/bus: Factor out dev dax resize logic
` [PATCH v8 17/21] dax/region: Create resources on sparse DAX regions
` [PATCH v8 18/21] cxl/region: Read existing extents on region creation
` [PATCH v8 19/21] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v8 20/21] tools/testing/cxl: Make event logs dynamic
` [PATCH v8 21/21] tools/testing/cxl: Add DC Regions to mock mem data

[RFC PATCH v4 0/1] Sbsa-ref CXL Enablement
 2024-12-11  2:11 UTC  (2+ messages)
` [RFC PATCH v4 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW

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

[PATCH] cxl: Rename ACPI_CEDT_CFMWS_RESTRICT_TYPE2/TYPE3
 2024-12-10 20:08 UTC  (8+ messages)

[PATCH] hw/mem: support zero memory size CXL device
 2024-12-10 19:13 UTC  (4+ messages)

[RFC PATCH v2 0/20] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-12-10 13:40 UTC  (6+ messages)
` [RFC PATCH v2 09/20] fwctl/cxl: Add driver for CXL mailbox for handling CXL features commands


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