aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-27x86/amd-iommu: Remove amd_iommu_pd_tableJoerg Roedel1-24/+11
2009-11-27x86/amd-iommu: Move reset_iommu_command_buffer out of locked codeJoerg Roedel1-7/+6
2009-11-27x86/amd-iommu: Cleanup DTE flushing codeJoerg Roedel1-66/+34
2009-11-27x86/amd-iommu: Introduce iommu_flush_device() functionJoerg Roedel1-4/+15
2009-11-27x86/amd-iommu: Cleanup attach/detach_device codeJoerg Roedel1-44/+58
2009-11-27x86/amd-iommu: Keep devices per domain in a listJoerg Roedel1-0/+11
2009-11-27x86/amd-iommu: Add device bind reference countingJoerg Roedel1-8/+29
2009-11-27x86/amd-iommu: Use dev->arch->iommu to store iommu related informationJoerg Roedel1-23/+86
2009-11-27x86/amd-iommu: Remove support for domain sharingJoerg Roedel1-8/+2
2009-11-27x86/amd-iommu: Rearrange dma_ops related functionsJoerg Roedel1-47/+42
2009-11-27x86/amd-iommu: Move some pte allocation functions in the right sectionJoerg Roedel1-99/+94
2009-11-27x86/amd-iommu: Remove iommu parameter from dma_ops_domain_allocJoerg Roedel1-8/+4
2009-11-27x86/amd-iommu: Use get_device_id and check_device where appropriateJoerg Roedel1-61/+49
2009-11-27x86/amd-iommu: Move find_protection_domain to helper functionsJoerg Roedel1-29/+28
2009-11-27x86/amd-iommu: Simplify get_device_resources()Joerg Roedel1-50/+36
2009-11-27x86/amd-iommu: Let domain_for_device handle aliasesJoerg Roedel1-92/+135
2009-11-27x86/amd-iommu: Remove iommu specific handling from dma_ops pathJoerg Roedel1-17/+11
2009-11-27x86/amd-iommu: Remove iommu parameter from __(un)map_singleJoerg Roedel1-10/+8
2009-11-27x86/amd-iommu: Make alloc_new_range aware of multiple IOMMUsJoerg Roedel1-12/+15
2009-11-27x86/amd-iommu: Remove iommu parameter from dma_ops_domain_(un)mapJoerg Roedel1-7/+5
2009-11-27x86/amd-iommu: Use check_device in get_device_resourcesJoerg Roedel1-58/+28
2009-11-27x86/amd-iommu: Use check_device for amd_iommu_dma_supportedJoerg Roedel1-16/+19
2009-11-27x86/amd-iommu: Make np-cache a global flagJoerg Roedel1-7/+1
2009-11-27x86/amd-iommu: Reimplement flush_all_domains_on_iommu()Joerg Roedel1-19/+24
2009-11-27x86/amd-iommu: Reimplement amd_iommu_flush_all_domains()Joerg Roedel1-3/+5
2009-11-27x86/amd-iommu: Implement protection domain listJoerg Roedel1-0/+33
2009-11-27x86/amd-iommu: Remove iommu_flush_domain functionJoerg Roedel1-16/+2
2009-11-27x86/amd-iommu: Use __iommu_flush_pages for tlb flushesJoerg Roedel1-15/+7
2009-11-27x86/amd-iommu: Make iommu_flush_pages aware of multiple IOMMUsJoerg Roedel1-7/+24
2009-11-27x86/amd-iommu: Add function to complete a tlb flushJoerg Roedel1-6/+22
2009-11-27x86/amd-iommu: Add per IOMMU reference countingJoerg Roedel1-3/+9
2009-11-27x86/amd-iommu: Update copyright headersJoerg Roedel1-1/+1
2009-11-27x86/amd-iommu: Separate internal interface definitionsJoerg Roedel1-0/+1
2009-11-23x86/amd-iommu: attach devices to pre-allocated domains earlyJoerg Roedel1-2/+6
2009-11-17x86: Kill bad_dma_address variableFUJITA Tomonori1-11/+10
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-1/+1
2009-11-03Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel1-0/+2
2009-10-09x86/amd-iommu: Workaround for erratum 63Joerg Roedel1-0/+2
2009-09-03Merge branch 'amd-iommu/pagetable' into amd-iommu/2.6.32Joerg Roedel1-95/+158
2009-09-03Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32Joerg Roedel1-18/+123
2009-09-03Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-handling' into amd-iommu/2.6.32Joerg Roedel1-28/+91
2009-09-03x86/amd-iommu: Don't detach device from pt domain on driver unbindJoerg Roedel1-0/+2
2009-09-03x86/amd-iommu: Make sure a device is assigned in passthrough modeJoerg Roedel1-0/+9
2009-09-03x86/amd-iommu: Align locking between attach_device and detach_deviceJoerg Roedel1-5/+14
2009-09-03x86/amd-iommu: Fix device table write orderJoerg Roedel1-2/+2
2009-09-03x86/amd-iommu: Add passthrough mode initialization functionsJoerg Roedel1-8/+64
2009-09-03x86/amd-iommu: Add core functions for pd allocation/freeingJoerg Roedel1-4/+32
2009-09-03x86/amd-iommu: Change iommu_map_page to support multiple page sizesJoerg Roedel1-11/+20