NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-05-01  2:09 UTC  (22+ 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 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 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

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

[PATCH 0/2] nvdimm: Convert to platform remove callback returning void
 2024-04-29  7:33 UTC  (5+ messages)
` [PATCH 1/2] nvdimm/e820: "
` [PATCH 2/2] nvdimm/of_pmem: "

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

[ndctl PATCH v2] cxl/test: use max_available_extent in cxl-destroy-region
 2024-04-25 21:39 UTC  (2+ messages)

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-25 20:59 UTC  (39+ messages)
` [PATCH v2 01/25] "
` [PATCH v2 02/25] virtio: balloon: drop owner assignment
` [PATCH v2 03/25] virtio: input: "
` [PATCH v2 04/25] virtio: mem: "
` [PATCH v2 05/25] um: virt-pci: "
` [PATCH v2 06/25] virtio_blk: "
` [PATCH v2 07/25] bluetooth: virtio: "
` [PATCH v2 08/25] hwrng: "
` [PATCH v2 09/25] virtio_console: "
` [PATCH v2 10/25] crypto: virtio - "
` [PATCH v2 11/25] firmware: arm_scmi: virtio: "
` [PATCH v2 12/25] gpio: "
` [PATCH v2 13/25] drm/virtio: "
` [PATCH v2 14/25] iommu: virtio: "
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 16/25] net: caif: virtio: "
` [PATCH v2 17/25] net: "
` [PATCH v2 18/25] net: 9p: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 20/25] wifi: mac80211_hwsim: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 22/25] rpmsg: virtio: "
` [PATCH v2 23/25] scsi: "
` [PATCH v2 24/25] fuse: "
` [PATCH v2 25/25] sound: "

[LSF/MM/BPF TOPIC] Famfs: shared memory file system for disaggregated memory [LSF/MM/BPF ATTEND]
 2024-04-24 12:22 UTC  (3+ messages)
` [Lsf-pc] "

[ndctl PATCH] cxl/test: use max_available_extent in cxl-destroy-region
 2024-04-22 20:43 UTC  (3+ messages)

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-19 14:01 UTC  (16+ messages)
` [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
    ` [External] "
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[RFC PATCH v3 0/7] device backed vmemmap crash dump support
 2024-04-19  2:05 UTC  (3+ messages)

[ndctl PATCH v11 6/7] cxl/list: add --media-errors option to cxl list
 2024-04-18 20:12 UTC  (7+ messages)
` [ndctl PATCH v11 0/7] Support poison list retrieval

[NDCTL PATCH v2] ndctl: cxl: Remove dependency for attributes derived from IDENTIFY command
 2024-04-18  0:55 UTC  (2+ messages)

[PATCH][next] dax: remove redundant assignment to variable rc
 2024-04-16 23:02 UTC  (4+ messages)

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-16  0:36 UTC  (43+ messages)
` [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
` [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
` [RFC 04/10] fs/dax: Don't track page mapping/index
` [RFC 05/10] fs/dax: Refactor wait for dax idle page
` [RFC 06/10] fs/dax: Add dax_page_free callback
` [RFC 07/10] mm: Allow compound zone device pages
` [RFC 08/10] fs/dax: Properly refcount fs dax pages
` [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
` [RFC 10/10] mm: Remove pXX_devmap

[PATCH ndctl 0/2] daxctl: Fix error handling and propagation in daxctl/device.c
 2024-04-15 16:19 UTC  (8+ messages)
` [PATCH ndctl 1/2] daxctl/device.c: Handle special case of destroying daxX.0
` [PATCH ndctl 2/2] daxctl/device.c: Fix error propagation in do_xaction_device()

[PATCH] ndtest: Convert to platform remove callback returning void
 2024-04-12 12:37 UTC  (4+ messages)

[PATCH] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
 2024-04-04 21:32 UTC  (4+ messages)

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-04 21:04 UTC  (9+ messages)
` [PATCH v10 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v10 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[PATCH v9 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
 2024-04-01 23:06 UTC  (4+ messages)
  ` [External] "

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-31 11:20 UTC  (13+ messages)
` [PATCH 01/22] "
` [PATCH 09/22] gpio: virtio: drop owner assignment
` [PATCH 16/22] net: vmw_vsock: "

[ndctl PATCH] cxl/test: Add test case for region info to cxl-events.sh
 2024-03-29 15:38 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 read-only IMAP folder(s) and NNTP newsgroup(s).