messages from 2022-03-19 06:30:00 to 2022-04-13 23:41:49 UTC [more...]
[PATCH v7 0/6] DAX poison recovery
2022-04-13 23:41 UTC (29+ 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-13 22:05 UTC (18+ 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() "
[RFC PATCH 00/15] Region driver
2022-04-13 21:43 UTC (19+ 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
[PATCH v12 0/7] fsdax: introduce fs query to support reflink
2022-04-13 17:12 UTC (25+ 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
` [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 (28+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [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] 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 (7+ messages)
` [PATCH v7 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v7 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v7 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v7 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v7 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v7 6/6] mm: simplify follow_invalidate_pte()
[PATCH v5 0/6] Fix some bugs related to ramp and dax
2022-04-02 15:22 UTC (17+ messages)
` [PATCH v5 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v5 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v5 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v5 6/6] mm: simplify follow_invalidate_pte()
[GIT PULL] LIBNVDIMM update for v5.18
2022-03-30 18:20 UTC (2+ messages)
[PATCH v6 0/6] Fix some bugs related to ramp and dax
2022-03-30 9:00 UTC (10+ messages)
` [PATCH v6 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v6 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v6 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v6 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v6 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v6 6/6] mm: simplify follow_invalidate_pte()
[PATCH v6 0/6] DAX poison recovery
2022-03-26 6:31 UTC (26+ messages)
` [PATCH v6 1/6] x86/mm: fix comment
` [PATCH v6 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v6 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v6 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v6 5/6] pmem: refactor pmem_clear_poison()
` [PATCH v6 6/6] pmem: implement pmem_recovery_write()
[GIT PULL] Compute Express Link update for v5.18
2022-03-25 1:35 UTC (2+ messages)
[GIT PULL] DAX update for 5.18
2022-03-25 1:35 UTC (2+ messages)
[PATCH -next] drivers/nvdimm: Fix build error without PERF_EVENTS
2022-03-24 8:06 UTC
[PATCH] tools/testing/nvdimm: replace usage of found with dedicated list iterator variable
2022-03-24 7:29 UTC
[v2 PATCH 1/2] drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set
2022-03-23 16:45 UTC (2+ messages)
` [v2 PATCH 2/2] powerpc/papr_scm: Fix build failure when
[PATCH 1/2] drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set
2022-03-23 16:43 UTC (14+ messages)
` [PATCH 2/2] powerpc/papr_scm: "
[PATCH v1] device-dax: Adding match parameter to select which driver to match dax devices
2022-03-23 2:44 UTC (3+ messages)
[PATCH] libnvdimm/namespace: only call list_move() if list element was found
2022-03-19 20:23 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox