summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2022-07-07nvdimm: Fix badblocks clear off-by-one errorChris Ye1-2/+2
2022-06-09nvdimm: Allow overwrite in the presence of disabled dimmsDan Williams1-5/+0
2022-06-09nvdimm: Fix firmware activation deadlock scenariosDan Williams1-9/+0
2022-04-08nvdimm/region: Fix default alignment for small regionsDan Williams1-0/+3
2021-09-18libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbindsumiyawang1-2/+2
2021-08-18libnvdimm/region: Fix label activation vs errorsDan Williams1-6/+11
2021-04-21libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNCVaibhav Jain1-2/+7
2021-02-10libnvdimm/dimm: Avoid race between probe and available_slots_show()Dan Williams1-3/+15
2021-02-10libnvdimm/namespace: Fix visibility of namespace resource attributeDan Williams1-5/+5
2020-12-30libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labelsDan Williams1-0/+9
2020-12-30libnvdimm/label: Return -ENXIO for no slot in __blk_label_updateZhang Qilong1-1/+3
2020-10-14mm/memremap_pages: support multiple ranges per invocationDan Williams2-0/+2
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams6-46/+55
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-16/+7
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2-4/+4
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2-3/+0
2020-09-02nvdimm: simplify revalidate_disk handlingChristoph Hellwig5-13/+7
2020-08-17libnvdimm: KASAN: global-out-of-bounds Read in internal_create_groupZqiang1-0/+1
2020-08-15mm: add thp_sizeMatthew Wilcox (Oracle)2-7/+3
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-10/+298
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-4/+5
2020-08-05virtio_pmem: convert to LE accessorsMichael S. Tsirkin1-2/+2
2020-08-04libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attrJane Chu1-3/+8
2020-08-04libnvdimm/security: the 'security' attr never show 'overwrite' stateJane Chu1-2/+2
2020-08-04libnvdimm/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-29ACPI: NFIT: Add runtime firmware activate supportDan Williams1-1/+3
2020-07-29PM, libnvdimm: Add runtime firmware activation supportDan Williams3-0/+265
2020-07-28libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()Dan Williams3-3/+3
2020-07-26libnvdimm: 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-09libnvdimm/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-18nvdimm/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/gi...Linus 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-14nvdimm/pmem: stop using ->queuedataChristoph Hellwig1-3/+3
2020-05-14nvdimm/btt: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-14nvdimm/blk: stop using ->queuedataChristoph Hellwig1-3/+2
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-103/+342
2020-04-03Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams4-42/+69
2020-04-03Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams1-14/+4
2020-04-03Merge branch 'for-5.6/libnvdimm-fixes' into libnvdimm-for-nextDan Williams1-2/+4
2020-04-03dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-2/+2
2020-04-03dax, pmem: Add a dax operation zero_page_rangeVivek Goyal1-0/+11
2020-04-03pmem: Add functions for reading/writing page to/from pmemVivek Goyal1-36/+50