- 0a2b9a6 X86: integrate CMA with DMA-mapping subsystem by Marek Szyprowski · 13 years ago
- 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
- baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
- c484b24 PCI: Use class for quirk for via_no_dac by Yinghai Lu · 13 years ago
- bcb71ab iommu: Add option to group multi-function devices by Alex Williamson · 13 years ago
- 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
- 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
- 5491ff5 x86/PCI: Remove dma32_reserve_bootmem by Yinghai Lu · 14 years ago
- ee1f284 x86, iommu: Utilize the IOMMU_INIT macros functionality. by Konrad Rzeszutek Wilk · 14 years ago
- efa631c x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine. by Konrad Rzeszutek Wilk · 14 years ago
- fe96eb4 x86: Detect whether we should use Xen SWIOTLB. by Konrad Rzeszutek Wilk · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
- c252a5b x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA by Yinghai Lu · 15 years ago
- fb637f3 fix comment typo in pci-dma.c by Justin P. Mattock · 15 years ago
- 186a250 x86: Split swiotlb initialization into two stages by FUJITA Tomonori · 15 years ago
- f4780ca x86: Move swiotlb initialization before dma32_free_bootmem by FUJITA Tomonori · 15 years ago
- 8fd524b x86: Kill bad_dma_address variable by FUJITA Tomonori · 15 years ago
- 99f4c9d Merge commit 'v2.6.32-rc7' into core/iommu by Ingo Molnar · 15 years ago
- a3b28ee x86: Set dma_ops to nommu_dma_ops by default by FUJITA Tomonori · 15 years ago
- b18485e swiotlb: Remove the swiotlb variable usage by FUJITA Tomonori · 15 years ago
- b4941a9 x86: Add iommu_init to x86_init_ops, fix build by Ingo Molnar · 15 years ago
- 72d0380 x86, 32-bit: Fix swiotlb boot crash by FUJITA Tomonori · 15 years ago
- 75f1cdf x86: Handle HW IOMMU initialization failure gracefully by FUJITA Tomonori · 15 years ago
- 9d5ce73 x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook by FUJITA Tomonori · 15 years ago
- ea1b0d3 x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook by FUJITA Tomonori · 15 years ago
- de95762 x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook by FUJITA Tomonori · 15 years ago
- d7b9f7b x86: Calgary: Convert detect_calgary() to use iommu_init hook by FUJITA Tomonori · 15 years ago
- d07c1be x86: Add iommu_init to x86_init_ops by FUJITA Tomonori · 15 years ago
- eb64713 x86/PCI: Adjust GFP mask handling for coherent allocations by Jan Beulich · 15 years ago
- 2ae8bb7 x86: Fix iommu=nodac parameter handling by Tejun Heo · 15 years ago
- 338bac5 x86: Use x86_platform for iommu_shutdown by FUJITA Tomonori · 15 years ago
- 80fa680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 by Linus Torvalds · 15 years ago
- 9a821b2 x86: Move pci_iommu_init to rootfs_initcall() by David Woodhouse · 15 years ago
- e3be785 x86, pci: Correct spelling in a comment by Marin Mitov · 15 years ago
- 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
- a66a500 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 8028687 PCI iommu: iommu=pt is a valid early param by Alex Williamson · 15 years ago
- 695a461 Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu by Ingo Molnar · 15 years ago
- ac0101d x86/dma: Mark iommu_pass_through as __read_mostly by Joerg Roedel · 15 years ago
- acde31d kmemleak: Ignore the aperture memory hole on x86_64 by Catalin Marinas · 15 years ago
- a4c2baa x86: replace is_buffer_dma_capable() with dma_capable by FUJITA Tomonori · 16 years ago
- 3238c0c intel-iommu: Make iommu=pt work on i386 too by David Woodhouse · 16 years ago
- 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 16 years ago
- 0975904 amd-iommu: disable IOMMU hardware on shutdown by Joerg Roedel · 16 years ago
- aed5d5f Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
- 4ed0d3e Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
- 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 16 years ago
- 284901a9 dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
- 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 16 years ago
- e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 13bf757 x86: use dev_printk in quirk message by Bjorn Helgaas · 16 years ago
- 86f3195 dma-debug/x86: register pci bus for dma-debug leak detection by Joerg Roedel · 16 years ago
- 2118d0c dma-debug: x86 architecture bindings by Joerg Roedel · 16 years ago
- 0811a43 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
- 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 16 years ago
- 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 3e5621e Merge branch 'x86/iommu' into x86/core by Ingo Molnar · 16 years ago
- cfb80c9 x86: unify pci iommu setup and allow swiotlb to compile for 32 bit by Jeremy Fitzhardinge · 16 years ago
- a79b7a2 x86: remove unused iommu_nr_pages by Jeremy Fitzhardinge · 16 years ago
- a0286c9 x86: fix missing space in printk, #2 by Michael Tokarev · 16 years ago
- 181de82 x86: remove dead BIO_VMERGE_BOUNDARY definition by FUJITA Tomonori · 16 years ago
- 1d9b16d x86: move GART specific stuff from iommu.h to gart.h by Joerg Roedel · 16 years ago
- 3b15e58 x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI by Fenghua Yu · 16 years ago
- 5b6985c intel-iommu: IA64 support by Fenghua Yu · 16 years ago
- bdab0ba x86: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
- 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
- 9f6ac57 x86: export pci-nommu's alloc_coherent by FUJITA Tomonori · 16 years ago
- afa9fdc iommu: remove fullflush and nofullflush in IOMMU generic option by FUJITA Tomonori · 16 years ago
- 2842e5bf x86: move GART TLB flushing options to generic code by Joerg Roedel · 16 years ago
- 6c505ce x86: move dma_*_coherent functions to include file by Joerg Roedel · 16 years ago
- c647c3bb x86: cleanup dma_*_coherent functions by Joerg Roedel · 16 years ago
- 6de9c70 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
- 8978b74 generic, x86: fix add iommu_num_pages helper function by FUJITA Tomonori · 16 years ago
- cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
- 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 17 years ago
- 1ddb551 x86: convert pci-dma.c from round_up to roundup by Joerg Roedel · 17 years ago
- fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 17 years ago
- acee709 Merge 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-linus by Ingo Molnar · 17 years ago
- 08e1a13 x86: reduce forbid_dac's visibility by Jan Beulich · 17 years ago
- f6dc8cc Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 17 years ago
- be54f9d x86: remove ifdef CONFIG_SWIOTLB in pci-dma.c by FUJITA Tomonori · 17 years ago
- b8b4832 x86: remove ifdef CONFIG_CALGARY_IOMMU in pci-dma.c by FUJITA Tomonori · 17 years ago
- ac7ded2 x86: remove ifdef CONFIG_GART_IOMMU in pci-dma.c by FUJITA Tomonori · 17 years ago
- 46a7fa2 x86: make only GART code include gart.h by FUJITA Tomonori · 17 years ago
- c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 17 years ago
- 58cf352 Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debug', 'x86/ptrace' and 'x86/amd-iommu' into x86/devel by Ingo Molnar · 17 years ago
- 6924d1a Merge 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/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 17 years ago
- 323ec00 x86: use generic per-device dma coherent allocator by Dmitry Baryshkov · 17 years ago
- a69ca34 AMD_IOMMU: call detect and initialization functions from dma code by Joerg Roedel · 17 years ago
- 33ee375 Merge branch 'linus' into x86/gart by Ingo Molnar · 17 years ago
- 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
- b7f09ae x86, pci-dma.c: don't always add __GFP_NORETRY to gfp by Miquel van Smoorenburg · 17 years ago
- db9f600 x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRY by Miquel van Smoorenburg · 17 years ago
- 311f834 x86: kernel/pci-dma.c cleanups by Adrian Bunk · 17 years ago
- 538f0fd Merge branch 'linus' into x86/gart by Thomas Gleixner · 17 years ago
- 4a367f3 x86/PCI: fix broken ISA DMA by Takashi Iwai · 17 years ago
- 330fce2 x86: reserve dma32 early for gart fix by Yinghai Lu · 17 years ago
- 7677b2e x86_64: allocate gart aperture from 512M by Yinghai Lu · 17 years ago