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