NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2024-08-05 14:42:01 to 2024-08-26 21:18:04 UTC [more...]

[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-08-26 21:17 UTC  (83+ messages)
` [PATCH v3 01/25] range: Add range_overlaps()
` [PATCH v3 02/25] printk: Add print format (%par) for struct range
` [PATCH v3 03/25] dax: Document dax dev range tuple
` [PATCH v3 04/25] cxl/pci: Delay event buffer allocation
` [PATCH v3 05/25] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v3 07/25] cxl/core: Separate region mode from decoder mode
` [PATCH v3 08/25] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v3 09/25] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v3 10/25] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v3 11/25] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v3 12/25] cxl/region: Refactor common create region code
` [PATCH v3 13/25] cxl/region: Add sparse DAX region support
` [PATCH v3 14/25] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v3 15/25] cxl/pci: Factor out interrupt policy check
` [PATCH v3 16/25] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v3 17/25] cxl/core: Return endpoint decoder information from region search
` [PATCH v3 18/25] cxl/extent: Process DCD events and realize region extents
` [PATCH v3 19/25] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v3 20/25] dax/bus: Factor out dev dax resize logic
` [PATCH v3 21/25] dax/region: Create resources on sparse DAX regions
` [PATCH v3 22/25] cxl/region: Read existing extents on region creation
` [PATCH v3 23/25] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v3 24/25] tools/testing/cxl: Make event logs dynamic
` [PATCH v3 25/25] tools/testing/cxl: Add DC Regions to mock mem data

[ndctl PATCH v3 1/2] daxctl: Fail create-device if extra parameters are present
 2024-08-26 20:04 UTC  (3+ messages)

[PATCH] virtio_pmem: Add freeze/restore callbacks
 2024-08-24  2:06 UTC  (2+ messages)

[PATCH] device-dax: map dax memory as decrypted in CoCo guests
 2024-08-23 12:09 UTC  (2+ messages)

[ndctl PATCH] ndctl.spec.in: use SPDX formula for license
 2024-08-22 22:02 UTC  (3+ messages)
  ` [ndctl PATCH] ndctl.spddeec.in: uset. TV mum ivfbc. Cr vvvr vvt. Bg "

[ndctl PATCH] ndctl.spec.in: enable libtrace{event|fs} support for Fedora
 2024-08-21 21:58 UTC  (3+ messages)

address some open scan hub warnings
 2024-08-21 21:50 UTC  (7+ messages)
` [PATCH ndctl 1/2] ndctl/keys.c: don't leak fd in error cases
` [PATCH ndctl 2/2] libndctl.c: major and minor numbers are unsigned

[PATCH v2] virtio_pmem: Check device status before requesting flush
 2024-08-21 21:30 UTC  (5+ messages)

[PATCH v3 1/2] nvdimm: Fix devs leaks in scan_labels()
 2024-08-21 19:00 UTC  (4+ messages)
` [PATCH v3 2/2] nvdimm: Remove dead code for ENODEV checking "

[PATCH] virtio_pmem: Check device status before requesting flush
 2024-08-21  2:46 UTC  (5+ messages)

[PATCH v2 1/2] nvdimm: Fix devs leaks in scan_labels()
 2024-08-19  6:04 UTC  (5+ messages)

[GIT PULL] DAX for 6.11
 2024-08-16 18:53 UTC  (4+ messages)

[PATCH v2] virtio_pmem: Check device status before requesting flush
 2024-08-15  1:03 UTC 

[PATCH] virtio_pmem: Check device status before requesting flush
 2024-08-15  0:30 UTC 

[ndctl PATCH] cxl/list: add firmware_version to default memdev listing
 2024-08-09 22:56 UTC  (2+ messages)

[PATCH] nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases
 2024-08-09  3:11 UTC 

[PATCH] nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases
 2024-08-08 19:28 UTC  (3+ messages)

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-08-07 18:53 UTC  (30+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH] nvdimm: Use of_property_present() and of_property_read_bool()
 2024-08-07 18:28 UTC  (2+ messages)

[PATCH v13] mm: report per-page metadata information
 2024-08-06 22:32 UTC  (7+ messages)

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-06 13:28 UTC  (62+ messages)
` [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 06/26] MIPS: loongson64: "
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [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


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