nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-11 11:40:18 to 2022-01-26 21:12:05 UTC [more...]

[PATCH v4 0/7] DAX poison recovery
 2022-01-26 21:11 UTC  (7+ messages)
` [PATCH v4 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v4 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v4 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v4 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v4 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v4 6/7] dax: add recovery_write to dax_iomap_iter in failure path

[PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support
 2022-01-26 20:16 UTC  (45+ messages)
` [PATCH v3 01/40] cxl: Rename CXL_MEM to CXL_PCI
` [PATCH v3 02/40] cxl/pci: Implement Interface Ready Timeout
` [PATCH v3 03/40] cxl/pci: Defer mailbox status checks to command timeouts
` [PATCH v3 04/40] cxl: Flesh out register names
` [PATCH v3 05/40] cxl/pci: Add new DVSEC definitions
` [PATCH v3 06/40] cxl/acpi: Map component registers for Root Ports
` [PATCH v3 07/40] cxl: Introduce module_cxl_driver
` [PATCH v3 08/40] cxl/core/port: Rename bus.c to port.c
` [PATCH v3 09/40] cxl/decoder: Hide physical address information from non-root
` [PATCH v3 10/40] cxl/core: Convert decoder range to resource
` [PATCH v3 11/40] cxl/core/port: Clarify decoder creation
` [PATCH v3 12/40] cxl/core: Fix cxl_probe_component_regs() error message
` [PATCH v3 13/40] cxl/core/port: Make passthrough decoder init implicit
` [PATCH v3 14/40] cxl/core: Track port depth
` [PATCH v3 15/40] cxl: Prove CXL locking
` [PATCH v3 16/40] cxl/core/port: Use dedicated lock for decoder target list
` [PATCH v3 17/40] cxl/port: Introduce cxl_port_to_pci_bus()
` [PATCH v3 18/40] cxl/pmem: Introduce a find_cxl_root() helper
  ` [PATCH v4 "
` [PATCH v3 19/40] cxl/port: Up-level cxl_add_dport() locking requirements to the caller
` [PATCH v3 20/40] cxl/pci: Rename pci.h to cxlpci.h
` [PATCH v3 21/40] cxl/core: Generalize dport enumeration in the core
` [PATCH v3 22/40] cxl/core/hdm: Add CXL standard decoder enumeration to "
  ` [PATCH v4 "
` [PATCH v3 23/40] cxl/core: Emit modalias for CXL devices
` [PATCH v3 24/40] cxl/port: Add a driver for 'struct cxl_port' objects
  ` [PATCH v4 "
` [PATCH v3 25/40] cxl/core/port: Remove @host argument for dport + decoder enumeration
` [PATCH v3 26/40] cxl/pci: Store component register base in cxlds
` [PATCH v3 27/40] cxl/pci: Cache device DVSEC offset
` [PATCH v3 28/40] cxl/pci: Retrieve CXL DVSEC memory info
` [PATCH v3 29/40] cxl/pci: Implement wait for media active
` [PATCH v3 30/40] cxl/pci: Emit device serial number
` [PATCH v3 31/40] cxl/memdev: Add numa_node attribute
` [PATCH v3 32/40] cxl/core/port: Add switch port enumeration
` [PATCH v3 33/40] cxl/mem: Add the cxl_mem driver
  ` [PATCH v4 "
` [PATCH v3 34/40] cxl/core: Move target_list out of base decoder attributes
` [PATCH v3 35/40] cxl/core/port: Add endpoint decoders
` [PATCH v3 36/40] tools/testing/cxl: Mock dvsec_ranges()
` [PATCH v3 37/40] tools/testing/cxl: Fix root port to host bridge assignment
` [PATCH v3 38/40] tools/testing/cxl: Mock one level of switches
` [PATCH v3 39/40] tools/testing/cxl: Enumerate mock decoders
` [PATCH v3 40/40] tools/testing/cxl: Add a physical_node link

[ndctl PATCH v3 0/6] Add partitioning support for CXL memdevs
 2022-01-26 19:03 UTC  (14+ messages)
` [ndctl PATCH v3 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v3 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v3 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v3 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v3 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v3 6/6] cxl: add command set-partition-info

[PATCH 1/2] mm/memory_hotplug: Export shrink span functions for zone and node
 2022-01-26 17:04 UTC  (3+ messages)
` [PATCH 2/2] dax/kmem: Update spanned page stat of origin device node

[PATCH 0/2] cxl/port: Robustness fixes for decoder enumeration
 2022-01-26  5:24 UTC  (3+ messages)
` [PATCH 1/2] cxl/core/port: Fix / relax decoder target enumeration
` [PATCH 2/2] cxl/core/port: Handle invalid decoders

[ndctl PATCH v3] ndtest/ack-shutdown-count: Skip the test on ndtest
 2022-01-24 21:04 UTC 

[ndctl PATCH v4] libndctl: Update nvdimm flags in ndctl_cmd_submit()
 2022-01-24 20:58 UTC 

[ndctl PATCH v4] libndctl/papr: Add limited support for inject-smart
 2022-01-24 20:38 UTC 

[ndctl PATCH v4] libndctl, intel: Indicate supported smart-inject types
 2022-01-24 20:37 UTC 

[PATCH v4] powerpc/papr_scm: Implement initial support for injecting smart errors
 2022-01-24 20:22 UTC 

[ndctl PATCH v3] libndctl/papr: Add support for reporting shutdown-count
 2022-01-24 18:56 UTC 

[PATCH 1/5] mm: rmap: fix cache flush on THP pages
 2022-01-24  9:07 UTC  (13+ messages)
` [PATCH 2/5] dax: fix cache flush on PMD-mapped pages
` [PATCH 3/5] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH 4/5] dax: fix missing writeprotect the pte entry
` [PATCH 5/5] mm: remove range parameter from follow_invalidate_pte()

[PATCH v3 0/7] DAX poison recovery
 2022-01-24  9:01 UTC  (11+ messages)
` [PATCH v3 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v3 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v3 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v3 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v3 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v3 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [PATCH v3 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

Phantom PMEM poison issue
 2022-01-22  2:32 UTC  (6+ messages)

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-21  8:34 UTC  (25+ messages)
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 05/10] fsdax: fix function description
` [PATCH v9 07/10] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v9 08/10] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings

Phyr Starter
 2022-01-20 21:35 UTC  (36+ messages)

[PATCH v3] powerpc/papr_scm: Implement initial support for injecting smart errors
 2022-01-19 15:05 UTC  (5+ messages)

[PATCH AUTOSEL 5.16 19/52] dm: make the DAX support depend on CONFIG_FS_DAX
 2022-01-17 16:58 UTC 

[PATCH v2 00/15] CXL Region driver
 2022-01-15 19:00 UTC  (17+ messages)
` [PATCH v2 01/15] cxl/core: Rename find_cxl_port
` [PATCH v2 02/15] cxl/core: Track port depth
` [PATCH v2 03/15] cxl/region: Add region creation ABI
` [PATCH v2 04/15] cxl/region: Introduce concept of region configuration
` [PATCH v2 05/15] cxl/mem: Cache port created by the mem dev
` [PATCH v2 06/15] cxl/region: Introduce a cxl_region driver
` [PATCH v2 07/15] cxl/acpi: Handle address space allocation
` [PATCH v2 08/15] cxl/region: Address "
` [PATCH v2 09/15] cxl/region: Implement XHB verification
` [PATCH v2 10/15] cxl/region: HB port config verification
` [PATCH v2 11/15] cxl/region: Add infrastructure for decoder programming
` [PATCH v2 12/15] cxl/region: Collect host bridge decoders
` [PATCH v2 13/15] cxl: Program decoders for regions
` [PATCH v2 14/15] cxl/pmem: Convert nvdimm bridge API to use memdev
` [PATCH v2 15/15] cxl/region: Create an nd_region

[ndctl PATCH] ndctl: update README.md for meson build
 2022-01-15  1:34 UTC  (2+ messages)

[ndctl PATCH v3 00/16] ndctl: Meson support
 2022-01-15  1:16 UTC  (8+ messages)

[RFC PATCH rdma-next 01/10] RDMA: mr: Introduce is_pmem
 2022-01-14  8:10 UTC 

[ndctl PATCH v2 0/6] Add partitioning support for CXL memdevs
 2022-01-14  7:28 UTC  (10+ messages)
` [ndctl PATCH v2 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v2 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v2 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v2 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v2 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v2 6/6] cxl: add command set-partition-info

[GIT PULL] DAX / LIBNVDIMM update for v5.17
 2022-01-12 23:49 UTC  (2+ messages)

[GIT PULL] iomap for 5.17
 2022-01-12 21:07 UTC  (3+ messages)

[RFC v3 0/2] virtio-pmem: Asynchronous flush
 2022-01-11 16:19 UTC  (3+ messages)
` [RFC v3 1/2] virtio-pmem: Async virtio-pmem flush
` [RFC v3 2/2] pmem: enable pmem_submit_bio for asynchronous flush


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