Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-08-15 14:18:17 to 2022-08-31 08:56:38 UTC [more...]

[PATCH 00/15] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-08-31  8:54 UTC  (17+ messages)
` [PATCH 01/15] cxl/core: Remove duplicate declaration of devm_cxl_iomap_block()
` [PATCH 02/15] cxl/core: Check physical address before mapping it in devm_cxl_iomap_block()
` [PATCH 03/15] cxl: Unify debug messages when calling devm_cxl_add_port()
` [PATCH 04/15] cxl: Unify debug messages when calling devm_cxl_add_dport()
` [PATCH 05/15] cxl/acpi: Add probe function to detect restricted CXL hosts in RCD mode
` [PATCH 06/15] PCI/ACPI: Link host bridge to its ACPI fw node
` [PATCH 07/15] cxl/acpi: Check RCH's PCIe Host Bridge ACPI ID
` [PATCH 08/15] cxl/acpi: Check RCH's CXL DVSEC capabilities
` [PATCH 09/15] cxl/acpi: Determine PCI host bridge's ACPI UID
` [PATCH 10/15] cxl/acpi: Extract the RCH's RCRB base address from CEDT
` [PATCH 11/15] cxl/acpi: Extract the host's component register base address from RCRB
` [PATCH 12/15] cxl/acpi: Skip devm_cxl_port_enumerate_dports() when in RCD mode
` [PATCH 13/15] cxl/acpi: Rework devm_cxl_enumerate_ports() to support "
` [PATCH 14/15] cxl/acpi: Enumerate ports in RCD mode to enable RCHs and RCDs
` [PATCH 15/15] cxl/acpi: Specify module load order dependency for the cxl_acpi module

[ndctl PATCH] cxl/test: Skip tests in the absence of the cxl_test module
 2022-08-30 18:11 UTC 

[PATCH v5 0/6] Add sanity check for interleave setup
 2022-08-30 15:17 UTC  (9+ messages)
` [PATCH v5 1/6] cxl: Add check for result of interleave ways plus granularity combo
` [PATCH v5 2/6] cxl: Add CXL spec v3.0 interleave support
` [PATCH v5 3/6] tools/testing/cxl: Add interleave check support to mock cxl port device
` [PATCH v5 4/6] cxl: change cxl_port_attribute_groups naming to avoid confusion
` [PATCH v5 5/6] cxl: export interleave address mask as port sysfs attribute
` [PATCH v5 6/6] cxl: export intereleave capability "

[PATCH V2 0/2] CXL: Taint user access to DOE mailbox config space
 2022-08-30 12:53 UTC  (9+ messages)
` [PATCH V2 1/2] PCI: Allow drivers to request exclusive config regions
` [PATCH V2 2/2] cxl/doe: Request exclusive DOE access

[ndctl PATCH 0/2] misc RPM / release scripts fixes
 2022-08-29 23:41 UTC  (3+ messages)
` [ndctl PATCH 1/2] ndctl.spec.in: Address misc. packaging bugs (RHBZ#2100157)
` [ndctl PATCH 2/2] scripts: update release scripts for meson

[PATCH -next] memregion: Add arch_flush_memregion() interface
 2022-08-29 23:02 UTC  (2+ messages)

[PATCH v2] cxl: Replace HDM decoder granularity magic numbers
 2022-08-29 22:03 UTC 

[PATCH v2] tracepoint: Allow trace events in modules with TAINT_TEST
 2022-08-29 17:10 UTC 

[PATCH] tracepoint: Allow trace events in modules with TAINT_TEST
 2022-08-29 16:39 UTC  (6+ messages)

[RFC PATCH 0/2] cxl: BG operations and device sanitation
 2022-08-25 14:08 UTC  (5+ messages)
` [PATCH 1/2] cxl/mbox: Add background operation handling machinery
` [PATCH 2/2] cxl/mem: Support sanitation commands

[RFC PATCH 0/9] CXL: Read and clear event logs
 2022-08-25 11:37 UTC  (28+ messages)
` [RFC PATCH 1/9] cxl/mem: Implement Get Event Records command
` [RFC PATCH 2/9] cxl/mem: Implement Clear "
` [RFC PATCH 3/9] cxl/mem: Clear events on driver load
` [RFC PATCH 4/9] cxl/mem: Trace General Media Event Record
` [RFC PATCH 5/9] cxl/mem: Trace DRAM "
` [RFC PATCH 6/9] cxl/mem: Trace Memory Module "
` [RFC PATCH 7/9] cxl/test: Add generic mock events
` [RFC PATCH 8/9] cxl/test: Add specific events
` [RFC PATCH 9/9] cxl/test: Simulate event log overflow

[PATCH] cxl: Replace HDM decoder granularity magic numbers
 2022-08-25  5:48 UTC  (9+ messages)

[ndctl PATCH] cxl/test: Use interleave arithmetic to sort memdevs for a region
 2022-08-24 23:28 UTC  (2+ messages)

[PATCH v4 0/6] Add sanity check for interleave setup
 2022-08-24 21:13 UTC  (16+ messages)
` [PATCH v4 1/6] cxl: Add check for result of interleave ways plus granularity combo
` [PATCH v4 2/6] cxl: Add CXL spec v3.0 interleave support
` [PATCH v4 3/6] tools/testing/cxl: Add interleave check support to mock cxl port device
` [PATCH v4 4/6] cxl: change cxl_port_attribute_groups naming to avoid confusion
` [PATCH v4 5/6] cxl: export interleave address mask as port sysfs attribute
` [PATCH v4 6/6] cxl: export intereleave capability "

[PATCH 0/2] CXL XOR Interleave Arithmetic
 2022-08-24 15:16 UTC  (3+ messages)
` [PATCH 2/2] cxl/acpi: Support CXL XOR Interleave Math (CXIMS)

[RFC PATCH v2 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-08-24 10:36 UTC  (5+ messages)
` [RFC PATCH v2 1/4] cxl: Add function to count regblocks of a given type
` [RFC PATCH v2 2/4] cxl/pci: Find and register CXL PMU devices
` [RFC PATCH v2 3/4] cxl: CXL Performance Monitoring Unit driver
` [RFC PATCH v2 4/4] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH 0/2] CXL: Taint user access to DOE mailbox config space
 2022-08-24  9:52 UTC  (9+ messages)
` [PATCH 1/2] PCI: Allow drivers to request exclusive config regions
` [PATCH 2/2] cxl/doe: Request exclusive DOE access

[ndctl PATCH v2 0/3] cxl: static analysis fixes
 2022-08-24  9:37 UTC  (12+ messages)
` [ndctl PATCH v2 1/3] cxl/region: fix a dereferecnce after NULL check
` [ndctl PATCH v2 2/3] libcxl: fox a resource leak and a forward "
` [ndctl PATCH v2 3/3] cxl/filter: Fix an uninitialized pointer dereference

[ANNOUNCE] ndctl v74
 2022-08-24  7:29 UTC 

[PATCH v2] arch/cacheflush: Introduce flush_all_caches()
 2022-08-23 17:36 UTC  (8+ messages)

[ndctl PATCH 0/3] cxl: static analysis fixes
 2022-08-23  7:27 UTC  (5+ messages)
` [ndctl PATCH 1/3] cxl/region: fix a dereferecnce after NULL check
` [ndctl PATCH 2/3] libcxl: fox a resource leak and a forward "
` [ndctl PATCH 3/3] cxl/filter: Fix an uninitialized pointer dereference

[RFC PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-08-22 17:09 UTC  (3+ messages)
` [RFC PATCH 2/4] cxl/pci: Find and register CXL PMU devices

[ndctl PATCH 0/2] cxl: Add cxl list image, image-from-file subcommands
 2022-08-19  8:57 UTC  (3+ messages)
` [ndctl PATCH 1/2] cxl: Add root port attribute to cxl list output
` [ndctl PATCH 2/2] cxl: Add list image, image-from-file to CXL command

[BUG] cxl can not create region
 2022-08-19  8:46 UTC  (22+ messages)

[PATCH] cxl/region: Fix null pointer dereference due to pass through decoder commit
 2022-08-19  8:31 UTC  (4+ messages)

[ndctl PATCH] meson.build: be specific for library path
 2022-08-19  6:26 UTC  (2+ messages)

[PATCH 0/3] QEMU/CXL: A few more fixes for 7.1 related to LSA
 2022-08-17 14:57 UTC  (4+ messages)
` [PATCH 1/3] hw/cxl: Add stub write function for RO MemoryRegionOps entries
` [PATCH 2/3] hw/cxl: Fix Get LSA input payload size which should be 8 bytes
` [PATCH 3/3] hw/cxl: Correctly handle variable sized mailbox input payloads

[PATCH 0/2] hw/cxl: Two CXL emulation fixes
 2022-08-17 11:45 UTC  (2+ messages)

[PATCH 0/2] cxl: Fix oversized LSA write payload due to header
 2022-08-17 11:29 UTC  (5+ messages)
` [PATCH 1/2] cxl/mbox: Add a check on input payload size
` [PATCH 2/2] cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA

[PATCH RFC 00/15] Introduce security commands for CXL pmem device
 2022-08-17  7:53 UTC  (17+ messages)
` [PATCH RFC 10/15] x86: add an arch helper function to invalidate all cache for nvdimm
              ` [PATCH] arch/cacheflush: Introduce flush_all_caches()

[PATCH] cxl/hdm: unlock on error in cxl_decoder_commit()
 2022-08-16 20:56 UTC  (2+ messages)

[PATCH v2 0/3] Add sanity check for interleave setup
 2022-08-16 20:51 UTC  (5+ messages)
` [PATCH 1/2] cxl: export interleave address mask as port sysfs attribute
` [PATCH 2/2] cxl: export intereleave capability "

[ndctl PATCH v3 00/11] cxl: add region management
 2022-08-15 22:57 UTC  (13+ messages)
` [ndctl PATCH v3 01/11] libcxl: add a depth attribute to cxl_port
` [ndctl PATCH v3 02/11] cxl/port: Consolidate the debug option in cxl-port man pages
` [ndctl PATCH v3 03/11] cxl/memdev: refactor decoder mode string parsing
` [ndctl PATCH v3 04/11] libcxl: Introduce libcxl region and mapping objects
` [ndctl PATCH v3 05/11] cxl-cli: add region listing support
` [ndctl PATCH v3 06/11] libcxl: add low level APIs for region creation
` [ndctl PATCH v3 07/11] cxl: add a 'create-region' command
` [ndctl PATCH v3 08/11] cxl: add commands to {enable,disable,destroy}-region
` [ndctl PATCH v3 09/11] cxl/list: make memdevs and regions the default listing
` [ndctl PATCH v3 10/11] test: add a cxl-create-region test
` [ndctl PATCH v3 11/11] cxl/decoder: add a max_available_extent attribute

[PATCH V16 0/6] CXL: Read CDAT
 2022-08-15 22:42 UTC  (5+ messages)
` [PATCH V16 3/6] PCI/DOE: Add DOE mailbox support functions

[PATCH v3 0/3] Add sanity check for interleave setup
 2022-08-15 18:11 UTC  (4+ messages)
` [PATCH v3 1/3] cxl: Add check for result of interleave ways plus granularity combo
` [PATCH v3 2/3] cxl: Add CXL spec v3.0 interleave support
` [PATCH v3 3/3] tools/testing/cxl: Add interleave check support to mock cxl port device


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