public inbox for nvdimm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-08-27 14:32:08 to 2024-10-11 00:20:02 UTC [more...]

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-11  0:17 UTC  (38+ messages)
` [PATCH 01/12] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/12] fs/dax: Refactor wait for dax idle page
` [PATCH 04/12] mm: Allow compound zone device pages
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
` [PATCH 11/12] mm: Remove pXX_devmap callers
` [PATCH 12/12] mm: Remove devmap related functions and page table bits

[ANNOUNCE] ndctl v80
 2024-10-10 18:47 UTC 

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

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (4+ messages)
` [PATCH 05/35] libnvdimm: "
` (subset) [PATCH 00/35] "

[PATCH AUTOSEL 5.4 18/21] virtio_pmem: Check device status before requesting flush
 2024-10-04 18:30 UTC 

[PATCH AUTOSEL 5.10 22/26] virtio_pmem: Check device status before requesting flush
 2024-10-04 18:29 UTC 

[PATCH AUTOSEL 5.15 27/31] virtio_pmem: Check device status before requesting flush
 2024-10-04 18:28 UTC 

[PATCH AUTOSEL 6.1 34/42] virtio_pmem: Check device status before requesting flush
 2024-10-04 18:26 UTC 

[PATCH AUTOSEL 6.6 48/58] virtio_pmem: Check device status before requesting flush
 2024-10-04 18:24 UTC 

[PATCH AUTOSEL 6.10 55/70] virtio_pmem: Check device status before requesting flush
 2024-10-04 18:20 UTC 

[PATCH AUTOSEL 6.11 61/76] virtio_pmem: Check device status before requesting flush
 2024-10-04 18:17 UTC 

[PATCH v1] nvdimm: Correct some typos in comments
 2024-10-01  7:41 UTC  (3+ messages)

[PATCH -ndctl] cxl/memdev: Introduce sanitize-memdev functionality
 2024-09-30 21:39 UTC  (3+ messages)

[PATCH] virtio_pmem: Add freeze/restore callbacks
 2024-09-25  7:30 UTC  (6+ messages)

[GIT PULL] NVDIMM for 6.12
 2024-09-23 22:35 UTC  (2+ messages)

[PATCH] nvdimm: Call nvdimm_put_key(key) only once in nvdimm_key_revalidate()
 2024-09-23 15:17 UTC 

[syzbot] [acpi?] [nvdimm?] WARNING in to_nfit_bus_uuid
 2024-09-15  2:58 UTC 

[PATCH] device-dax: map dax memory as decrypted in CoCo guests
 2024-09-10 13:07 UTC  (5+ messages)

[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-09-09 14:08 UTC  (61+ messages)
` [PATCH v3 02/25] printk: Add print format (%par) for struct range
` [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 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 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

[PATCH v3] virtio_pmem: Check device status before requesting flush
 2024-09-09 13:26 UTC  (2+ messages)

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-09-06  6:21 UTC  (7+ messages)
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages

[PATCH] nvdimm: Use of_property_present() and of_property_read_bool()
 2024-09-04 13:50 UTC  (3+ messages)

[ndctl PATCH 0/2] Use CXL regions in daxctl-create unit test
 2024-09-04  0:34 UTC  (7+ messages)
` [ndctl PATCH 1/2] test/daxctl-create.sh: use bash math syntax to find available size
` [ndctl PATCH 2/2] test/daxctl-create.sh: use CXL DAX regions instead of efi_fake_mem

[ndctl PATCH] test/rescan-partitions.sh: refine search for created partition
 2024-09-04  0:25 UTC  (2+ messages)

[PATCH] btt: fix block integrity
 2024-09-03 15:47 UTC  (2+ messages)

[PATCH -next] nvdimm: Remove redundant null pointer checks
 2024-09-03 15:46 UTC  (2+ messages)

[PATCH] dax: Remove an unused field in struct dax_operations
 2024-09-02 14:09 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