summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-4/+2
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar1-15/+2
2008-07-18x86: reduce forbid_dac's visibilityJan Beulich1-2/+1
2008-07-11x86: remove ifdef CONFIG_SWIOTLB in pci-dma.cFUJITA Tomonori1-2/+0
2008-07-11x86: remove ifdef CONFIG_CALGARY_IOMMU in pci-dma.cFUJITA Tomonori1-4/+0
2008-07-11x86: remove ifdef CONFIG_GART_IOMMU in pci-dma.cFUJITA Tomonori1-6/+0
2008-07-11x86: make only GART code include gart.hFUJITA Tomonori1-1/+1
2008-07-08x86: remove end_pfn in 64bitYinghai Lu1-2/+2
2008-07-08Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar1-0/+5
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar1-10/+17
2008-06-27AMD_IOMMU: call detect and initialization functions from dma codeJoerg Roedel1-0/+5
2008-06-16Merge branch 'linus' into x86/gartIngo Molnar1-4/+10
2008-06-16Merge branch 'linus' into x86/cleanupsIngo Molnar1-4/+10
2008-06-10x86, pci-dma.c: don't always add __GFP_NORETRY to gfpMiquel van Smoorenburg1-3/+10
2008-06-02x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRYMiquel van Smoorenburg1-4/+3
2008-05-25x86: kernel/pci-dma.c cleanupsAdrian Bunk1-1/+1
2008-05-17Merge branch 'linus' into x86/gartThomas Gleixner1-3/+5
2008-05-13x86/PCI: fix broken ISA DMATakashi Iwai1-3/+5
2008-05-12x86: reserve dma32 early for gart fixYinghai Lu1-4/+1
2008-05-12x86_64: allocate gart aperture from 512MYinghai Lu1-1/+5
2008-04-30x86: iommu_sac_force can become staticDmitri Vorobiev1-1/+1
2008-04-19x86: integrate pci-dma.cGlauber Costa1-0/+175
2008-04-19x86: move bad_dma_addressGlauber Costa1-0/+2
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa1-0/+81
2008-04-19x86: merge iommu initialization parametersGlauber Costa1-0/+81
2008-04-19x86: merge dma_supportedGlauber Costa1-0/+44
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa1-0/+18
2008-04-19x86: move x86_64-specific to common code.Glauber Costa1-0/+73
2008-04-19x86: move initialization functions to pci-dma.cGlauber Costa1-0/+25
2008-04-19x86: unify pci-nommuGlauber Costa1-0/+8
2008-04-19x86: move definition to pci-dma.cGlauber Costa1-0/+3
2008-04-19x86: introduce pci-dma.cGlauber Costa1-0/+14