Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-08-16 14:00:10 to 2024-08-23 09:32:17 UTC [more...]

[PATCH v2 00/15] cxl: add Type2 device support
 2024-08-23  9:31 UTC  (67+ messages)
` [PATCH v2 01/15] cxl: add type2 device basic support
` [PATCH v2 02/15] cxl: add function for type2 cxl regs setup
` [PATCH v2 03/15] cxl: add function for type2 resource request
` [PATCH v2 04/15] cxl: add capabilities field to cxl_dev_state
` [PATCH v2 05/15] cxl: fix use of resource_contains
` [PATCH v2 06/15] cxl: add function for setting media ready by an accelerator
` [PATCH v2 07/15] cxl: support type2 memdev creation
` [PATCH v2 08/15] cxl: indicate probe deferral
` [PATCH v2 09/15] cxl: define a driver interface for HPA free space enumaration
` [PATCH v2 10/15] cxl: define a driver interface for DPA allocation
` [PATCH v2 12/15] cxl: allow region creation by type2 drivers
` [PATCH v2 14/15] cxl: add function for obtaining params from a region
` [PATCH v2 15/15] efx: support pio mapping based on cxl

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

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-08-22 21:29 UTC  (5+ messages)

[PATCH v3 00/10] Introduce fwctl subystem
 2024-08-22 15:34 UTC  (16+ messages)
` [PATCH v3 01/10] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH v3 02/10] fwctl: Basic ioctl dispatch for the character device
` [PATCH v3 03/10] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v3 04/10] taint: Add TAINT_FWCTL
` [PATCH v3 05/10] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v3 06/10] fwctl: Add documentation
` [PATCH v3 07/10] fwctl/mlx5: Support for communicating with mlx5 fw
` [PATCH v3 08/10] mlx5: Create an auxiliary device for fwctl_mlx5
` [PATCH v3 09/10] fwctl/cxl: Add driver for CXL mailbox for handling CXL features commands (RFC)
` [PATCH v3 10/10] cxl: Create an auxiliary device for fwctl_cxl

[ndctl PATCH v3 1/2] daxctl: Fail create-device if extra parameters are present
 2024-08-22  8:28 UTC  (2+ messages)

[PATCH 1/3] cxl/port: Use __free() to drop put_device() for cxl_port
 2024-08-22  2:07 UTC  (9+ messages)
` [PATCH 2/3] cxl/port: Use scoped_guard() to drop device_lock()/unlock pair
` [PATCH 3/3] cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern

[PATCH] Resource: fix region_intersects() for CXL memory
 2024-08-22  1:29 UTC  (4+ messages)

[RFC PATCH 0/13] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-08-21 18:10 UTC  (4+ messages)
` [RFC PATCH 04/13] cxl: Add Get Supported Features command for kernel usage

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-08-21 16:50 UTC  (23+ messages)
` [PATCH v11 01/14] EDAC: Add support for EDAC device feature's control
` [PATCH v11 02/14] EDAC: Add EDAC scrub control driver
` [PATCH v11 03/14] EDAC: Add EDAC ECS "
` [PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v11 05/14] cxl/mbox: Add GET_FEATURE "
` [PATCH v11 06/14] cxl/mbox: Add SET_FEATURE "
` [PATCH v11 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v11 08/14] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v11 09/14] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v11 10/14] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v11 11/14] ras: mem: Add memory "
` [PATCH v11 12/14] EDAC: Add EDAC PPR control driver
` [PATCH v11 13/14] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v11 14/14] cxl/memfeature: Add CXL memory device PPR control feature

[PATCH v2 0/4] driver core: Prevent device_find_child() from modifying caller's match data
 2024-08-21 14:44 UTC  (14+ messages)
` [PATCH v2 1/4] driver core: Make parameter check consistent for API cluster device_(for_each|find)_child()
` [PATCH v2 2/4] cxl/region: Prevent device_find_child() from modifying caller's match data
` [PATCH v2 3/4] firewire: core: "

[PATCH v4 0/2] cxl: add device reporting poison handler
 2024-08-21 13:57 UTC  (4+ messages)
` [PATCH v4 1/2] cxl/core: introduce device reporting poison hanlding

[PATCH] hw/cxl: Add support for abort of background operation
 2024-08-20 20:11 UTC  (8+ messages)
  ` [EXT] "

[GIT PULL] Compute Express Link (CXL) Fixes for 6.11-rc5
 2024-08-20 15:40 UTC  (2+ messages)

[RFC PATCH 0/9] Add RAS support for CXL root ports, CXL downstream switch ports, and CXL upstream switch ports
 2024-08-19 18:35 UTC  (8+ messages)
` [RFC PATCH 1/9] PCI/AER: Update AER driver to call root port and downstream port UCE handlers

[PATCH v2] hw/cxl: fix physical address field in get scan media results output
 2024-08-19 15:42 UTC 

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-08-19 15:40 UTC  (3+ messages)

[PATCH] fix physical address field in get scan media results output
 2024-08-19 15:10 UTC 

[RESEND] hw/cxl: fix the determination of illegal physical addresses
 2024-08-19 12:03 UTC 

[PATCH -next 1/8] dax/bus.c: Make dax_region_rwsem and dax_dev_rwsem static
 2024-08-19 11:59 UTC 

[PATCH v16 0/2] Export cxl1.1 device link status register value to pci device sysfs
 2024-08-19  5:52 UTC  (4+ messages)
` [PATCH v16 2/2] cxl/pci: Add sysfs attribute for CXL 1.1 device link status

[PATCH v2 0/5] Address translation for HDM decoding
 2024-08-16 18:32 UTC  (2+ messages)

[PATCH RESEND v2 00/18] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-08-16 14:18 UTC  (20+ messages)
` [PATCH RESEND v2 01/18] cxl/hdm: Debug, use decoder name function
` [PATCH RESEND v2 02/18] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH RESEND v2 03/18] cxl/mem: Read Dynamic capacity configuration from the device
` [PATCH RESEND v2 04/18] cxl/region: Add Dynamic Capacity decoder and region modes
` [PATCH RESEND v2 05/18] cxl/port: Add Dynamic Capacity mode support to endpoint decoders
` [PATCH RESEND v2 06/18] cxl/port: Add Dynamic Capacity size "
` [PATCH RESEND v2 07/18] cxl/mem: Expose device dynamic capacity configuration
` [PATCH RESEND v2 08/18] cxl/region: Add Dynamic Capacity CXL region support
` [PATCH RESEND v2 09/18] cxl/mem: Read extents on memory device discovery
` [PATCH RESEND v2 10/18] cxl/mem: Handle DCD add and release capacity events
` [PATCH RESEND v2 11/18] cxl/region: Expose DC extents on region driver load
` [PATCH RESEND v2 12/18] cxl/region: Notify regions of DC changes
` [PATCH RESEND v2 13/18] dax/bus: Factor out dev dax resize logic
` [PATCH RESEND v2 14/18] dax/region: Support DAX device creation on dynamic DAX regions
` [PATCH RESEND v2 15/18] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH RESEND v2 16/18] tools/testing/cxl: Make event logs dynamic
` [PATCH RESEND v2 17/18] tools/testing/cxl: Add DC Regions to mock mem data
` [PATCH RESEND v2 18/18] tools/testing/cxl: Add Dynamic Capacity events

[PATCH v2 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-08-16 14:17 UTC  (16+ messages)
` [PATCH v2 08/25] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v2 09/25] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v2 10/25] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v2 11/25] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v2 12/25] cxl/region: Refactor common create region code
` [PATCH v2 13/25] cxl/region: Add sparse DAX region support
` [PATCH v2 14/25] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v2 15/25] cxl/pci: Factor out interrupt policy check
` [PATCH v2 16/25] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v2 17/25] cxl/core: Return endpoint decoder information from region search
` [PATCH v2 18/25] cxl/extent: Process DCD events and realize region extents
` [PATCH v2 19/25] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v2 20/25] dax/bus: Factor out dev dax resize logic
` [PATCH v2 21/25] dax/region: Create resources on sparse DAX regions


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