messages from 2024-07-24 21:32:24 to 2024-08-01 17:45:50 UTC [more...]
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-01 17:45 UTC (30+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH v2 0/8] Introduce fwctl subystem
2024-08-01 17:26 UTC (29+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw
[bug report][regression] Oops: general protection fault observed after destroy the devdax
2024-08-01 17:05 UTC (2+ messages)
[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
2024-08-01 14:41 UTC (85+ messages)
[RFC PATCH 0/8] arm64/memblock: Handling of CXL Fixed Memory Windows
2024-08-01 7:55 UTC (15+ messages)
` [RFC PATCH 1/8] arm64: numa: Introduce a memory_add_physaddr_to_nid()
` [RFC PATCH 2/8] arm64: memblock: Introduce a generic phys_addr_to_target_node()
` [RFC PATCH 3/8] mm: memblock: Add a means to add to memblock.reserved
` [RFC PATCH 4/8] arch_numa: Avoid onlining empty NUMA nodes
` [RFC PATCH 5/8] arch_numa: Make numa_add_memblk() set nid for memblock.reserved regions
` [RFC PATCH 6/8] arm64: mm: numa_fill_memblks() to add a memblock.reserved region if match
` [RFC PATCH 7/8] acpi: srat: cxl: Skip zero length CXL fixed memory windows
[PATCH 0/3] cxl: Preparation of type2 accelerators support
2024-08-01 6:28 UTC (9+ messages)
` [PATCH 1/3] cxl: Set target type of root decoder based on CFMWS restrictions
` [PATCH 2/3] cxl: Set target type of region with that of root decoder
` [PATCH 3/3] cxl: Avoid to create dax regions for type2 accelerators
[PATCH v10 00/11] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-07-31 11:28 UTC (18+ messages)
` [PATCH v10 01/11] EDAC: Add generic EDAC RAS control feature driver
` [PATCH v10 02/11] EDAC: Add EDAC scrub control driver
` [PATCH v10 03/11] EDAC: Add EDAC ECS "
` [PATCH v10 04/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v10 05/11] cxl/mbox: Add GET_FEATURE "
` [PATCH v10 06/11] cxl/mbox: Add SET_FEATURE "
` [PATCH v10 07/11] cxl/memscrub: Add CXL memory device patrol scrub control feature
` [PATCH v10 08/11] cxl/memscrub: Add CXL memory device ECS "
` [PATCH v10 09/11] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v10 10/11] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v10 11/11] ras: scrub: ACPI RAS2: Add memory "
[PATCH v2 00/15] cxl: add Type2 device support
2024-07-30 16:43 UTC (10+ messages)
` [PATCH v2 07/15] cxl: support type2 memdev creation
` [PATCH v2 08/15] cxl: indicate probe deferral
` [PATCH v2 09/15] cxl: define a driver interface for HPA free space enumaration
[PATCH] hw/cxl: Add support for abort of background operation
2024-07-30 6:07 UTC (2+ messages)
[PATCH] hw/cxl: Fix background completion percentage calculation
2024-07-30 5:24 UTC (2+ messages)
[PATCH v2 -qemu] hw/cxl: Add Maintenance support
2024-07-30 4:57 UTC
[PATCH v2 00/18] PCI device authentication
2024-07-29 14:27 UTC (4+ messages)
` [PATCH v2 06/18] crypto: ecdsa - Support P1363 signature encoding
[PATCH v2] cxl: add missing MODULE_DESCRIPTION() macros
2024-07-29 12:24 UTC (6+ messages)
[RFC PATCH 0/13] fwctl/cxl: Add CXL feature commands support via fwctl
2024-07-29 12:05 UTC (14+ messages)
` [RFC PATCH 01/13] cxl: Move mailbox related bits to the same context
` [RFC PATCH 02/13] cxl: Fix comment regarding cxl_query_cmd() return data
` [RFC PATCH 04/13] cxl: Add Get Supported Features command for kernel usage
` [RFC PATCH 08/13] fwctl/cxl: Add driver for CXL mailbox for handling CXL features commands
` [RFC PATCH 10/13] fwctl/cxl: Add support for fwctl RPC command to enable CXL feature commands
` [RFC PATCH 11/13] fwctl/cxl: Add query commands software command for ->fw_rpc()
Lack of _HPX after reset, DPC
2024-07-29 2:24 UTC (2+ messages)
[GIT PULL] Compute Express Link (CXL) for 6.11
2024-07-28 18:51 UTC (5+ messages)
[PATCH v2 00/25] mm: introduce numa_memblks
2024-07-26 9:40 UTC (5+ messages)
[PATCH v2 0/5] Address translation for HDM decoding
2024-07-25 22:00 UTC (2+ messages)
[ndctl PATCH] cxl/list: add firmware_version to default memdev listing
2024-07-25 20:15 UTC (4+ messages)
[RFC PATCH 0/9] Add RAS support for CXL root ports, CXL downstream switch ports, and CXL upstream switch ports
2024-07-25 18:49 UTC (2+ messages)
[PATCH qemu v2 0/3] hw/cxl: Misc minor improvements
2024-07-25 16:54 UTC (4+ messages)
` [PATCH v2 1/3] hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw property
[RFC PATCH] cxl: avoid duplicating report from MCE & device
2024-07-25 2:51 UTC (7+ messages)
[PATCH v15 0/2] Export cxl1.1 device link status register value to pci device sysfs
2024-07-24 23:38 UTC (2+ messages)
[PATCH 0/2] cxl: Pull out mailbox bits to be independent of cxl_dev_state
2024-07-24 22:08 UTC (5+ messages)
` [PATCH 1/2] cxl: Move mailbox related bits to the same context
` [PATCH 2/2] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
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).