Linux-CXL Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 17:01:43 to 2025-08-21 02:53:44 UTC [more...]

[PATCH 00/19] perf: Rework event_init checks
 2025-08-21  2:53 UTC  (24+ messages)
` [PATCH 04/19] perf/starfive: Fix group validation
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "
` [PATCH 07/19] ARM: imx: Fix MMDC PMU "
` [PATCH 08/19] perf/arm_smmu_v3: Improve "
` [PATCH 09/19] perf/qcom: "
` [PATCH 10/19] perf/arm-ni: Improve event validation
` [PATCH 11/19] perf/arm-cci: Tidy up "
` [PATCH 12/19] perf: Ignore event state for group validation
` [PATCH 13/19] perf: Add helper for checking grouped events
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-08-21  2:30 UTC  (7+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion

[PATCH] cxl/port: Validate decoder nr_targets against supported ways
 2025-08-21  0:37 UTC  (5+ messages)

[PATCH 0/4 v4] cxl/core: Enable Region creation/attach on x86 with LMH
 2025-08-20 21:08 UTC  (3+ messages)
` [PATCH 4/4 v4] cxl/test: Simulate an x86 Low Memory Hole for tests

[PATCH v8 00/11] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-08-20 20:54 UTC  (25+ messages)
` [PATCH v8 01/11] cxl: Add helper to detect top of CXL device topology
` [PATCH v8 02/11] cxl: Add helper to reap dport
` [PATCH v8 03/11] cxl: Add a cached copy of target_map to cxl_decoder
` [PATCH v8 04/11] cxl: Move port register setup to first dport appear
` [PATCH v8 05/11] cxl: Defer dport allocation for switch ports
` [PATCH v8 06/11] cxl/test: Add cxl_test support for cxl_port_get_possible_dports()
` [PATCH v8 07/11] cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
` [PATCH v8 08/11] cxl/test: Add support to cxl_test for decoder enumeration mock functions
` [PATCH v8 09/11] cxl/test: Setup target_map for cxl_test decoder initialization
` [PATCH v8 10/11] cxl: Change sslbis handler to only handle single dport
` [PATCH v8 11/11] tools/testing/cxl: Add decoder save/restore support

[PATCH v2 0/4] cxl, acpi/hmat, node: Update CXL access coordinates to node directly
 2025-08-20 19:47 UTC  (5+ messages)
` [PATCH v2 1/4] mm/memory_hotplug: Update comment for hotplug memory callback priorities
` [PATCH v2 2/4] drivers/base/node: Add a helper function node_update_perf_attrs()
` [PATCH v2 3/4] cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
` [PATCH v2 4/4] acpi/hmat: Remove now unused hmat_update_target_coordinates()

[PATCH v3 0/8] Cache coherency management subsystem
 2025-08-20 17:44 UTC  (11+ messages)
` [PATCH v3 1/8] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v3 2/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v3 3/8] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache
` [PATCH v3 5/8] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE and ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
` [PATCH v3 7/8] acpi: PoC of Cache control via ACPI0019 and _DSM
` [PATCH v3 8/8] Hack: Pretend we have PSCI 1.2

[PATCH V2 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-08-20 16:41 UTC  (26+ messages)
  ` [PATCH V2 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
  ` [PATCH V2 06/20] nvdimm/region_label: Add region label deletion routine
  ` [PATCH V2 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
  ` [PATCH V2 03/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
  ` [PATCH V2 04/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
  ` [PATCH V2 05/20] nvdimm/region_label: Add region label updation routine
  ` [PATCH V2 07/20] nvdimm/namespace_label: Update namespace init_labels and its region_uuid
  ` [PATCH V2 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V2 13/20] cxl/mem: Refactor cxl pmem region auto-assembling

[PATCH v2] cxl/acpi: Limit XOR map application based on host bridge ways
 2025-08-20 15:44 UTC  (2+ messages)

[PATCH v4] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, LMH, Decoders
 2025-08-20 15:06 UTC 

[RFC PATCH 00/18] Initial CXL.cache device support
 2025-08-20  8:55 UTC  (34+ messages)
` [RFC PATCH 02/18] cxl: Move struct cxl_dev_state definition
` [RFC PATCH 03/18] cxl/core: Add CXL.cache device struct
` [RFC PATCH 06/18] cxl/port, mem: Make adding an endpoint device type agnostic
` [RFC PATCH 07/18] cxl/port: Split endpoint port probe on device type
` [RFC PATCH 08/18] cxl/port: Update switch_port_probe() for CXL cache devices
` [RFC PATCH 10/18] cxl/cache: Add cxl_cache driver
` [RFC PATCH 11/18] cxl/core: Add CXL snoop filter setup and checking
` [RFC PATCH 12/18] cxl/cache: Add CXL Cache ID Route Table mapping
` [RFC PATCH 13/18] cxl/cache: Implement Cache ID Route Table programming
` [RFC PATCH 14/18] cxl/cache: Add Cache ID Decoder capability mapping
` [RFC PATCH 15/18] cxl/cache: Implement Cache ID Decoder programming
` [RFC PATCH 16/18] cxl/cache: Add cache device counting for CXL ports
` [RFC PATCH 17/18] cxl/core: Add cache device attributes
` [RFC PATCH 18/18] cxl/core: Add cache device cache management attributes

[RFC V2 00/18] famfs: port into fuse
 2025-08-19 22:34 UTC  (31+ messages)
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table

[PATCH 0/4] cxl, acpi/hmat, node: Update CXL access coordinates to node directly
 2025-08-19 19:08 UTC  (21+ messages)
` [PATCH 1/4] mm/memory_hotplug: Update comment for hotplug memory callback priorities
` [PATCH 2/4] drivers/base/node: Add a helper function node_update_perf_attrs()
` [PATCH 3/4] cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
` [PATCH 4/4] acpi/hmat: Remove now unused hmat_update_target_coordinates()

[PATCH] Documentation/driver-api: Fix typo error in cxl
 2025-08-19 17:23 UTC  (3+ messages)

[PATCH v3] Documentation/driver-api: Fix typo error in cxl
 2025-08-19 11:29 UTC  (3+ messages)

[cxl:next] BUILD SUCCESS e6a9530b3ee7407b70b60e4df70688db0d239e1a
 2025-08-19  6:20 UTC 

[PATCH] cxl: Fix emit of type resource_size_t argument for validate_region_offset()
 2025-08-18 17:11 UTC  (3+ messages)

[PATCH v2] Documentation/driver-api: Fix typo error in cxl
 2025-08-18 16:02 UTC  (3+ messages)

[PATCH v10 00/17] Enable CXL PCIe Port Protocol Error handling and logging
 2025-08-18 15:18 UTC  (2+ messages)

[PATCH] mm/numa: Rename memory_add_physaddr_to_nid to memory_get_phys_to_nid
 2025-08-18  8:34 UTC  (5+ messages)

[PATCH] Documentation/driver-api: Fix typo error in cxl
 2025-08-17 17:50 UTC  (4+ messages)

[PATCH] cxl,documentation: remove page-allocator quirk section
 2025-08-17 17:20 UTC 

[PATCH RFC 0/3] cxl: Initial support for Back-Invalidate
 2025-08-15 15:41 UTC  (7+ messages)
` [PATCH 1/3] cxl/pci: Back-Invalidate device discovery and setup
` [PATCH 2/3] acpi, tables: Rename coherency CFMW restrictions
` [PATCH 3/3] cxl: Support creating HDM-DB regions

[PATCH v2] checkpatch: allow an assignment in if condition for ACQUIRE_ERR()
 2025-08-15  1:11 UTC  (2+ messages)

[PATCH] checkpatch: allow an assignment in if condition for ACQUIRE_ERR()
 2025-08-15  0:36 UTC  (3+ messages)

[ndctl PATCH] cxl: Add cxl-translate.sh unit test
 2025-08-14 22:17 UTC  (4+ messages)

[ndctl PATCH v3] ndctl: fix user visible spelling errors
 2025-08-14 21:02 UTC  (2+ messages)

[PATCH] Documentation: Fix driver-api typos
 2025-08-14 19:57 UTC  (7+ messages)
  ` [PATCH v2] "

[RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
 2025-08-14 17:16 UTC  (11+ messages)

[PATCH v3 0/2] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-08-14 13:27 UTC  (4+ messages)

[ndctl PATCH V2] Various typos fix in Documention/, cxl/, ndctl/, test/, util/ and meson.build
 2025-08-14 10:37 UTC  (3+ messages)

[ndctl PATCH v2] test/cxl-poison.sh: test inject and clear poison by region offset
 2025-08-14  1:02 UTC  (2+ messages)

[PATCH] cleanup: Fix unused guard error function with DEFINE_CLASS_IS_COND_GUARD
 2025-08-13 21:45 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).