Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-08-02 11:10:23 to 2024-08-09 19:02:49 UTC [more...]

[v2 0/4] Fixes for hdm docoder initialization from DVSEC ranges
 2024-08-09 19:02 UTC  (7+ messages)
` [v2 1/4] cxl/pci: Fix to record only non-zero ranges
` [v2 2/4] cxl/pci: Don't set up decoders for disallowed DVSEC ranges
` [v2 3/4] cxl/pci: Check Mem_info_valid bit for each applicable DVSEC range
` [v2 4/4] cxl/pci: Simplify the code logic of cxl_hdm_decode_init

[PATCH v4 0/3] Fixes for memmap accounting
 2024-08-09 18:09 UTC  (8+ messages)
` [PATCH v4 1/3] mm: don't account memmap on failure
` [PATCH v4 2/3] mm: add system wide stats items category
` [PATCH v4 3/3] mm: don't account memmap per-node

[PATCH v2 00/15] cxl: add Type2 device support
 2024-08-09 15:24 UTC  (41+ messages)
` [PATCH v2 01/15] cxl: add type2 device basic support
` [PATCH v2 02/15] cxl: add function for type2 cxl regs setup
` [PATCH v2 03/15] cxl: add function for type2 resource request
` [PATCH v2 04/15] cxl: add capabilities field to cxl_dev_state
` [PATCH v2 05/15] cxl: fix use of resource_contains
` [PATCH v2 06/15] cxl: add function for setting media ready by an accelerator
` [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 v2 10/15] cxl: define a driver interface for DPA allocation
` [PATCH v2 12/15] cxl: allow region creation by type2 drivers
` [PATCH v2 14/15] cxl: add function for obtaining params from a region
` [PATCH v2 15/15] efx: support pio mapping based on cxl

[PATCH v4 0/2] cxl: add device reporting poison handler
 2024-08-09 11:48 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

[PATCH v2 0/8] Introduce fwctl subystem
 2024-08-09  9:21 UTC  (16+ messages)
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character 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] cxl/pci: Fix DVSEC ranges validation to cover all ranges
 2024-08-09  9:09 UTC  (7+ messages)

[PATCH v2 0/2] Fix get a wrong pci host bridge in cxl_setup_parent_dport()
 2024-08-09  8:27 UTC  (3+ messages)
` [PATCH v2 1/2] cxl/pci: Get AER capability address from RCRB only for RCH dport
` [PATCH v2 2/2] cxl/test: Skip cxl_setup_parent_dport() for emulated dports

Odd lockdep splat involving mt_adistance_algorithm
 2024-08-09  8:24 UTC  (7+ messages)

[PATCH v3 0/4] Fixes for memmap accounting
 2024-08-08 21:12 UTC  (20+ messages)
` [PATCH v3 1/4] mm: update the memmap stat before page is freed
` [PATCH v3 2/4] mm: don't account memmap on failure
` [PATCH v3 3/4] mm: add system wide stats items category
` [PATCH v3 4/4] mm: don't account memmap per-node

[PATCH 1/1] cxl/pci: Get AER capability address from RCRB only for RCH dport
 2024-08-08 18:57 UTC  (5+ messages)

[PATCH v2 0/3] Fixes for memmap accounting
 2024-08-08 15:23 UTC  (2+ messages)

[RFC PATCH 0/13] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-08-08 12:56 UTC  (7+ messages)
` [RFC PATCH 11/13] fwctl/cxl: Add query commands software command for ->fw_rpc()

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-08-07 18:53 UTC  (30+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH] hw/cxl: Add support for abort of background operation
 2024-08-07  9:04 UTC  (5+ messages)
  ` [EXT] "

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-08-07  0:13 UTC  (18+ messages)

[PATCH v13] mm: report per-page metadata information
 2024-08-06 22:32 UTC  (7+ messages)

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-06 13:28 UTC  (69+ messages)
` [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 06/26] MIPS: loongson64: "
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH v2 0/5] Address translation for HDM decoding
 2024-08-06 10:54 UTC  (3+ messages)

[PATCH] driver core: Fix uevent_show() vs driver detach race
 2024-08-06  9:00 UTC  (2+ messages)

[CXL] There is BUG: slab-out-of-bounds in cxl_setup_parent_dport in v6.10
 2024-08-06  7:38 UTC  (3+ messages)

[PATCH 0/3] cxl: Preparation of type2 accelerators support
 2024-08-06  5:52 UTC  (11+ 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

[PATCH v2 -qemu] hw/cxl: Add Maintenance support
 2024-08-04 15:57 UTC  (2+ messages)

[bug report][regression] Oops: general protection fault observed after destroy the devdax
 2024-08-02 18:16 UTC  (4+ messages)

[PATCH v2] hw/mem/cxl_type3: reset dvsecs in ct3d_reset()
 2024-08-02 16:40 UTC  (4+ messages)

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-08-02 15:07 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