aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-23/+13
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+2
2022-10-03libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZEAlexander Potapenko2-2/+2
2022-10-01Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextDan Williams6-23/+59
2022-09-29libnvdimm/region: Allow setting align attribute on regions without mappingsTyler Hicks1-5/+3
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams4-15/+53
2022-09-20nvdimm/namespace: Fix comment typoJason Wang1-1/+1
2022-09-20nvdimm: make __nvdimm_security_overwrite_query staticJiapeng Chong1-1/+1
2022-09-20nvdimm/region: Fix kernel-docJiapeng Chong1-1/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+8
2022-08-11virtio_pmem: set device ready in probe()Jason Wang1-0/+7
2022-08-11virtio_pmem: initialize provider_data through nd_region_descJason Wang1-1/+1
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-7/+21
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+17
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+7
2022-07-26cxl/region: Introduce cxl_pmem_region objectsDan Williams1-7/+21
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan1-0/+17
2022-07-14nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko1-2/+0
2022-07-14nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko1-9/+4
2022-07-14nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko1-6/+3
2022-07-14nvdimm-btt: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche2-2/+2
2022-07-12pmem: fix a name collisionJane Chu1-3/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig2-4/+4
2022-06-24nvdimm: Fix badblocks clear off-by-one errorChris Ye1-2/+2
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds11-162/+103
2022-05-16pmem: implement pmem_recovery_write()Jane Chu1-8/+79
2022-05-16pmem: refactor pmem_clear_poison()Jane Chu1-25/+48
2022-05-16dax: add .recovery_write dax_operationJane Chu1-0/+7
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2-4/+9
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu1-23/+7
2022-04-28nvdimm: Allow overwrite in the presence of disabled dimmsDan Williams1-5/+0
2022-04-28nvdimm: Fix firmware activation deadlock scenariosDan Williams1-9/+0
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams10-138/+66
2022-04-28nvdimm: Replace lockdep_mutex with local lock classesDan Williams8-15/+37
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds13-1566/+416
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-1/+1
2022-03-23drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not setKajol Jain2-1/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams9-507/+59
2022-03-11nvdimm/namespace: Delete nd_namespace_blkDan Williams5-561/+13
2022-03-11nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams1-143/+9
2022-03-11nvdimm/blk: Delete the block-aperture window driverDan Williams3-359/+4
2022-03-11nvdimm/region: Fix default alignment for small regionsDan Williams1-0/+3
2022-03-09drivers/nvdimm: Add perf interface to expose nvdimm performance statsKajol Jain2-0/+329
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig1-6/+4
2022-03-04nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig1-4/+3
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-08cxl: Prove CXL lockingDan Williams1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+3