summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+35
* iommu/amd: Add amd_iommu_device_info() functionJoerg Roedel2011-12-151-0/+43
* iommu/amd: Adapt IOMMU driver to PCI register name changesJoerg Roedel2011-12-151-8/+8
* Merge branch 'iommu/page-sizes' into x86/amdJoerg Roedel2011-12-146-60/+181
|\
| * 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-102-25/+123
| * iommu/core: stop converting bytes to page order back and forthOhad Ben-Cohen2011-11-105-39/+26
* | iommu/amd: Add invalid_ppr callbackJoerg Roedel2011-12-141-2/+55
* | 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-121-0/+306
* | iommu/amd: Implement device aquisition code for IOMMUv2Joerg Roedel2011-12-121-0/+210
* | 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-122-3/+55
* | 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-123-16/+86
* | iommu/amd: Add iommuv2 flag to struct amd_iommuJoerg Roedel2011-12-123-0/+23
* | iommu/amd: Enable GT mode when supported by IOMMUJoerg Roedel2011-12-122-0/+10
* | iommu/amd: Setup PPR log when supported by IOMMUJoerg Roedel2011-12-122-0/+65
* | iommu/amd: Get the maximum number of PASIDs supportedJoerg Roedel2011-12-122-0/+19
* | iommu/amd: Convert dev_table_entry to u64Joerg Roedel2011-12-123-16/+18
* | intr_remapping: Fix section mismatch in ir_dev_scope_init()Sergey Senozhatsky2011-12-051-1/+1
* | intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev()Sergey Senozhatsky2011-12-051-1/+1
* | iommu: omap: Fix compile failureMing Lei2011-11-082-0/+2
|/
* intel-iommu: now needs export.h for EXPORT_SYMBOL_GPLPaul Gortmaker2011-10-311-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-309-29/+2527
|\
| *-----. Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-219-29/+2527
| |\ \ \ \
| | | | | * iommu/core: Remove global iommu_ops and register_iommuJoerg Roedel2011-10-211-23/+4
| | | | | * iommu/msm: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | * iommu/omap: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | * iommu/vt-d: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | * iommu/amd: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | * iommu/core: Use bus->iommu_ops in the iommu-apiJoerg Roedel2011-10-211-7/+27
| | | | | * iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-3/+6
| | | | | * iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel2011-10-211-1/+13
| | | | | * Driver core: Add iommu_ops to bus_typeJoerg Roedel2011-10-211-0/+31
| | | | | *---. Merge branches 'debug/dma-api', 'arm/omap', 'arm/msm' and 'core' into api-2Joerg Roedel2011-09-067-8/+2464
| | | | | |\ \ \
OpenPOWER on IntegriCloud