NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2022-04-03 05:41:53 to 2022-04-21 01:48:07 UTC [more...]

[PATCH v13 0/7] fsdax: introduce fs query to support reflink
 2022-04-21  1:48 UTC  (19+ messages)
` [PATCH v13 1/7] dax: Introduce holder for dax_device
` [PATCH v13 2/7] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v13 3/7] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v13 4/7] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v13 5/7] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v13 6/7] xfs: Implement ->notify_failure() for XFS
    ` [PATCH v13.1 "
` [PATCH v13 7/7] fsdax: set a CoW flag when associate reflink mappings

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

[PATCH v8 0/7] DAX poison recovery
 2022-04-20 17:05 UTC  (11+ messages)
` [PATCH v8 1/7] acpi/nfit: rely on mce->misc to determine poison granularity
` [PATCH v8 2/7] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v8 3/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v8 4/7] dax: introduce DAX_RECOVERY_WRITE dax access mode
` [PATCH v8 5/7] dax: add .recovery_write dax_operation
` [PATCH v8 6/7] pmem: refactor pmem_clear_poison()
` [PATCH v8 7/7] pmem: implement pmem_recovery_write()

[RFC PATCH 00/15] Region driver
 2022-04-20 15:32 UTC  (32+ messages)
` [RFC PATCH 01/15] cxl/core: Use is_endpoint_decoder
` [RFC PATCH 02/15] cxl/core/hdm: Bail on endpoint init fail
` [RFC PATCH 03/15] Revert "cxl/core: Convert decoder range to resource"
` [RFC PATCH 04/15] cxl/core: Create distinct decoder structs
` [RFC PATCH 05/15] cxl/acpi: Reserve CXL resources from request_free_mem_region
` [RFC PATCH 06/15] cxl/acpi: Manage root decoder's address space
` [RFC PATCH 07/15] cxl/port: Surface ram and pmem resources
` [RFC PATCH 08/15] cxl/core/hdm: Allocate resources from the media
` [RFC PATCH 09/15] cxl/core/port: Add attrs for size and volatility
` [RFC PATCH 10/15] cxl/core: Extract IW/IG decoding
` [RFC PATCH 11/15] cxl/acpi: Use common "
` [RFC PATCH 12/15] cxl/region: Add region creation ABI
` [RFC PATCH 13/15] cxl/core/port: Add attrs for root ways & granularity
` [RFC PATCH 14/15] cxl/region: Introduce configuration
` [RFC PATCH 15/15] cxl/region: Introduce a cxl_region driver

[ndctl PATCH] daxctl: fix systemd escaping for 90-daxctl-device.rules
 2022-04-19  5:02 UTC  (5+ messages)

[RFC ndctl PATCH 0/9] test: Enable PAPR test family by default
 2022-04-18 17:19 UTC  (10+ messages)
` [RFC ndctl PATCH 1/9] test/common: Ensure to unload test modules
` [RFC ndctl PATCH 2/9] test: core: Fix module unload failures
` [RFC ndctl PATCH 3/9] test: Unload the nfit module during cleanup
` [RFC ndctl PATCH 4/9] test: Introduce skip file to skip irrelevant tests
` [RFC ndctl PATCH 5/9] test: Assign provider name based on the test family
` [RFC ndctl PATCH 6/9] test: Enable PAPR test family tests after INTEL family tests
` [ndctl v3 PATCH 7/9] test/libndctl: Enable libndctl tests on ndtest
` [ndctl v3 PATCH 8/9] test/inject-smart: Enable inject-smart "
` [ndctl v3 PATCH 9/9] test/monitor.sh: Partially skip monitor test "

[PATCH v3] tests/nvdimm/ndtest: Simulate nvdimm health, DSC and smart-inject
 2022-04-18  8:59 UTC 

[RFC PATCH] ndtest: Make ndtest a module on its own
 2022-04-18  5:08 UTC 

[PATCH] powerpc/papr_scm: Move duplicate definitions to common header files
 2022-04-18  4:38 UTC 

[PATCH] ndtest: Cleanup all of blk namespace specific code
 2022-04-18  3:55 UTC 

[PATCH v7 0/6] DAX poison recovery
 2022-04-15 16:18 UTC  (41+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
` [PATCH v7 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v7 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v7 5/6] pmem: refactor pmem_clear_poison()
` [PATCH v7 6/6] pmem: implement pmem_recovery_write()

[PATCH v2 00/12] device-core: Enable device_lock() lockdep validation
 2022-04-15  7:53 UTC  (23+ messages)
` [PATCH v2 01/12] device-core: Move device_lock() lockdep init to a helper
` [PATCH v2 02/12] device-core: Add dev->lock_class to enable device_lock() lockdep validation
` [PATCH v2 03/12] cxl/core: Refactor a cxl_lock_class() out of cxl_nested_lock()
` [PATCH v2 04/12] cxl/core: Remove cxl_device_lock()
` [PATCH v2 05/12] cxl/core: Clamp max lock_class
` [PATCH v2 06/12] cxl/core: Use dev->lock_class for device_lock() lockdep validation
` [PATCH v2 07/12] cxl/acpi: Add a device_lock() lock class for the root platform device
` [PATCH v2 08/12] libnvdimm: Refactor an nvdimm_lock_class() helper
` [PATCH v2 09/12] ACPI: NFIT: Drop nfit_device_lock()
` [PATCH v2 10/12] libnvdimm: Drop nd_device_lock()
` [PATCH v2 11/12] libnvdimm: Enable lockdep validation
` [PATCH v2 12/12] device-core: Enable multi-subsystem device_lock() "

[PATCH v12 0/7] fsdax: introduce fs query to support reflink
 2022-04-14 13:22 UTC  (26+ messages)
` [PATCH v12 1/7] dax: Introduce holder for dax_device
` [PATCH v12 2/7] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v12 3/7] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v12 4/7] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v12 5/7] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS
  ` [xfs] bf68be0c39: BUG:KASAN:null-ptr-deref_in_fs_put_dax
` [PATCH v12 7/7] fsdax: set a CoW flag when associate reflink mappings

[PATCH 0/2] ndctl/namespace:Fix and improve write-infoblock
 2022-04-13  3:52 UTC  (3+ messages)
` [PATCH 1/2] ndctl/namespace:Fix multiple issues with write-infoblock
` [PATCH 2/2] ndctl/namespace:Implement write-infoblock for sector mode namespaces

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-04-11  7:06 UTC  (2+ messages)

[PATCH] namespace-action: Drop more zero namespace checks
 2022-04-10 12:32 UTC  (3+ messages)
` [PATCH] daxctl: Fix kernel option typo in "Soft Reservation" theory of operation
` [PATCH] meson: make modprobedatadir an option

[GIT PULL] NVDIMM + CXL fixes for v5.18-rc2
 2022-04-10  4:53 UTC  (2+ messages)

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-04-08  6:26 UTC  (20+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS

[PATCH] tools/testing/nvdimm: Fix security_init() symbol collision
 2022-04-06  8:38 UTC  (3+ messages)

[PATCH v7 0/6] Fix some bugs related to ramp and dax
 2022-04-03  5:39 UTC  (2+ messages)
` [PATCH v7 6/6] mm: simplify follow_invalidate_pte()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox