aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2023-10-18libnvdimm: remove kernel-doc warnings:Gravatar Zhu Wang 1-2/+2
2023-09-27libnvdimm: Annotate struct nd_region with __counted_byGravatar Kees Cook 2-2/+2
2023-09-27nd_btt: Make BTT lanes preemptibleGravatar Tomas Glozar 1-4/+4
2023-09-27libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return v...Gravatar Chen Ni 1-1/+7
2023-08-30Merge tag 'libnvdimm-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-15/+26
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Gravatar Aneesh Kumar K.V 1-1/+1
2023-08-17nvdimm: Fix dereference after free in register_nvdimm_pmu()Gravatar Konstantin Meskhidze 1-1/+1
2023-08-17nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu()Gravatar Konstantin Meskhidze 1-0/+1
2023-08-11nvdimm/pfn_dev: Avoid unnecessary endian conversionGravatar Aneesh Kumar K.V 1-4/+2
2023-08-11nvdimm/pfn_dev: Prevent the creation of zero-sized namespacesGravatar Aneesh Kumar K.V 1-3/+11
2023-07-19nvdimm: Explicitly include correct DT includesGravatar Rob Herring 1-2/+2
2023-07-19virtio_pmem: add the missing REQ_OP_WRITE for flush bioGravatar Hou Tao 1-1/+2
2023-07-19nvdimm: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 3-4/+7
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONGravatar Jane Chu 1-1/+1
2023-06-23nvdimm: make security_show staticGravatar Ben Dooks 1-1/+1
2023-06-23nvdimm: make nd_class variable staticGravatar Ben Dooks 1-1/+1
2023-06-07libnvdimm: mark 'security_show' static againGravatar Arnd Bergmann 1-1/+1
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+9
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 3-4/+21
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-13/+13
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-38/+2
2023-02-15virtio_pmem: populate numa informationGravatar Michael Sammler 1-2/+9
2023-02-13cxl/pmem: Fix nvdimm registration racesGravatar Dan Williams 3-4/+21
2023-02-02block: remove ->rw_pageGravatar Christoph Hellwig 2-38/+2
2023-01-28nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZEGravatar Dan Williams 3-16/+47
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 6-13/+13
2022-12-02nvdimm/region: Move cache management to the region driverGravatar Dan Williams 3-1/+66
2022-12-01libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flagGravatar Dave Jiang 3-1/+24
2022-12-01nvdimm/cxl/pmem: Add support for master passphrase disable security commandGravatar Dave Jiang 1-7/+26
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-23/+13
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+2
2022-10-03libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZEGravatar Alexander Potapenko 2-2/+2
2022-10-01Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextGravatar Dan Williams 6-23/+59
2022-09-29libnvdimm/region: Allow setting align attribute on regions without mappingsGravatar Tyler Hicks 1-5/+3
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesGravatar Dan Williams 4-15/+53
2022-09-20nvdimm/namespace: Fix comment typoGravatar Jason Wang 1-1/+1
2022-09-20nvdimm: make __nvdimm_security_overwrite_query staticGravatar Jiapeng Chong 1-1/+1
2022-09-20nvdimm/region: Fix kernel-docGravatar Jiapeng Chong 1-1/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+8
2022-08-11virtio_pmem: set device ready in probe()Gravatar Jason Wang 1-0/+7
2022-08-11virtio_pmem: initialize provider_data through nd_region_descGravatar Jason Wang 1-1/+1
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-7/+21
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+17
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-7/+7
2022-07-26cxl/region: Introduce cxl_pmem_region objectsGravatar Dan Williams 1-7/+21
2022-07-17pagemap,pmem: introduce ->memory_failure()Gravatar Shiyang Ruan 1-0/+17
2022-07-14nvdimm/namespace: drop nested variable in create_namespace_pmem()Gravatar Andy Shevchenko 1-2/+0
2022-07-14nvdimm/namespace: drop unneeded temporary variable in size_store()Gravatar Andy Shevchenko 1-9/+4
2022-07-14nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Gravatar Andy Shevchenko 1-6/+3