summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/amd_iommu.c
AgeCommit message (Expand)Author
2011-02-14Digi Release Code from del-5.6/main2.6.31-digi-201102141643Ian Wisbon
2009-07-01x86: Mark device_nb as static and fix NULL noiseJaswinder Singh Rajput
2009-06-15amd-iommu: flush domain tlb when attaching a new deviceChris Wright
2009-06-09amd-iommu: remove unnecessary "AMD IOMMU: " prefixJoerg Roedel
2009-06-09amd-iommu: detach device explicitly before attaching it to a new domainJoerg Roedel
2009-06-09amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handlingJoerg Roedel
2009-06-09Merge commit 'tip/core/iommu' into amd-iommu/fixesJoerg Roedel
2009-06-03amd_iommu: fix lock imbalanceJiri Slaby
2009-05-28Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...Joerg Roedel
2009-05-28amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESSJoerg Roedel
2009-05-28amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESSJoerg Roedel
2009-05-28amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESSJoerg Roedel
2009-05-28amd-iommu: remove amd_iommu_size kernel parameterJoerg Roedel
2009-05-28amd-iommu: enlarge the aperture dynamicallyJoerg Roedel
2009-05-28amd-iommu: handle exlusion ranges and unity mappings in alloc_new_rangeJoerg Roedel
2009-05-28amd-iommu: move aperture_range allocation code to seperate functionJoerg 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: handle page table allocation failures in dma_ops codeJoerg Roedel
2009-05-28amd-iommu: move page table allocation code to seperate functionJoerg Roedel
2009-05-28amd-iommu: introduce aperture_range structureJoerg Roedel
2009-05-28amd-iommu: add function to flush tlb for all devicesJoerg Roedel
2009-05-28amd-iommu: add function to flush tlb for all domainsJoerg Roedel
2009-05-28amd-iommu: introduce for_each_iommu* macrosJoerg Roedel
2009-05-28amd iommu: properly detach from protection domain on ->removeChris Wright
2009-05-28amd-iommu: move protection domain printk to dump codeJoerg Roedel
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-03-24iommu: Add domain_has_cap iommu_opsSheng Yang
2009-03-05Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-05AMD IOMMU: remove unnecessary ifdefFUJITA Tomonori
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori
2009-01-06x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori
2009-01-06x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori
2009-01-03AMD IOMMU: remove now unnecessary #ifdefsJoerg Roedel
2009-01-03AMD IOMMU: prealloc_protection_domains should be staticJaswinder Singh Rajput
2009-01-03AMD IOMMU: add statistics about total number of map requestsJoerg Roedel
2009-01-03AMD IOMMU: add statistics about allocated io memoryJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for domain tlb flushesJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for single iommu domain tlb flushesJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for cross-page requestJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for free_coherent requestsJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for alloc_coherent requestsJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for unmap_sg requestsJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for map_sg requestsJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for unmap_single requestsJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for map_single requestsJoerg Roedel
2009-01-03AMD IOMMU: add stats counter for completion wait eventsJoerg Roedel
2009-01-03AMD IOMMU: add init code for statistic collectionJoerg Roedel
2009-01-03AMD IOMMU: use calc_devid in prealloc_protection_domainsJoerg Roedel
2009-01-03AMD IOMMU: convert iommu->need_sync to boolJoerg Roedel