summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-298-38/+77
|\
| * libnvdimm/region: Enable MAP_SYNC for volatile regionsAneesh Kumar K.V2019-09-241-0/+3
| * libnvdimm: prevent nvdimm from requesting key when security is disabledDave Jiang2019-09-241-0/+4
| * libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V2019-09-243-5/+5
| * libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-0/+2
| * libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2019-09-242-7/+8
| * libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V2019-09-242-26/+55
* | Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-2112-297/+303
|\|
| * libnvdimm: Use PAGE_SIZE instead of SZ_4K for align checkAneesh Kumar K.V2019-09-052-7/+7
| * libnvdimm/label: Remove the dpa align checkAneesh Kumar K.V2019-09-051-5/+0
| * libnvdimm/pfn_dev: Add page size and struct page size to pfn superblockAneesh Kumar K.V2019-09-052-2/+28
| * libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page ...Aneesh Kumar K.V2019-09-052-1/+13
| * libnvdimm/pmem: Advance namespace seed for specific probe errorsAneesh Kumar K.V2019-09-052-5/+27
| * libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams2019-09-054-71/+41
| * libnvdimm/security: Consolidate 'security' operationsDan Williams2019-08-293-114/+90
| * libnvdimm/security: Tighten scope of nvdimm->busy vs security operationsDan Williams2019-08-292-27/+16
| * libnvdimm/security: Introduce a 'frozen' attributeDan Williams2019-08-294-82/+99
| * libnvdimm, region: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-08-291-4/+3
| * libnvdimm/of_pmem: Provide a unique name for bus providerAneesh Kumar K.V2019-08-131-1/+1
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-212-0/+16
|\ \
| * | libnvdimm: Enable unit test infrastructure compile checksDan Williams2019-09-072-0/+16
| |/
* / libnvdimm/pfn: Fix namespace creation on misaligned addressesJeff Moyer2019-08-281-1/+4
|/
* Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-2710-134/+277
|\
| * driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2019-07-1810-67/+141
| * libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlockDan Williams2019-07-182-5/+13
| * libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()Dan Williams2019-07-182-39/+60
| * libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrantDan Williams2019-07-181-22/+37
| * libnvdimm/region: Register badblocks before namespacesDan Williams2019-07-181-11/+11
| * libnvdimm/bus: Prevent duplicate device_unregister() callsDan Williams2019-07-181-0/+25
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-193-82/+30
|\ \
| * | libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams2019-07-182-78/+13
| * | libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams2019-07-183-4/+17
* | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-189-14/+355
|\ \ \ | |/ / |/| |
| * | virtio_pmem: fix sparse warningPankaj Gupta2019-07-161-2/+2
| * | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-052-1/+11
| * | virtio-pmem: Add virtio pmem driverPankaj Gupta2019-07-054-0/+303
| * | libnvdimm: nd_region flush callback supportPankaj Gupta2019-07-054-9/+37
| * | libnvdimm, namespace: Drop uuid_t implementation detailAndy Shevchenko2019-07-051-4/+4
* | | docs: nvdimm: add it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* | | docs: nvdimm: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* | | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-022-3/+1
* | | memremap: remove the data field in struct dev_pagemapChristoph Hellwig2019-07-021-1/+1
* | | memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig2019-07-021-19/+4
* | | memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-9/+9
* | | memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-021-8/+11
|/ /
* / mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-131-4/+13
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-0516-144/+16
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-055-45/+5
* Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-254-6/+13
|\
| * libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams2019-05-201-2/+8