NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2024-12-11 00:10:52 to 2025-01-10 06:01:20 UTC [more...]

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10  6:00 UTC 

[ndctl PATCH 1/1] daxctl: Output more information if memblock is unremovable
 2025-01-09 15:06 UTC  (6+ messages)

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-09  6:15 UTC  (38+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v5 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v5 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v5 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v5 09/25] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v5 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v5 11/25] mm: Allow compound zone device pages
` [PATCH v5 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v5 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v5 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v5 17/25] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v5 18/25] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v5 19/25] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v5 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v5 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v5 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v5 23/25] mm: Remove pXX_devmap callers
` [PATCH v5 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v5 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[RFC ndctl PATCH] cxl: Add inject-error command
 2025-01-08 21:57 UTC 

[RFC 0/4] mm: Remove pfn_t type
 2025-01-08 19:36 UTC  (10+ messages)
` [RFC 1/4] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [RFC 2/4] mm: Remove uses of PFN_DEV
` [RFC 3/4] mm: Remove callers of pfn_t functionality
` [RFC 4/4] mm: Remove include/linux/pfn_t.h

[PATCH 1/2] dax: Remove access to page->index
 2025-01-07 23:24 UTC  (7+ messages)
` [PATCH 2/2] dax: Use folios more widely within DAX

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-07 11:29 UTC  (47+ messages)
` [PATCH v4 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v4 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v4 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v4 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v4 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v4 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v4 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v4 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 11/25] mm: Allow compound zone device pages
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v4 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v4 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v4 23/25] mm: Remove pXX_devmap callers
` [PATCH v4 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v4 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH v8 00/21] DCD: Add support for Dynamic Capacity Devices (DCD)
 2025-01-07  1:10 UTC  (24+ messages)
` [PATCH v8 01/21] cxl/mbox: Flag "
` [PATCH v8 02/21] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v8 03/21] cxl/core: Separate region mode from decoder mode
` [PATCH v8 04/21] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v8 05/21] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v8 06/21] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v8 07/21] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v8 08/21] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v8 09/21] cxl/region: Add sparse DAX region support
` [PATCH v8 10/21] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v8 11/21] cxl/pci: Factor out interrupt policy check
` [PATCH v8 12/21] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v8 13/21] cxl/core: Return endpoint decoder information from region search
` [PATCH v8 14/21] cxl/extent: Process DCD events and realize region extents
` [PATCH v8 15/21] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v8 16/21] dax/bus: Factor out dev dax resize logic
` [PATCH v8 17/21] dax/region: Create resources on sparse DAX regions
` [PATCH v8 18/21] cxl/region: Read existing extents on region creation
` [PATCH v8 19/21] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v8 20/21] tools/testing/cxl: Make event logs dynamic
` [PATCH v8 21/21] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2025-01-03  0:29 UTC  (32+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2024-12-24 16:25 UTC  (16+ messages)
` [PATCH v5 01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v5 02/12] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v5 03/12] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
` [PATCH v5 05/12] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v5 06/12] driver core: Remove match_any()
` [PATCH v5 07/12] slimbus: core: Remove of_slim_match_dev()
` [PATCH v5 08/12] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v5 09/12] driver core: Introduce an device matching API device_match_type()
` [PATCH v5 10/12] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v5 11/12] cxl/pmem: Remove is_cxl_nvdimm_bridge()
` [PATCH v5 12/12] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-12-20 17:27 UTC  (2+ messages)
` (subset) "

[PATCH] nvdimm: add extra LBA check for map read and write operations
 2024-12-19 10:16 UTC  (3+ messages)
  ` [lvc-project] "

Change in reported values of some block integrity sysfs attributes
 2024-12-17 12:46 UTC  (5+ messages)

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-17  5:20 UTC  (8+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages

[ndctl PATCH v4 0/9] ndctl: Dynamic Capacity additions for cxl-cli
 2024-12-15  2:58 UTC  (10+ messages)
` [ndctl PATCH v4 1/9] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH v4 2/9] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH v4 3/9] libcxl: Separate region mode from decoder mode
` [ndctl PATCH v4 4/9] cxl/region: Use new region mode in cxl-cli
` [ndctl PATCH v4 5/9] libcxl: Add Dynamic Capacity region support
` [ndctl PATCH v4 6/9] cxl/region: Add cxl-cli support for DCD regions
` [ndctl PATCH v4 7/9] libcxl: Add extent functionality to DC regions
` [ndctl PATCH v4 8/9] cxl/region: Add extent output to region query
` [ndctl PATCH v4 9/9] cxl/test: Add Dynamic Capacity tests

[GIT PULL] NVDIMM fixes for 6.13
 2024-12-14  1:36 UTC  (2+ messages)

I urge you to understand my viewpoint accurately
 2024-12-13  4:25 UTC 

Removing a misleading warning message?
 2024-12-11 14:48 UTC  (6+ messages)


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