nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-11 18:00:05 to 2022-03-02 12:57:52 UTC [more...]

[PATCH v4] powerpc/papr_scm: Implement initial support for injecting smart errors
 2022-03-02 12:41 UTC  (2+ messages)

[ndctl PATCH v5] ndctl,libndctl: Update nvdimm flags after smart-inject
 2022-03-02 11:41 UTC  (2+ messages)

[ndctl PATCH] util/size.h: Fix build error for GCC < 10
 2022-03-02 10:57 UTC  (2+ messages)

[PATCH v4 0/6] Fix some bugs related to ramp and dax
 2022-03-02  8:27 UTC  (7+ messages)
` [PATCH v4 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v4 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v4 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v4 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v4 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v4 6/6] mm: remove range parameter from follow_invalidate_pte()

remove opencoded kmap of bio_vecs
 2022-03-01 12:20 UTC  (24+ messages)
` [PATCH 01/10] iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
` [PATCH 02/10] aoe: use bvec_kmap_local in bvcpy
` [PATCH 03/10] zram: use memcpy_to_bvec in zram_bvec_read
` [PATCH 04/10] zram: use memcpy_from_bvec in zram_bvec_write
` [PATCH 05/10] nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity
` [PATCH 06/10] nvdimm-btt: use bvec_kmap_local in btt_rw_integrity
` [PATCH 07/10] bcache: use bvec_kmap_local in bio_csum
` [PATCH 08/10] drbd: use bvec_kmap_local in drbd_csum_bio
` [PATCH 09/10] drbd: use bvec_kmap_local in recv_dless_read
` [PATCH 10/10] floppy: use memcpy_{to,from}_bvec

[PATCH v3 0/6] Fix some bugs related to ramp and dax
 2022-03-01  3:14 UTC  (10+ messages)
` [PATCH v3 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v3 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v3 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v3 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v3 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v3 6/6] mm: remove range parameter from follow_invalidate_pte()

[PATCH 00/11] device-core: Generic device-lock lockdep validation
 2022-03-01  2:49 UTC  (12+ messages)
` [PATCH 01/11] device-core: Enable "
` [PATCH 02/11] cxl/core: Refactor a cxl_lock_class() out of cxl_nested_lock()
` [PATCH 03/11] cxl/core: Remove cxl_device_lock()
` [PATCH 04/11] cxl/core: Clamp max lock_class
` [PATCH 05/11] cxl/core: Introduce cxl_set_lock_class()
` [PATCH 06/11] cxl/acpi: Add a lock class for the root platform device
` [PATCH 07/11] libnvdimm: Refactor an nvdimm_lock_class() helper
` [PATCH 08/11] ACPI: NFIT: Drop nfit_device_lock()
` [PATCH 09/11] libnvdimm: Drop nd_device_lock()
` [PATCH 10/11] libnvdimm: Enable lockdep validation
` [PATCH 11/11] device-core: Introduce a per-subsystem lockdep_mutex

[PATCH v1] device-dax: Adding match parameter to select which driver to match dax devices
 2022-02-28 17:36 UTC  (2+ messages)

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-02-27 15:57 UTC  (13+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [PATCH v11 2/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v11 3/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v11 4/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v11 5/8] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v11 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v11 8/8] fsdax: set a CoW flag when associate reflink mappings

[PATCH v7 0/4] Add perf interface to expose nvdimm
 2022-02-25 14:30 UTC  (5+ messages)
` [PATCH v7 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v7 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v7 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v7 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu

[PATCH v6 0/4] Add perf interface to expose nvdimm
 2022-02-25 11:23 UTC  (14+ messages)
` [PATCH v6 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v6 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v6 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v6 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu

[PATCH v6 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-02-24 16:49 UTC  (17+ messages)
` [PATCH v6 1/5] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v6 2/5] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v6 3/5] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v6 4/5] mm/sparse-vmemmap: improve memory savings for compound devmaps
` [PATCH v6 5/5] mm/page_alloc: reuse tail struct pages "

[ndctl PATCH] util/size.h: fix build for older compilers
 2022-02-24 10:09 UTC  (2+ messages)

[ndctl PATCH] build: Automate rpmbuild.sh
 2022-02-24  2:41 UTC 

[PATCH v3 00/14] CXL Region driver
 2022-02-24  0:08 UTC  (36+ messages)
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration
` [PATCH v3 03/14] cxl/mem: Cache port created by the mem dev
` [PATCH v3 04/14] cxl/region: Introduce a cxl_region driver
` [PATCH v3 05/14] cxl/acpi: Handle address space allocation
` [PATCH v3 06/14] cxl/region: Address "
` [PATCH v3 07/14] cxl/region: Implement XHB verification
` [PATCH v3 08/14] cxl/region: HB port config verification
` [PATCH v3 09/14] cxl/region: Add infrastructure for decoder programming
` [PATCH v3 10/14] cxl/region: Collect host bridge decoders
` [PATCH v3 11/14] cxl/region: Add support for single switch level
` [PATCH v3 12/14] cxl: Program decoders for regions

[ndctl PATCH v4] libndctl: Update nvdimm flags in ndctl_cmd_submit()
 2022-02-23  5:36 UTC  (5+ messages)

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

[ndctl PATCH] cxl/list: Handle GET_PARTITION_INFO command as optional
 2022-02-22 18:48 UTC  (2+ messages)

[PATCH v3 01/14] cxl/region: Add region creation ABI
 2022-02-18 16:41 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v5 01/15] "

[PATCH v7 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-18  7:44 UTC  (2+ messages)

[ndctl PATCH] ndctl/test: make inject-smart.sh more tolerant of decimal fields
 2022-02-18  5:49 UTC 

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

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-02-16  3:09 UTC  (23+ messages)
` [PATCH v10 2/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v10 3/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v10 4/9] fsdax: fix function description
` [PATCH v10 5/9] fsdax: Introduce dax_load_page()
` [PATCH v10 6/9] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v10 7/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v10 9/9] fsdax: set a CoW flag when associate reflink mappings

[PATCH v10 1/9] dax: Introduce holder for dax_device
 2022-02-15 22:06 UTC  (3+ messages)
` [PATCH v10.1 "

[PATCH v9 02/10] dax: Introduce holder for dax_device
 2022-02-15 21:51 UTC  (12+ messages)

[PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-02-15  9:42 UTC  (4+ messages)
` [PATCH v10.1 "

[PATCH] dax: make sure inodes are flushed before destroy cache
 2022-02-14 23:12 UTC  (5+ messages)

[PATCH v3 35/40] cxl/core/port: Add endpoint decoders
 2022-02-14 19:14 UTC  (4+ messages)
` [PATCH v4 "

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-14 17:37 UTC  (3+ messages)
` [PATCH 09/27] mm: generalize the pgmap based page_free infrastructure

[PATCH v5 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-02-14 10:57 UTC  (12+ messages)
` [PATCH v5 4/5] mm/sparse-vmemmap: improve memory savings for compound devmaps
` [PATCH v5 5/5] mm/page_alloc: reuse tail struct pages "

[PATCH v1 1/1] ACPI: Switch to use list_entry_is_head() helper
 2022-02-11 17:59 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 NNTP newsgroup(s).