summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-1043-317/+2943
|\
| * Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel2012-01-099-1/+155
| |\
| | * iommu: Fix compile error with !IOMMU_APIJoerg Roedel2011-11-151-1/+1
| | * iommu: Add option to group multi-function devicesAlex Williamson2011-11-157-2/+30
| | * iommu/amd: Implement iommu_device_groupAlex Williamson2011-11-151-0/+13
| | * iommu/intel: Implement iommu_device_groupAlex Williamson2011-11-151-0/+46
| | * iommu: Add iommu_device_group callback and iommu_group sysfs entryAlex Williamson2011-11-152-0/+67
| | |
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel2012-01-0939-317/+2789
| |\ \ \
| | | * | iommu/amd: Set IOTLB invalidation timeoutJoerg Roedel2011-12-222-0/+23
| | | * | iommu/amd: Init stats for iommu=ptJoerg Roedel2011-12-221-0/+2
| | | * | iommu/amd: Remove unnecessary cache flushes in amd_iommu_resumeJoerg Roedel2011-12-221-7/+0
| | | * | iommu/amd: Add invalidate-context call-backJoerg Roedel2011-12-152-0/+52
| | | * | iommu/amd: Add amd_iommu_device_info() functionJoerg Roedel2011-12-152-0/+69
| | | * | iommu/amd: Adapt IOMMU driver to PCI register name changesJoerg Roedel2011-12-151-8/+8
| | | * | Merge remote-tracking branch 'pci/pri-changes' into x86/amdJoerg Roedel2011-12-1516-105/+269
| | | |\ \
| | | | * | PCI: More PRI/PASID cleanupAlex Williamson2011-12-052-48/+51
| | | | * | PCI: Enable is not exposed as a PASID capabilityAlex Williamson2011-12-051-3/+2
| | | | * | PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman2011-12-051-0/+10
| | | | * | PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki2011-12-051-4/+8
| | | | * | PCI/ACPI: Make acpiphp ignore root bridges using SHPC native hotplugRafael J. Wysocki2011-12-052-2/+6
| | | | * | PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2011-12-054-13/+2
| | | | * | PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige2011-12-051-1/+1
| | | | * | PCI: Rework ASPM disable codeMatthew Garrett2011-12-054-24/+46
| | | | * | PCI: Fix PRI and PASID consistencyAlex Williamson2011-12-052-12/+12
| | | | * | PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman2011-12-054-0/+133
| | | * | | Merge branch 'iommu/page-sizes' into x86/amdJoerg Roedel2011-12-148-70/+205
| | | |\ \ \
| | | | * | | iommu/core: remove the temporary pgsize settingsOhad Ben-Cohen2011-11-101-10/+0
| | | | * | | iommu/intel: announce supported page sizesOhad Ben-Cohen2011-11-101-0/+19
| | | | * | | iommu/amd: announce supported page sizesOhad Ben-Cohen2011-11-101-0/+19
| | | | * | | iommu/msm: announce supported page sizesOhad Ben-Cohen2011-11-101-1/+5
| | | | * | | iommu/omap: announce supported page sizesOhad Ben-Cohen2011-11-101-0/+4
| | | | * | | iommu/core: split mapping to page sizes as supported by the hardwareOhad Ben-Cohen2011-11-104-32/+144
| | | | * | | iommu/core: stop converting bytes to page order back and forthOhad Ben-Cohen2011-11-106-42/+29
| | | | | |/ | | | | |/|
| | | * | | iommu/amd: Add invalid_ppr callbackJoerg Roedel2011-12-142-5/+86
| | | * | | iommu/amd: Implement notifiers for IOMMUv2Joerg Roedel2011-12-142-11/+178
| | | * | | iommu/amd: Implement IO page-fault handlerJoerg Roedel2011-12-121-8/+196
| | | * | | iommu/amd: Add routines to bind/unbind a pasidJoerg Roedel2011-12-122-0/+332
| | | * | | iommu/amd: Implement device aquisition code for IOMMUv2Joerg Roedel2011-12-122-1/+232
| | | * | | iommu/amd: Add driver stub for AMD IOMMUv2 supportJoerg Roedel2011-12-123-0/+45
| | | * | | iommu/amd: Add stat counter for IOMMUv2 eventsJoerg Roedel2011-12-121-0/+17
| | | * | | iommu/amd: Add device errata handlingJoerg Roedel2011-12-123-3/+73
| | | * | | iommu/amd: Add function to get IOMMUv2 domain for pdevJoerg Roedel2011-12-123-0/+23
| | | * | | iommu/amd: Implement function to send PPR completionsJoerg Roedel2011-12-123-0/+63
| | | * | | iommu/amd: Implement functions to manage GCR3 tableJoerg Roedel2011-12-123-0/+135
| | | * | | iommu/amd: Implement IOMMUv2 TLB flushing routinesJoerg Roedel2011-12-123-0/+140
| | | * | | iommu/amd: Add support for IOMMUv2 domain modeJoerg Roedel2011-12-125-5/+180
| | | * | | iommu/amd: Add amd_iommu_domain_direct_map functionJoerg Roedel2011-12-122-2/+39
| | | * | | iommu/amd: Implement notifier for PPR faultsJoerg Roedel2011-12-123-2/+125
| | | * | | iommu/amd: Put IOMMUv2 capable devices in pt_domainJoerg Roedel2011-12-124-16/+91
| | | * | | iommu/amd: Add iommuv2 flag to struct amd_iommuJoerg Roedel2011-12-123-0/+23