aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attrJane Chu1-3/+8
2020-08-03libnvdimm/security: the 'security' attr never show 'overwrite' stateJane Chu1-2/+2
2020-08-03libnvdimm/security: fix a typoJane Chu1-1/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+9
2020-07-28ACPI: NFIT: Add runtime firmware activate supportDan Williams1-1/+3
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams3-0/+265
2020-07-28libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()Dan Williams3-3/+3
2020-07-25libnvdimm: Validate command family indicesDan Williams1-0/+16
2020-07-16powerpc/pmem: Initialize pmem device on newer hardwareAneesh Kumar K.V1-0/+1
2020-07-16libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V1-4/+4
2020-07-08libnvdimm/security: Fix key lookup permissionsDan Williams1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-6/+9
2020-06-17nvdimm/region: always show the 'align' attributeVishal Verma1-12/+2
2020-06-13Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-8/+6
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-1/+2
2020-05-27nvdimm: use bio_{start,end}_io_acctChristoph Hellwig4-25/+12
2020-05-13nvdimm/pmem: stop using ->queuedataChristoph Hellwig1-3/+3
2020-05-13nvdimm/btt: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-13nvdimm/blk: stop using ->queuedataChristoph Hellwig1-3/+2
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds12-103/+342
2020-04-02Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams4-42/+69
2020-04-02Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams1-14/+4
2020-04-02Merge branch 'for-5.6/libnvdimm-fixes' into libnvdimm-for-nextDan Williams1-2/+4
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-2/+2
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal1-0/+11
2020-04-02pmem: Add functions for reading/writing page to/from pmemVivek Goyal1-36/+50
2020-03-31libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V1-1/+3
2020-03-31libnvdimm/region: Fix build errorYueHaibing1-5/+3
2020-03-30libnvdimm/region: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-30libnvdimm/label: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-27block: simplify queue allocationChristoph Hellwig3-6/+3
2020-03-17libnvdimm/region: Introduce an 'align' attributeDan Williams4-26/+192
2020-03-17libnvdimm/region: Introduce NDD_LABELINGDan Williams5-12/+13
2020-03-17libnvdimm/namespace: Enforce memremap_compat_align()Dan Williams3-3/+58
2020-03-17libnvdimm/pfn: Prevent raw mode fallback if pfn-infoblock validDan Williams1-4/+4
2020-02-28libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter1-2/+4
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams1-1/+1
2020-02-18libnvdimm/e820: Retrieve and populate correct 'target_node' infoDan Williams1-14/+4
2020-01-31mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams1-6/+0
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds15-306/+364
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+2
2019-11-19libnvdimm: Export the target_node attribute for regions and namespacesDan Williams1-0/+29
2019-11-19libnvdimm: Simplify root read-only definition for the 'resource' attributeDan Williams3-22/+7
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams5-16/+14
2019-11-19libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams1-18/+18
2019-11-19libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams1-2/+2
2019-11-19libnvdimm: Move nd_region_attribute_group to device_typeDan Williams3-14/+2
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams3-2/+3
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams6-10/+22
2019-11-17libnvdimm: Move region attribute group definitionDan Williams1-104/+104