aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-29generic, x86: fix add iommu_num_pages helper functionFUJITA Tomonori1-0/+8
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar1-30/+20
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-11/+16
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', '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-15/+2
2008-07-18x86: reduce forbid_dac's visibilityJan Beulich1-2/+1
2008-07-18Merge branch 'linus' into core/generic-dma-coherentIngo Molnar1-8/+14
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/debug', 'x86/ptrace' and 'x86/amd-iommu' into x86/develIngo Molnar1-0/+5
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-10/+17
2008-06-30x86: use generic per-device dma coherent allocatorDmitry Baryshkov1-120/+2
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