aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2026-03-09nvdimm/bus: Fix potential use after free in asynchronous initializationIra Weiny1-2/+3
2026-03-09block: factor out a bio_integrity_action helperChristoph Hellwig1-2/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds15-25/+25
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-34/+35
2026-02-04nvdimm: virtio_pmem: serialize flush requestsLi Chen3-1/+7
2026-01-26drivers/nvdimm: Use local kmapsDavidlohr Bueso2-10/+10
2025-12-06Merge tag 'libnvdimm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-2/+304
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-2/+2
2025-11-26nvdimm: Prevent integer overflow in ramdax_get_config_data()Dan Carpenter1-2/+2
2025-11-17memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()Yicong Yang2-2/+2
2025-11-17memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...Jonathan Cameron2-2/+2
2025-11-05nvdimm: replace use of system_wq with system_percpu_wqMarco Crivellari1-2/+2
2025-11-03nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devicesMike Rapoport (Microsoft)3-0/+302
2025-10-06Merge tag 'libnvdimm-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-294/+215
2025-09-29nvdimm: Remove duplicate linux/slab.h headerJiapeng Chong1-1/+0
2025-09-25nvdimm: Clean up __nd_ioctl() and remove gotosDave Jiang1-43/+22
2025-09-25nvdimm: Introduce guard() for nvdimm_bus_lockDave Jiang14-248/+191
2025-09-16nvdimm: Use str_plural() to simplify the codeXichao Zhao2-2/+2
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-2/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+4
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple2-8/+4
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta1-1/+1
2025-04-02Merge tag 'libnvdimm-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-57/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2025-03-20libnvdimm/labels: Fix divide error in nd_label_data_init()Robert Richter1-1/+2
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-3/+1
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing3-5/+6
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-1/+1
2025-03-03libnvdimm: Remove unused nd_attach_ndnsDr. David Alan Gilbert2-13/+0
2025-03-03libnvdimm: Remove unused nd_region_conflictDr. David Alan Gilbert2-43/+0
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2025-01-03libnvdimm: Replace namespace_match() with device_find_child_by_name()Zijun Hu1-8/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+24
2024-11-13nvdimm: rectify the illogical code within nd_dax_probe()Yi Yang2-2/+9
2024-11-13nvdimm: Correct some typos in commentsShen Lichuan3-3/+3
2024-11-12virtio_pmem: Add freeze/restore callbacksPhilip Chen1-0/+24
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+9
2024-09-10virtio_pmem: Check device status before requesting flushPhilip Chen1-0/+9
2024-08-21nvdimm: Remove dead code for ENODEV checking in scan_labels()Li Zhijian1-9/+0
2024-08-21nvdimm: Fix devs leaks in scan_labels()Li Zhijian1-17/+17
2024-08-21nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)1-1/+1
2024-08-09nvdimm/pmem: Set dax flag for all 'PFN_MAP' casesZhihao Cheng1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-19/+17
2024-07-20Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-2/+8
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-3/+3
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig1-5/+2
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig2-4/+3
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig2-2/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-1/+3
2024-06-17nvdimm: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-17nvdimm/btt: use sizeof(*pointer) instead of sizeof(type)Erick Archer1-2/+2
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-8/+5
2024-06-13nvdimm: make nd_class constantGreg Kroah-Hartman1-9/+10
2024-05-27nvdimm/of_pmem: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-27nvdimm/e820: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22nvdimm: virtio_pmem: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-25nvdimm/btt: always set max_integrity_segmentsChristoph Hellwig1-1/+1
2024-04-25nvdimm: remove nd_integrity_initChristoph Hellwig3-35/+8
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+12
2024-02-22nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-10/+12
2024-02-22nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers1-2/+1
2024-02-19pmem: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-4/+6
2024-02-19btt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2-7/+7
2024-02-12nvdimm: make nvdimm_bus_type constRicardo B. Marliere1-1/+1
2024-02-12libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM helpPeter Robinson1-1/+1
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+32
2024-01-12Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-28/+41
2024-01-10virtio_pmem: support feature SHMEM_REGIONChangyuan Lyu1-4/+32
2024-01-03nvdimm/namespace: fix kernel-doc for function paramsRandy Dunlap1-1/+11
2024-01-03nvdimm/dimm_devs: fix kernel-doc for function paramsRandy Dunlap1-2/+11
2024-01-03nvdimm/btt: fix btt_blk_cleanup() kernel-docRandy Dunlap1-1/+1
2024-01-03nvdimm-btt: simplify code with the scope based resource managementDinghao Liu1-9/+4
2024-01-03nvdimm: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET6-15/+14
2023-12-01nvdimm/btt: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18libnvdimm: remove kernel-doc warnings:Zhu Wang1-2/+2
2023-09-27libnvdimm: Annotate struct nd_region with __counted_byKees Cook2-2/+2
2023-09-27nd_btt: Make BTT lanes preemptibleTomas Glozar1-4/+4
2023-09-27libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return v...Chen Ni1-1/+7
2023-08-30Merge tag 'libnvdimm-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-15/+26
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V1-1/+1
2023-08-17nvdimm: Fix dereference after free in register_nvdimm_pmu()Konstantin Meskhidze1-1/+1
2023-08-17nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu()Konstantin Meskhidze1-0/+1
2023-08-11nvdimm/pfn_dev: Avoid unnecessary endian conversionAneesh Kumar K.V1-4/+2
2023-08-11nvdimm/pfn_dev: Prevent the creation of zero-sized namespacesAneesh Kumar K.V1-3/+11
2023-07-19nvdimm: Explicitly include correct DT includesRob Herring1-2/+2
2023-07-19virtio_pmem: add the missing REQ_OP_WRITE for flush bioHou Tao1-1/+2
2023-07-19nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET3-4/+7
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-1/+1
2023-06-23nvdimm: make security_show staticBen Dooks1-1/+1
2023-06-23nvdimm: make nd_class variable staticBen Dooks1-1/+1
2023-06-07libnvdimm: mark 'security_show' static againArnd Bergmann1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+9
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds3-4/+21
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-13/+13
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-38/+2
2023-02-15virtio_pmem: populate numa informationMichael Sammler1-2/+9
2023-02-13cxl/pmem: Fix nvdimm registration racesDan Williams3-4/+21
2023-02-02block: remove ->rw_pageChristoph Hellwig2-38/+2
2023-01-28nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZEDan Williams3-16/+47
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman6-13/+13
2022-12-02nvdimm/region: Move cache management to the region driverDan Williams3-1/+66
2022-12-01libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flagDave Jiang3-1/+24
2022-12-01nvdimm/cxl/pmem: Add support for master passphrase disable security commandDave Jiang1-7/+26
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-23/+13
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2022-10-03libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZEAlexander Potapenko2-2/+2
2022-10-01Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextDan Williams6-23/+59
2022-09-29libnvdimm/region: Allow setting align attribute on regions without mappingsTyler Hicks1-5/+3
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams4-15/+53
2022-09-20nvdimm/namespace: Fix comment typoJason Wang1-1/+1
2022-09-20nvdimm: make __nvdimm_security_overwrite_query staticJiapeng Chong1-1/+1
2022-09-20nvdimm/region: Fix kernel-docJiapeng Chong1-1/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+8
2022-08-11virtio_pmem: set device ready in probe()Jason Wang1-0/+7
2022-08-11virtio_pmem: initialize provider_data through nd_region_descJason Wang1-1/+1
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-7/+21
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+17
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+7
2022-07-26cxl/region: Introduce cxl_pmem_region objectsDan Williams1-7/+21
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan1-0/+17
2022-07-14nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko1-2/+0
2022-07-14nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko1-9/+4
2022-07-14nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko1-6/+3
2022-07-14nvdimm-btt: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche2-2/+2
2022-07-12pmem: fix a name collisionJane Chu1-3/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig2-4/+4
2022-06-24nvdimm: Fix badblocks clear off-by-one errorChris Ye1-2/+2
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds11-162/+103
2022-05-16pmem: implement pmem_recovery_write()Jane Chu1-8/+79
2022-05-16pmem: refactor pmem_clear_poison()Jane Chu1-25/+48
2022-05-16dax: add .recovery_write dax_operationJane Chu1-0/+7
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2-4/+9
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu1-23/+7
2022-04-28nvdimm: Allow overwrite in the presence of disabled dimmsDan Williams1-5/+0
2022-04-28nvdimm: Fix firmware activation deadlock scenariosDan Williams1-9/+0
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams10-138/+66
2022-04-28nvdimm: Replace lockdep_mutex with local lock classesDan Williams8-15/+37
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-1566/+416
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+1
2022-03-23drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not setKajol Jain2-1/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams9-507/+59
2022-03-11nvdimm/namespace: Delete nd_namespace_blkDan Williams5-561/+13
2022-03-11nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams1-143/+9
2022-03-11nvdimm/blk: Delete the block-aperture window driverDan Williams3-359/+4
2022-03-11nvdimm/region: Fix default alignment for small regionsDan Williams1-0/+3
2022-03-09drivers/nvdimm: Add perf interface to expose nvdimm performance statsKajol Jain2-0/+329
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig1-6/+4
2022-03-04nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig1-4/+3
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-08cxl: Prove CXL lockingDan Williams1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+3
2022-02-02block: remove genhd.hChristoph Hellwig5-5/+0
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-18/+2
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-4/+3
2021-12-18uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig1-3/+1
2021-12-04dax: remove dax_capableChristoph Hellwig1-1/+0
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-2/+8
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig1-1/+1
2021-11-10Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+43
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-19/+44
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds9-164/+421
2021-11-04nvdimm/pmem: use add_disk() error handlingLuis Chamberlain1-1/+7
2021-11-04nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assignedLuis Chamberlain1-4/+9
2021-11-04nvdimm/blk: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-11-04nvdimm/blk: avoid calling del_gendisk() on early failuresLuis Chamberlain1-5/+12
2021-11-04nvdimm/btt: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-11-04nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain1-6/+10
2021-11-03nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain1-1/+0
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-8/+6
2021-10-25nvdimm/pmem: stop using q_usage_count as external pgmap refcountChristoph Hellwig1-31/+2
2021-10-18block: switch polling to be bio basedChristoph Hellwig3-8/+5
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-09-27nvdimm/pmem: fix creating the dax groupChristoph Hellwig1-4/+1
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig1-0/+43
2021-09-21libnvdimm/labels: Introduce CXL labelsDan Williams3-50/+241
2021-09-21libnvdimm/label: Define CXL region labelsDan Williams1-0/+32
2021-09-21libnvdimm/labels: Fix kernel-doc for label.hDan Williams1-2/+8
2021-09-21libnvdimm/labels: Introduce the concept of multi-range namespace labelsDan Williams2-0/+14
2021-09-21libnvdimm/label: Add a helper for nlabel validationDan Williams2-3/+9
2021-09-21libnvdimm/labels: Add uuid helpersDan Williams8-114/+122
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds4-162/+354
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2021-08-24libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbindsumiyawang1-2/+2
2021-08-24libnvdimm/labels: Add claim class helpersDan Williams4-19/+28
2021-08-24libnvdimm/labels: Add type-guid helpersDan Williams3-19/+28
2021-08-24libnvdimm/labels: Add blk special cases for nlabel and position helpersDan Williams1-17/+29
2021-08-24libnvdimm/labels: Add blk isetcookie set / validation helpersDan Williams3-9/+34