AMD IOMMU: align alloc_coherent addresses properly
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu.c
2008-09-19 Joerg RoedelAMD IOMMU: align alloc_coherent addresses properly
2008-09-19 Joerg RoedelAMD IOMMU: add branch hints to completion wait checks
2008-09-19 Joerg RoedelAMD IOMMU: implement lazy IO/TLB flushing
2008-09-19 Joerg RoedelAMD IOMMU: move TLB flushing to the map/unmap helper...
2008-09-19 Joerg RoedelAMD IOMMU: check for invalid device pointers
2008-09-10 Ingo MolnarMerge commit 'v2.6.27-rc6' into x86/iommu
2008-08-22 Joerg Roedelx86, AMD IOMMU: remove obsolete FIXME comment
2008-08-19 Jiri Kosinax86 iommu: remove unneeded parenthesis
2008-08-15 Joerg Roedelx86m AMD IOMMU: cleanup: replace LOW_U32 macro with...
2008-08-15 Joerg Roedelx86, AMD IOMMU: use status bit instead of memory write...
2008-07-28 Jesse BarnesMerge branch 'x86/iommu' of git://git./linux/kernel...
2008-07-26 Joerg Roedelx86, AMD IOMMU: include amd_iommu_last_bdf in device...
2008-07-26 Joerg Roedelx86, AMD IOMMU: replace to_pages macro with iommu_num_pages
2008-07-21 Ingo MolnarMerge branches 'x86/urgent', 'x86/amd-iommu', 'x86...
2008-07-11 Joerg Roedelx86, AMD IOMMU: replace DEVID macro with a function
2008-07-11 Joerg Roedelx86, AMD IOMMU: rename struct command to iommu_cmd
2008-07-11 Joerg Roedelx86, AMD IOMMU: add an emergency exit to the completion...
2008-07-11 Joerg Roedelx86, AMD IOMMU: replace HIGH_U32 macro with upper_32_bi...
2008-07-11 Joerg Roedelx86, AMD IOMMU: add comments to core code
2008-07-11 FUJITA Tomonorix86: make only GART code include gart.h
2008-07-04 Joerg Roedelx86, AMD IOMMU: flush domain TLB when there is more...
2008-07-04 Joerg Roedelx86, AMD IOMMU: remove unnecessary set_bit_string
2008-06-27 Ingo Molnarx86, AMD IOMMU, build fix #2
2008-06-27 Joerg Roedelx86, AMD IOMMU: add amd_iommu.h to export functions...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add dma_ops initialization function
2008-06-27 Joerg Roedelx86, AMD IOMMU: add pre-allocation of protection domains
2008-06-27 Joerg Roedelx86, AMD IOMMU: add mapping functions for coherent...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add mapping functions for scatter gathe...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add dma_ops mapping functions for singl...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add generic dma_ops mapping functions
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions to find IOMMU device...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add domain allocation and deallocation...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add address allocation and deallocation...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions to initialize unity mappings
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions to send IOMMU commands
2008-06-27 Joerg Roedelx86, AMD IOMMU: add generic defines and structures...