aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-gart_64.c
AgeCommit message (Expand)Author
2009-11-17x86: gart: Clean up the code a bitIngo Molnar
2009-11-17x86: gart: Add own dma_mapping_error functionFUJITA Tomonori
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori
2009-11-10x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori
2009-11-10x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches
2009-11-08x86: Use x86_platform for iommu_shutdownFUJITA Tomonori
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-07-28x86: replace is_buffer_dma_capable() with dma_capableFUJITA Tomonori
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-06x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf
2009-04-15x86 gart: reimplement IOMMU_LEAK feature by using DMA_API_DEBUGFUJITA Tomonori
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap
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, gart: add map_page and unmap_pageFUJITA Tomonori
2008-12-29x86_64: pci-gart_64.c iommu_fullflush should be staticJaswinder Singh Rajput
2008-12-18x86 gart: don't complain if no AMD GART foundBjorn Helgaas
2008-12-03x86: fix broken flushing in GART nofullflush pathJoerg Roedel
2008-10-28x86, gart: fix gart detection for Fam11h CPUsJoerg Roedel
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel
2008-10-10Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar
2008-10-05x86: gart iommu have direct mapping when agp is present tooYinghai Lu
2008-09-27x86/iommu: use __GFP_ZERO instead of memset for GARTJoerg Roedel
2008-09-27x86/iommu: convert GART need_flush to boolJoerg Roedel
2008-09-27x86/iommu: make GART driver checkpatch cleanJoerg Roedel
2008-09-25x86 gart: remove unnecessary initializationFUJITA Tomonori
2008-09-25x86: restore old GART alloc_coherent behaviorFUJITA Tomonori
2008-09-25revert "x86: make GART to respect device's dma_mask about virtual mappings"FUJITA Tomonori
2008-09-22iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori
2008-09-22iommu: export iommu_area_reserve helper functionFUJITA Tomonori
2008-09-19x86: move GART TLB flushing options to generic codeJoerg Roedel
2008-09-14x86: gart alloc_coherent does virtual mapppings only when necessaryFUJITA Tomonori
2008-09-14x86: make GART to respect device's dma_mask about virtual mappingsFUJITA Tomonori
2008-09-10x86: convert gart to use is_buffer_dma_capable helper functionFUJITA Tomonori
2008-09-05x86: gart alloc_coherent doesn't need to check NULL device argumentFUJITA Tomonori
2008-08-22x86: dma_*_coherent rework patchset v2, fixFUJITA Tomonori
2008-08-22Merge branch 'x86/gart' into x86/iommuIngo Molnar
2008-08-22dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simpleFUJITA Tomonori
2008-08-22x86: move dma_*_coherent functions to include fileJoerg Roedel
2008-08-22x86: add free_coherent dma_ops callback to GART driverJoerg Roedel
2008-08-22x86: add alloc_coherent dma_ops callback to GART driverJoerg Roedel
2008-08-17x86 gart: allocate size-aligned address for alloc_coherent, v2FUJITA Tomonori
2008-08-15Merge branch 'linus' into x86/gartIngo Molnar
2008-07-28Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-07-26x86 gart: replace to_pages macro with iommu_num_pagesJoerg Roedel
2008-07-23x86, pci: iommu fix potential overflow in alloc_iommu()Prarit Bhargava