linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-25 19:25:42 to 2024-04-30 17:44:44 UTC [more...]

[PATCH v3 0/4] dax/bus.c: Fixups for dax-bus locking
 2024-04-30 17:44 UTC  (5+ messages)
` [PATCH v3 1/4] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
` [PATCH v3 2/4] dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping paths
` [PATCH v3 3/4] dax/bus.c: Don't use down_write_killable for non-user processes
` [PATCH v3 4/4] dax/bus.c: Use the right locking mode (read vs write) in size_show

[PATCH v6 0/4] Add DPA->HPA translation to dram & general_media events
 2024-04-30 17:28 UTC  (5+ messages)
` [PATCH v6 1/4] cxl/trace: Correct DPA field masks for general_media & dram events
` [PATCH v6 2/4] cxl/region: Move cxl_dpa_to_region() work to the region driver
` [PATCH v6 3/4] cxl/region: Move cxl_trace_hpa() "
` [PATCH v6 4/4] cxl/core: Add region info to cxl_general_media and cxl_dram events

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-30 17:21 UTC  (7+ messages)
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v6 0/7] SRAT/CEDT fixes and updates
 2024-04-30 17:14 UTC  (25+ messages)
` [PATCH v6 1/7] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
` [PATCH v6 2/7] ACPI/NUMA: Remove architecture dependent remainings
` [PATCH v6 3/7] ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()
` [PATCH v6 4/7] ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_affinity()
` [PATCH v6 5/7] ACPI/NUMA: Return memblk modification state from numa_fill_memblks()
` [PATCH v6 6/7] ACPI/NUMA: Add log messages for memory ranges found in CEDT
` [PATCH v6 7/7] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)

[PATCH] cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCH
 2024-04-30 16:54 UTC  (6+ messages)

[PATCH] cxl/region: Fix cxlr_pmem leaks
 2024-04-30 16:45 UTC  (2+ messages)

[PATCH v5 0/4] Add DPA->HPA translation to dram & general_media events
 2024-04-30 16:40 UTC  (13+ messages)
` [PATCH v5 1/4] cxl/trace: Correct DPA field masks for general_media & dram events
` [PATCH v5 2/4] cxl/region: Move cxl_dpa_to_region() work to the region driver
` [PATCH v5 3/4] cxl/region: Move cxl_trace_hpa() "
` [PATCH v5 4/4] cxl/core: Add region info to cxl_general_media and cxl_dram events

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-04-30 11:01 UTC  (20+ messages)
` [RFC PATCH v2 01/12] famfs: Introduce famfs documentation
` [RFC PATCH v2 02/12] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC PATCH v2 03/12] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH v2 04/12] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH v2 05/12] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH v2 06/12] dev_dax_iomap: export dax_dev_get()
` [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super()
` [RFC PATCH v2 08/12] famfs: module operations & fs_context
` [RFC PATCH v2 09/12] famfs: Introduce inode_operations and super_operations
` [RFC PATCH v2 10/12] famfs: Introduce file_operations read/write
` [RFC PATCH v2 11/12] famfs: Introduce mmap and VM fault handling
` [RFC PATCH v2 12/12] famfs: famfs_ioctl and core file-to-memory mapping logic & iomap_ops

[PATCH 0/6 qemu] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-04-30 10:43 UTC  (6+ messages)
` [PATCH 3/6] hw/acpi: Generic Port Affinity Structure support

[PATCH v2 0/4] dax/bus.c: Fixups for dax-bus locking
 2024-04-30  5:25 UTC  (11+ messages)
` [PATCH v2 1/4] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
` [PATCH v2 2/4] dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping paths
` [PATCH v2 3/4] dax/bus.c: Don't use down_write_killable for non-user processes
` [PATCH v2 4/4] dax/bus.c: Use the right locking mode (read vs write) in size_show

[cxl:fixes] BUILD SUCCESS 5d211c7090590033581175d6405ae40917ca3a06
 2024-04-30  4:45 UTC 

[PATCH v5 0/7] SRAT/CEDT fixes and updates
 2024-04-30  3:37 UTC  (10+ messages)
` [PATCH v5 1/7] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
` [PATCH v5 2/7] ACPI/NUMA: Remove architecture dependent remainings
` [PATCH v5 3/7] ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()
` [PATCH v5 4/7] ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_affinity()
` [PATCH v5 5/7] ACPI/NUMA: Return memblk modification state from numa_fill_memblks()
` [PATCH v5 6/7] ACPI/NUMA: Add log messages for memory ranges found in CEDT
` [PATCH v5 7/7] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-30  3:23 UTC  (4+ messages)
` [PATCH 16/26] cxl/extent: Realize extent devices

[PATCH RFC 0/7] block: Introduce CBD (CXL Block Device)
 2024-04-30  0:34 UTC  (14+ messages)

[PATCH v5 0/4] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-04-29 22:35 UTC  (5+ messages)
` [PATCH v5 1/4] PCI/cxl: Move PCI CXL vendor Id to a common location from CXL subsystem
` [PATCH v5 2/4] PCI: Add check for CXL Secondary Bus Reset
` [PATCH v5 3/4] PCI: Create new reset method to force SBR for CXL
` [PATCH v5 4/4] cxl: Add post reset warning if reset results in loss of previously committed HDM decoders

[PATCH 1/1] cxl/acpi.c: Add buggy BIOS hint for CXL ACPI lookup failure
 2024-04-29 18:35 UTC  (4+ messages)

[PATCH v4 0/2] efi/cxl-cper: Report CXL CPER events through tracing
 2024-04-29 16:47 UTC  (6+ messages)
` [PATCH v4 1/2] acpi/ghes: Process CXL Component Events
` [PATCH v4 2/2] cxl/pci: Process CPER events

[PATCH] cxl/region: Fix memregion leaks in devm_cxl_add_region()
 2024-04-29 16:23 UTC  (2+ messages)

[PATCH 1/2] cxl/region: Fix potential invalid pointer dereference
 2024-04-29 16:17 UTC  (20+ messages)
` [PATCH 2/2] cxl/region: Fix missing put_device(region_dev)
    ` [1/2] cxl/region: Fix potential invalid pointer dereference

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-04-29 12:21 UTC  (5+ messages)
` [RFC PATCH v8 05/10] cxl/memscrub: Add CXL device patrol scrub control feature

RFC: Restricting userspace interfaces for CXL fabric management
 2024-04-29 12:18 UTC  (16+ messages)

[PATCH v4 0/3] Add DPA->HPA translation to dram & general_media events
 2024-04-29  2:31 UTC  (6+ messages)
` [PATCH v4 1/3] cxl/region: Move cxl_dpa_to_region() work to the region driver
` [PATCH v4 2/3] cxl/region: Move cxl_trace_hpa() "
` [PATCH v4 3/3] cxl/core: Add region info to cxl_general_media and cxl_dram events

[PATCH v3 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-04-28  3:31 UTC  (6+ messages)
` [PATCH v3 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info

[PATCH 0/4 v4] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-04-27 17:07 UTC  (7+ messages)
` [PATCH v4 3/4] PCI: Create new reset method to force SBR "
` [PATCH v4 4/4] cxl: Add post reset warning if reset results in loss of previously committed HDM decoders

[cxl:next] BUILD SUCCESS 62dba604a4883169abf959b7d09449900e7d4537
 2024-04-27  5:57 UTC 

[PATCH v3 0/2] efi/cxl-cper: Report CXL CPER events through tracing
 2024-04-27  3:31 UTC  (6+ messages)
` [PATCH v3 1/2] acpi/ghes: Process CXL Component Events
` [PATCH v3 2/2] cxl/pci: Process CPER events

[PATCH 0/3] XOR Math Fixups: translation & position
 2024-04-27  1:07 UTC  (5+ messages)
` [PATCH 1/3] cxl/acpi: Restore XOR'd position bits during address translation
` [PATCH 2/3] cxl/region: Verify target positions using the ordered target list
` [PATCH 3/3] cxl: Remove defunct code calculating host bridge target positions

[PATCH v7 0/5] cxl: access_coordinate validity fixes for 6.9
 2024-04-26 20:13 UTC  (4+ messages)
` [PATCH v7 1/5] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()

[GIT PULL] Compute Express Link (CXL) Fix for 6.9-rc6
 2024-04-26 18:31 UTC  (2+ messages)

[PATCH v4 0/7] SRAT/CEDT fixes and updates
 2024-04-26 18:14 UTC  (6+ messages)
` [PATCH v4 6/7] ACPI/NUMA: Add log messages for memory ranges found in CEDT

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-04-26 16:22 UTC  (10+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v3 0/2] Add log related mailbox commands
 2024-04-26 16:05 UTC  (5+ messages)
` [PATCH v3 1/2] cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commands
` [PATCH v3 2/2] cxl/mbox: Add Clear Log mailbox command

[PATCH v2] hw/mem/cxl_type3: reset dvsecs in ct3d_reset()
 2024-04-26  3:36 UTC  (3+ messages)

[NDCTL PATCH v3 2/2] cxl: Add check for regions before disabling memdev
 2024-04-26  1:57 UTC  (6+ messages)
` (no subject)
  ` 

[PATCH v3 0/3] Add DPA->HPA translation to dram & general_media
 2024-04-25 23:25 UTC  (4+ messages)
` [PATCH v3 1/3] cxl/region: Move cxl_dpa_to_region() work to the region driver
` [PATCH v3 2/3] cxl/region: Move cxl_trace_hpa() "
` [PATCH v3 3/3] cxl/core: Add region info to cxl_general_media and cxl_dram events

[ndctl PATCH v2] cxl/test: use max_available_extent in cxl-destroy-region
 2024-04-25 21:39 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;
as well as URLs for NNTP newsgroup(s).