summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
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-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+12
2024-02-23nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-10/+12
2024-02-23nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers1-2/+1
2024-02-20pmem: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-4/+6
2024-02-20btt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2-7/+7
2024-02-13nvdimm: make nvdimm_bus_type constRicardo B. Marliere1-1/+1
2024-02-13libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM helpPeter Robinson1-1/+1
2024-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+32
2024-01-13Merge 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-31Merge 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-24nvdimm: 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-24Merge 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-14cxl/pmem: Fix nvdimm registration racesDan Williams3-4/+21
2023-02-03block: remove ->rw_pageChristoph Hellwig2-38/+2
2023-01-29nvdimm: 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-03nvdimm/region: Move cache management to the region driverDan Williams3-1/+66