Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-11-27 03:45:52 to 2024-12-05 23:30:33 UTC [more...]

[PATCH v3 00/11] driver core: Constify API device_find_child()
 2024-12-05 23:30 UTC  (23+ messages)
` [PATCH v3 01/11] libnvdimm: Simplify nd_namespace_store() implementation
` [PATCH v3 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v3 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v3 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v3 06/11] driver core: Remove match_any()
` [PATCH v3 07/11] slimbus: core: Simplify of_find_slim_device() implementation
` [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v3 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v3 10/11] cxl/pmem: Remove match_nvdimm_bridge()
` [PATCH v3 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v3 00/10] Introduce fwctl subystem
 2024-12-05 22:28 UTC  (2+ messages)

[PATCH 1/1] cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing
 2024-12-05 18:19 UTC  (2+ messages)

[cxl:next] BUILD SUCCESS e2b952ffafced49fa6bd5cdc90f472b8bd932b5d
 2024-12-05  9:36 UTC 

[RFC PATCH] cxl: Support Global Persistent Flush (GPF)
 2024-12-05  8:21 UTC 

[RFC PATCH] resource: Fix CXL node not populated issue
 2024-12-05  5:45 UTC  (12+ messages)

[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
 2024-12-05  0:07 UTC  (24+ messages)
` [PATCH v2 01/32] driver core: Constify API device_find_child()
` [PATCH v2 02/32] driver core: Introduce device_match_type() to match device with a device type
` [PATCH v2 03/32] drm/mediatek: Adapt for constified device_find_child()
` [PATCH v2 04/32] hwmon: "
` [PATCH v2 05/32] media: pci: mgb4: "
` [PATCH v2 06/32] thunderbolt: "
` [PATCH v2 07/32] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v2 08/32] net: dsa: Adapt for constified device_find_child()
` [PATCH v2 09/32] pwm: "
` [PATCH v2 10/32] nvdimm: "
` [PATCH v2 11/32] libnvdimm: Simplify nd_namespace_store() implementation

[PATCH] resource: harden resource_contains
 2024-12-04 23:06 UTC 

[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-12-04 22:46 UTC  (5+ messages)
` [PATCH 1/4] acpi: numa: Add support to enumerate and store extended linear address mode
` [PATCH 2/4] acpi/hmat / cxl: Add extended linear cache support for CXL
` [PATCH 3/4] cxl: Add extended linear cache address alias emission for cxl events
` [PATCH 4/4] cxl: Add mce notifier to emit aliased address for extended linear cache

[PATCH] ACPI/HMAT: Move HMAT messages to pr_debug()
 2024-12-04 20:55 UTC  (2+ messages)

[PATCH] cxl: Update Soft Reserved resources upon region creation
 2024-12-04 16:33 UTC  (6+ messages)

[ndctl PATCH 1/1] daxctl: Output more information if memblock is unremovable
 2024-12-04 16:14 UTC 

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2024-12-04 12:35 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4 0/6] Update Event Records to CXL spec rev 3.1
 2024-12-04 11:35 UTC  (15+ messages)
` [PATCH v4 1/6] cxl/events: Update Common Event Record "
` [PATCH v4 3/6] cxl/events: Update General Media "

[PATCH v6 00/28] cxl: add type2 device basic support
 2024-12-04  9:30 UTC  (61+ messages)
` [PATCH v6 01/28] "
` [PATCH v6 02/28] sfc: add cxl support using new CXL API
` [PATCH v6 03/28] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v6 04/28] cxl/pci: add check for validating capabilities
` [PATCH v6 05/28] cxl: move pci generic code
` [PATCH v6 06/28] cxl: add function for type2 cxl regs setup
` [PATCH v6 07/28] sfc: use cxl api for regs setup and checking
` [PATCH v6 08/28] cxl: add functions for resource request/release by a driver
` [PATCH v6 09/28] sfc: request cxl ram resource
` [PATCH v6 10/28] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v6 11/28] cxl: add function for setting media ready by a driver
` [PATCH v6 12/28] sfc: set cxl media ready
` [PATCH v6 13/28] cxl: prepare memdev creation for type2
` [PATCH v6 14/28] sfc: create type2 cxl memdev
` [PATCH v6 15/28] cxl: define a driver interface for HPA free space enumeration
` [PATCH v6 16/28] sfc: obtain root decoder with enough HPA free space
` [PATCH v6 17/28] cxl: define a driver interface for DPA allocation
` [PATCH v6 18/28] sfc: get endpoint decoder
` [PATCH v6 19/28] cxl: make region type based on endpoint type
` [PATCH v6 20/28] cxl/region: factor out interleave ways setup
` [PATCH v6 21/28] cxl/region: factor out interleave granularity setup
` [PATCH v6 22/28] cxl: allow region creation by type2 drivers
` [PATCH v6 23/28] sfc: create cxl region
` [PATCH v6 24/28] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v6 25/28] sfc: specify no dax when cxl region is created
` [PATCH v6 26/28] cxl: add function for obtaining region range
` [PATCH v6 27/28] sfc: update MCDI protocol headers
` [PATCH v6 28/28] sfc: support pio mapping based on cxl

[PATCH] hw/mem: support zero memory size CXL device
 2024-12-04  2:26 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC PATCH v2 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-12-03 23:08 UTC  (11+ messages)
` [RFC PATCH v2 1/5] acpi: numa: Add support to enumerate and store extended linear address mode
` [RFC PATCH v2 2/5] acpi/hmat / cxl: Add extended linear cache support for CXL
` [RFC PATCH v2 3/5] acpi/hmat: Add helper functions to provide extended linear cache translation
` [RFC PATCH v2 4/5] cxl: Add extended linear cache address alias emission for cxl events

[RFC PATCH v2 0/20] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-12-03 21:07 UTC  (7+ messages)
` [RFC PATCH v2 16/20] fwctl/cxl: Add support to filter exclusive features
` [RFC PATCH v2 20/20] fwctl/cxl: Add documentation to FWCTL CXL

[PATCH 0/3] cxl/core: Enable Region creation on x86 with Low Mem Hole
 2024-12-03 18:23 UTC  (3+ messages)

[PATCHv4] cxl: avoid driver data for obtaining cxl_dev_state reference
 2024-12-03 17:24 UTC  (3+ messages)

[PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
 2024-12-03 16:11 UTC  (3+ messages)

[PATCHv3] cxl: avoid driver data for obtaining cxl_dev_state reference
 2024-12-02 19:32 UTC  (2+ messages)

[PATCH v3 0/7] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2024-12-02 18:48 UTC  (18+ messages)
` [PATCH v3 1/7] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v3 2/7] efi/cper, cxl: Make definitions and structures global
` [PATCH v3 3/7] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v3 5/7] acpi/ghes, cxl: Refactor work registration functions to support multiple workqueues
` [PATCH v3 6/7] acpi/ghes, cper: Recognize and cache CXL Protocol errors
` [PATCH v3 7/7] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors

[PATCH v3 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-11-27 20:53 UTC  (9+ messages)
` [PATCH v3 05/15] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v3 06/15] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe port devices

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-11-27 19:32 UTC  (3+ messages)
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks

[PATCH v5 00/27] cxl: add type2 device basic support
 2024-11-27 17:18 UTC  (41+ messages)
` [PATCH v5 01/27] "
` [PATCH v5 02/27] sfc: add cxl support using new CXL API
` [PATCH v5 04/27] cxl/pci: add check for validating capabilities
` [PATCH v5 06/27] cxl: add function for type2 cxl regs setup
` [PATCH v5 10/27] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v5 11/27] cxl: add function for setting media ready by a driver
` [PATCH v5 13/27] cxl: prepare memdev creation for type2
` [PATCH v5 15/27] cxl: define a driver interface for HPA free space enumeration
` [PATCH v5 18/27] sfc: get endpoint decoder
` [PATCH v5 24/27] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v5 26/27] cxl: add function for obtaining params from a region

[RFC EDK2 PATCH v5 0/1] MdePkg/IndustryStandard: add definitions for CXL CEDT
 2024-11-27  9:12 UTC  (2+ messages)
` [RFC EDK2 PATCH v5 1/1] "

[RFC PATCH 1/1] cxl/pci: Fake bandwidth for platform devices
 2024-11-27  4:06 UTC  (3+ messages)


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