summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams2020-01-311-6/+0
* Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-0115-306/+364
|\
| * libnvdimm: Export the target_node attribute for regions and namespacesDan Williams2019-11-191-0/+29
| * libnvdimm: Simplify root read-only definition for the 'resource' attributeDan Williams2019-11-193-22/+7
| * libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams2019-11-195-16/+14
| * libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams2019-11-191-18/+18
| * libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams2019-11-191-2/+2
| * libnvdimm: Move nd_region_attribute_group to device_typeDan Williams2019-11-193-14/+2
| * libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams2019-11-193-2/+3
| * libnvdimm: Move nd_device_attribute_group to device_typeDan Williams2019-11-176-10/+22
| * libnvdimm: Move region attribute group definitionDan Williams2019-11-171-104/+104
| * libnvdimm: Move attribute groups to device typeDan Williams2019-11-175-76/+73
| * libnvdimm: Remove prototypes for nonexistent functionsAlastair D'Silva2019-11-171-4/+0
| * libnvdimm/btt: fix variable 'rc' set but not usedQian Cai2019-11-171-4/+4
| * libnvdimm/pmem: Delete include of nd-core.hDan Williams2019-11-171-1/+0
| * libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V2019-11-147-34/+81
| * libnvdimm/pfn_dev: Don't clear device memmap area during generic namespace probeAneesh Kumar K.V2019-11-141-1/+7
| * libnvdimm/namsepace: Don't set claim_class on errorIra Weiny2019-11-141-10/+10
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-2/+2
|\ \
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-2/+2
| |/
* / lib: Uplevel the pmem "region" ida to a global allocatorDan Williams2019-11-074-11/+5
|/
* 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