public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-17 20:59:14 to 2024-10-07 23:17:09 UTC [more...]

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-07 23:16 UTC  (11+ messages)
` [PATCH v4 01/28] test printk: Add very basic struct resource tests
` [PATCH v4 02/28] printk: Add print format (%pra) for struct range
` [PATCH v4 03/28] cxl/cdat: Use %pra for dpa range outputs
` [PATCH v4 04/28] range: Add range_overlaps()
` [PATCH v4 05/28] dax: Document dax dev range tuple
` [PATCH v4 06/28] cxl/pci: Delay event buffer allocation
` [PATCH v4 07/28] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v4 08/28] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v4 09/28] cxl/core: Separate region mode from decoder mode
` [PATCH v4 10/28] cxl/region: Add dynamic capacity decoder and region modes

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-10-07 14:24 UTC  (15+ messages)

[PATCH 0/3] cleanup: add if_not_cond_guard macro
 2024-10-06 11:35 UTC  (11+ messages)
` [PATCH 1/3] cleanup: add conditional guard helper
` [PATCH 2/3] iio: adc: ad7380: use if_not_cond_guard for claim direct
` [PATCH 3/3] cxl/region: Use cond_guard() in show_targetN()

[GIT PULL] Compute Express Link (CXL) Fixes for 6.12-rc2
 2024-10-05 18:07 UTC  (2+ messages)

[PATCH v2] cxl/core/port: defer endpoint probes when ACPI likely hasn't finished
 2024-10-05  2:05 UTC  (3+ messages)

[RFC] cxl: Update Soft Reserved resources upon region creation
 2024-10-04 18:17 UTC 

[PATCH v2] perf/cxlpmu: Support missing events in 3.1 spec
 2024-10-04 16:43 UTC  (3+ messages)

[PATCH] PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req
 2024-10-04 16:28 UTC 

[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
 2024-10-04 11:40 UTC  (26+ messages)
` [RFC 01/13] cxl: allow a type-2 device not to have memory device registers
` [RFC 02/13] cxl: introduce cxl_get_hdm_info()
` [RFC 03/13] cxl: introduce cxl_find_comp_reglock_offset()
` [RFC 04/13] vfio: introduce vfio-cxl core preludes
` [RFC 05/13] vfio/cxl: expose CXL region to the usersapce via a new VFIO device region
` [RFC 06/13] vfio/pci: expose vfio_pci_rw()
` [RFC 07/13] vfio/cxl: introduce vfio_cxl_core_{read, write}()
` [RFC 08/13] vfio/cxl: emulate HDM decoder registers
` [RFC 09/13] vfio/pci: introduce CXL device awareness
` [RFC 10/13] vfio/pci: emulate CXL DVSEC registers in the configuration space
` [RFC 11/13] vfio/cxl: introduce VFIO CXL device cap
` [RFC 12/13] vfio/cxl: VFIO variant driver for QEMU CXL accel device
` [RFC 13/13] vfio/cxl: workaround: don't take resource region when cxl is enabled

[PATCH] pci/doe: add a 1 second retry window to pci_doe
 2024-10-04 11:32 UTC  (7+ messages)

[PATCH v2 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-10-03 23:21 UTC  (20+ messages)
` [PATCH v2 1/4] efi/cper, cxl: Make definitions and structures global
` [PATCH v2 2/4] cxl/pci: Define a common function get_cxl_devstate()
` [PATCH v2 3/4] acpi/ghes, efi/cper: Recognize and process CXL Protocol Errors
` [PATCH v2 4/4] acpi/ghes, cxl/pci: Trace FW-First "

[RFC 0/5] cxl: Preparation of type2 accelerators support
 2024-10-03 14:28 UTC  (20+ messages)
` [RFC 1/5] cxl: Rename ACPI_CEDT_CFMWS_RESTRICT_TYPE2/TYPE3
` [RFC 2/5] cxl: Rename CXL_DECODER_HOSTONLYMEM/DEVMEM
` [RFC 3/5] cxl: Separate coherence from target type
` [RFC 4/5] cxl: Set type of region to that of the first endpoint
` [RFC 5/5] cxl: Avoid to create dax regions for type2 accelerators

RIP: 0010:trace_check_vprintf 6.12-rc1 & CXL test
 2024-10-03 14:03 UTC  (4+ messages)

[cxl:fixes] BUILD SUCCESS ee1e3c46ed19c096be22472c728fa7f68b1352c4
 2024-10-03 13:53 UTC 

[RFC PATCH 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-10-02 17:57 UTC  (8+ messages)
` [RFC PATCH 1/6] ACPICA: actbl1.h: Add extended linear address mode to MSCIS
` [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

[PATCH v18 0/2] Export cxl1.1 device link status register value to pci device sysfs
 2024-10-02  1:15 UTC  (3+ messages)
` [PATCH v18 1/2] cxl/core/regs: Add rcd_pcie_cap initialization
` [PATCH v18 2/2] cxl/pci: Add sysfs attribute for CXL 1.1 device link status

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-01 19:47 UTC  (22+ messages)
` [PATCH v12 02/17] EDAC: Add EDAC scrub control driver
` [PATCH v12 03/17] EDAC: Add EDAC ECS "
` [PATCH v12 07/17] cxl: Add Get Supported Features command for kernel usage
` [PATCH v12 08/17] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v12 09/17] cxl/mbox: Add SET_FEATURE "
` [PATCH v12 10/17] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v12 11/17] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v12 13/17] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH] cxl/core/port: defer probe when memdev fails to find correct port
 2024-10-01 15:20 UTC  (4+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-01 10:43 UTC  (25+ 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 -ndctl] cxl/memdev: Introduce sanitize-memdev functionality
 2024-09-30 21:39 UTC  (4+ messages)

[PATCH -v3 0/3] resource: Fix region_intersects() vs add_memory_driver_managed()
 2024-09-30 17:36 UTC  (4+ messages)
` [PATCH -v3 3/3] resource, kunit: Add test case for region_intersects()

[RESEND][PATCH] EINJ, CXL: Fix CXL device SBDF calculation
 2024-09-29  3:22 UTC  (3+ messages)
` [EXT] "

[GIT PULL] Compute Express Link (CXL) for 6.12
 2024-09-27 20:00 UTC  (4+ messages)

[RFC PATCH 0/13] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-09-27 16:22 UTC  (12+ messages)
` [RFC PATCH 02/13] cxl: Fix comment regarding cxl_query_cmd() return data
` [RFC PATCH 04/13] cxl: Add Get Supported Features command for kernel usage
` [RFC PATCH 08/13] fwctl/cxl: Add driver for CXL mailbox for handling CXL features commands

[PATCH 1/1] hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tables
 2024-09-27  9:17 UTC 

[RFC 0/1] Introduce vfio-cxl to support CXL type-2 device passthrough
 2024-09-26 16:52 UTC  (3+ messages)
` [RFC 1/1] vfio: support CXL device in VFIO stub

How to start sanitize?
 2024-09-26  0:53 UTC  (5+ messages)

[PATCH v17 0/2] Export cxl1.1 device link status register value to pci device sysfs
 2024-09-25 16:02 UTC  (5+ messages)

[PATCH v2 0/8] Introduce CBD (CXL Block Device)
 2024-09-25  1:48 UTC  (11+ messages)
` [PATCH v2 1/8] cbd: introduce cbd_transport
` [PATCH v2 2/8] cbd: introduce cbd_host
` [PATCH v2 3/8] cbd: introduce cbd_segment
` [PATCH v2 4/8] cbd: introduce cbd_channel
` [PATCH v2 5/8] cbd: introduce cbd_cache
` [PATCH v2 6/8] cbd: introduce cbd_blkdev
` [PATCH v2 7/8] cbd: introduce cbd_backend
` [PATCH v2 8/8] block: Init for CBD(CXL Block Device) module

[cxl:next] BUILD SUCCESS 2c70677dabb5e326467160e28915b804b925b53b
 2024-09-23 18:13 UTC 

[cxl:next] BUILD SUCCESS 43cb008f857f48a46df87afa2223693277c1abc7
 2024-09-22  3:30 UTC 

[PATCH v8 0/3] cxl: Region bandwidth calculation for targets with shared upstream link
 2024-09-21 10:26 UTC  (2+ messages)

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-09-20  9:06 UTC  (7+ messages)

[cxl:next] BUILD SUCCESS 423c9baae4c7fe73d5812e28610418fd2e8050bd
 2024-09-19 11:51 UTC 

[PATCH] cxl: Fix comment regarding cxl_query_cmd() return data
 2024-09-17 21:58 UTC  (2+ messages)

[PATCH v3 00/10] Introduce fwctl subystem
 2024-09-17 20:59 UTC  (3+ messages)


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