summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-1220-1448/+1996
|\
| *-------. Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-0417-312/+284
| |\ \ \ \ \
| | | | | | * iommu: Update my email addressJoerg Roedel2015-02-047-9/+9
| | | | | | * iommu: Make more drivers depend on COMPILE_TESTJoerg Roedel2015-01-301-3/+6
| | | | | | * iommu: Disable on !MMU buildsArnd Bergmann2015-01-301-3/+5
| | | | | | * iommu: Fix trace_map() to report original iova and original sizeShuah Khan2015-01-261-1/+1
| | | | | | * iommu: Change trace unmap api to report unmapped sizeShuah Khan2015-01-191-1/+1
| | | | | | * iommu: Fix trace_unmap() to report original iovaShuah Khan2015-01-191-1/+2
| | | | | | * iommu: Make IOVA domain page size explicitRobin Murphy2015-01-192-5/+16
| | | | | | * iommu: Make IOVA domain low limit flexibleRobin Murphy2015-01-192-7/+12
| | | | | | * iommu: Consolidate IOVA allocator codeRobin Murphy2015-01-192-31/+37
| | | | | | * iommu: Allow building iova.c independentlyRobin Murphy2015-01-192-1/+6
| | | | | * | iommu/amd: Convert non-returned local variable to boolean when relevantQuentin Lambert2015-02-041-6/+6
| | | | | * | iommu/amd: Use wait_event in put_pasid_state_waitJoerg Roedel2015-02-041-8/+1
| | | | | * | iommu/amd: Fix amd_iommu_free_device()Peter Zijlstra2015-02-041-13/+7
| | | | * | | iommu/fsl: Various cleanupsEmil Medve2015-02-033-214/+177
| | | | * | | iommu/fsl: Use %pa to print phys_addr_tJoerg Roedel2015-01-301-4/+3
| | | | * | | iommu/fsl: Remove unused fsl_of_pamu_ids[]Emil Medve2015-01-261-10/+0
| | | | * | | iommu/fsl: Fix section mismatchEmil Medve2015-01-261-1/+1
| | | | | |/ | | | | |/|
| | | * | | iommu/omap: Print phys_addr_t using %paJoerg Roedel2015-01-301-1/+1
| | | |/ /
| | * | | iommu/arm-smmu: Avoid build warningArnd Bergmann2015-02-031-1/+1
| * | | | iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registeredLaurent Pinchart2015-01-301-28/+21
| * | | | iommu/ipmmu-vmsa: Use the ARM LPAE page table allocatorLaurent Pinchart2015-01-262-494/+61
| * | | | Merge branch 'arm/smmu' into arm/renesasJoerg Roedel2015-01-266-619/+1561
| |\ \ \ \ | | |/ / /
| | * | | iommu/arm-smmu: add support for iova_to_phys through ATS1PRMitchel Humpherys2015-01-191-2/+67
| | * | | iommu/arm-smmu: don't touch the secure STLBIALL registerMitchel Humpherys2015-01-191-2/+0
| | * | | iommu/arm-smmu: make use of generic LPAE allocatorWill Deacon2015-01-192-626/+266
| | * | | iommu: io-pgtable-arm: add non-secure quirkLaurent Pinchart2015-01-192-1/+9
| | * | | iommu: add self-consistency tests to ARM LPAE IO page table allocatorWill Deacon2015-01-192-1/+208
| | * | | iommu: add ARM LPAE page table allocatorWill Deacon2015-01-195-0/+816
| | * | | iommu: introduce generic page table allocation frameworkWill Deacon2015-01-194-0/+208
| | |/ /
| * | | iommu/ipmmu-vmsa: Remove platform data supportLaurent Pinchart2015-01-161-24/+0
| * | | iommu/ipmmu-vmsa: Support multiple micro TLBs per deviceLaurent Pinchart2015-01-161-29/+86
| * | | iommu/ipmmu-vmsa: Add device tree supportLaurent Pinchart2015-01-161-8/+47
| * | | iommu/ipmmu-vmsa: Invalidate TLB after unmappingLaurent Pinchart2015-01-161-3/+1
| * | | iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page tableLaurent Pinchart2015-01-161-8/+11
| * | | iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachmentLaurent Pinchart2015-01-161-1/+3
| |/ /
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-096-109/+83
|\ \ \ | |_|/ |/| |
| * | iommu/amd: Fix irq remapping detection logicThomas Gleixner2015-01-231-1/+6
| * | iommu/irq_remapping: Normailize the way to detect whether IR is enabledJiang Liu2015-01-151-24/+14
| * | iommu/irq_remapping: Change variable disable_irq_remap to be staticJiang Liu2015-01-154-14/+2
| * | iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenanceJiang Liu2015-01-151-8/+8
| * | iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu2015-01-156-26/+2
| * | iommu/amd: Check for irq-remap support amd_iommu_prepare()Joerg Roedel2015-01-151-0/+3
| * | iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC modeJiang Liu2015-01-151-4/+6
| * | iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUsJoerg Roedel2015-01-151-10/+9
| * | iommu/vt-d: Prepare for killing function irq_remapping_supported()Jiang Liu2015-01-151-33/+25
| * | iommu/vt-d: Convert allocations to GFP_KERNELThomas Gleixner2015-01-151-2/+2
| * | iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepareThomas Gleixner2015-01-151-20/+44
| * | iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner2015-01-151-12/+7
| |/
OpenPOWER on IntegriCloud