Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-04-24 14:25:28 to 2025-05-07 07:23:32 UTC [more...]

[PATCH 0/7] Introduce DEFINE_ACQUIRE(), a scoped_cond_guard() replacement
 2025-05-07  7:21 UTC  (5+ messages)
` [PATCH 1/7] cleanup: Introduce DEFINE_ACQUIRE() a CLASS() for conditional locking
` [PATCH 3/7] cxl/decoder: Drop pointless locking
` [PATCH 4/7] cxl/region: Split commit_store() into __commit() and queue_reset() helpers
` [PATCH 7/7] cleanup: Create an rwsem conditional acquisition class

[RFC PATCH] cxl: Allow reprogramming misconfigured hdm decoders
 2025-05-07  6:42 UTC  (5+ messages)

[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
 2025-05-07  1:55 UTC  (2+ messages)

[PATCH v2 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-05-07  0:43 UTC  (11+ messages)
` [PATCH v2 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v2 02/10] cxl: Saperate out CXL dport->id vs actual dport hardware id
` [PATCH v2 03/10] cxl: Rename find_dport() to provide better function intent
` [PATCH v2 04/10] cxl: Remove adding of port_num via devm_cxl_add_dport()
` [PATCH v2 05/10] cxl: Defer hardware dport->port_id assignment and registers probing
` [PATCH v2 06/10] cxl/test: Add workaround for cxl_test for cxl_core calling mocked functions
` [PATCH v2 07/10] cxl: Change sslbis handler to only handle single dport
` [PATCH v2 08/10] cxl: Add helper to detect top of CXL device topology
` [PATCH v2 09/10] cxl: Create an xarray to tie a host bridge to the cxl_root
` [PATCH v2 10/10] cxl: Move enumeration of hostbridge ports to the memdev probe path

[PATCH v8 00/16] Enable CXL PCIe port protocol error handling and logging
 2025-05-06 23:06 UTC  (21+ messages)
` [PATCH v8 04/16] cxl/aer: AER service driver forwards CXL error to CXL driver
` [PATCH v8 05/16] PCI/AER: CXL driver dequeues CXL error forwarded from AER service driver
` [PATCH v8 07/16] cxl/pci: Move existing CXL RAS initialization to CXL's cxl_port driver
` [PATCH v8 10/16] cxl/pci: Add log message if RAS registers are not mapped
` [PATCH v8 16/16] CXL/PCI: Disable CXL protocol errors during CXL Port cleanup

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2025-05-06 18:54 UTC  (6+ messages)
` [PATCH v9 01/19] cxl/mbox: Flag "

[PATCH v2] PCI/AER: Consolidate CXL, ACPI GHES and native AER reporting paths
 2025-05-06 17:03 UTC  (9+ messages)

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-06 16:56 UTC  (15+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
` [RFC PATCH 18/19] famfs_fuse: Add documentation

[PATCH 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
 2025-05-06 16:55 UTC  (18+ messages)
` [PATCH 1/9] cxl/type3: Add supported block sizes bitmask to CXLDCRegion struct
` [PATCH 3/9] cxl/type3: Add dsmas_flags "
` [PATCH 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
` [PATCH 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release

[PATCH v5 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-05-05 18:18 UTC  (31+ messages)
` [PATCH v5 01/14] cxl: Remove else after return
` [PATCH v5 02/14] cxl/pci: Moving code in cxl_hdm_decode_init()
` [PATCH v5 03/14] cxl/pci: Add comments to cxl_hdm_decode_init()
` [PATCH v5 04/14] cxl: Introduce parent_port_of() helper
` [PATCH v5 05/14] cxl/region: Rename function to cxl_port_pick_region_decoder()
` [PATCH v5 06/14] cxl/region: Avoid duplicate call of cxl_port_pick_region_decoder()
` [PATCH v5 07/14] cxl/region: Move find_cxl_root() to cxl_add_to_region()
` [PATCH v5 08/14] cxl/port: Replace put_cxl_root() by a cleanup helper
` [PATCH v5 09/14] cxl/region: Factor out code to find the root decoder
` [PATCH v5 10/14] cxl/region: Factor out code to find a root decoder's region
` [PATCH v5 11/14] cxl/region: Add function to find a port's switch decoder by range
` [PATCH v5 12/14] cxl/region: Add a dev_warn() on registration failure
` [PATCH v5 13/14] cxl/region: Add a dev_err() on missing target list entries
` [PATCH v5 14/14] cxl: Add a dev_dbg() when a decoder was added to a port

Request for help on CXL kernel panic with recent QEMU/Linux
 2025-05-05 15:18 UTC  (3+ messages)

[RFC PATCH] cleanup: Introduce "acquire"/"drop" cleanup helpers for interruptible locks
 2025-05-03  3:10 UTC  (4+ messages)

[PATCH v4 0/8] cxl: support CXL memory RAS features
 2025-05-02  8:45 UTC  (9+ messages)
` [PATCH v4 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v4 2/8] cxl: Update prototype of function get_support_feature_info()
` [PATCH v4 3/8] cxl/edac: Add CXL memory device patrol scrub control feature
` [PATCH v4 4/8] cxl/edac: Add CXL memory device ECS "
` [PATCH v4 5/8] cxl/edac: Add support for PERFORM_MAINTENANCE command
` [PATCH v4 6/8] cxl/edac: Support for finding memory operation attributes from the current boot
` [PATCH v4 7/8] cxl/edac: Add CXL memory device memory sparing control feature
` [PATCH v4 8/8] cxl/edac: Add CXL memory device soft PPR "

[RFC qemu 0/6] hw/cxl: Link speed and width control
 2025-05-01 21:49 UTC  (3+ messages)
` [RFC qemu 1/6] hw/pci-bridge/cxl_root_port: Provide x-speed and x-width properties

[PATCH] cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
 2025-05-01 15:32 UTC  (3+ messages)

[PATCH] cxl/region: Add decoder check to check_commit_order()
 2025-05-01 15:09 UTC  (5+ messages)

[PATCH v3 0/8] cxl: support CXL memory RAS features
 2025-05-01  9:22 UTC  (12+ messages)
` [PATCH v3 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v3 2/8] cxl: Update prototype of function get_support_feature_info()
` [PATCH v3 4/8] cxl/edac: Add CXL memory device ECS control feature
` [PATCH v3 6/8] cxl/edac: Support for finding memory operation attributes from the current boot
` [PATCH v3 7/8] cxl/edac: Add CXL memory device memory sparing control feature

[RFC PATCH v2 00/18] CXL Boot to Bash Documentation
 2025-04-30 23:15 UTC  (20+ messages)
` [RFC PATCH v2 01/18] cxl: update documentation structure in prep for new docs
` [RFC PATCH v2 02/18] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH v2 03/18] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH v2 04/18] cxl: docs/platform/acpi reference documentation
` [RFC PATCH v2 05/18] cxl: docs/platform/example-configs documentation
` [RFC PATCH v2 06/18] cxl: docs/linux - overview
` [RFC PATCH v2 07/18] cxl: docs/linux - early boot configuration
` [RFC PATCH v2 08/18] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH v2 09/18] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH v2 10/18] cxl: docs/linux/dax-driver documentation
` [RFC PATCH v2 11/18] cxl: docs/linux/memory-hotplug
` [RFC PATCH v2 12/18] cxl: docs/allocation/dax
` [RFC PATCH v2 13/18] cxl: docs/allocation/page-allocator
` [RFC PATCH v2 14/18] cxl: docs/allocation/reclaim
` [RFC PATCH v2 15/18] cxl: docs/allocation/hugepages
` [RFC PATCH v2 16/18] cxl: docs/allocation/tiering
` [RFC PATCH v2 17/18] cxl: docs/use-cases
` [RFC PATCH v2 18/18] cxl: docs - add self-referencing cross-links
` [PATCH FIXUP] cxl: docs - fixup cedt.rst reference in access-coordinates

[RFC PATCH 00/17] CXL Boot to Bash Documentation
 2025-04-30 14:08 UTC  (20+ messages)
` [RFC PATCH 01/17] cxl: update documentation structure in prep for new docs
` [RFC PATCH 02/17] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH 03/17] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH 04/17] cxl: docs/platform/acpi reference documentation
` [RFC PATCH 05/17] cxl: docs/platform/example-configs documentation
` [RFC PATCH 06/17] cxl: docs/linux - overview
` [RFC PATCH 07/17] cxl: docs/linux - early boot configuration
` [RFC PATCH 08/17] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH 09/17] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH 10/17] cxl: docs/linux/dax-driver documentation
` [RFC PATCH 11/17] cxl: docs/linux/memory-hotplug
` [RFC PATCH 12/17] cxl: docs/allocation/dax
` [RFC PATCH 13/17] cxl: docs/allocation/page-allocator
` [RFC PATCH 14/17] cxl: docs/allocation/reclaim
` [RFC PATCH 15/17] cxl: docs/allocation/hugepages
` [RFC PATCH 16/17] cxl: docs/allocation/tiering
` [RFC PATCH 17/17] cxl: docs/use-cases

[PATCH v2 0/3] Implement numa node notifier
 2025-04-30  9:02 UTC  (10+ messages)
` [PATCH v2 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes

[ndctl PATCH 0/6] Add error injection support
 2025-04-30  0:53 UTC  (10+ messages)
` [PATCH 1/6] libcxl: Add debugfs path to CXL context
` [PATCH 2/6] libcxl: Add CXL protocol errors
` [PATCH 3/6] libcxl: Add poison injection functions
` [PATCH 4/6] cxl/list: Add debugfs option
` [PATCH 5/6] cxl/list: Add injectable-errors option
` [PATCH 6/6] cxl: Add inject-error command

[PATCH 0/4] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-04-29 19:52 UTC  (13+ messages)
` [PATCH 1/4] cxl: Saperate out CXL dport->id vs actual dport hardware id
` [PATCH 2/4] cxl: Defer hardware dport->port_id assignment and registers probing
` [PATCH 4/4] cxl/test: Add workaround for cxl_test for cxl_core calling mocked functions

[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
 2025-04-29 18:20 UTC  (7+ messages)
` [PATCH 1/4 v2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v2] PCI/AER: Modify pci_print_aer() to take log level
` [PATCH 3/4 v2] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v2] ACPI: extlog: Trace CPER CXL Protocol Errors

[RFC DOC] cxl driver draft doc
 2025-04-29 16:13 UTC  (3+ messages)

[PATCH] hw/pci-bridge/pci_expander_bridge: Fix HDM passthrough condition
 2025-04-29 15:50 UTC  (5+ messages)

[PATCH v4 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-04-29 13:43 UTC  (4+ messages)
` [PATCH v4 13/14] cxl: Add a dev_dbg() when a decoder was added to a port

[PATCH v3] DAX: warn when kmem regions are truncated for memory block alignment
 2025-04-28 20:56 UTC  (2+ messages)

[PATCH v14 00/22] Type2 device basic support
 2025-04-28  8:00 UTC  (4+ messages)
` [PATCH v14 11/22] cxl: define a driver interface for HPA free space enumeration

[GIT PULL] Compute Express Link (CXL) Fixes for 6.15-rc4
 2025-04-25 23:35 UTC  (2+ messages)

[PATCH v2 00/15] cxl: Address translation support, part 2: Generic support and AMD Zen5 platform enablement
 2025-04-24 23:46 UTC  (5+ messages)
` [PATCH v2 06/15] cxl/region: Use endpoint's HPA range to find the port's decoder

[PATCH] [PATCH] cxl: trace: Fix macro safety in CXL_EVT_TP_fast_assign
 2025-04-24 15:48 UTC  (5+ messages)


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