summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-064-1/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-8/+5
|\
| * mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-8/+5
* | Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-2811-18/+781
|\ \
| * \ Merge miscellaneous libnvdimm updates for 4.21Dan Williams2018-12-276-35/+86
| |\ \
| | * | libnvdimm, namespace: Replace kmemdup() with kstrndup()Andy Shevchenko2018-12-101-2/+1
| | * | libnvdimm, label: Switch to bitmap_zalloc()Andy Shevchenko2018-12-101-4/+3
| | * | libnvdimm, bus: Check id immediately following ida_simple_getOcean He2018-12-101-2/+2
| | |/
| * | libnvdimm/security: Quiet security operationsDan Williams2018-12-222-16/+16
| * | tools/testing/nvdimm: Add test support for Intel nvdimm security DSMsDave Jiang2018-12-211-1/+1
| * | acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase supportDave Jiang2018-12-213-29/+69
| * | acpi/nfit, libnvdimm/security: Add security DSM overwrite supportDave Jiang2018-12-215-5/+200
| * | acpi/nfit, libnvdimm: Add support for issue secure erase DSM to Intel nvdimmDave Jiang2018-12-213-2/+53
| * | acpi/nfit, libnvdimm: Add enable/update passphrase support for Intel nvdimmsDave Jiang2018-12-213-7/+69
| * | acpi/nfit, libnvdimm: Add disable passphrase support to Intel nvdimm.Dave Jiang2018-12-213-3/+116
| * | acpi/nfit, libnvdimm: Add unlock of nvdimm support for Intel DIMMsDave Jiang2018-12-135-1/+177
| * | acpi/nfit, libnvdimm: Add freeze security support to Intel nvdimmDave Jiang2018-12-132-2/+65
| * | acpi/nfit, libnvdimm: Introduce nvdimm_security_opsDave Jiang2018-12-133-1/+63
| * | acpi/nfit, libnvdimm: Store dimm id as a member to struct nvdimmDave Jiang2018-12-132-5/+8
| * | acpi/nfit: Add support for Intel DSM 1.8 commandsDave Jiang2018-12-041-1/+1
* | | Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-093-27/+80
|\ \ \ | | |/ | |/|
| * | libnvdimm, pfn: Pad pfn namespaces relative to other regionsDan Williams2018-12-053-27/+80
| |/
* / block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
|/
* Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-2511-63/+251
|\
| * libnvdimm, label: Fix sparse warningDan Williams2018-10-121-1/+3
| * nvdimm: Use namespace index data to reduce number of label reads neededAlexander Duyck2018-10-123-12/+88
| * nvdimm: Split label init out from the logic for getting config dataAlexander Duyck2018-10-125-31/+61
| * nvdimm: Remove empty if statementAlexander Duyck2018-10-121-3/+2
| * nvdimm: Clarify comment in sizeof_namespace_indexAlexander Duyck2018-10-121-1/+2
| * nvdimm: Sanity check labeloffAlexander Duyck2018-10-121-0/+7
| * libnvdimm, dimm: Maximize label transfer sizeDan Williams2018-10-101-7/+6
| * libnvdimm, pmem: Fix badblocks population for 'raw' namespacesDan Williams2018-10-091-1/+3
| * libnvdimm, namespace: Drop the repeat assignment for variable dev->parentGuangZhe Fu2018-10-011-1/+0
| * libnvdimm, region: Fail badblocks listing for inactive regionsDan Williams2018-09-281-2/+9
| * libnvdimm, pfn: during init, clear errors in the metadata areaVishal Verma2018-09-281-1/+60
| * libnvdimm: Set device node in nd_device_registerAlexander Duyck2018-09-261-6/+10
| * libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck2018-09-261-0/+4
| * libnvdimm: remove duplicate includePankaj Gupta2018-09-261-1/+0
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-283-3/+3
|/
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-252-0/+39
|\
| * libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2018-08-202-0/+39
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-258-9/+135
|\ \
| * | libnvdimm: fix ars_status output length calculationVishal Verma2018-08-201-2/+2
| * | libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-2/+5
| * | libnvdimm: Export max available extentKeith Busch2018-07-251-0/+16
| * | libnvdimm: Use max contiguous area for namespace sizeKeith Busch2018-07-254-3/+66
| * | libnvdimm: Introduce locked DIMM capacity supportDan Williams2018-07-143-2/+46
* | | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-0/+1
|\ \ \
| * | | Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-0/+1
| |\| | | | |/ | |/|
| | * libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes()Dan Williams2018-06-281-0/+1