aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/amd_iommu_types.h
AgeCommit message (Expand)Author
2010-10-13x86/amd-iommu: Update copyright headersJoerg Roedel
2010-10-13x86/amd-iommu: Reenable AMD IOMMU if it's mysteriously vanished over suspendMatthew Garrett
2010-09-23x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel
2010-09-23x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel
2010-05-11Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel
2010-04-07x86/amd-iommu: warn when issuing command to uninitialized cmd bufferChris Wright
2010-03-07x86/amd-iommu: Make iommu_unmap_page and fetch_pte aware of page sizesJoerg Roedel
2010-03-07x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizesJoerg Roedel
2010-03-01x86/amd-iommu: Protect IOMMU-API map/unmap pathJoerg Roedel
2009-11-27x86/amd-iommu: Remove amd_iommu_pd_tableJoerg Roedel
2009-11-27x86/amd-iommu: Cleanup DTE flushing codeJoerg Roedel
2009-11-27x86/amd-iommu: Keep devices per domain in a listJoerg Roedel
2009-11-27x86/amd-iommu: Add device bind reference countingJoerg Roedel
2009-11-27x86/amd-iommu: Use dev->arch->iommu to store iommu related informationJoerg Roedel
2009-11-27x86/amd-iommu: Remove support for domain sharingJoerg Roedel
2009-11-27x86/amd-iommu: Make np-cache a global flagJoerg Roedel
2009-11-27x86/amd-iommu: Implement protection domain listJoerg Roedel
2009-11-27x86/amd-iommu: Add per IOMMU reference countingJoerg Roedel
2009-11-27x86/amd-iommu: Add an index field to struct amd_iommuJoerg Roedel
2009-11-27x86/amd-iommu: Update copyright headersJoerg Roedel
2009-11-27x86/amd-iommu: Separate internal interface definitionsJoerg Roedel
2009-09-03Merge branch 'amd-iommu/pagetable' into amd-iommu/2.6.32Joerg Roedel
2009-09-03Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32Joerg Roedel
2009-09-03Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-...Joerg Roedel
2009-09-03x86/amd-iommu: Add passthrough mode initialization functionsJoerg Roedel
2009-09-03x86/amd-iommu: Change iommu_map_page to support multiple page sizesJoerg Roedel
2009-09-03x86/amd-iommu: Support higher level PTEs in iommu_page_unmapJoerg Roedel
2009-09-03x86/amd-iommu: Remove old page table handling macrosJoerg Roedel
2009-09-03x86/amd-iommu: Introduce increase_address_space functionJoerg Roedel
2009-09-03x86/amd-iommu: Flush domains if address space size was increasedJoerg Roedel
2009-09-03x86/amd-iommu: Make fetch_pte aware of dynamic mapping levelsJoerg Roedel
2009-09-03x86/amd-iommu: Panic if IOMMU command buffer reset failsJoerg Roedel
2009-09-03x86/amd-iommu: Add reset function for command buffersJoerg Roedel
2009-09-03x86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi"Joerg Roedel
2009-05-28Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...Joerg Roedel
2009-05-28amd-iommu: change dma_dom->next_bit to dma_dom->next_addressJoerg Roedel
2009-05-28amd-iommu: make address allocator aware of multiple aperture rangesJoerg Roedel
2009-05-28amd-iommu: introduce aperture_range structureJoerg Roedel
2009-05-28amd-iommu: introduce for_each_iommu* macrosJoerg Roedel
2009-05-28amd-iommu: add amd_iommu_dump parameterJoerg Roedel
2009-01-03AMD IOMMU: add init code for statistic collectionJoerg Roedel
2009-01-03AMD IOMMU: add necessary header defines for stats countingJoerg Roedel
2009-01-03AMD IOMMU: convert amd_iommu_isolate to boolJoerg Roedel
2009-01-03AMD IOMMU: convert iommu->need_sync to boolJoerg Roedel
2009-01-03AMD IOMMU: use dev_name instead of self-build print_devidJoerg Roedel
2009-01-03AMD IOMMU: add a domain flag for default domainsJoerg Roedel
2009-01-03AMD IOMMU: add device reference counting for protection domainsJoerg Roedel
2009-01-03AMD IOMMU: add protection domain flagsJoerg Roedel
2008-12-03AMD IOMMU: struct amd_iommu remove padding on 64 bitRichard Kennedy
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin