summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
2024-08-21nvdimm: Remove dead code for ENODEV checking in scan_labels()Li Zhijian
2024-08-21nvdimm: Fix devs leaks in scan_labels()Li Zhijian
2024-08-21nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)
2024-08-09nvdimm/pmem: Set dax flag for all 'PFN_MAP' casesZhihao Cheng
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-20Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-17nvdimm: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-17nvdimm/btt: use sizeof(*pointer) instead of sizeof(type)Erick Archer
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-06-13nvdimm: make nd_class constantGreg Kroah-Hartman
2024-05-27nvdimm/of_pmem: Convert to platform remove callback returning voidUwe Kleine-König
2024-05-27nvdimm/e820: Convert to platform remove callback returning voidUwe Kleine-König
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22nvdimm: virtio_pmem: drop owner assignmentKrzysztof Kozlowski
2024-04-25nvdimm/btt: always set max_integrity_segmentsChristoph Hellwig
2024-04-25nvdimm: remove nd_integrity_initChristoph Hellwig
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-02-22nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers
2024-02-22nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers
2024-02-19pmem: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-19btt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-02-12nvdimm: make nvdimm_bus_type constRicardo B. Marliere
2024-02-12libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM helpPeter Robinson
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-01-12Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-10virtio_pmem: support feature SHMEM_REGIONChangyuan Lyu
2024-01-03nvdimm/namespace: fix kernel-doc for function paramsRandy Dunlap
2024-01-03nvdimm/dimm_devs: fix kernel-doc for function paramsRandy Dunlap
2024-01-03nvdimm/btt: fix btt_blk_cleanup() kernel-docRandy Dunlap
2024-01-03nvdimm-btt: simplify code with the scope based resource managementDinghao Liu
2024-01-03nvdimm: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-01nvdimm/btt: replace deprecated strncpy with strscpyJustin Stitt
2023-10-18libnvdimm: remove kernel-doc warnings:Zhu Wang
2023-09-27libnvdimm: Annotate struct nd_region with __counted_byKees Cook
2023-09-27nd_btt: Make BTT lanes preemptibleTomas Glozar
2023-09-27libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return v...Chen Ni
2023-08-30Merge tag 'libnvdimm-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V
2023-08-17nvdimm: Fix dereference after free in register_nvdimm_pmu()Konstantin Meskhidze
2023-08-17nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu()Konstantin Meskhidze
2023-08-11nvdimm/pfn_dev: Avoid unnecessary endian conversionAneesh Kumar K.V
2023-08-11nvdimm/pfn_dev: Prevent the creation of zero-sized namespacesAneesh Kumar K.V
2023-07-19nvdimm: Explicitly include correct DT includesRob Herring