summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0812-103/+342
|\
| * Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams2020-04-024-42/+69
| |\
| | * dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-2/+2
| | * dax, pmem: Add a dax operation zero_page_rangeVivek Goyal2020-04-021-0/+11
| | * pmem: Add functions for reading/writing page to/from pmemVivek Goyal2020-04-021-36/+50
| | * libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V2020-03-311-1/+3
| | * libnvdimm/region: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-2/+2
| | * libnvdimm/label: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-1/+1
| * | Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams2020-04-021-14/+4
| |\ \
| | * | libnvdimm/e820: Retrieve and populate correct 'target_node' infoDan Williams2020-02-181-14/+4
| | |/
| * | Merge branch 'for-5.6/libnvdimm-fixes' into libnvdimm-for-nextDan Williams2020-04-021-2/+4
| |\ \
| | * | libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter2020-02-281-2/+4
| | |/
| * | libnvdimm/region: Fix build errorYueHaibing2020-03-311-5/+3
| * | libnvdimm/region: Introduce an 'align' attributeDan Williams2020-03-174-26/+192
| * | libnvdimm/region: Introduce NDD_LABELINGDan Williams2020-03-175-12/+13
| * | libnvdimm/namespace: Enforce memremap_compat_align()Dan Williams2020-03-173-3/+58
| * | libnvdimm/pfn: Prevent raw mode fallback if pfn-infoblock validDan Williams2020-03-171-4/+4
| * | mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-1/+1
| |/
* / block: simplify queue allocationChristoph Hellwig2020-03-273-6/+3
|/
* 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