summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-201-0/+1
| * libnvdimm: Fix compilation warnings with W=1Qian Cai2019-05-203-4/+4
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-153-13/+35
|\
| * libnvdimm/namespace: Fix label tracking errorDan Williams2019-04-303-13/+35
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-2/+2
|\ \
| * | Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-224-55/+94
| |\|
| * | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-2/+2
* | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-072-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-092-2/+2
* | | libnvdimm/pmem: fix a possible OOB access when read and write pmemLi RongQing2019-04-071-4/+4
* | | libnvdimm/security, acpi/nfit: unify zero-key for all security commandsDave Jiang2019-03-301-48/+69
* | | libnvdimm/security: provide fix for secure-erase to use zero-keyDave Jiang2019-03-301-5/+12
* | | libnvdimm/btt: Fix a kmemdup failure checkAditya Pakki2019-03-271-5/+13
* | | libnvdimm/namespace: Fix a potential NULL pointer dereferenceKangjie Lu2019-03-221-1/+4
| |/ |/|
* | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-164-1/+4
|\ \
| * | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-064-1/+4
* | | Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-139-32/+94
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm-for-nextDan Williams2019-03-112-10/+18
| |\ \
| | * | libnvdimm/pfn: Remove dax_label_reserveDan Williams2019-02-221-4/+2
| | * | libnvdimm/pmem: Honor force_raw for legacy pmem regionsDan Williams2019-02-121-0/+4