index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
swiotlb: fix passing local variable to debugfs_create_ulong()
Tianyu Lan
2022-07-28
1
-3
/
+9
*
dma-mapping: reformat comment to suppress htmldoc warning
Logan Gunthorpe
2022-07-28
1
-9
/
+9
*
PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
Logan Gunthorpe
2022-07-26
2
-93
/
+0
*
RDMA/rw: drop pci_p2pdma_[un]map_sg()
Logan Gunthorpe
2022-07-26
1
-36
/
+9
*
RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
Logan Gunthorpe
2022-07-26
2
-1
/
+12
*
nvme-pci: convert to using dma_map_sgtable()
Logan Gunthorpe
2022-07-26
1
-40
/
+29
*
nvme-pci: check DMA ops when indicating support for PCI P2PDMA
Logan Gunthorpe
2022-07-26
3
-5
/
+12
*
iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
Logan Gunthorpe
2022-07-26
1
-14
/
+85
*
iommu: Explicitly skip bus address marked segments in __iommu_map_sg()
Logan Gunthorpe
2022-07-26
1
-0
/
+4
*
dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
Logan Gunthorpe
2022-07-26
3
-0
/
+33
*
dma-direct: support PCI P2PDMA pages in dma-direct map_sg
Logan Gunthorpe
2022-07-26
2
-7
/
+44
*
dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
Logan Gunthorpe
2022-07-26
1
-1
/
+4
*
PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
Logan Gunthorpe
2022-07-26
2
-7
/
+90
*
PCI/P2PDMA: Attempt to set map_type if it has not been set
Logan Gunthorpe
2022-07-26
1
-1
/
+6
*
lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
Logan Gunthorpe
2022-07-26
2
-0
/
+74
*
swiotlb: clean up some coding style and minor issues
Tianyu Lan
2022-07-22
2
-12
/
+17
*
dma-mapping: update comment after dmabounce removal
Lukas Bulwahn
2022-07-22
1
-2
/
+1
*
scsi: sd: Add a comment about limiting max_sectors to shost optimal limit
John Garry
2022-07-22
1
-0
/
+5
*
ata: libata-scsi: cap ata_device->max_sectors according to shost->max_sectors
John Garry
2022-07-19
1
-0
/
+1
*
scsi: scsi_transport_sas: cap shost opt_sectors according to DMA optimal limit
John Garry
2022-07-19
1
-0
/
+6
*
scsi: sd: allow max_sectors be capped at DMA optimal size limit
John Garry
2022-07-19
2
-0
/
+3
*
scsi: core: cap shost max_sectors according to DMA limits only once
John Garry
2022-07-19
2
-4
/
+5
*
dma-iommu: add iommu_dma_opt_mapping_size()
John Garry
2022-07-19
3
-0
/
+13
*
dma-mapping: add dma_opt_mapping_size()
John Garry
2022-07-19
4
-0
/
+32
*
swiotlb: move struct io_tlb_slot to swiotlb.c
Christoph Hellwig
2022-07-18
2
-5
/
+7
*
swiotlb: ensure a segment doesn't cross the area boundary
Chao Gao
2022-07-18
1
-1
/
+10
*
swiotlb: consolidate rounding up default_nslabs
Chao Gao
2022-07-18
1
-17
/
+16
*
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
2022-07-18
2
-7
/
+0
*
swiotlb: fix use after free on error handling path
Dan Carpenter
2022-07-18
1
-1
/
+1
*
swiotlb: split up the global swiotlb lock
Tianyu Lan
2022-07-13
3
-41
/
+197
*
swiotlb: fail map correctly with failed io_tlb_default_mem
Robin Murphy
2022-07-12
1
-1
/
+1
*
ARM/dma-mapping: merge IOMMU ops
Robin Murphy
2022-07-07
1
-24
/
+13
*
ARM/dma-mapping: consolidate IOMMU ops callbacks
Robin Murphy
2022-07-07
1
-183
/
+55
*
ARM/dma-mapping: drop .dma_supported for IOMMU ops
Robin Murphy
2022-07-07
1
-23
/
+0
*
ARM/dma-mapping: use dma-direct unconditionally
Christoph Hellwig
2022-07-07
5
-378
/
+19
*
ARM/dma-mapping: use the generic versions of dma_to_phys/phys_to_dma by default
Christoph Hellwig
2022-07-07
7
-55
/
+21
*
ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping code
Christoph Hellwig
2022-07-07
1
-12
/
+12
*
ARM/dma-mapping: remove the unused virt_to_dma helper
Christoph Hellwig
2022-07-07
1
-9
/
+1
*
ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.c
Christoph Hellwig
2022-07-07
2
-129
/
+46
*
ARM/dma-mapping: remove dmabounce
Christoph Hellwig
2022-07-07
5
-619
/
+0
*
ARM: sa1100/assabet: move dmabounce hack to ohci driver
Arnd Bergmann
2022-07-07
4
-68
/
+40
*
swiotlb: panic if nslabs is too small
Dongli Zhang
2022-06-22
1
-1
/
+5
*
x86/swiotlb: fix param usage in boot-options.rst
Dongli Zhang
2022-06-22
1
-3
/
+5
*
swiotlb: remove a useless return in swiotlb_init
Dongli Zhang
2022-06-22
1
-1
/
+1
*
swiotlb: remove the unused swiotlb_force declaration
Dongli Zhang
2022-06-22
1
-1
/
+0
*
Linux 5.19-rc3
v5.19-rc3
Linus Torvalds
2022-06-19
1
-1
/
+1
*
Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-06-19
4
-75
/
+159
|
\
|
*
x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared page
Kirill A. Shutemov
2022-06-18
1
-1
/
+14
|
*
x86/tdx: Clarify RIP adjustments in #VE handler
Kirill A. Shutemov
2022-06-15
1
-55
/
+123
|
*
x86/tdx: Fix early #VE handling
Kirill A. Shutemov
2022-06-15
1
-1
/
+5
[next]