summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * nvdimm/region: Delete nd_blk_region infrastructureDan Williams2022-03-119-507/+59
| * nvdimm/namespace: Delete nd_namespace_blkDan Williams2022-03-115-561/+13
| * nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams2022-03-111-143/+9
| * nvdimm/blk: Delete the block-aperture window driverDan Williams2022-03-113-359/+4
| * nvdimm/region: Fix default alignment for small regionsDan Williams2022-03-111-0/+3
| * drivers/nvdimm: Add perf interface to expose nvdimm performance statsKajol Jain2022-03-092-0/+329
* | Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-03-241-1/+1
|\ \
| * | cxl: Prove CXL lockingDan Williams2022-02-081-1/+1
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
| |/
* | nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig2022-03-041-6/+4
* | nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig2022-03-041-4/+3
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+3
* | block: remove genhd.hChristoph Hellwig2022-02-025-5/+0
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-18/+2
* | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-4/+3
* | uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig2021-12-181-3/+1
* | dax: remove dax_capableChristoph Hellwig2021-12-041-1/+0
* | dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-2/+8
* | dax: remove CONFIG_DAX_DRIVERChristoph Hellwig2021-12-041-1/+1
|/
* Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-101-0/+43
|\
| * nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig2021-09-271-0/+43