messages from 2024-11-22 15:30:44 to 2024-12-03 13:03:41 UTC [more...]
[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
2024-12-03 13:02 UTC (17+ 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 v6 00/28] cxl: add type2 device basic support
2024-12-03 9:44 UTC (32+ 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
[RFC PATCH] resource: Fix CXL node not populated issue
2024-12-03 6:26 UTC (4+ messages)
[PATCH] cxl: Update Soft Reserved resources upon region creation
2024-12-03 1:12 UTC (5+ messages)
[PATCH] hw/mem: support zero memory size CXL device
2024-12-02 23:03 UTC
[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 (23+ 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 4/7] acpi/ghes, cxl: Rename cxl_cper_register_work to cxl_cper_register_event_work
` [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 1/1] cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing
2024-11-29 13:28 UTC
[PATCH v4 0/6] Update Event Records to CXL spec rev 3.1
2024-11-29 13:22 UTC (13+ messages)
` [PATCH v4 1/6] cxl/events: Update Common Event Record "
` [PATCH v4 3/6] cxl/events: Update General Media "
[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 (51+ messages)
` [PATCH v5 01/27] "
` [PATCH v5 02/27] sfc: add cxl support using new CXL API
` [PATCH v5 03/27] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v5 04/27] cxl/pci: add check for validating capabilities
` [PATCH v5 05/27] cxl: move pci generic code
` [PATCH v5 06/27] cxl: add function for type2 cxl regs setup
` [PATCH v5 08/27] cxl: add functions for resource request/release by a driver
` [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 PATCH v2 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
2024-11-27 16:40 UTC (9+ 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 0/4] CXL Hotness Monitoring Unit perf driver
2024-11-27 16:34 UTC (2+ messages)
[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 (5+ messages)
[PATCH] cxl: avoid driver data for obtaining cxl_dev_state reference
2024-11-26 16:41 UTC (3+ messages)
[PATCH 0/3] cxl/core: Enable Region creation on x86 with Low Mem Hole
2024-11-26 15:00 UTC (20+ messages)
` [PATCH 1/3] cxl/core: Change match_*_by_range() calling convention
` [PATCH 2/3] cxl/core: Enable Region creation on x86 with Low Memory Hole
` [PATCH 3/3] cxl/test: Simulate an x86 Low Memory Hole for tests
[RFC PATCH v3 0/1] Sbsa-ref CXL Enablement
2024-11-26 14:42 UTC (3+ messages)
` [RFC PATCH v3 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
[RFC EDK2 PATCH v4 0/1] MdePkg/IndustryStandard: add definitions for CXL CEDT
2024-11-26 10:40 UTC (3+ messages)
` [RFC EDK2 PATCH v4 1/1] "
[PATCH v6 0/3] memory,x86,acpi: hotplug memory alignment advisement
2024-11-25 22:35 UTC (4+ messages)
` [PATCH v6 2/3] x86: probe memory block size advisement value during mm init
[RFC PATCH v2 0/20] fwctl/cxl: Add CXL feature commands support via fwctl
2024-11-25 20:14 UTC (12+ messages)
` [RFC PATCH v2 05/20] cxl: Add Get Feature command support for user submission
` [RFC PATCH v2 10/20] fwctl/cxl: Add support for get driver information
` [RFC PATCH v2 11/20] fwctl: FWCTL_HW_INFO to return hardware information
[PATCH v3 11/25] mm: Allow compound zone device pages
2024-11-25 15:51 UTC (3+ messages)
[PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
2024-11-25 13:27 UTC (2+ messages)
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-11-25 13:13 UTC (3+ messages)
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[RFC PATCH edk2-platforms v3 0/1] add basic support for CXL on sbsa-ref
2024-11-25 8:34 UTC (2+ messages)
` [RFC PATCH edk2-platforms v3 1/1] SbsaQemu: Support basic CXL enablement
[PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
2024-11-24 22:39 UTC (3+ messages)
[RFC 3/6] lib: rspdm: Initial commit of Rust SPDM
2024-11-23 16:14 UTC (3+ messages)
[GIT PULL] Compute Express Link (CXL) for 6.13
2024-11-22 22:32 UTC (2+ messages)
[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
2024-11-22 20:08 UTC (2+ messages)
[RFC 2/6] drivers: pci: Change CONFIG_SPDM to a dependency
2024-11-22 18:22 UTC (6+ messages)
[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-11-22 18:04 UTC (19+ messages)
` [PATCH v17 01/18] EDAC: Add support for EDAC device features control
` [PATCH v17 02/18] EDAC: Add scrub control feature
` [PATCH v17 03/18] EDAC: Add ECS "
` [PATCH v17 04/18] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v17 05/18] cxl: Add Get Supported Features command for kernel usage
` [PATCH v17 06/18] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v17 07/18] cxl: Add Get Feature command support for user submission
` [PATCH v17 08/18] cxl/mbox: Add SET_FEATURE mailbox command
` [PATCH v17 09/18] cxl: Add Set Feature command support for user submission
` [PATCH v17 10/18] cxl: Add UUIDs for the CXL RAS features
` [PATCH v17 11/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v17 12/18] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v17 13/18] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v17 14/18] ras: mem: Add memory "
` [PATCH v17 15/18] EDAC: Add memory repair control feature
` [PATCH v17 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v17 17/18] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v17 18/18] cxl/memfeature: Add CXL memory device memory sparing "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).