aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/pci-gart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/pci-gart.cThomas Gleixner1-740/+0
2007-07-21x86_64: move iommu declaration from proto to iommu.hYinghai Lu1-0/+1
2007-07-21x86_64: disable the GART in shutdownYinghai Lu1-0/+20
2007-07-21x86_64: change _map_single to static in pci_gart.c etcYinghai Lu1-3/+3
2007-05-11x86_64: off-by-two error in aperture.cAndrew Hastings1-1/+1
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-05-02[PATCH] x86-64: dma_ops as constStephen Hemminger1-1/+1
2007-04-24[PATCH] x86-64: make GART PTEs uncacheableJoachim Deguara1-1/+5
2007-03-16[PATCH] x86-64: fix section mismatch warningsSam Ravnborg1-1/+1
2007-02-13[PATCH] x86-64: Fix off by one error in IOMMU boundary checkingAndi Kleen1-2/+2
2006-12-07[PATCH] x86-64: Clarify error message in GART codeAndi Kleen1-2/+1
2006-09-26[PATCH] remove superflous BUG_ON's in nommu and gartMuli Ben-Yehuda1-3/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth1-3/+0
2006-06-26[PATCH] x86_64: Calgary IOMMU - IOMMU abstractionsJon Mason1-7/+6
2006-06-26[PATCH] x86_64: Calgary IOMMU - introduce iommu_detectedJon Mason1-0/+4
2006-06-26[PATCH] x86_64: Use -ENODEV in IOMMU initializationAndi Kleen1-3/+3
2006-06-26[PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen1-70/+23
2006-06-26[PATCH] x86_64: trivial gart clean-upJon Mason1-23/+23
2006-06-26[PATCH] x86_64: iommu_gart_bitmap search to cross next_bitMike Waychison1-1/+1
2006-05-30[PATCH] x86_64: Fix no IOMMU warning in PCI-GART driverAndi Kleen1-4/+2
2006-05-08[PATCH] x86_64: Check for too many northbridges in IOMMU codeAndi Kleen1-0/+8
2006-04-22[PATCH] x86_64: Fix a race in the free_iommu pathMike Waychison1-4/+0
2006-03-25[PATCH] x86_64: Search K8 devices on more devices.Navin Boppuri1-3/+1
2006-03-25[PATCH] x86_64: Use cpu_relax in poll loop in GART IOMMUAndi Kleen1-2/+5
2006-02-26[PATCH] x86_64: no_iommu removal in pci-gart.cJon Mason1-17/+5
2006-02-12[PATCH] x86_64: GART DMA merging fixAndi Kleen1-4/+2
2006-02-04[PATCH] x86_64: IOMMU printk cleanupJon Mason1-1/+9
2006-02-04[PATCH] x86_64: When allocation of merged SG lists fails in the IOMMU don't mergeKevin VanMaren1-3/+6
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda1-314/+97
2006-01-11[PATCH] x86_64: Fix off by one in IOMMU checkAndi Kleen1-1/+1
2006-01-11[PATCH] x86_64: Add missing newline in IOMMU error messageAndi Kleen1-1/+1
2005-11-14[PATCH] x86_64: Use the DMA32 zone for dma_alloc_coherent()/pci_alloc_consistentAndi Kleen1-1/+7
2005-10-28[PATCH] gfp_t: dma-mapping (amd64)Al Viro1-2/+2
2005-09-12[PATCH] x86-64: Micro optimization to dma_alloc_coherent node lookupAndi Kleen1-5/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+980