linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 11:47:59 to 2020-08-04 17:03:09 UTC [more...]

[PATCH v3 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-04 17:02 UTC  (32+ messages)
` [PATCH v3 01/23] x86/numa: Cleanup configuration dependent command-line options
` [PATCH v3 02/23] x86/numa: Add 'nohmat' option
` [PATCH v3 03/23] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH v3 04/23] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH v3 05/23] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH v3 06/23] mm/memory_hotplug: Introduce default phys_to_target_node() implementation
` [PATCH v3 07/23] ACPI: HMAT: Attach a device for each soft-reserved range
` [PATCH v3 08/23] device-dax: Drop the dax_region.pfn_flags attribute
` [PATCH v3 09/23] device-dax: Move instance creation parameters to 'struct dev_dax_data'
` [PATCH v3 10/23] device-dax: Make pgmap optional for instance creation
` [PATCH v3 11/23] device-dax: Kill dax_kmem_res
` [PATCH v3 12/23] device-dax: Add an allocation interface for device-dax instances
` [PATCH v3 13/23] device-dax: Introduce 'seed' devices
` [PATCH v3 14/23] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v3 15/23] device-dax: Add resize support
` [PATCH v3 16/23] mm/memremap_pages: Convert to 'struct range'
` [PATCH v3 17/23] mm/memremap_pages: Support multiple ranges per invocation
` [PATCH v3 18/23] device-dax: Add dis-contiguous resource support
` [PATCH v3 19/23] device-dax: Introduce 'mapping' devices
` [PATCH v3 20/23] device-dax: Make align a per-device property
` [PATCH v3 21/23] device-dax: Add an 'align' attribute
` [PATCH v3 22/23] dax/hmem: Introduce dax_hmem.region_idle parameter
` [PATCH v3 23/23] device-dax: Add a range mapping allocation attribute

[PATCH 0/4] Remove nrexceptional tracking
 2020-08-04 16:17 UTC  (5+ messages)
` [PATCH 1/4] mm: Introduce and use page_cache_empty
` [PATCH 2/4] mm: Stop accounting shadow entries
` [PATCH 3/4] dax: Account DAX entries as nrpages
` [PATCH 4/4] mm: Remove nrexceptional from inode

[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-04  9:50 UTC  (7+ messages)
` [PATCH v3 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v3 2/6] mmap: make mlock_future_check() global
` [PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v3 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v3 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v3 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v2 1/3] libnvdimm/security: fix a typo
 2020-08-03 22:41 UTC  (3+ messages)
` [PATCH v2 2/3] libnvdimm/security: the 'security' attr never show 'overwrite' state
` [PATCH v2 3/3] libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr

[RFC 1/1] pmem: Add cond_resched() in bio_for_each_segment loop in pmem_make_request
 2020-08-03 21:51 UTC  (4+ messages)

[PATCH 1/2] libnvdimm/security: 'security' attr never show 'overwrite' state
 2020-08-03 21:26 UTC  (7+ messages)
` [PATCH 2/2] libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr

[PATCH v8 0/2] Renovate memcpy_mcsafe with copy_mc_to_{user, kernel}
 2020-08-03  9:42 UTC  (4+ messages)
` [PATCH v8 1/2] x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
` [PATCH v8 2/2] x86/copy_mc: Introduce copy_mc_generic()
  ` [x86/copy_mc] a0ac629ebe: fio.read_iops -43.3% regression

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-03  7:47 UTC  (25+ messages)
` [PATCH v4 01/23] x86/numa: Cleanup configuration dependent command-line options
` [PATCH v4 02/23] x86/numa: Add 'nohmat' option
` [PATCH v4 03/23] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH v4 04/23] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH v4 05/23] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH v4 06/23] mm/memory_hotplug: Introduce default phys_to_target_node() implementation
` [PATCH v4 07/23] ACPI: HMAT: Attach a device for each soft-reserved range
` [PATCH v4 08/23] device-dax: Drop the dax_region.pfn_flags attribute
` [PATCH v4 09/23] device-dax: Move instance creation parameters to 'struct dev_dax_data'
` [PATCH v4 10/23] device-dax: Make pgmap optional for instance creation
` [PATCH v4 11/23] device-dax: Kill dax_kmem_res
` [PATCH v4 12/23] device-dax: Add an allocation interface for device-dax instances
` [PATCH v4 13/23] device-dax: Introduce 'seed' devices
` [PATCH v4 14/23] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v4 15/23] device-dax: Add resize support
` [PATCH v4 16/23] mm/memremap_pages: Convert to 'struct range'
` [PATCH v4 17/23] mm/memremap_pages: Support multiple ranges per invocation
` [PATCH v4 18/23] device-dax: Add dis-contiguous resource support
` [PATCH v4 19/23] device-dax: Introduce 'mapping' devices
` [PATCH v4 20/23] device-dax: Make align a per-device property
` [PATCH v4 21/23] device-dax: Add an 'align' attribute
` [PATCH v4 22/23] dax/hmem: Introduce dax_hmem.region_idle parameter
` [PATCH v4 23/23] device-dax: Add a range mapping allocation attribute

[PATCH v4 0/2] powerpc/papr_scm: add support for reporting NVDIMM 'life_used_percentage' metric
 2020-08-02 13:35 UTC  (6+ messages)
` [PATCH v4 1/2] powerpc/papr_scm: Fetch nvdimm performance stats from PHYP
` [PATCH v4 2/2] powerpc/papr_scm: Add support for fetching nvdimm 'fuel-gauge' metric

[PATCH] ACPI: NFIT: Fix ARS zero-sized allocation
 2020-08-01  1:38 UTC 

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-31 16:22 UTC  (15+ messages)
` [PATCH v2 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v2 2/7] mmap: make mlock_future_check() global
` [PATCH v2 3/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v2 4/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v2 5/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v2 6/7] mm: secretmem: add ability to reserve memory at boot
` [PATCH v2 7/7] "

[PATCH v3 0/6] Fix and enable pmem as RAM device on arm64
 2020-07-31 15:28 UTC  (2+ messages)

[PATCH v1 0/4] device-dax: Further improvements to subdivision
 2020-07-31 14:52 UTC  (3+ messages)
` [PATCH v1 2/4] device-dax: Add an 'align' attribute

Can we change the S_DAX flag immediately on XFS without dropping caches?
 2020-07-31 10:04 UTC  (9+ messages)

Financial capability to finance any investment 000
 2020-07-31  5:27 UTC 

RE:prove of payment 8-0578 H&M
 2020-07-30 23:54 UTC 

MY LOVE,
 2020-07-30 19:58 UTC 

Altium - Proposal
 2020-07-30 19:28 UTC 

[PATCH v3 0/2] powerpc/papr_scm: add support for reporting NVDIMM 'life_used_percentage' metric
 2020-07-30 12:13 UTC  (3+ messages)
` [PATCH v3 1/2] powerpc/papr_scm: Fetch nvdimm performance stats from PHYP
` [PATCH v3 2/2] powerpc/papr_scm: Add support for fetching nvdimm 'fuel-gauge' metric

RE:prove of payment 8-0578 H&M
 2020-07-30 10:35 UTC 

[PATCH] dax: Fix wrong error-number passed into xas_set_err()
 2020-07-30  4:33 UTC  (3+ messages)

[RFC PATCH 0/6] decrease unnecessary gap due to pmem kmem alignment
 2020-07-30  2:17 UTC  (16+ messages)
` [RFC PATCH 1/6] mm/memory_hotplug: remove redundant memory block size alignment check
` [RFC PATCH 2/6] resource: export find_next_iomem_res() helper
` [RFC PATCH 3/6] mm/memory_hotplug: allow pmem kmem not to align with memory_block_size
` [RFC PATCH 4/6] mm/page_alloc: adjust the start,end in dax pmem kmem case
` [RFC PATCH 5/6] device-dax: relax the memblock size alignment for kmem_start
` [RFC PATCH 6/6] arm64: fall back to vmemmap_populate_basepages if not aligned with PMD_SIZE

Altium - Proposal
 2020-07-29 14:30 UTC 

[PATCH v3 00/11] ACPI/NVDIMM: Runtime Firmware Activation
 2020-07-29 12:21 UTC  (5+ messages)
` [PATCH v3 10/11] PM, libnvdimm: Add runtime firmware activation support

Your device is temporarily locked
 2020-07-29  9:38 UTC 

Pocketing order7242020
 2020-07-27 23:34 UTC 

[PATCH v3] dax: print error message by pr_info() in __generic_fsdax_supported()
 2020-07-27 23:28 UTC  (4+ messages)

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-27 20:59 UTC  (29+ messages)
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

Pocketing order 1-3
 2020-07-27  9:56 UTC 

Is online best essay writing service fine for writing academic’s essays?
 2020-07-27  6:31 UTC 

[PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
 2020-07-26 17:44 UTC  (2+ messages)

[RESEND PATCH v2 0/2] powerpc/papr_scm: add support for reporting NVDIMM 'life_used_percentage' metric
 2020-07-26 12:20 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] powerpc/papr_scm: Fetch nvdimm performance stats from PHYP
` [RESEND PATCH v2 2/2] powerpc/papr_scm: Add support for fetching nvdimm 'fuel-gauge' metric

[PATCH] ACPI: Replace HTTP links with HTTPS ones
 2020-07-25  9:12 UTC  (2+ messages)

derstroy your enemies websites
 2020-07-25  4:41 UTC 

Request for payment
 2020-07-24  8:14 UTC 

[PATCH 2/2] libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr
 2020-07-24  4:10 UTC  (2+ messages)
` [PATCH 1/2] libnvdimm/security: 'security' attr never show 'overwrite' state

DONATION OFFER
 2020-07-23 19:49 UTC 

[PATCH 1/2] ndctl/namespace: skip zero namespaces when processing all namespaces
 2020-07-23 17:51 UTC  (2+ messages)
` [PATCH 2/2] ndctl/namespace: Suppress ENODEV "

[ANNOUNCE] ndctl v69
 2020-07-23  5:57 UTC 

[ndctl PATCH] ndctl/lib: fix new symbol location in the symbol script
 2020-07-23  1:00 UTC 

Bamboo Bottle Making Village
 2020-07-22 23:33 UTC 

[PATCH v3 01/11] libnvdimm: Validate command family indices
 2020-07-22 12:15 UTC  (2+ messages)

Invoice(s)-7/01/2020 to 7/21/2020
 2020-07-22 11:47 UTC 


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).