aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu.c
Commit message (Expand)AuthorAge
*---. Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar2008-10-10
|\ \ \
| | | * AMD IOMMU: use iommu_device_max_indexFUJITA Tomonori2008-10-02
| | | * iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori2008-09-22
| | | * iommu: export iommu_area_reserve helper functionFUJITA Tomonori2008-09-22
| | | * AMD IOMMU: use coherent_dma_mask in alloc_coherentJoerg Roedel2008-09-19
| | | * AMD IOMMU: simplify dma_mask_to_pagesJoerg Roedel2008-09-19
| | | * AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherentJoerg Roedel2008-09-19
| | | * AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherentFUJITA Tomonori2008-09-19
| | | * AMD IOMMU: some set_device_domain cleanupsJoerg Roedel2008-09-19
| | | * AMD IOMMU: don't assign preallocated protection domains to devicesJoerg Roedel2008-09-19
| | | * AMD IOMMU: add dma_supported callbackJoerg Roedel2008-09-19
| | | * AMD IOMMU: add event handling codeJoerg Roedel2008-09-19
| | | * AMD IOMMU: add MSI interrupt supportJoerg Roedel2008-09-19
| | | * AMD IOMMU: align alloc_coherent addresses properlyJoerg Roedel2008-09-19
| | | * AMD IOMMU: add branch hints to completion wait checksJoerg Roedel2008-09-19
| | | * AMD IOMMU: implement lazy IO/TLB flushingJoerg Roedel2008-09-19
| | | * AMD IOMMU: move TLB flushing to the map/unmap helper functionsJoerg Roedel2008-09-19
| | | * AMD IOMMU: check for invalid device pointersJoerg Roedel2008-09-19
| | | * Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar2008-09-10
| | | |\ | | |_|/ | |/| |
| | | * x86, AMD IOMMU: remove obsolete FIXME commentJoerg Roedel2008-08-22
| | |/
* | | AMD IOMMU: protect completion wait loop with iommu lockJoerg Roedel2008-09-18
* | | AMD IOMMU: set iommu sunc flag after command queuingJoerg Roedel2008-09-18
|/ /
* / x86 iommu: remove unneeded parenthesisJiri Kosina2008-08-18
|/
* x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bitsJoerg Roedel2008-08-15
* x86, AMD IOMMU: use status bit instead of memory write-back for completion waitJoerg Roedel2008-08-15
* Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes2008-07-28
|\
| * x86, AMD IOMMU: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-26
* | x86, AMD IOMMU: include amd_iommu_last_bdf in device initializationJoerg Roedel2008-07-26
|/
*-. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-21
|\ \
| | * x86: make only GART code include gart.hFUJITA Tomonori2008-07-11
| |/ |/|
| * x86, AMD IOMMU: replace DEVID macro with a functionJoerg Roedel2008-07-11
| * x86, AMD IOMMU: rename struct command to iommu_cmdJoerg Roedel2008-07-11
| * x86, AMD IOMMU: add an emergency exit to the completion wait loopJoerg Roedel2008-07-11
| * x86, AMD IOMMU: replace HIGH_U32 macro with upper_32_bits functionJoerg Roedel2008-07-11
| * x86, AMD IOMMU: add comments to core codeJoerg Roedel2008-07-11
|/
* x86, AMD IOMMU: flush domain TLB when there is more than one page to flushJoerg Roedel2008-07-04
* x86, AMD IOMMU: remove unnecessary set_bit_stringJoerg Roedel2008-07-04
* x86, AMD IOMMU, build fix #2Ingo Molnar2008-06-27
* x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma codeJoerg Roedel2008-06-27
* x86, AMD IOMMU: add dma_ops initialization functionJoerg Roedel2008-06-27
* x86, AMD IOMMU: add pre-allocation of protection domainsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add mapping functions for coherent mappingsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add mapping functions for scatter gather listsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add dma_ops mapping functions for single mappingsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add generic dma_ops mapping functionsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add functions to find IOMMU device resourcesJoerg Roedel2008-06-27
* x86, AMD IOMMU: add domain allocation and deallocation functionsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add address allocation and deallocation functionsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add functions to initialize unity mappingsJoerg Roedel2008-06-27
* x86, AMD IOMMU: add functions to send IOMMU commandsJoerg Roedel2008-06-27