public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-28 17:00:26 to 2024-09-10 06:38:08 UTC [more...]

[PATCH v3 00/20] cxl: add Type2 device support
 2024-09-10  6:37 UTC  (30+ messages)
` [PATCH v3 01/20] cxl: add type2 device basic support
` [PATCH v3 02/20] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v3 03/20] cxl/pci: add check for validating capabilities
` [PATCH v3 04/20] cxl: move pci generic code
` [PATCH v3 05/20] cxl: add function for type2 cxl regs setup
` [PATCH v3 06/20] cxl: add functions for resource request/release by a driver
` [PATCH v3 07/20] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v3 08/20] cxl: add function for setting media ready by a driver
` [PATCH v3 09/20] cxl: support type2 memdev creation
` [PATCH v3 10/20] cxl: indicate probe deferral
` [PATCH v3 11/20] cxl: define a driver interface for HPA free space enumaration
` [PATCH v3 12/20] efx: use acquire_endpoint when looking for free HPA
` [PATCH v3 13/20] cxl: define a driver interface for DPA allocation
` [PATCH v3 14/20] cxl: make region type based on endpoint type
` [PATCH v3 15/20] cxl/region: factor out interleave ways setup
` [PATCH v3 16/20] cxl/region: factor out interleave granularity setup
` [PATCH v3 17/20] cxl: allow region creation by type2 drivers
` [PATCH v3 18/20] cxl: preclude device memory to be used for dax
` [PATCH v3 19/20] cxl: add function for obtaining params from a region
` [PATCH v3 20/20] efx: support pio mapping based on cxl

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-10  4:47 UTC  (14+ messages)
` [PATCH 01/12] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/12] fs/dax: Refactor wait for dax idle page
` [PATCH 04/12] mm: Allow compound zone device pages
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
` [PATCH 11/12] mm: Remove pXX_devmap callers
` [PATCH 12/12] mm: Remove devmap related functions and page table bits

[PATCH v4 0/2] driver core: Prevent device_find_child() from modifying caller's match data
 2024-09-10  4:20 UTC  (16+ messages)
` [PATCH v4 1/2] cxl/region: Find free cxl decoder by device_for_each_child()
` [PATCH v4 2/2] net: qcom/emac: Find sgmii_ops "

[PATCH v4 0/3] cxl: Pull out mailbox bits to be independent of cxl_dev_state
 2024-09-09 23:40 UTC  (10+ messages)
` [PATCH v4 1/3] cxl: move cxl headers to new include/cxl/ directory
` [PATCH v4 2/3] cxl: Move mailbox related bits to the same context
` [PATCH v4 3/3] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input

[PATCH v3 0/3] driver core: Prevent device_find_child() from modifying caller's match data
 2024-09-09 21:19 UTC  (4+ messages)
` [PATCH v3 2/3] cxl/region: Find free cxl decoder by device_for_each_child()

[PATCH] test: add cxl region test template
 2024-09-09 15:54 UTC  (2+ messages)

[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-09-09 14:08 UTC  (46+ messages)
` [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 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 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 v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-09-09 11:17 UTC  (4+ messages)
` [PATCH v11 01/14] EDAC: Add support for EDAC device feature's control

[RFC PATCH 0/2] Sbsa-ref CXL Enablement
 2024-09-09 10:05 UTC  (7+ messages)
` [RFC PATCH 1/2] hw/arm/sbsa-ref: Enable CXL Host Bridge by pxb-cxl
` [RFC PATCH 2/2] hw/arm/sbsa-ref: Support CXL Fixed Memory Window

[PATCH -v3 0/3] resource: Fix region_intersects() vs add_memory_driver_managed()
 2024-09-09  8:04 UTC  (9+ messages)
` [PATCH -v3 1/3] "
` [PATCH -v3 2/3] resource: Make alloc_free_mem_region() works for iomem_resource
` [PATCH -v3 3/3] resource, kunit: Add test case for region_intersects()

[RFC PATCH 0/9] pci: portdrv: Add auxiliary bus and register CXL PMUs (and aer)
 2024-09-06 17:18 UTC  (11+ messages)

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-09-06  6:21 UTC  (7+ messages)
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-09-06  1:07 UTC  (20+ messages)

[PATCH 0/3 v3] cxl: Pull out mailbox bits to be independent of cxl_dev_state
 2024-09-05 20:21 UTC  (11+ messages)
` [PATCH v3 1/3] cxl: Move mailbox related bits to the same context
` [PATCH v3 2/3] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
` [PATCH v3 3/3] cxl: move cxl headers to new linux/cxl/ directory

[PATCH v2] cxl/region: Fix bad logic for finding a free switch cxl decoder
 2024-09-05 13:02 UTC 

[PATCH] cxl/region: Fix logic for finding a free cxl decoder
 2024-09-05  1:02 UTC  (3+ messages)

[RESEND] hw/cxl: fix the determination of illegal physical addresses
 2024-09-04 20:01 UTC  (3+ messages)

[PATCH 0/2] QEMU DCD emulation support fix
 2024-09-04 16:50 UTC  (5+ messages)
` [PATCH 2/2] hw/cxl/cxl_event: Fix interrupt triggering for dynamic capacity events grouped via More flag

[PATCH v3] cxl/region: Remove lock from memory notifier callback
 2024-09-04 14:47 UTC 

[PATCH v2] cxl/region: Remove lock from memory notifier callback
 2024-09-04  2:14 UTC  (2+ messages)

[ndctl PATCH 0/2] Use CXL regions in daxctl-create unit test
 2024-09-04  0:34 UTC  (7+ messages)
` [ndctl PATCH 1/2] test/daxctl-create.sh: use bash math syntax to find available size
` [ndctl PATCH 2/2] test/daxctl-create.sh: use CXL DAX regions instead of efi_fake_mem

[PATCH v8 0/3] cxl: Region bandwidth calculation for targets with shared upstream link
 2024-09-04  0:11 UTC  (4+ messages)
` [PATCH v8 1/3] cxl: Preserve the CDAT access_coordinate for an endpoint
` [PATCH v8 2/3] cxl: Calculate region bandwidth of targets with shared upstream link
` [PATCH v8 3/3] cxl: Add documentation to explain the shared link bandwidth calculation

[PATCH v17 0/2] Export cxl1.1 device link status register value to pci device sysfs
 2024-09-03 16:59 UTC  (5+ messages)
` [PATCH v17 1/2] cxl/core/regs: Add rcd_pcie_cap initialization
` [PATCH v17 2/2] cxl/pci: Add sysfs attribute for CXL 1.1 device link status

[PATCH] Resource: fix region_intersects() for CXL memory
 2024-09-03  0:43 UTC  (7+ messages)

[PATCH v4 0/2] cxl: add device reporting poison handler
 2024-09-02 14:19 UTC  (7+ messages)
` [PATCH v4 1/2] cxl/core: introduce device reporting poison hanlding
` [PATCH v4 2/2] cxl: avoid duplicated report from MCE & device

[RFC PATCH] cxl/pci: Set default timeout for background operations
 2024-09-02  6:42 UTC 

[PATCH v2 1/3] cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs()
 2024-08-30 11:03 UTC  (4+ messages)
` [PATCH v2 2/3] cxl/pci: cxl_dport_map_rch_aer() cleanup
` [PATCH v2 3/3] cxl/pci: Remove duplicate host_bridge->native_aer checking

[PATCH -next] cxl: Remove duplicate included header file core.h
 2024-08-30 11:02 UTC  (2+ messages)

[PATCH v3 1/3] cxl/port: Use __free() to drop put_device() for cxl_port
 2024-08-30 11:01 UTC  (4+ messages)
` [PATCH v3 2/3] cxl/port: Use scoped_guard()/guard() to drop device_lock() "
` [PATCH v3 3/3] cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern

[RFC PATCH edk2-platforms 0/2] add basic support for CXL on sbsa-ref
 2024-08-30 10:59 UTC  (5+ messages)
` [RFC PATCH edk2-platforms 1/2] SbsaQemu: Add acpi0016 & acpi0017 objects into DSDT
` [RFC PATCH edk2-platforms 2/2] SbsaQemu: AcpiTables: Add CEDT Table

[v4 0/4] cxl: Fixes for hdm decoder initialization from DVSEC ranges
 2024-08-29 22:00 UTC  (9+ messages)
` [v4 1/4] cxl/pci: Fix to record only non-zero ranges
` [v4 2/4] cxl/pci: Remove duplicated implementation of waiting for memory_info_valid
` [v4 3/4] cxl/pci: Check Mem_info_valid bit for each applicable DVSEC
` [v4 4/4] cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init()

[PATCH v1] cxl/port: Convert to use ERR_CAST()
 2024-08-29 21:45 UTC  (3+ messages)

[PATCH 0/2 v2] cxl: Pull out mailbox bits to be independent of cxl_dev_state
 2024-08-29 16:50 UTC  (5+ messages)
` [PATCH v2 1/2] cxl: Move mailbox related bits to the same context

[RFC qemu 0/6] hw/cxl: Link speed and width control
 2024-08-28 17:00 UTC  (2+ messages)


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