summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
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
2023-07-19virtio_pmem: add the missing REQ_OP_WRITE for flush bioHou Tao
2023-07-19nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu
2023-06-23nvdimm: make security_show staticBen Dooks
2023-06-23nvdimm: make nd_class variable staticBen Dooks
2023-06-07libnvdimm: mark 'security_show' static againArnd Bergmann
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-15virtio_pmem: populate numa informationMichael Sammler
2023-02-13cxl/pmem: Fix nvdimm registration racesDan Williams
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-01-28nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZEDan Williams
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-12-02nvdimm/region: Move cache management to the region driverDan Williams
2022-12-01libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flagDave Jiang
2022-12-01nvdimm/cxl/pmem: Add support for master passphrase disable security commandDave Jiang
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZEAlexander Potapenko
2022-10-01Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextDan Williams
2022-09-29libnvdimm/region: Allow setting align attribute on regions without mappingsTyler Hicks
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams
2022-09-20nvdimm/namespace: Fix comment typoJason Wang
2022-09-20nvdimm: make __nvdimm_security_overwrite_query staticJiapeng Chong
2022-09-20nvdimm/region: Fix kernel-docJiapeng Chong
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-11virtio_pmem: set device ready in probe()Jason Wang
2022-08-11virtio_pmem: initialize provider_data through nd_region_descJason Wang
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-26cxl/region: Introduce cxl_pmem_region objectsDan Williams
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan
2022-07-14nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko
2022-07-14nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko
2022-07-14nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko
2022-07-14nvdimm-btt: Use the enum req_op typeBart Van Assche
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche
2022-07-12pmem: fix a name collisionJane Chu
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig