summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | iommu/vt-d: Allocate si_domain in init_dmars()Joerg Roedel2015-06-161-5/+7
| | | | * | | | iommu/vt-d: Mark copied context entriesJoerg Roedel2015-06-161-2/+51
| | | | * | | | iommu/vt-d: Do not re-use domain-ids from the old kernelJoerg Roedel2015-06-161-1/+10
| | | | * | | | iommu/vt-d: Copy translation tables from old kernelJoerg Roedel2015-06-161-2/+205
| | | | * | | | iommu/vt-d: Detect pre enabled translationJoerg Roedel2015-06-161-0/+19
| | | | * | | | iommu/vt-d: Make root entry visible for hardware right after allocationJoerg Roedel2015-06-161-4/+6
| | | | * | | | iommu/vt-d: Init QI before root entry is allocatedJoerg Roedel2015-06-161-3/+2
| | | | * | | | iommu/vt-d: Cleanup log messagesJoerg Roedel2015-06-163-110/+101
| | | * | | | | iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devicesWill Deacon2015-05-293-0/+2684
| | | * | | | | iommu/arm-smmu: Make force_stage module param read-only in sysfsWill Deacon2015-05-291-1/+1
| | | * | | | | iommu/arm-smmu: Fix ATS1* register writesRobin Murphy2015-05-291-11/+10
| | | | |_|/ / | | | |/| | |
| | * | | | | iommu/exynos: Add callback for initializing devices from device treeMarek Szyprowski2015-05-291-0/+28
| | * | | | | iommu/exynos: Init from dt-specific callback instead of initcallMarek Szyprowski2015-05-291-9/+28
| | * | | | | iommu/exynos: Add system suspend/resume supportMarek Szyprowski2015-05-291-0/+31
| | * | | | | iommu/exynos: Add support for runtime_pmMarek Szyprowski2015-05-291-0/+2
| | * | | | | iommu/exynos: Add support for binding more than one sysmmu to master deviceMarek Szyprowski2015-05-291-6/+5
| | * | | | | iommu/exynos: Add/remove callbacks should fail if no iommu is availableMarek Szyprowski2015-05-291-0/+6
| | * | | | | iommu/exynos: Document internal structuresMarek Szyprowski2015-05-291-18/+35
| | * | | | | iommu/exynos: Remove excessive includes and sort others alphabeticallyMarek Szyprowski2015-05-291-9/+5
| | * | | | | iommu/exynos: Use struct exynos_iommu_domain in internal structuresMarek Szyprowski2015-05-291-5/+5
| | * | | | | iommu/exynos: Rename variables to reflect their purposeMarek Szyprowski2015-05-291-93/+94
| | * | | | | iommu/exynos: Refactor function parameters to simplify codeMarek Szyprowski2015-05-291-86/+48
| | * | | | | iommu/exynos: Remove useless members from exynos_iommu_owner structureMarek Szyprowski2015-05-291-19/+2
| | * | | | | iommu/exynos: Remove unused functionsMarek Szyprowski2015-05-291-31/+0
| | * | | | | iommu/exynos: Don't read version register on every tlb operationMarek Szyprowski2015-05-291-8/+5
| | * | | | | iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski2015-05-291-1/+1
| | * | | | | iommu/exynos: Tell kmemleak to ignore 2nd level page tablesColin Cross2015-05-111-0/+1
| | | |_|_|/ | | |/| | |
| * | | | | iommu/rockchip: Silence attaching and detaching of devicesHeiko Stuebner2015-05-291-2/+2
| * | | | | iommu/rockchip: Make sure that page table state is coherentTomasz Figa2015-05-051-6/+17
| |/ / / /
* | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-228-746/+711
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | iommu, x86: Properly handle posted interrupts for IOMMU hotplugFeng Wu2015-06-121-0/+3
| * | | | iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu2015-06-121-0/+9
| * | | | iommu, x86: Setup Posted-Interrupts capability for Intel iommuFeng Wu2015-06-123-0/+35
| * | | | iommu, x86: Avoid migrating VT-d posted interruptsFeng Wu2015-06-121-1/+4
| * | | | iommu, x86: Save the mode (posted or remapped) of an IRTEFeng Wu2015-06-121-0/+10
| * | | | iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chipFeng Wu2015-06-121-0/+37
| * | | | iommu: Add new member capability to struct irq_remap_opsFeng Wu2015-06-121-0/+3
| * | | | Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar2015-05-173-31/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-112-80/+67
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | irq_remapping/vt-d: Init all MSI entries not just the first oneThomas Gleixner2015-05-051-5/+11
| * | | | x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2015-04-242-4/+2
| * | | | irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu2015-04-241-0/+5
| * | | | irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.cJiang Liu2015-04-241-0/+7
| * | | | x86/irq: Remove irq_cfg.irq_remappedJiang Liu2015-04-242-3/+0
| * | | | irq_remapping: Clean up unused interfacesJiang Liu2015-04-241-16/+0
| * | | | irq_remapping/amd: Clean up unsued codeJiang Liu2015-04-241-144/+0
| * | | | irq_remapping/vt-d: Clean up unsued codeJiang Liu2015-04-241-186/+1
| * | | | irq_remapping: Clean up unsued code to support IOAPICJiang Liu2015-04-241-33/+0
| * | | | x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu2015-04-241-19/+0
| * | | | x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu2015-04-241-15/+0
OpenPOWER on IntegriCloud