summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-03-104-0/+34
|\
| * virtio: hint if callbacks surprisingly might sleepCornelia Huck2019-03-061-0/+13
| * virtio: Introduce virtio_max_dma_size()Joerg Roedel2019-03-061-0/+2
| * dma: Introduce dma_max_mapping_size()Joerg Roedel2019-03-061-0/+8
| * swiotlb: Add is_swiotlb_active() functionJoerg Roedel2019-03-061-0/+6
| * swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel2019-03-061-0/+5
* | Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-108-15/+263
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-01106-366/+995
| |\ \ \ \ \ \
| | | | | | * | iommu: Document iommu_ops.is_attach_deferred()Geert Uytterhoeven2019-02-261-0/+2
| | | | | | * | iommu: Document iommu_ops.iotlb_sync_map()Geert Uytterhoeven2019-02-261-0/+1
| | | | | | * | iommu: Fix flush_tlb_all typoTom Murphy2019-02-261-1/+1
| | | | | | * | iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring2019-02-111-0/+213
| | |_|_|_|/ / | |/| | | | |
| | | | * | | PCI/ATS: Add inline to pci_prg_resp_pasid_required()Kuppuswamy Sathyanarayanan2019-02-281-1/+1
| | | | * | | PCI/ATS: Add pci_ats_page_aligned() interfaceKuppuswamy Sathyanarayanan2019-02-262-0/+3
| | | | * | | PCI/ATS: Add pci_prg_resp_pasid_required() interface.Kuppuswamy Sathyanarayanan2019-02-262-0/+6
| | | | * | | iommu/vt-d: Support page request in scalable modeJacob Pan2019-01-112-13/+10
| | |_|/ / / | |/| | | |
| | * | | | iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko2019-01-161-0/+25
| | * | | | memory: tegra: Adapt to Tegra20 device-tree binding changesDmitry Osipenko2019-01-161-1/+1
| | * | | | iommu: Introduce iotlb_sync_map callbackDmitry Osipenko2019-01-161-0/+1
* | | | | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-102-31/+32
|\ \ \ \ \ \
| * | | | | | dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-201-5/+2
| * | | | | | dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig2019-02-201-9/+0
| * | | | | | dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-202-5/+5
| * | | | | | device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENTChristoph Hellwig2019-02-131-0/+2
| * | | | | | dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig2019-02-131-3/+7
| * | | | | | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-4/+8
| * | | | | | dma-mapping: don't BUG when calling dma_map_resource on RAMChristoph Hellwig2019-02-011-1/+2
| * | | | | | dma-mapping: remove the default map_resource implementationChristoph Hellwig2019-02-011-5/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-7/+0
|\ \ \ \ \ \
| * | | | | | of: mark early_init_dt_alloc_reserved_memory_arch staticChristoph Hellwig2019-02-281-7/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-104-12/+22
|\ \ \ \ \ \
| * | | | | | asm-generic/io: Pass result of I/O accessor to __io_[p]ar()Will Deacon2019-02-281-10/+10
| * | | | | | efi: Let architectures decide the flags that should be saved/restoredJulien Thierry2019-02-061-2/+3
| * | | | | | arm64: Fix HCR.TGE status for NMI contextsJulien Thierry2019-02-061-0/+7
| * | | | | | Merge branch 'irq/generic-nmi' of git://git.kernel.org/pub/scm/linux/kernel/g...Catalin Marinas2019-02-063-0/+33
| |\ \ \ \ \ \
| * | | | | | | arm64: add ptrace regsets for ptrauth key managementKristina Martsenko2019-02-011-0/+2
* | | | | | | | Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-102-9/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | dm: add support to directly boot to a mapped deviceHelen Koike2019-03-051-0/+9
| * | | | | | | | dm: fix to_sector() for 32bitNeilBrown2019-03-051-1/+1
| * | | | | | | | dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-212-8/+2
* | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-1014-811/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scsi: kill command serial numberHannes Reinecke2019-02-272-18/+0
| * | | | | | | | | scsi: clean obsolete return values of eh_timed_outAvri Altman2019-02-261-5/+1
| * | | | | | | | | scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-201-2/+2
| * | | | | | | | | scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche2019-02-121-3/+2
| * | | | | | | | | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-083-5/+9
| * | | | | | | | | scsi: block: remove bidi supportChristoph Hellwig2019-02-061-6/+0
| * | | | | | | | | scsi: block: remove req->specialChristoph Hellwig2019-02-061-2/+0
| * | | | | | | | | scsi: remove bidirectional command supportChristoph Hellwig2019-02-062-19/+1
| * | | | | | | | | scsi: remove the SCSI OSD libraryChristoph Hellwig2019-02-062-712/+0