summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * libnvdimm/region: Allow setting align attribute on regions without mappingsTyler Hicks2022-09-291-5/+3
| | * nvdimm/namespace: Fix comment typoJason Wang2022-09-201-1/+1
| | * nvdimm: make __nvdimm_security_overwrite_query staticJiapeng Chong2022-09-201-1/+1
| | * nvdimm/region: Fix kernel-docJiapeng Chong2022-09-201-1/+1
| * | nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko2022-07-141-9/+4
| * | nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko2022-07-141-6/+3
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-2/+2
|\ \ \
| * | | libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZEAlexander Potapenko2022-10-032-2/+2
| | |/ | |/|
* | | Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams2022-09-244-15/+53
|\| |
| * | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-1/+8
| |\ \
| | * | virtio_pmem: set device ready in probe()Jason Wang2022-08-111-0/+7
| | * | virtio_pmem: initialize provider_data through nd_region_descJason Wang2022-08-111-1/+1
| | |/
| * | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-7/+21
| |\ \
| | * | cxl/region: Introduce cxl_pmem_region objectsDan Williams2022-07-261-7/+21
| * | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+17
| |\ \ \
| | * | | pagemap,pmem: introduce ->memory_failure()Shiyang Ruan2022-07-171-0/+17
| | |/ /
| * | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-022-7/+7
| |\ \ \ | | |_|/ | |/| |
| | * | nvdimm-btt: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
| | * | block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-142-2/+2
| | * | block: remove blk_cleanup_diskChristoph Hellwig2022-06-282-4/+4
| | |/
* | | nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko2022-07-141-2/+0
* | | pmem: fix a name collisionJane Chu2022-07-121-3/+3
|/ /
* / nvdimm: Fix badblocks clear off-by-one errorChris Ye2022-06-241-2/+2
|/
* Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-2711-162/+103
|\
| * nvdimm: Fix firmware activation deadlock scenariosDan Williams2022-04-281-9/+0
| * nvdimm: Drop nd_device_lock()Dan Williams2022-04-2810-138/+66
| * nvdimm: Replace lockdep_mutex with local lock classesDan Williams2022-04-288-15/+37
* | pmem: implement pmem_recovery_write()Jane Chu2022-05-161-8/+79
* | pmem: refactor pmem_clear_poison()Jane Chu2022-05-161-25/+48
* | dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+7
* | dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-162-4/+9
* | mce: fix set_mce_nospec to always unmap the whole pageJane Chu2022-05-161-23/+7
* | nvdimm: Allow overwrite in the presence of disabled dimmsDan Williams2022-04-281-5/+0
|/
* Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-3013-1566/+416
|\
| * drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not setKajol Jain2022-03-232-1/+2