nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-06 05:10:14 to 2022-01-24 00:31:41 UTC [more...]

[PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support
 2022-01-24  0:31 UTC  (35+ 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 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 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 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 v3 34/40] cxl/core: Move target_list out of base decoder attributes

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

[PATCH 1/5] mm: rmap: fix cache flush on THP pages
 2022-01-21 18:05 UTC  (6+ 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 v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-21  8:34 UTC  (28+ messages)
` [PATCH v9 01/10] dax: Use percpu rwsem for dax_{read,write}_lock()
` [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

[PATCH v3 0/7] DAX poison recovery
 2022-01-21  1:33 UTC  (10+ 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

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)

[ndctl PATCH v3 0/6] Add partitioning support for CXL memdevs
 2022-01-18 20:25 UTC  (7+ 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 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

[ndctl PATCH 0/7] Add partitioning support for CXL memdevs
 2022-01-10 21:37 UTC  (37+ messages)
` [ndctl PATCH 1/7] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH 2/7] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH 3/7] libcxl: apply CXL_CAPACITY_MULTIPLIER to partition alignment field
` [ndctl PATCH 4/7] cxl: add memdev partition information to cxl-list
` [ndctl PATCH 5/7] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH 6/7] ndctl, util: use 'unsigned long long' type in OPT_U64 define
` [ndctl PATCH 7/7] cxl: add command set-partition-info

[ndctl PATCH] ndctl/build: Default asciidoctor to enabled
 2022-01-07 19:31 UTC 

[ndctl PATCH 0/3] misc updates for release scripts
 2022-01-06 22:46 UTC  (6+ messages)
` [ndctl PATCH 1/3] scripts: fix contrib/do_abidiff for updated fedpkg
` [ndctl PATCH 2/3] scripts: move 'prepare-release.sh' and 'do_abidiff' into scripts/
` [ndctl PATCH 3/3] scripts: teach release helper scripts about cxl and libcxl

devirtualize kernel access to DAX v2
 2022-01-06 14:42 UTC  (3+ messages)
` [PATCH 4/4] dax: remove the copy_from_iter and copy_to_iter methods


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