messages from 2021-07-01 03:23:36 to 2021-07-15 22:40:41 UTC [more...]
[PATCH v2 0/2] virtio-pmem: Support PCI BAR-relative addresses
2021-07-15 22:33 UTC
[PATCH v2 2/2] virtio-pmem: Set DRIVER_OK status prior to creating pmem region
2021-07-15 22:36 UTC
[PATCH v2 1/2] virtio-pmem: Support PCI BAR-relative addresses
2021-07-15 22:35 UTC
[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
2021-07-15 19:48 UTC (38+ messages)
` [PATCH v3 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [External] "
` [PATCH v3 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [External] "
` [PATCH v3 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v3 05/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v3 06/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v3 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [External] "
` [PATCH v3 08/14] mm/sparse-vmemmap: populate compound pagemaps
` [PATCH v3 09/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v3 10/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v3 11/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v3 12/14] device-dax: compound pagemap support
` [PATCH v3 13/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v3 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry
[PATCH v2 0/4] bus: Make remove callback return void
2021-07-15 13:02 UTC (17+ messages)
` [PATCH v2 4/4] "
[PATCH] ndctl: Avoid confusing error message when operating on all the namespaces
2021-07-15 3:39 UTC (5+ messages)
[ndctl PATCH v2 0/2] fix two issues reported by Coverity
2021-07-15 0:58 UTC (4+ messages)
` [ndctl PATCH v2 1/2] libndctl: check return value of ndctl_pfn_get_namespace
` [ndctl PATCH v2 2/2] namespace: Close fd before return in do_xaction_namespace()
[ndctl PATCH 0/6] Convert to the Meson build system
2021-07-14 18:53 UTC (9+ messages)
` [ndctl PATCH 1/6] util: Distribute 'filter' and 'json' helpers to per-tool objects
` [ndctl PATCH 2/6] Documentation: Drop attrs.adoc include
` [ndctl PATCH 3/6] build: Drop unnecessary $tool/config.h includes
` [ndctl PATCH 4/6] build: Explicitly include version.h
` [ndctl PATCH 5/6] test: Prepare out of line builds
` [ndctl PATCH 6/6] build: Add meson build infrastructure
[PATCH v4 0/5] bus: Make remove callback return void
2021-07-14 10:25 UTC (4+ messages)
` [PATCH v4 5/5] "
[ndctl PATCH] libndctl: Update nvdimm flags after inject-smart
2021-07-14 7:58 UTC (3+ messages)
[ndctl PATCH v3 00/21] Initial CXL support
2021-07-13 21:39 UTC (30+ messages)
` [ndctl PATCH v3 01/21] ndctl: add .clang-format
` [ndctl PATCH v3 02/21] cxl: add a cxl utility and libcxl library
` [ndctl PATCH v3 03/21] cxl: add a local copy of the cxl_mem UAPI header
` [ndctl PATCH v3 04/21] libcxl: add support for command query and submission
` [ndctl PATCH v3 05/21] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v3 06/21] test: rename 'ndctl_test' to 'test_ctx'
` [ndctl PATCH v3 07/21] test: rename 'ndctl_test_*' helpers to 'test_*'
` [ndctl PATCH v3 08/21] test: introduce a libcxl unit test
` [ndctl PATCH v3 09/21] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v3 10/21] libcxl: add support for the 'GET_LSA' command
` [ndctl PATCH v3 11/21] util/hexdump: Add a util helper to print a buffer in hex
` [ndctl PATCH v3 12/21] test/libcxl: add a test for {set, get}_lsa commands
` [ndctl PATCH v3 13/21] test/libcxl: introduce a command size fuzzing test
` [ndctl PATCH v3 14/21] libcxl: add lsa_size to cxl_memdev, and an API to retrieve it
` [ndctl PATCH v3 15/21] libcxl: PLACEHOLDER: add an interface to determine whether a memdev is active
` [ndctl PATCH v3 16/21] libcxl: add interfaces for label operations
` [ndctl PATCH v3 17/21] test/libcxl: add a test for cxl_memdev_{get,set}_lsa
` [ndctl PATCH v3 18/21] cxl: add commands to read, write, and zero labels
` [ndctl PATCH v3 19/21] Documentation/cxl: add library API documentation
` [ndctl PATCH v3 20/21] ndctl: Add CXL packages to the RPM spec
` [ndctl PATCH v3 21/21] cxl-cli: add bash completion
[ndctl PATCH 0/2] papr: Implement initial support for injecting smart errors
2021-07-13 7:51 UTC (5+ messages)
` [ndctl PATCH 1/2] libndctl, intel: Indicate supported smart-inject types
` [ndctl PATCH 2/2] libndctl/papr: Add limited support for inject-smart
[PATCH v3 0/5] bus: Make remove callback return void
2021-07-13 7:40 UTC (2+ messages)
` [PATCH v3 5/5] "
[PATCH v2 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
2021-07-13 1:11 UTC (9+ messages)
` [PATCH v2 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v2 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [External] "
[PATCH v1 0/4] ndctl: Add pcdctl tool with pcdctl list and reconfigure-region commands
2021-07-12 20:19 UTC (14+ messages)
` [PATCH v1 1/4] Documentation/pcdctl: Add documentation for pcdctl tool and commands
` [PATCH v1 2/4] pcdctl/list: Add pcdctl-list command to enumerate 'nvdimm' devices
` [PATCH v1 3/4] pcdctl/reconfigure: Add pcdctl-reconfigure-region command
` [PATCH v1 4/4] pcdctl/reconfigure: Add support for pmem and iso-pmem modes
[PATCH] dax: replace sprintf() by scnprintf()
2021-07-12 16:48 UTC (5+ messages)
[PATCH v1 3/4] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
2021-07-12 12:40 UTC
[PATCH v2 0/2] erofs: dio/dax support for non-tailpacking cases
2021-07-12 12:02 UTC (3+ messages)
` [PATCH v2 1/2] erofs: iomap support for non-tailpacking DIO
` [PATCH v2 2/2] erofs: dax support for non-tailpacking regular file
[PATCH] powerpc/papr_scm: Implement initial support for injecting smart errors
2021-07-12 8:48 UTC
[PATCH v6.1 6/7] fs/xfs: Handle CoW for fsdax write() path
2021-07-09 12:36 UTC (7+ messages)
` [PATCH v6.2 6/7] dax: Introduce dax_iomap_ops for end of reflink
[RFC PATCH 0/2] erofs: dio/dax support for non-tailpacking cases
2021-07-09 2:28 UTC (6+ messages)
` [RFC PATCH 1/2] erofs: iomap support for non-tailpacking DIO
` [RFC PATCH 2/2] erofs: dax support for non-tailpacking regular file
` [RFC PATCH v1.1 "
[PATCH v2] libnvdimm, badrange: replace div_u64_rem with DIV_ROUND_UP
2021-07-08 13:11 UTC (2+ messages)
[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
2021-07-08 6:12 UTC (4+ messages)
` [PATCH REBASED v5 1/2] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH REBASED v5 2/2] spapr: nvdimm: Introduce spapr-nvdimm device
[PATCH v3] ndctl/dimm: Fix to dump namespace indexs and labels
2021-07-08 8:14 UTC
[PATCH] ndctl/dimm: Fix to dump namespace indexs and labels
2021-07-08 6:52 UTC (6+ messages)
[RFC ndctl PATCH 0/3] Rename monitor.conf to ndctl.conf as a ndctl global config file
2021-07-08 6:34 UTC (5+ messages)
[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
2021-07-07 1:01 UTC
[PATCH] bus: Make remove callback return void
2021-07-06 15:11 UTC (21+ messages)
[PATCH v3 0/4] Add perf interface to expose nvdimm
2021-07-06 7:20 UTC (6+ messages)
[ndctl PATCH 0/2] fix two issues reported by Coverity
2021-07-06 4:35 UTC (5+ messages)
` [ndctl PATCH 1/2] libndctl: check return value of ndctl_pfn_get_namespace
subscribe nvdimm
2021-07-05 3:37 UTC
[GIT PULL] Compute Express Link (CXL) update for v5.14
2021-07-04 20:09 UTC (2+ messages)
[RESEND PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
2021-07-02 9:23 UTC (4+ messages)
` [RESEND PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code
` [RESEND PATCH v3 2/3] fsdax: Factor helper: dax_fault_actor()
` [RESEND PATCH v3 3/3] fsdax: Output address in dax_iomap_pfn() and rename it
page: next (older) | prev (newer) | latest
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).