Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-07-23 06:44:37 to 2024-08-01 06:09:57 UTC [more...]

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-01  6:08 UTC  (7+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION

[PATCH 0/3] cxl: Preparation of type2 accelerators support
 2024-08-01  1:35 UTC  (8+ messages)
` [PATCH 1/3] cxl: Set target type of root decoder based on CFMWS restrictions
` [PATCH 2/3] cxl: Set target type of region with that of root decoder
` [PATCH 3/3] cxl: Avoid to create dax regions for type2 accelerators

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-07-31 13:15 UTC  (85+ messages)

[PATCH v2 0/8] Introduce fwctl subystem
 2024-07-31 11:52 UTC  (24+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw

[PATCH v10 00/11] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-31 11:28 UTC  (18+ messages)
` [PATCH v10 01/11] EDAC: Add generic EDAC RAS control feature driver
` [PATCH v10 02/11] EDAC: Add EDAC scrub control driver
` [PATCH v10 03/11] EDAC: Add EDAC ECS "
` [PATCH v10 04/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v10 05/11] cxl/mbox: Add GET_FEATURE "
` [PATCH v10 06/11] cxl/mbox: Add SET_FEATURE "
` [PATCH v10 07/11] cxl/memscrub: Add CXL memory device patrol scrub control feature
` [PATCH v10 08/11] cxl/memscrub: Add CXL memory device ECS "
` [PATCH v10 09/11] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v10 10/11] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v10 11/11] ras: scrub: ACPI RAS2: Add memory "

[PATCH v2 00/15] cxl: add Type2 device support
 2024-07-30 16:43 UTC  (15+ messages)
` [PATCH v2 04/15] cxl: add capabilities field to cxl_dev_state
` [PATCH v2 05/15] cxl: fix use of resource_contains
` [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] hw/cxl: Add support for abort of background operation
 2024-07-30  6:07 UTC  (2+ messages)

[PATCH] hw/cxl: Fix background completion percentage calculation
 2024-07-30  5:24 UTC  (2+ messages)

[PATCH v2 -qemu] hw/cxl: Add Maintenance support
 2024-07-30  4:57 UTC 

[bug report][regression] Oops: general protection fault observed after destroy the devdax
 2024-07-30  3:41 UTC 

[PATCH v2 00/18] PCI device authentication
 2024-07-29 14:27 UTC  (4+ messages)
` [PATCH v2 06/18] crypto: ecdsa - Support P1363 signature encoding

[PATCH v2] cxl: add missing MODULE_DESCRIPTION() macros
 2024-07-29 12:24 UTC  (6+ messages)

[RFC PATCH 0/13] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-07-29 12:05 UTC  (14+ messages)
` [RFC PATCH 01/13] cxl: Move mailbox related bits to the same context
` [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
` [RFC PATCH 10/13] fwctl/cxl: Add support for fwctl RPC command to enable CXL feature commands
` [RFC PATCH 11/13] fwctl/cxl: Add query commands software command for ->fw_rpc()

Lack of _HPX after reset, DPC
 2024-07-29  2:24 UTC  (2+ messages)

[GIT PULL] Compute Express Link (CXL) for 6.11
 2024-07-28 18:51 UTC  (5+ messages)

[PATCH v2 00/25] mm: introduce numa_memblks
 2024-07-26  9:40 UTC  (19+ messages)
` [PATCH v2 12/25] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v2 13/25] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v2 14/25] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v2 15/25] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v2 16/25] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v2 17/25] mm: introduce numa_memblks
` [PATCH v2 18/25] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v2 19/25] mm: introduce numa_emulation
` [PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v2 21/25] mm: numa_memblks: make several functions and variables static
` [PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v2 23/25] arch_numa: switch over to numa_memblks
` [PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v2 25/25] docs: move numa=fake description to kernel-parameters.txt

[PATCH v2 0/5] Address translation for HDM decoding
 2024-07-25 22:00 UTC  (2+ messages)

[ndctl PATCH] cxl/list: add firmware_version to default memdev listing
 2024-07-25 20:15 UTC  (4+ messages)

[RFC PATCH 0/9] Add RAS support for CXL root ports, CXL downstream switch ports, and CXL upstream switch ports
 2024-07-25 18:49 UTC  (2+ messages)

[PATCH qemu v2 0/3] hw/cxl: Misc minor improvements
 2024-07-25 16:54 UTC  (4+ messages)
` [PATCH v2 1/3] hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw property

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-07-25  2:51 UTC  (7+ messages)

[PATCH v15 0/2] Export cxl1.1 device link status register value to pci device sysfs
 2024-07-24 23:38 UTC  (2+ messages)

[PATCH 0/2] cxl: Pull out mailbox bits to be independent of cxl_dev_state
 2024-07-24 22:08 UTC  (5+ messages)
` [PATCH 1/2] cxl: Move mailbox related bits to the same context
` [PATCH 2/2] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input

[ndctl PATCH v13 0/8] Support poison list retrieval
 2024-07-24 20:55 UTC  (5+ messages)
` [ndctl PATCH v13 1/8] util/trace: move trace helpers from ndctl/cxl/ to ndctl/util/
` [ndctl PATCH v13 3/8] util/trace: pass an event_ctx to its own parse_event method

[RFC PATCH v9 00/11] EDAC: Scrub: Introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-24  9:10 UTC  (4+ messages)
` [RFC PATCH v9 08/11] cxl/memscrub: Add CXL memory device ECS control feature

[PATCH v3 0/3] cxl/region: Support to calculate memory tier abstract distance
 2024-07-23 17:49 UTC  (10+ messages)
` [PATCH v3 1/3] cxl/region: Fix a race condition in memory hotplug notifier
` [PATCH v3 2/3] cxl/region: Support to calculate memory tier abstract distance
` [PATCH v3 3/3] cxl/region: Simplify cxl_region_nid()

[PATCH v2 08/18] PCI/CMA: Authenticate devices on enumeration
 2024-07-23 12:58 UTC  (11+ messages)


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