aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-gart_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-28x86, gart: fix gart detection for Fam11h CPUsJoerg Roedel1-1/+1
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel1-4/+4
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-4/+4
2008-10-10Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-BIngo Molnar1-58/+67
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-19/+28
2008-10-05x86: gart iommu have direct mapping when agp is present tooYinghai Lu1-9/+11
2008-09-27x86/iommu: use __GFP_ZERO instead of memset for GARTJoerg Roedel1-8/+5
2008-09-27x86/iommu: convert GART need_flush to boolJoerg Roedel1-5/+5
2008-09-27x86/iommu: make GART driver checkpatch cleanJoerg Roedel1-8/+9
2008-09-25x86 gart: remove unnecessary initializationFUJITA Tomonori1-6/+0
2008-09-25x86: restore old GART alloc_coherent behaviorFUJITA Tomonori1-23/+20
2008-09-25revert "x86: make GART to respect device's dma_mask about virtual mappings"FUJITA Tomonori1-28/+11
2008-09-22iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori1-0/+13
2008-09-22iommu: export iommu_area_reserve helper functionFUJITA Tomonori1-1/+1
2008-09-19x86: move GART TLB flushing options to generic codeJoerg Roedel1-13/+0
2008-09-14x86: gart alloc_coherent does virtual mapppings only when necessaryFUJITA Tomonori1-1/+9
2008-09-14x86: make GART to respect device's dma_mask about virtual mappingsFUJITA Tomonori1-11/+28
2008-09-10x86: convert gart to use is_buffer_dma_capable helper functionFUJITA Tomonori1-13/+3
2008-09-05x86: gart alloc_coherent doesn't need to check NULL device argumentFUJITA Tomonori1-3/+0
2008-08-22x86: dma_*_coherent rework patchset v2, fixFUJITA Tomonori1-15/+10
2008-08-22Merge branch 'x86/gart' into x86/iommuIngo Molnar1-10/+17
2008-08-22dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simpleFUJITA Tomonori1-1/+0
2008-08-22x86: move dma_*_coherent functions to include fileJoerg Roedel1-2/+2
2008-08-22x86: add free_coherent dma_ops callback to GART driverJoerg Roedel1-0/+10
2008-08-22x86: add alloc_coherent dma_ops callback to GART driverJoerg Roedel1-0/+21
2008-08-17x86 gart: allocate size-aligned address for alloc_coherent, v2FUJITA Tomonori1-9/+16
2008-08-15Merge branch 'linus' into x86/gartIngo Molnar1-9/+5
2008-07-28Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into for-linusJesse Barnes1-7/+4
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+1
2008-07-26x86 gart: replace to_pages macro with iommu_num_pagesJoerg Roedel1-7/+4
2008-07-23x86, pci: iommu fix potential overflow in alloc_iommu()Prarit Bhargava1-1/+1
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-3/+1
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-0/+1
2008-07-14x86: max_low_pfn_mapped fix #4Yinghai Lu1-5/+2
2008-07-13x86: max_low_pfn_mapped fix, #1Yinghai Lu1-0/+11
2008-07-11x86: make only GART code include gart.hFUJITA Tomonori1-0/+1
2008-07-08x86: remove end_pfn in 64bitYinghai Lu1-2/+2
2008-06-30x86 gart: remove unnecessary set_bit_stringFUJITA Tomonori1-1/+0
2008-06-26pci-gart_64.c: could we get better explanation?Pavel Machek1-2/+2
2008-06-12x86, gart: add resume handlingRafael J. Wysocki1-5/+52
2008-06-12Merge branch 'linus' into x86/gartIngo Molnar1-1/+30
2008-06-04suspend-vs-iommu: prevent suspend if we could not resumePavel Machek1-1/+30
2008-05-12x86 gart: factor out common codePavel Machek1-17/+6
2008-05-12x86: iommu: use symbolic constants, not hardcoded numbersPavel Machek1-5/+5
2008-04-19x86: dma-ops on highmem fixIngo Molnar1-8/+7
2008-04-04x86, agpgart: scary messages are fortunately obsoletePavel Machek1-5/+5
2008-02-14x86: fix gart_iommu_init()Ingo Molnar1-0/+9
2008-02-05iommu sg: x86: convert gart IOMMU to use the IOMMU helperFUJITA Tomonori1-16/+25
2008-02-05iommu sg merging: x86: make pci-gart iommu respect the segment size limitsFUJITA Tomonori1-0/+7
2008-02-04x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_mapping()Andi Kleen1-1/+2