Linux CXL
 help / color / mirror / Atom feed
 messages from 2026-07-15 15:14:14 to 2026-07-20 19:35:43 UTC [more...]

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 19:34 UTC  (25+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services

[RFC] cxl: Device protocol AER injection
 2026-07-20 18:12 UTC  (3+ messages)

[PATCH v3 00/10] ACPI: APEI: GHES: Collection of fixes for issues reported by sashiko
 2026-07-20 16:29 UTC  (34+ messages)
` [PATCH v3 01/10] ACPI: APEI: GHES: Bound CXL event record copy to the firmware section length
` [PATCH v3 02/10] efi/cper: Reject CPER records with an out-of-range error_data_length
` [PATCH v3 03/10] ACPI: APEI: GHES: Validate CXL protocol error section length before RAS cap copy
` [PATCH v3 04/10] ACPI: extlog: Avoid populating software AER metadata from raw hardware buffer
` [PATCH v3 05/10] ACPI: extlog: Validate PCIe error section length before payload access
` [PATCH v3 06/10] ACPI: extlog: Defer CXL protocol error handling to avoid lock inversion
` [PATCH v3 07/10] ACPI: extlog: Fix CONFIG_ACPI_APEI_PCIEAER guard typo
` [PATCH v3 08/10] ACPI: APEI: GHES: Validate memory error section length before payload access
` [PATCH v3 09/10] ACPI: APEI: GHES: Bound AER info copy and sanitize software metadata
` [PATCH v3 10/10] ACPI: extlog: Validate elog record length before walking sections

[PATCH v18 00/13] Enable CXL PCIe Port Protocol Error handling and logging
 2026-07-20 15:48 UTC  (33+ messages)
` [PATCH v18 01/13] cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register
` [PATCH v18 02/13] acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks
` [PATCH v18 03/13] cxl: Tighten CPER kfifo registration API and symbol visibility
` [PATCH v18 04/13] cxl: Rename find_cxl_port() to find_cxl_port_by_dport()
` [PATCH v18 05/13] PCI/AER: Introduce AER-CXL protocol error kfifo
` [PATCH v18 06/13] PCI: Establish common CXL Port protocol error flow
` [PATCH v18 07/13] PCI/CXL: Add RCH support to CXL handlers
` [PATCH v18 08/13] cxl/pci: Thread port and dport through RAS handling helpers
` [PATCH v18 09/13] cxl: Update CXL Endpoint AER handler
` [PATCH v18 10/13] cxl: Add port and dport identifiers to CXL AER trace events
` [PATCH v18 11/13] PCI: Cache PCI DSN into pci_dev->dsn during probe
` [PATCH v18 12/13] PCI/CXL: Mask/Unmask CXL protocol errors
` [PATCH v18 13/13] Documentation: cxl: Document CXL protocol error handling

[PATCH V11 0/9] famfs: port into fuse
 2026-07-20 10:07 UTC  (19+ messages)
  ` [PATCH V11 1/9] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V11 2/9] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V11 3/9] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V11 4/9] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V11 5/9] famfs_fuse: register fs-dax daxdevs via FUSE_DEV_IOC_DAXDEV_OPEN
  ` [PATCH V11 6/9] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V11 7/9] famfs_fuse: fail I/O on invalid or errored daxdevs
  ` [PATCH V11 8/9] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V11 9/9] famfs_fuse: Add documentation

[PATCH v3 0/3] Harden HDM decoder enumeration
 2026-07-20  6:14 UTC  (8+ messages)
` [PATCH v3 1/3] cxl/hdm: Reject switch decoder interleave ways that overflow targets
` [PATCH v3 2/3] cxl/hdm: Make switch decoder target parsing endian-safe
` [PATCH v3 3/3] cxl/hdm: Restore commit_end when decoder enumeration fails

[PATCH] arm64/mm: Check the requested PFN range during memoroy removal
 2026-07-20  3:56 UTC  (3+ messages)

[PATCH v2 0/2] mm: fix PMD level mTHP accounting bugs
 2026-07-18  1:29 UTC  (6+ messages)
` [PATCH v2 1/2] mm: decrement MTHP_STAT_NR_ANON in free_zone_device_folio()
` [PATCH v2 2/2] mm/migrate: exclude hugetlb folios from MTHP_STAT_NR_ANON accounting

[PATCH v2 0/3] Harden HDM decoder enumeration
 2026-07-17 21:40 UTC  (11+ messages)
` [PATCH v2 1/3] cxl/hdm: Reject switch decoder interleave ways that overflow targets
` [PATCH v2 2/3] cxl/hdm: Make switch decoder target parsing endian-safe
` [PATCH v2 3/3] cxl/hdm: Restore commit_end when decoder enumeration fails

[PATCH v10 00/10] lan966x pci device: Add support for SFPs, PCI part
 2026-07-17 17:08 UTC  (19+ messages)
` [PATCH v10 02/10] drivers: core: Use fw_devlink_set_device()
` [PATCH v10 03/10] pinctrl: cs42l43: "
` [PATCH v10 04/10] cxl/test: Use device_set_node()
` [PATCH v10 06/10] PCI: of: Use fw_devlink_set_device()
` [PATCH v10 07/10] PCI: of: Clear fwnode->dev during root bridge node removal and error path
` [PATCH v10 08/10] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v10 09/10] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v10 10/10] PCI: of: Guard against node removal with incorrect np->data
  ` [PATCH v10 01/10] driver core: fw_devlink: Introduce fw_devlink_set_device()
  ` [PATCH v10 05/10] cxl/test: Use fw_devlink_set_device()

[PATCH v9 0/9] lan966x pci device: Add support for SFPs, PCI part
 2026-07-17 12:57 UTC  (7+ messages)
` [PATCH v9 6/9] PCI: of: Use fw_devlink_set_device()
` [PATCH v9 7/9] PCI: of: Clear fwnode->dev during root bridge node removal

[PATCH] mm: add missing alloc_percpu() NULL check in hotplug init
 2026-07-17  7:06 UTC  (3+ messages)

[PATCH v2 0/1] Fix hmat_adist_nb for CXL
 2026-07-17  0:20 UTC  (4+ messages)
` [PATCH v2 1/1] acpi/hmat: preserve hmat_adist_nb notifier block

[PATCH v4 0/3] perf/cxlpmu: Misc updates
 2026-07-16 17:05 UTC  (10+ messages)
` [PATCH v4 1/3] perf/cxlpmu: Fix 64-bit write to 32-bit HDM filter register
` [PATCH v4 2/3] perf/cxlpmu: Add missing CXL 4.0 events
` [PATCH v4 3/3] perf/cxlpmu: Support Channel/Rank/Bank filter

[PATCH v9 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-07-16 16:28 UTC  (6+ messages)
` [PATCH v9 10/11] Documentation/ABI: Document CXL Reset PCI reset method
` [PATCH v9 11/11] PCI/CXL: Restore HDM state after CXL bus reset

DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-07-16  4:55 UTC  (19+ messages)
` [PATCH v11 07/31] cxl/region: Add DC DAX region support
` [PATCH v11 10/31] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v11 12/31] cxl/mem: Set up framework for handling DC Events
` [PATCH v11 13/31] cxl/mem: Add 20 second timeout for stalled DC_ADD_CAPACITY chains

[ndctl PATCH] test/fwctl: Add Get Feature OOB rejection regression test
 2026-07-16  4:08 UTC  (3+ messages)

[cxl:next] BUILD SUCCESS 5ca04f3ba91f1773bbd5da6d9c654ccc1ba7831d
 2026-07-16  4:06 UTC 

[PATCH v2] cxl/hdm: Enforce CFMWS memory type policy at decoder commit time
 2026-07-15 22:35 UTC  (5+ messages)

[PATCH 0/3] Harden HDM decoder enumeration
 2026-07-15 21:42 UTC  (7+ messages)
` [PATCH 1/3] cxl/hdm: Reject switch decoder interleave ways that overflow targets
` [PATCH 3/3] cxl/hdm: Restore commit_end when decoder enumeration fails

[PATCH -qemu-jic23] hw/cxl/cpmu: Add CXL 4.0 event groups and Channel/Rank/Bank filter
 2026-07-15 19:00 UTC 

[PATCH v3 0/3] perf/cxlpmu: Misc updates
 2026-07-15 16:53 UTC  (4+ messages)
` [PATCH v3 3/3] perf/cxlpmu: Support Channel/Rank/Bank filter

[PATCH] cxl: Deny Features commands on the RAW mailbox path
 2026-07-15 15:58 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