aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/gi...Linus Torvalds15-306/+364
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus 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
2019-11-17libnvdimm: Move attribute groups to device typeDan Williams5-76/+73
2019-11-17libnvdimm: Remove prototypes for nonexistent functionsAlastair D'Silva1-4/+0
2019-11-17libnvdimm/btt: fix variable 'rc' set but not usedQian Cai1-4/+4
2019-11-17libnvdimm/pmem: Delete include of nd-core.hDan Williams1-1/+0
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V7-34/+81
2019-11-14libnvdimm/pfn_dev: Don't clear device memmap area during generic namespace probeAneesh Kumar K.V1-1/+7
2019-11-14libnvdimm/namsepace: Don't set claim_class on errorIra Weiny1-10/+10
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorDan Williams4-11/+5
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-2/+2
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-38/+77
2019-09-24libnvdimm/region: Enable MAP_SYNC for volatile regionsAneesh Kumar K.V1-0/+3
2019-09-24libnvdimm: prevent nvdimm from requesting key when security is disabledDave Jiang1-0/+4
2019-09-24libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V3-5/+5
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V1-0/+2
2019-09-24libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2-7/+8
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V2-26/+55
2019-09-21Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-297/+303
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-0/+16
2019-09-07libnvdimm: Enable unit test infrastructure compile checksDan Williams2-0/+16
2019-09-05libnvdimm: Use PAGE_SIZE instead of SZ_4K for align checkAneesh Kumar K.V2-7/+7
2019-09-05libnvdimm/label: Remove the dpa align checkAneesh Kumar K.V1-5/+0
2019-09-05libnvdimm/pfn_dev: Add page size and struct page size to pfn superblockAneesh Kumar K.V2-2/+28
2019-09-05libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page ...Aneesh Kumar K.V2-1/+13
2019-09-05libnvdimm/pmem: Advance namespace seed for specific probe errorsAneesh Kumar K.V2-5/+27
2019-09-05libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams4-71/+41
2019-08-29libnvdimm/security: Consolidate 'security' operationsDan Williams3-114/+90
2019-08-29libnvdimm/security: Tighten scope of nvdimm->busy vs security operationsDan Williams2-27/+16
2019-08-29libnvdimm/security: Introduce a 'frozen' attributeDan Williams4-82/+99
2019-08-29libnvdimm, region: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+3
2019-08-28libnvdimm/pfn: Fix namespace creation on misaligned addressesJeff Moyer1-1/+4
2019-08-13libnvdimm/of_pmem: Provide a unique name for bus providerAneesh Kumar K.V1-1/+1
2019-07-27Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-134/+277
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-82/+30
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams2-78/+13
2019-07-18libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams3-4/+17
2019-07-18driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams10-67/+141
2019-07-18libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlockDan Williams2-5/+13
2019-07-18libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()Dan Williams2-39/+60
2019-07-18libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrantDan Williams1-22/+37
2019-07-18libnvdimm/region: Register badblocks before namespacesDan Williams1-11/+11
2019-07-18libnvdimm/bus: Prevent duplicate device_unregister() callsDan Williams1-0/+25
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-14/+355
2019-07-16virtio_pmem: fix sparse warningPankaj Gupta1-2/+2
2019-07-15docs: nvdimm: add it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-15docs: nvdimm: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta2-1/+11
2019-07-05virtio-pmem: Add virtio pmem driverPankaj Gupta4-0/+303
2019-07-05libnvdimm: nd_region flush callback supportPankaj Gupta4-9/+37
2019-07-05libnvdimm, namespace: Drop uuid_t implementation detailAndy Shevchenko1-4/+4
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2-3/+1
2019-07-02memremap: remove the data field in struct dev_pagemapChristoph Hellwig1-1/+1
2019-07-02memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig1-19/+4
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-9/+9
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig1-8/+11
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams1-4/+13
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner16-144/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner5-45/+5
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-6/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-20libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams1-2/+8
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams1-0/+1
2019-05-20libnvdimm: Fix compilation warnings with W=1Qian Cai3-4/+4
2019-05-15Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-13/+35
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+2
2019-04-30libnvdimm/namespace: Fix label tracking errorDan Williams3-13/+35
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe4-55/+94
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2-2/+2
2019-04-07libnvdimm/pmem: fix a possible OOB access when read and write pmemLi RongQing1-4/+4
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-2/+2
2019-03-30libnvdimm/security, acpi/nfit: unify zero-key for all security commandsDave Jiang1-48/+69
2019-03-30libnvdimm/security: provide fix for secure-erase to use zero-keyDave Jiang1-5/+12
2019-03-27libnvdimm/btt: Fix a kmemdup failure checkAditya Pakki1-5/+13
2019-03-22libnvdimm/namespace: Fix a potential NULL pointer dereferenceKangjie Lu1-1/+4
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds4-1/+4
2019-03-13Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-32/+94
2019-03-11Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm-for-nextDan Williams2-10/+18
2019-03-11Merge branch 'for-5.1/libnvdimm' into libnvdimm-for-nextDan Williams8-22/+76
2019-03-04libnvdimm/namespace: Clean up holder_class_store()Dan Williams1-4/+4
2019-03-02libnvdimm/of_pmem: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-02-28libnvdimm/btt: Fix LBA masking during 'free list' populationVishal Verma3-6/+29
2019-02-28libnvdimm/btt: Remove unnecessary code in btt_freelist_initVishal Verma1-6/+2
2019-02-22libnvdimm/pfn: Remove dax_label_reserveDan Williams1-4/+2
2019-02-12libnvdimm/pmem: Honor force_raw for legacy pmem regionsDan Williams1-0/+4
2019-02-12libnvdimm/pfn: Account for PAGE_SIZE > info-block-size in nd_pfn_init()Dan Williams1-7/+13
2019-02-12libnvdimm: Fix altmap reservation size calculationOliver O'Halloran1-1/+1
2019-02-12libnvdimm, pfn: Fix over-trim in trim_pfn_device()Wei Yang1-1/+1
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman4-7/+26
2019-02-02libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM familyDan Williams4-0/+23
2019-01-31libnvdimm: Schedule device registration on node local to the deviceAlexander Duyck1-3/+8
2019-01-21libnvdimm/security: Require nvdimm_security_setup_events() to succeedDan Williams3-5/+24
2019-01-15libnvdimm/security: Fix nvdimm_security_state() state request selectionDave Jiang1-2/+2
2019-01-15libnvdimm/label: Clear 'updating' flag after label-set updateDan Williams1-5/+18
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams4-1/+4
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+5
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-18/+781
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams1-8/+5
2018-12-27Merge miscellaneous libnvdimm updates for 4.21Dan Williams6-35/+86
2018-12-22libnvdimm/security: Quiet security operationsDan Williams2-16/+16
2018-12-21tools/testing/nvdimm: Add test support for Intel nvdimm security DSMsDave Jiang1-1/+1
2018-12-21acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase supportDave Jiang3-29/+69
2018-12-21acpi/nfit, libnvdimm/security: Add security DSM overwrite supportDave Jiang5-5/+200
2018-12-21acpi/nfit, libnvdimm: Add support for issue secure erase DSM to Intel nvdimmDave Jiang3-2/+53
2018-12-21acpi/nfit, libnvdimm: Add enable/update passphrase support for Intel nvdimmsDave Jiang3-7/+69
2018-12-21acpi/nfit, libnvdimm: Add disable passphrase support to Intel nvdimm.Dave Jiang3-3/+116
2018-12-13acpi/nfit, libnvdimm: Add unlock of nvdimm support for Intel DIMMsDave Jiang5-1/+177
2018-12-13acpi/nfit, libnvdimm: Add freeze security support to Intel nvdimmDave Jiang2-2/+65
2018-12-13acpi/nfit, libnvdimm: Introduce nvdimm_security_opsDave Jiang3-1/+63
2018-12-13acpi/nfit, libnvdimm: Store dimm id as a member to struct nvdimmDave Jiang2-5/+8
2018-12-10libnvdimm, namespace: Replace kmemdup() with kstrndup()Andy Shevchenko1-2/+1
2018-12-10libnvdimm, label: Switch to bitmap_zalloc()Andy Shevchenko1-4/+3
2018-12-10libnvdimm, bus: Check id immediately following ida_simple_getOcean He1-2/+2
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe3-27/+80
2018-12-05libnvdimm, pfn: Pad pfn namespaces relative to other regionsDan Williams3-27/+80
2018-12-04acpi/nfit: Add support for Intel DSM 1.8 commandsDave Jiang1-1/+1
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-1/+1
2018-10-25Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-63/+251
2018-10-12libnvdimm, label: Fix sparse warningDan Williams1-1/+3
2018-10-12nvdimm: Use namespace index data to reduce number of label reads neededAlexander Duyck3-12/+88
2018-10-12nvdimm: Split label init out from the logic for getting config dataAlexander Duyck5-31/+61
2018-10-12nvdimm: Remove empty if statementAlexander Duyck1-3/+2
2018-10-12nvdimm: Clarify comment in sizeof_namespace_indexAlexander Duyck1-1/+2
2018-10-12nvdimm: Sanity check labeloffAlexander Duyck1-0/+7
2018-10-10libnvdimm, dimm: Maximize label transfer sizeDan Williams1-7/+6
2018-10-09libnvdimm, pmem: Fix badblocks population for 'raw' namespacesDan Williams1-1/+3
2018-10-01libnvdimm, namespace: Drop the repeat assignment for variable dev->parentGuangZhe Fu1-1/+0
2018-09-28libnvdimm, region: Fail badblocks listing for inactive regionsDan Williams1-2/+9
2018-09-28libnvdimm, pfn: during init, clear errors in the metadata areaVishal Verma1-1/+60
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke3-3/+3
2018-09-26libnvdimm: Set device node in nd_device_registerAlexander Duyck1-6/+10
2018-09-26libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck1-0/+4
2018-09-26libnvdimm: remove duplicate includePankaj Gupta1-1/+0
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2-0/+39
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds8-9/+135
2018-08-20libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2-0/+39
2018-08-20libnvdimm: fix ars_status output length calculationVishal Verma1-2/+2
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-0/+1
2018-07-30libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye1-2/+5
2018-07-25libnvdimm: Export max available extentKeith Busch1-0/+16
2018-07-25libnvdimm: Use max contiguous area for namespace sizeKeith Busch4-3/+66
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-4/+3
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2-13/+12
2018-07-14libnvdimm: Introduce locked DIMM capacity supportDan Williams3-2/+46
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2018-06-28libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes()Dan Williams1-0/+1
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler1-1/+2
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2-4/+12
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2-2/+25
2018-06-06libnvdimm, pmem: Do not flush power-fail protected CPU cachesRoss Zwisler1-1/+2
2018-06-06libnvdimm, pmem: Unconditionally deep flush on *syncRoss Zwisler1-4/+3
2018-06-06libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSHRoss Zwisler1-6/+1
2018-06-02libnvdimm, e820: Register all pmem resourcesDan Williams1-19/+22
2018-06-02libnvdimm: Debug probe timesDan Williams1-1/+4
2018-05-31linvdimm, pmem: Preserve read-only setting for pmem devicesRobert Elliott1-5/+9
2018-05-22pmem: Switch to copy_to_iter_mcsafe()Dan Williams1-1/+1
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+7
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2-2/+25
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2-4/+5
2018-04-19Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams1-2/+1
2018-04-19libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring1-1/+1
2018-04-16libnvdimm, dimm: handle EACCES failures from label readsDan Williams1-10/+12
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-124/+254
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams1-1/+1
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams18-123/+253
2018-04-09libnvdimm, of_pmem: workaround OF_NUMA=n build errorDan Williams1-1/+2
2018-04-07libnvdimm: Add device-tree based driverOliver O'Halloran3-0/+130
2018-04-07libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran2-0/+2
2018-04-07libnvdimm, region: quiet region probeDan Williams1-2/+2