summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-072-4/+5
|\
| * powerpc/pmem: Initialize pmem device on newer hardwareAneesh Kumar K.V2020-07-161-0/+1
| * libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V2020-07-161-4/+4
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-033-6/+9
|\ \
| * | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-013-6/+9
| |/
* / libnvdimm/security: Fix key lookup permissionsDan Williams2020-07-081-1/+1
|/
* nvdimm/region: always show the 'align' attributeVishal Verma2020-06-171-12/+2
* Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-133-8/+6
|\
| * nvdimm/pmem: stop using ->queuedataChristoph Hellwig2020-05-131-3/+3
| * nvdimm/btt: stop using ->queuedataChristoph Hellwig2020-05-131-2/+1
| * nvdimm/blk: stop using ->queuedataChristoph Hellwig2020-05-131-3/+2
* | asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2020-06-081-1/+2
* | nvdimm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-274-25/+12
|/
* 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