aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-2/+38
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams2-3/+3
2015-12-14iommu/vt-d: Do access checks before calling handle_mm_fault()Joerg Roedel1-0/+20
2015-12-14iommu/amd: Do proper access checking before calling handle_mm_fault()Joerg Roedel1-2/+18
2015-11-09s390/pci_dma: handle dma table failuresSebastian Ott1-2/+21
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-2/+2
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+8
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds15-421/+1351
2015-11-05Merge git://git.infradead.org/intel-iommuLinus Torvalds5-59/+899
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+2
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into nextJoerg Roedel15-421/+1351
2015-11-02iommu/vt-d: Fix return value check of parse_ioapics_under_ir()Joerg Roedel1-1/+1
2015-10-28iommu/vt-d: Fix rwxp flags in SVM device fault callbackDavid Woodhouse1-1/+1
2015-10-27Merge tag 'iommu-fixes-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-2/+10
2015-10-24iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependenciesDavid Woodhouse1-7/+23
2015-10-24iommu/vt-d: Handle Caching Mode implementations of SVMDavid Woodhouse1-5/+18
2015-10-23iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope()Joerg Roedel1-6/+11
2015-10-23iommu/vt-d: Adjust the return value of the parse_ioapics_under_irBaoquan He1-3/+3
2015-10-21powerpc/fsl: Move fsl_guts.h out of arch/powerpcScott Wood1-1/+1
2015-10-22iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel1-8/+10
2015-10-22iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel1-2/+0
2015-10-22iommu/arm-smmu: Switch to device_group call-backJoerg Roedel2-31/+47
2015-10-22iommu/fsl: Convert to device_group call-backJoerg Roedel1-25/+16
2015-10-22iommu: Add device_group call-back to x86 iommu driversJoerg Roedel2-0/+2
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel1-0/+15
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel1-2/+6
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel1-3/+6
2015-10-22Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommuLinus Torvalds1-4/+8
2015-10-21iommu/amd: Remove find_last_devid_on_pci()Joerg Roedel1-19/+0
2015-10-21iommu/amd: Remove first/last_device handlingJoerg Roedel2-36/+3
2015-10-21iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALLJoerg Roedel1-0/+4
2015-10-21iommu/amd: Cleanup buffer allocationJoerg Roedel1-30/+16
2015-10-21iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel3-17/+5
2015-10-21iommu/amd: Align DTE flag definitionsJoerg Roedel1-2/+2
2015-10-21iommu/amd: Remove old alias handling codeJoerg Roedel1-99/+0
2015-10-21iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel1-2/+15
2015-10-21iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel1-0/+12
2015-10-21iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel1-3/+2
2015-10-21iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel1-23/+3
2015-10-21iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel1-1/+2
2015-10-21iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2-2/+3
2015-10-20iommu/vt-d: Fix SVM IOTLB flush handlingDavid Woodhouse1-20/+15
2015-10-19iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..)Sudeep Dutt1-2/+2
2015-10-18iommu/vt-d: fix a loop in prq_event_thread()Dan Carpenter1-1/+1
2015-10-16iommu/vt-d: Fix IOTLB flushing for global pagesDavid Woodhouse1-10/+17
2015-10-16iommu/vt-d: Fix address shifting in page request handlerDavid Woodhouse1-1/+1
2015-10-15iommu/vt-d: shift wrapping bug in prq_event_thread()Dan Carpenter1-1/+1
2015-10-15iommu/vt-d: Fix NULL pointer dereference in page request error caseDavid Woodhouse1-4/+8
2015-10-15iommu/arm-smmu: Add support for MSI on SMMUv3Marc Zyngier2-8/+98