linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 14:02:56 to 2020-07-20 23:54:32 UTC [more...]

[ndctl PATCH v2 0/4] Firmware Activation and Test Updates
 2020-07-20 23:38 UTC  (5+ messages)
` [ndctl PATCH v2 1/4] ndctl/list: Add firmware activation enumeration
` [ndctl PATCH v2 2/4] ndctl/dimm: Auto-arm firmware activation
` [ndctl PATCH v2 3/4] ndctl/bus: Add 'activate-firmware' command
` [ndctl PATCH v2 4/4] ndctl/test: Test firmware-activation interface

[PATCH v3 00/11] ACPI/NVDIMM: Runtime Firmware Activation
 2020-07-20 22:08 UTC  (12+ messages)
` [PATCH v3 01/11] libnvdimm: Validate command family indices
` [PATCH v3 02/11] ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptor
` [PATCH v3 03/11] ACPI: NFIT: Define runtime firmware activation commands
` [PATCH v3 04/11] tools/testing/nvdimm: Cleanup dimm index passing
` [PATCH v3 05/11] tools/testing/nvdimm: Add command debug messages
` [PATCH v3 06/11] tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulation
` [PATCH v3 07/11] tools/testing/nvdimm: Emulate firmware activation commands
` [PATCH v3 08/11] driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}
` [PATCH v3 09/11] libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()
` [PATCH v3 10/11] PM, libnvdimm: Add runtime firmware activation support
` [PATCH v3 11/11] ACPI: NFIT: Add runtime firmware activate support

[PATCH v3 0/6] Fix and enable pmem as RAM device on arm64
 2020-07-20 21:39 UTC  (4+ messages)
` [PATCH v3 3/6] sh/mm: use default dummy memory_add_physaddr_to_nid()

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

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-20 18:35 UTC  (44+ messages)
` [PATCH RFC V2 01/17] x86/pkeys: Create pkeys_internal.h
` [PATCH RFC V2 02/17] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V2 03/17] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 05/17] x86/pks: Add PKS kernel API
` [PATCH RFC V2 06/17] x86/pks: Add a debugfs file for allocated PKS keys
` [PATCH RFC V2 07/17] Documentation/pkeys: Update documentation for kernel pkeys
` [PATCH RFC V2 08/17] x86/pks: Add PKS Test code
` [PATCH RFC V2 09/17] memremap: Convert devmap static branch to {inc,dec}
` [PATCH RFC V2 10/17] fs/dax: Remove unused size parameter
` [PATCH RFC V2 11/17] drivers/dax: Expand lock scope to cover the use of addresses
` [PATCH RFC V2 12/17] memremap: Add zone device access protection
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 14/17] dax: Stray write protection for dax_direct_access()
` [PATCH RFC V2 15/17] nvdimm/pmem: Stray write protection for pmem->virt_addr
` [PATCH RFC V2 16/17] [dax|pmem]: Enable stray write protection
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

[PATCH v2] ACPI: Drop rcu usage for MMIO mappings
 2020-07-19 19:14 UTC  (6+ messages)
` [RFT][PATCH v3 0/4] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
  ` [PATCH v4 0/2] "
    ` [PATCH v4 2/2] ACPICA: Preserve memory opregion mappings

[RESEND] [PATCH v2] dax: print error message by pr_info() in __generic_fsdax_supported()
 2020-07-19 17:02 UTC  (3+ messages)

My dear friend,
 2020-07-17 18:27 UTC 

[PATCH] ACPI: Replace HTTP links with HTTPS ones
 2020-07-17 18:35 UTC  (2+ messages)

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

[PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation
 2020-07-16 18:47 UTC  (9+ messages)
` [PATCH ndctl v1 1/8] daxctl: add daxctl_dev_{get,set}_align()
` [PATCH ndctl v1 2/8] util/json: Print device align
` [PATCH ndctl v1 3/8] daxctl: add align support in reconfigure-device
` [PATCH ndctl v1 4/8] daxctl: add align support in create-device
` [PATCH ndctl v1 5/8] libdaxctl: add mapping iterator APIs
` [PATCH ndctl v1 6/8] daxctl: include mappings when listing
` [PATCH ndctl v1 7/8] libdaxctl: add daxctl_dev_set_mapping()
` [PATCH ndctl v1 8/8] daxctl: Allow restore devices from JSON metadata

[PATCH v7 0/7] Support new pmem flush and sync instructions for POWER
 2020-07-16 12:55 UTC  (2+ messages)

[RFC PATCH 00/15] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-16  8:37 UTC  (31+ messages)
` [RFC PATCH 01/15] x86/pkeys: Create pkeys_internal.h
` [RFC PATCH 02/15] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [RFC PATCH 03/15] x86/pks: Enable Protection Keys Supervisor (PKS)
` [RFC PATCH 04/15] x86/pks: Preserve the PKRS MSR on context switch
  ` [x86/pks] 061e3e0b92: leaking-addresses.dmesg.uncheckedMSRaccesserror:WRMSRto0x6e1(triedtowrite0x0000000055555554)atrIP:(write_pkrs+0x15/0x2b)
` [RFC PATCH 05/15] x86/pks: Add PKS kernel API
` [RFC PATCH 06/15] x86/pks: Add a debugfs file for allocated PKS keys
` [RFC PATCH 07/15] Documentation/pkeys: Update documentation for kernel pkeys
` [RFC PATCH 08/15] x86/pks: Add PKS Test code
` [RFC PATCH 09/15] fs/dax: Remove unused size parameter
` [RFC PATCH 10/15] drivers/dax: Expand lock scope to cover the use of addresses
` [RFC PATCH 11/15] memremap: Add zone device access protection
` [RFC PATCH 12/15] kmap: Add stray write protection for device pages
` [RFC PATCH 13/15] dax: Stray write protection for dax_direct_access()
` [RFC PATCH 14/15] nvdimm/pmem: Stray write protection for pmem->virt_addr
` [RFC PATCH 15/15] [dax|pmem]: Enable stray write protection

Good
 2020-07-15  8:03 UTC 

Website and Mobile App Development
 2020-07-15  1:03 UTC 

[PATCH -next] libnvdimm/security: Make __nvdimm_security_overwrite_query() static
 2020-07-14 14:23 UTC 

[PATCH] Documentation: use includes in more ndctl command pages
 2020-07-14 11:45 UTC 

[PATCH 00/17] Documentation/driver-api: eliminate duplicated words
 2020-07-13 17:20 UTC  (2+ messages)

[PATCH ndctl v2 00/10] daxctl: Support for sub-dividing soft-reserved regions
 2020-07-13 16:08 UTC  (11+ messages)
` [PATCH ndctl v2 01/10] daxctl: Cleanup whitespace
` [PATCH ndctl v2 02/10] libdaxctl: add daxctl_dev_set_size()
` [PATCH ndctl v2 03/10] daxctl: add resize support in reconfigure-device
` [PATCH ndctl v2 04/10] daxctl: add command to disable devdax device
` [PATCH ndctl v2 05/10] daxctl: add command to enable "
` [PATCH ndctl v2 06/10] libdaxctl: add daxctl_region_create_dev()
` [PATCH ndctl v2 07/10] daxctl: add command to create device
` [PATCH ndctl v2 08/10] libdaxctl: add daxctl_region_destroy_dev()
` [PATCH ndctl v2 09/10] daxctl: add command to destroy device
` [PATCH ndctl v2 10/10] daxctl/test: Add tests for dynamic dax regions

[PATCH] libnvdimm: call devm_namespace_disable() on error
 2020-07-13 14:35 UTC  (3+ messages)

[PATCH v2 00/12] ACPI/NVDIMM: Runtime Firmware Activation
 2020-07-13 14:03 UTC  (4+ messages)
` [PATCH v2 11/12] PM, libnvdimm: Add 'mem-quiet' state and callback for firmware activation

[PATCH ndctl v1 00/10] daxctl: Support for sub-dividing soft-reserved regions
 2020-07-13  9:46 UTC  (4+ messages)
` [PATCH ndctl v1 10/10] daxctl/test: Add tests for dynamic dax regions

Country targeted organic visits
 2020-07-11 20:52 UTC 

[GIT PULL] libnvdimm fix for v5.8-rc5
 2020-07-11  4:25 UTC  (2+ messages)

[PATCH -next] device-dax: make dev_dax_kmem_probe() static
 2020-07-11  3:31 UTC  (2+ messages)

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-07-11  0:52 UTC  (9+ messages)
` [PATCH 11/12] device-dax: Add dis-contiguous resource support

[PATCH v2 01/12] libnvdimm: Validate command family indices
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH 01/12] libnvdimm: Validate command family indices
 2020-07-10 14:02 UTC  (2+ messages)


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