summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cxl/registers: Fix Documentation warningDan Williams2021-09-071-1/+14
| * | | | cxl/pmem: Fix Documentation warningDan Williams2021-09-071-2/+28
| * | | | cxl/pci: Fix debug message in cxl_probe_regs()Li Qiang (Johnny Li)2021-09-071-2/+2
| * | | | cxl/pci: Fix lockdown levelDan Williams2021-09-071-1/+1
| * | | | cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge portsAlison Schofield2021-09-071-4/+8
| * | | | libnvdimm/labels: Add claim class helpersDan Williams2021-08-244-19/+28
| * | | | libnvdimm/labels: Add type-guid helpersDan Williams2021-08-243-19/+28
| * | | | libnvdimm/labels: Add blk special cases for nlabel and position helpersDan Williams2021-08-241-17/+29
| * | | | libnvdimm/labels: Add blk isetcookie set / validation helpersDan Williams2021-08-243-9/+34
| * | | | libnvdimm/labels: Add a checksum calculation helperDan Williams2021-08-241-33/+35
| * | | | libnvdimm/labels: Introduce label setter helpersDan Williams2021-08-243-33/+99
| * | | | libnvdimm/labels: Add isetcookie validation helperDan Williams2021-08-242-5/+10
| * | | | libnvdimm/labels: Introduce getters for namespace label fieldsDan Williams2021-08-243-46/+110
| * | | | cxl/mem: Adjust ram/pmem range to represent DPA rangesIra Weiny2021-08-101-8/+6
| * | | | cxl/mem: Account for partitionable space in ram/pmem rangesIra Weiny2021-08-102-5/+96
| * | | | cxl/pci: Store memory capacity valuesIra Weiny2021-08-072-3/+37
| * | | | cxl/pci: Simplify register setupBen Widawsky2021-08-063-27/+13
| * | | | cxl/pci: Ignore unknown register block typesBen Widawsky2021-08-061-8/+12
| * | | | cxl/core: Move memdev management to coreBen Widawsky2021-08-066-234/+275
| * | | | cxl/pci: Introduce cdevm_file_operationsDan Williams2021-08-062-27/+53
| * | | | cxl/core: Move register mapping infrastructureDan Williams2021-08-063-228/+237
| * | | | cxl/core: Move pmem functionalityDan Williams2021-08-064-202/+225
| * | | | cxl/core: Improve CXL core kernel docsBen Widawsky2021-08-061-2/+9
| * | | | cxl: Move cxl_core to new directoryBen Widawsky2021-08-066-7/+10
* | | | | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-094-128/+78
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmDan Williams2021-09-083-126/+76
| |\ \ \ \ \
| | * | | | | dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-41/+1
| | * | | | | dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig2021-08-261-18/+18
| | * | | | | dax: remove __generic_fsdax_supportedChristoph Hellwig2021-08-261-4/+4
| | * | | | | dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig2021-08-262-14/+11
| | * | | | | dax: mark dax_get_by_host staticChristoph Hellwig2021-08-261-55/+54
| | * | | | | dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig2021-08-261-1/+1
| | * | | | | dax: stop using bdevnameChristoph Hellwig2021-08-261-13/+7
| * | | | | | libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbindsumiyawang2021-08-241-2/+2
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-094-6/+8
|\ \ \ \ \ \ \
| * | | | | | | IB/hfi1: make hist staticchongjiapeng2021-09-081-1/+1
| * | | | | | | RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker2021-09-081-2/+2
| * | | | | | | IB/qib: Fix null pointer subtraction compiler warningJason Gunthorpe2021-09-081-1/+3
| * | | | | | | RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle2021-09-081-1/+1
| * | | | | | | RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle2021-09-081-1/+1
* | | | | | | | Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-0945-917/+3882
|\ \ \ \ \ \ \ \
| * | | | | | | | dmaengine: sh: fix some NULL dereferencesDan Carpenter2021-08-311-2/+2
| * | | | | | | | dmaengine: sh: Fix unused initialization of pointer lmdescColin Ian King2021-08-311-3/+1
| * | | | | | | | dmaengine: ptdma: remove PT_OFFSET to avoid redefnitionSanjay R Mehta2021-08-291-1/+0
| * | | | | | | | dmaengine: ptdma: Add debugfs entries for PTDMASanjay R Mehta2021-08-294-1/+118
| * | | | | | | | dmaengine: ptdma: register PTDMA controller as a DMA resourceSanjay R Mehta2021-08-295-1/+450
| * | | | | | | | dmaengine: ptdma: Initial driver for the AMD PTDMASanjay R Mehta2021-08-297-0/+828
| * | | | | | | | dmaengine: fsl-dpaa2-qdma: Fix spelling mistake "faile" -> "failed"Colin Ian King2021-08-291-1/+1
| * | | | | | | | dmaengine: idxd: remove interrupt disable for dev_lockDave Jiang2021-08-294-32/+22
| * | | | | | | | dmaengine: idxd: remove interrupt disable for cmd_lockDave Jiang2021-08-291-11/+8