summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Use memunmap to free memremapPan Bian2018-11-221-1/+1
* amd/iommu: Fix Guest Virtual APIC Log Tail Address RegisterFilippo Sironi2018-11-121-1/+2
* iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven2018-11-081-0/+3
* iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()Lu Baolu2018-11-061-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-272-2/+0Star
|\
| * Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-272-2/+0Star
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
|\ \
| * | iommu: fsl_pamu: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
* | | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-2618-226/+709
|\ \ \ | |_|/ |/| |
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-1018-226/+709
| |\ \ \ \ \ \ \
| | | | | | | * | iommu: Fix a typoRami Rosen2018-09-251-1/+1
| | | | | | | * | iommu: Remove .domain_{get,set}_windowsRobin Murphy2018-09-251-74/+51Star
| | | | | | | * | iommu: Tidy up window attributesRobin Murphy2018-09-252-20/+20
| | | | | | | * | iommu/dma: Use fast DMA domain lookupRobin Murphy2018-09-251-11/+12
| | | | | | | * | iommu: Add fast hook for getting DMA domainsRobin Murphy2018-09-251-0/+9
| | | | | | | * | iommu/iova: Optimise attempts to allocate iova from 32bit address rangeGanapatrao Kulkarni2018-09-251-7/+15
| | | | | | | |/
| | | | | | * | iommu/amd: Add default branch in amd_iommu_capable()Lu Baolu2018-10-081-0/+2
| | | | | | * | iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel2018-10-051-1/+1
| | | | | * | | iommu/vt-d: Add debugfs support to show context internalsSohil Mehta2018-09-251-0/+65
| | | | | * | | iommu/vt-d: Add debugfs support for Interrupt remappingSohil Mehta2018-09-251-0/+108
| | | | | * | | iommu/vt-d: Add debugfs support to show register contentsGayatri Kammela2018-09-251-1/+122
| | | | | * | | iommu/vt-d: Enable base Intel IOMMU debugfs supportSohil Mehta2018-09-254-0/+35
| | | | | * | | iommu/vt-d: Relocate struct/function declarations to its header filesSohil Mehta2018-09-252-29/+4Star
| | | | | | |/ | | | | | |/|
| | | | * | | iommu/fsl: Fix spelling mistake pci_endpt_partioning -> pci_endpt_partitioningColin Ian King2018-09-251-3/+3
| | | | * | | iommu/arm-smmu: Add support for the fsl-mc busNipun Gupta2018-09-252-0/+20
| | | | * | | iommu/of: support iommu configuration for fsl-mc devicesNipun Gupta2018-09-251-0/+20
| | | | * | | iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta2018-09-251-3/+2Star
| | | | |/ /
| | | * | | iommu/arm-smmu-v3: Remove unnecessary wrapper functionAndrew Murray2018-10-101-8/+4Star
| | | * | | iommu/arm-smmu-v3: Add SPDX headerAndrew Murray2018-10-101-12/+1Star
| | | * | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2018-10-017-69/+230
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | iommu/arm-smmu: Support non-strict modeRobin Murphy2018-10-011-27/+66
| | | | * | iommu/io-pgtable-arm-v7s: Add support for non-strict modeRobin Murphy2018-10-011-1/+10
| | | | * | iommu/arm-smmu-v3: Add support for non-strict modeZhen Lei2018-10-011-23/+56
| | | | * | iommu/io-pgtable-arm: Add support for non-strict modeZhen Lei2018-10-012-2/+17
| | | | * | iommu: Add "iommu.strict" command line optionZhen Lei2018-10-011-0/+14
| | | | * | iommu/dma: Add support for non-strict modeZhen Lei2018-10-011-1/+31
| | | | * | iommu/arm-smmu: Ensure that page-table updates are visible before TLBIWill Deacon2018-10-011-0/+6
| | | | * | iommu/arm-smmu-v3: Implement flush_iotlb_all hookZhen Lei2018-10-011-1/+9
| | | | * | iommu/arm-smmu-v3: Avoid back-to-back CMD_SYNC operationsZhen Lei2018-10-011-3/+13
| | | | * | iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeoutZhen Lei2018-10-011-5/+3Star
| | | | * | iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()Robin Murphy2018-10-011-5/+4Star
| | | | * | iommu/arm-smmu-v3: Fix a couple of minor comment typosJohn Garry2018-10-011-3/+3
| | | | |/
| | * | / iommu/ipmmu-vmsa: Convert to SPDX identifiersKuninori Morimoto2018-09-251-4/+1Star
| | | |/ | | |/|
* | | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-0/+8
|\ \ \ \
| * | | | s390: vfio-ap: base implementation of VFIO AP device driverTony Krowiak2018-09-261-0/+8
| | |/ / | |/| |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-231-2/+12
|\ \ \ \
| * | | | iommu/amd: Remap the IOMMU device table with the memory encryption mask for k...Lianbo Jiang2018-10-061-2/+12
| |/ / /
* | | | Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-231-3/+1Star
|\ \ \ \ | |_|/ / |/| | |
| * | | intel-iommu: mark intel_dma_ops staticChristoph Hellwig2018-09-171-1/+1