Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-08 23:37:34 to 2016-03-24 01:26:30 UTC [more...]

[PATCH 00/13] prep for device-dax, untangle pfn-device setup
 2016-03-24  1:25 UTC  (2+ messages)
` [PATCH 01/13] libnvdimm, pfn: fix nvdimm_namespace_add_poison() vs section alignment

[ndctl PATCH 0/2] fix the nfit_test fallback for 'ndctl bat'
 2016-03-24  1:16 UTC  (3+ messages)
` [ndctl PATCH 1/2] ndctl: provide a method to invalidate the bus list
` [ndctl PATCH 2/2] ndctl: don't skip bat tests if nfit_test not available

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-23 21:08 UTC  (32+ messages)
` [PATCH 01/10] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 02/10] radix-tree: make 'indirect' bit available to exception entries
` [PATCH 03/10] dax: Remove complete_unwritten argument
` [PATCH 04/10] dax: Fix data corruption for written and mmapped files
` [PATCH 05/10] dax: Allow DAX code to replace exceptional entries
` [PATCH 06/10] dax: Remove redundant inode size checks
` [PATCH 07/10] dax: Disable huge page handling
` [PATCH 08/10] dax: New fault locking
` [PATCH 09/10] dax: Use radix tree entry lock to protect cow faults
` [PATCH 10/10] dax: Remove i_mmap_lock protection

[RFC] [PATCH 0/12] DAX page fault locking
 2016-03-23 11:00 UTC  (28+ messages)
` [PATCH 01/12] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 02/12] radix-tree: make 'indirect' bit available to exception entries
` [PATCH 03/12] mm: Remove VM_FAULT_MINOR
` [PATCH 04/12] ocfs2: Fix return value from ocfs2_page_mkwrite()
` [PATCH 06/12] dax: Remove complete_unwritten argument
` [PATCH 07/12] dax: Fix data corruption for written and mmapped files
` [PATCH 08/12] dax: Fix bogus fault return value on cow faults
` [PATCH 09/12] dax: Allow DAX code to replace exceptional entries
` [PATCH 10/12] dax: Remove redundant inode size checks
` [PATCH 12/12] dax: New fault locking
  ` [PATCH 11/12] dax: Disable huge page handling
  ` [PATCH 05/12] dax: Remove synchronization using i_mmap_lock

[PATCH v8 00/10] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-03-21 20:55 UTC  (11+ messages)
` [PATCH v8 01/10] ACPI / util: Fix acpi_evaluate_dsm() argument type
` [PATCH v8 02/10] nvdimm: Add wrapper for IOCTL pass thru
` [PATCH v8 03/10] nvdimm: Increase max envelope size for IOCTL
` [PATCH v8 04/10] nvdimm: Add UUIDs
` [PATCH v8 05/10] nvdimm: Add IOCTL pass thru functions
` [PATCH v8 06/10] libnvdimm: nvdimm_bus_descriptor field name change
` [PATCH v8 07/10] tools/testing/nvdimm: 'call_dsm' support
` [PATCH v8 08/10] nvdimm: command ioctl support
` [PATCH v8 09/10] nvdimm: sysfs shows which dsm support full command ioctl
` [PATCH v8 10/10] nvdimm: Add ioctl to return command mask

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-21 13:21 UTC 

[PATCH] pmem: don't allocate unused major device number
 2016-03-20 10:24 UTC  (5+ messages)

[PATCH v7 0/7] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-03-18 23:27 UTC  (14+ messages)
` [PATCH v7 1/7] ACPI / util: Fix acpi_evaluate_dsm() argument type
` [PATCH v7 2/7] nvdimm: Add wrapper for IOCTL pass thru
` [PATCH v7 3/7] nvdimm: Increase max envelope size for IOCTL
` [PATCH v7 4/7] nvdimm: Add UUIDs
` [PATCH v7 5/7] libnvdimm: advertise 'call_dsm' support
` [PATCH v7 6/7] nvdimm: Add IOCTL pass thru functions
` [PATCH v7 7/7] tools/testing/nvdimm: 'call_dsm' support

[ndctl PATCH 0/5] refresh 'ndctl bat' tests and other misc updates
 2016-03-18 16:48 UTC  (8+ messages)
` [ndctl PATCH 1/5] ndctl: update pkg-config description
` [ndctl PATCH 2/5] ndctl: fix blk-ns test cleanup
` [ndctl PATCH 3/5] Revert "ndctl: fix error handling in ND_BLK & PMEM tests"
` [ndctl PATCH 4/5] ndctl: convert 'ndctl bat' to use struct ndctl_test
` [ndctl PATCH 5/5] ndctl: fall back to nfit_test for test/{blk|pmem}-ns

[PATCH 0/4] Remove un-needed 'major' registration when alloc_disk(0) is used
 2016-03-16  0:20 UTC  (13+ messages)
` [PATCH 4/4] NVMe: don't allocate unused nvme_major
` [PATCH 3/4] memstick: don't allocate unused major for ms_block
` [PATCH 2/4] nvdimm/btt: don't allocate unused major device number
` [PATCH 1/4] nvdimm/blk: "

[GIT PULL] libnvdimm for 4.6
 2016-03-15 18:48 UTC 

[ndctl PATCH] ndctl: fix definition of conditional functionality
 2016-03-15 15:38 UTC  (3+ messages)

[ndctl PATCH v2] ndctl: Grab kernel version from utsname()
 2016-03-14 21:23 UTC  (6+ messages)

[PATCH RFC 1/1] Add support for ZONE_DEVICE IO memory with struct pages
 2016-03-14 21:23 UTC 

[ndctl PATCH] ndctl: Bail out with unkown command in case of an unknown command
 2016-03-14 15:56 UTC  (2+ messages)

[PATCH 0/3] Make pfn_t suitable for placing in the radix tree
 2016-03-14 15:00 UTC  (8+ messages)
` [PATCH 1/3] pfn_t: Change the encoding
` [PATCH 2/3] pfn_t: Support for huge PFNs
` [PATCH 3/3] pfn_t: New functions pfn_t_add and pfn_t_cmp

[RFC v6 1/8] ACPI / util: Fix acpi_evaluate_dsm() argument type
 2016-03-14  3:15 UTC  (16+ messages)
` [RFC v6 2/8] nvdimm: Add wrapper for IOCTL pass thru
` [RFC v6 3/8] nvdimm: Increase max envelope size for IOCTL
` [RFC v6 4/8] nvdimm: Add UUIDs
` [RFC v6 5/8] nvdimm: data structure changes for dsm calls
` [RFC v6 6/8] libnvdimm: advertise 'call_dsm' support
` [RFC v6 7/8] nvdimm: Add IOCTL pass thru functions
` [RFC v6 8/8] tools/testing/nvdimm: 'call_dsm' support

[PATCH] x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()
 2016-03-11 23:03 UTC  (3+ messages)

[ndctl PATCH] ndctl: remove %defattr from spec file template
 2016-03-11 17:44 UTC 

[ndctl PATCH] ndctl: Grab kernel version from utsname()
 2016-03-11  8:05 UTC  (3+ messages)

[ndctl PATCH 0/3] ndctl: clear error support for v52
 2016-03-11  4:08 UTC  (7+ messages)
` [ndctl PATCH 1/3] ndctl: fix ndctl_bus_cmd_new_ars_status() input validation
` [ndctl PATCH 2/3] ndctl: disable nfit_test regions after test
` [ndctl PATCH 3/3] ndctl: add 'clear error' command support

[PATCH 0/3] nfit, libnvdimm, pmem: clear poison support
 2016-03-11  0:50 UTC  (8+ messages)
` [PATCH 1/3] nfit, libnvdimm: clear poison command support
` [PATCH 3/3] libnvdimm, pmem: clear poison on write

[PATCH v5 00/14] Support for transparent PUD pages for DAX files
 2016-03-10 23:55 UTC  (15+ messages)
` [PATCH v5 01/14] mmdebug: Always evaluate the arguments to VM_BUG_ON_*
` [PATCH v5 02/14] mm: Convert an open-coded VM_BUG_ON_VMA
` [PATCH v5 03/14] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH v5 04/14] mm: Add support for PUD-sized transparent hugepages
` [PATCH v5 05/14] mincore: Add support for PUDs
` [PATCH v5 06/14] procfs: Add support for PUDs to smaps, clear_refs and pagemap
` [PATCH v5 07/14] x86: Unify native_*_get_and_clear !SMP case
` [PATCH v5 08/14] x86: Fix whitespace issues
` [PATCH v5 09/14] x86: Add support for PUD-sized transparent hugepages
` [PATCH v5 10/14] dax: Support for transparent PUD pages
` [PATCH v5 11/14] ext4: Support for PUD-sized transparent huge pages
` [PATCH v5 12/14] dax: Use vmf->gfp_mask
` [PATCH v5 13/14] dax: Remove unnecessary rechecking of i_size
` [PATCH v5 14/14] dax: Use vmf->pgoff in fault handlers

[ndctl PATCH] ndctl: add '--disable-docs' option to configure
 2016-03-10 15:51 UTC 

[PATCH v3 0/4] Support persistent memory as reserved type in e820/EFI
 2016-03-09 20:34 UTC  (3+ messages)

[ndctl PATCH] ndctl: fix unit test build instructions
 2016-03-09 18:55 UTC 

[PATCH v3 1/4] resource: Change __request_region to inherit from immediate parent
 2016-03-09 19:47 UTC  (4+ messages)
` [PATCH v3 2/4] resource: Add remove_resource interface
` [PATCH v3 3/4] resource: Export insert_resource and remove_resource
` [PATCH v3 4/4] ACPI: Change NFIT driver to insert new resource

[PATCH v2-UPDATE2 3/4] resource: Add device-managed insert/remove_resource()
 2016-03-09  1:00 UTC  (8+ messages)

[ndctl PATCH 0/8] updates for v52
 2016-03-08 23:37 UTC  (5+ messages)
` [ndctl PATCH 5/8] ndctl create-namespace: fall back to blk if no pmem
` [ndctl PATCH 6/8] ndctl: make test/dax-dev more robust
` [ndctl PATCH 7/8] ndctl: add filter-by-type to the 'list' command
` [ndctl PATCH 8/8] ndctl: test clear poison


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