summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-152-2/+2
|\
| * nvdimm: make nvdimm_bus_type constRicardo B. Marliere2024-02-121-1/+1
| * libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM helpPeter Robinson2024-02-121-1/+1
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-11/+12
|\ \
| * | nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-221-10/+12
| * | nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers2024-02-221-2/+1
| |/
* | pmem: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-4/+6
* | btt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-3/+5
* | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-192-7/+7
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-01-181-4/+32
|\
| * virtio_pmem: support feature SHMEM_REGIONChangyuan Lyu2024-01-101-4/+32
* | Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-127-28/+41
|\ \
| * | nvdimm/namespace: fix kernel-doc for function paramsRandy Dunlap2024-01-031-1/+11
| * | nvdimm/dimm_devs: fix kernel-doc for function paramsRandy Dunlap2024-01-031-2/+11
| * | nvdimm/btt: fix btt_blk_cleanup() kernel-docRandy Dunlap2024-01-031-1/+1
| * | nvdimm-btt: simplify code with the scope based resource managementDinghao Liu2024-01-031-9/+4
| * | nvdimm: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-036-15/+14
| |/
* / nvdimm/btt: replace deprecated strncpy with strscpyJustin Stitt2023-12-011-1/+1
|/
* libnvdimm: remove kernel-doc warnings:Zhu Wang2023-10-181-2/+2
* libnvdimm: Annotate struct nd_region with __counted_byKees Cook2023-09-272-2/+2
* nd_btt: Make BTT lanes preemptibleTomas Glozar2023-09-271-4/+4
* libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return v...Chen Ni2023-09-271-1/+7
* Merge tag 'libnvdimm-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-307-15/+26
|\
| * nvdimm: Fix dereference after free in register_nvdimm_pmu()Konstantin Meskhidze2023-08-171-1/+1
| * nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu()Konstantin Meskhidze2023-08-171-0/+1
| * nvdimm/pfn_dev: Avoid unnecessary endian conversionAneesh Kumar K.V2023-08-111-4/+2
| * nvdimm/pfn_dev: Prevent the creation of zero-sized namespacesAneesh Kumar K.V2023-08-111-3/+11
| * nvdimm: Explicitly include correct DT includesRob Herring2023-07-191-2/+2
| * virtio_pmem: add the missing REQ_OP_WRITE for flush bioHou Tao2023-07-191-1/+2
| * nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-07-193-4/+7
* | mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V2023-08-181-1/+1
|/
* dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-1/+1
* nvdimm: make security_show staticBen Dooks2023-06-231-1/+1
* nvdimm: make nd_class variable staticBen Dooks2023-06-231-1/+1
* libnvdimm: mark 'security_show' static againArnd Bergmann2023-06-071-1/+1
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-251-2/+9
|\
| * virtio_pmem: populate numa informationMichael Sammler2023-02-151-2/+9
* | Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-253-4/+21
|\ \
| * | cxl/pmem: Fix nvdimm registration racesDan Williams2023-02-133-4/+21
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-246-13/+13
|\ \ \
| * | | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-276-13/+13
| |/ /
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-38/+2
|\ \ \ | |_|/ |/| |
| * | block: remove ->rw_pageChristoph Hellwig2023-02-022-38/+2
| |/
* / nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZEDan Williams2023-01-283-16/+47
|/
* nvdimm/region: Move cache management to the region driverDan Williams2022-12-023-1/+66
* libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flagDave Jiang2022-12-013-1/+24
* nvdimm/cxl/pmem: Add support for master passphrase disable security commandDave Jiang2022-12-011-7/+26
* Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-143-23/+13
|\
| * Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextDan Williams2022-10-016-23/+59
| |\