summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-093-19/+44
|\ \
| * | nvdimm/pmem: use add_disk() error handlingLuis Chamberlain2021-11-041-1/+7
| * | nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assignedLuis Chamberlain2021-11-041-4/+9
| * | nvdimm/blk: add error handling support for add_disk()Luis Chamberlain2021-11-041-1/+3
| * | nvdimm/blk: avoid calling del_gendisk() on early failuresLuis Chamberlain2021-11-041-5/+12
| * | nvdimm/btt: add error handling support for add_disk()Luis Chamberlain2021-11-041-1/+3
| * | nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain2021-11-041-6/+10
| * | nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain2021-11-031-1/+0
* | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-089-164/+421
|\ \ \
| * | | libnvdimm/labels: Introduce CXL labelsDan Williams2021-09-213-50/+241
| * | | libnvdimm/label: Define CXL region labelsDan Williams2021-09-211-0/+32
| * | | libnvdimm/labels: Fix kernel-doc for label.hDan Williams2021-09-211-2/+8
| * | | libnvdimm/labels: Introduce the concept of multi-range namespace labelsDan Williams2021-09-212-0/+14
| * | | libnvdimm/label: Add a helper for nlabel validationDan Williams2021-09-212-3/+9
| * | | libnvdimm/labels: Add uuid helpersDan Williams2021-09-218-114/+122
| | |/ | |/|
* | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-014-8/+6
|\ \ \ | | |/ | |/|
| * | block: switch polling to be bio basedChristoph Hellwig2021-10-183-8/+5
| * | block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
* | | nvdimm/pmem: stop using q_usage_count as external pgmap refcountChristoph Hellwig2021-10-251-31/+2
|/ /
* / nvdimm/pmem: fix creating the dax groupChristoph Hellwig2021-09-271-4/+1
|/
* Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-09-094-164/+356
|\
| * libnvdimm/labels: Add claim class helpersDan Williams2021-08-244-19/+28