linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 04:47:10 to 2021-02-01 21:20:26 UTC [more...]

[PATCH 00/14] CXL 2.0 Support
 2021-02-01 21:20 UTC  (44+ messages)
` [PATCH 01/14] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH 02/14] cxl/mem: Map memory device registers
` [PATCH 03/14] cxl/mem: Find device capabilities
` [PATCH 04/14] cxl/mem: Implement polled mode mailbox
` [PATCH 05/14] cxl/mem: Register CXL memX devices
` [PATCH 06/14] cxl/mem: Add basic IOCTL interface
` [PATCH 07/14] cxl/mem: Add send command
` [PATCH 08/14] taint: add taint for direct hardware access
` [PATCH 09/14] cxl/mem: Add a "RAW" send command
` [PATCH 10/14] cxl/mem: Create concept of enabled commands
` [PATCH 11/14] cxl/mem: Use CEL for enabling commands
` [PATCH 12/14] cxl/mem: Add set of informational commands
` [PATCH 13/14] cxl/mem: Add limited Get Log command (0401h)
` [PATCH 14/14] MAINTAINERS: Add maintainers of the CXL driver

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-01 16:56 UTC  (57+ messages)
` [PATCH v16 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v16 02/11] mmap: make mlock_future_check() global
` [PATCH v16 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v16 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v16 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v16 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v16 11/11] secretmem: test: add basic selftest for memfd_secret(2)

Conference call
 2021-01-30 11:14 UTC 

remain blessed
 2021-01-30  8:56 UTC 

[PATCH 0/3] cdev: Generic shutdown handling
 2021-01-30  1:59 UTC  (14+ messages)
` [PATCH 1/3] cdev: Finish the cdev api with queued mode support
` [PATCH 2/3] libnvdimm/ida: Switch to non-deprecated ida helpers
` [PATCH 3/3] libnvdimm/ioctl: Switch to cdev_register_queued()

remain blessed
 2021-01-29 21:46 UTC 

[PATCH 1/1] ndctl/namespace: Fix disable-namespace accounting relative to seed devices
 2021-01-29  8:44 UTC  (9+ messages)

[PATCH RESEND v2 00/10] fsdax: introduce fs query to support reflink
 2021-01-29  6:27 UTC  (11+ messages)
` [PATCH RESEND v2 01/10] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v2 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH RESEND v2 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH RESEND v2 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH RESEND v2 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH RESEND v2 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH RESEND v2 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH RESEND v2 08/10] md: Implement ->corrupted_range()
` [PATCH RESEND v2 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH RESEND v2 10/10] fs/dax: Remove useless functions

[0/7] PMEM device emulation without nfit depenency
 2021-01-29  6:24 UTC  (7+ messages)
` [ndctl 1/5] libndctl: test enablement for non-nfit devices
  ` [ndctl 3/5] papr: Add support to parse save_fail flag for dimm
  ` [ndctl 5/5] Use page size as alignment value

10K LinkedIn Leads at 500
 2021-01-29  2:07 UTC 

Hey
 2021-01-28 19:55 UTC 

PATCH] fs/dax: fix compile problem on parisc and mips
 2021-01-28 19:18 UTC  (2+ messages)

10K LinkedIn Leads at 500
 2021-01-28  8:34 UTC 

[RFC v5 0/7] PMEM device emulation without nfit depenency
 2021-01-28  8:12 UTC  (4+ messages)
` [RFC v5 1/7] testing/nvdimm: Add test module for non-nfit platforms

[PATCH 1/3] device-dax: Prevent registering drivers without probe or remove callback
 2021-01-27 23:01 UTC  (3+ messages)
` [PATCH 2/3] dax-device: Fix error path in dax_driver_register
` [PATCH 3/3] dax-device: Make remove callback return void

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-27  5:46 UTC  (18+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] dax: fix default return code of range_parse()
 2021-01-26  2:13 UTC 

[PATCH v2 00/10] fsdax: introduce fs query to support reflink
 2021-01-26  0:50 UTC  (12+ messages)
` [PATCH v2 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v2 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH v2 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v2 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v2 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v2 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH v2 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH v2 08/10] md: Implement ->corrupted_range()
` [PATCH v2 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH v2 10/10] fs/dax: Remove useless functions

INQUIRY PBMS 15528/STR-REG/19
 2021-01-25 15:02 UTC 

follow up 2021
 2021-01-22 20:53 UTC 

[PATCH v2 0/4] Remove nrexceptional tracking
 2021-01-22 19:38 UTC  (12+ messages)
` [PATCH v2 1/4] mm: Introduce and use mapping_empty
` [PATCH v2 2/4] mm: Stop accounting shadow entries
` [PATCH v2 3/4] dax: Account DAX entries as nrpages
` [PATCH v2 4/4] mm: Remove nrexceptional from inode

[PATCH 4.14 15/50] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-22 14:11 UTC 

[PATCH 4.9 10/35] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-22 14:10 UTC 

[PATCH 4.4 07/31] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-22 14:08 UTC 

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-21 16:06 UTC  (10+ messages)
` Expense of read_iter

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH v4 0/5] mm: Fix pfn_to_online_page() with respect to ZONE_DEVICE
 2021-01-20 10:30 UTC  (7+ messages)
` [PATCH v4 1/5] mm: Move pfn_to_online_page() out of line
` [PATCH v4 2/5] mm: Teach pfn_to_online_page() to consider subsection validity
` [PATCH v4 3/5] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions


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).