1. eb64713 x86/PCI: Adjust GFP mask handling for coherent allocations by Jan Beulich · 15 years ago
  2. 80fa680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 by Linus Torvalds · 15 years ago
  3. 9a821b2 x86: Move pci_iommu_init to rootfs_initcall() by David Woodhouse · 15 years ago
  4. e3be785 x86, pci: Correct spelling in a comment by Marin Mitov · 15 years ago
  5. 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
  6. 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
  7. 8028687 PCI iommu: iommu=pt is a valid early param by Alex Williamson · 15 years ago
  8. 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
  9. ac0101d x86/dma: Mark iommu_pass_through as __read_mostly by Joerg Roedel · 15 years ago
  10. acde31d kmemleak: Ignore the aperture memory hole on x86_64 by Catalin Marinas · 15 years ago
  11. a4c2baa x86: replace is_buffer_dma_capable() with dma_capable by FUJITA Tomonori · 15 years ago
  12. 3238c0c intel-iommu: Make iommu=pt work on i386 too by David Woodhouse · 15 years ago
  13. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  14. 0975904 amd-iommu: disable IOMMU hardware on shutdown by Joerg Roedel · 15 years ago
  15. aed5d5f Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support by Fenghua Yu · 15 years ago
  16. 4ed0d3e Intel IOMMU Pass Through Support by Fenghua Yu · 15 years ago
  17. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  18. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  19. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 15 years ago
  20. 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
  21. 13bf757 x86: use dev_printk in quirk message by Bjorn Helgaas · 16 years ago
  22. 86f3195 dma-debug/x86: register pci bus for dma-debug leak detection by Joerg Roedel · 16 years ago
  23. 2118d0c dma-debug: x86 architecture bindings by Joerg Roedel · 16 years ago
  24. 0811a43 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  25. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  26. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 16 years ago
  27. 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
  28. 3e5621e Merge branch 'x86/iommu' into x86/core by Ingo Molnar · 16 years ago
  29. cfb80c9 x86: unify pci iommu setup and allow swiotlb to compile for 32 bit by Jeremy Fitzhardinge · 16 years ago
  30. a79b7a2 x86: remove unused iommu_nr_pages by Jeremy Fitzhardinge · 16 years ago
  31. a0286c94 x86: fix missing space in printk, #2 by Michael Tokarev · 16 years ago
  32. 181de82 x86: remove dead BIO_VMERGE_BOUNDARY definition by FUJITA Tomonori · 16 years ago
  33. 1d9b16d x86: move GART specific stuff from iommu.h to gart.h by Joerg Roedel · 16 years ago
  34. 3b15e58 x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI by Fenghua Yu · 16 years ago
  35. 5b6985c intel-iommu: IA64 support by Fenghua Yu · 16 years ago
  36. bdab0ba x86: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
  37. 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
  38. 9f6ac57 x86: export pci-nommu's alloc_coherent by FUJITA Tomonori · 16 years ago
  39. afa9fdc iommu: remove fullflush and nofullflush in IOMMU generic option by FUJITA Tomonori · 16 years ago
  40. 2842e5bf x86: move GART TLB flushing options to generic code by Joerg Roedel · 16 years ago
  41. 6c505ce x86: move dma_*_coherent functions to include file by Joerg Roedel · 16 years ago
  42. c647c3bb x86: cleanup dma_*_coherent functions by Joerg Roedel · 16 years ago
  43. 6de9c70 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  44. 8978b74 generic, x86: fix add iommu_num_pages helper function by FUJITA Tomonori · 16 years ago
  45. cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  46. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  47. 1ddb551 x86: convert pci-dma.c from round_up to roundup by Joerg Roedel · 16 years ago
  48. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  49. 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 · 16 years ago
  50. 08e1a13 x86: reduce forbid_dac's visibility by Jan Beulich · 16 years ago
  51. f6dc8cc Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  52. be54f9d x86: remove ifdef CONFIG_SWIOTLB in pci-dma.c by FUJITA Tomonori · 16 years ago
  53. b8b4832 x86: remove ifdef CONFIG_CALGARY_IOMMU in pci-dma.c by FUJITA Tomonori · 16 years ago
  54. ac7ded2 x86: remove ifdef CONFIG_GART_IOMMU in pci-dma.c by FUJITA Tomonori · 16 years ago
  55. 46a7fa2 x86: make only GART code include gart.h by FUJITA Tomonori · 16 years ago
  56. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  57. 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 · 16 years ago
  58. 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 · 16 years ago
  59. 323ec00 x86: use generic per-device dma coherent allocator by Dmitry Baryshkov · 16 years ago
  60. a69ca34 AMD_IOMMU: call detect and initialization functions from dma code by Joerg Roedel · 16 years ago
  61. 33ee375 Merge branch 'linus' into x86/gart by Ingo Molnar · 16 years ago
  62. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  63. b7f09ae x86, pci-dma.c: don't always add __GFP_NORETRY to gfp by Miquel van Smoorenburg · 16 years ago
  64. db9f600 x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRY by Miquel van Smoorenburg · 16 years ago
  65. 311f834 x86: kernel/pci-dma.c cleanups by Adrian Bunk · 16 years ago
  66. 538f0fd Merge branch 'linus' into x86/gart by Thomas Gleixner · 16 years ago
  67. 4a367f3 x86/PCI: fix broken ISA DMA by Takashi Iwai · 16 years ago
  68. 330fce2 x86: reserve dma32 early for gart fix by Yinghai Lu · 16 years ago
  69. 7677b2e x86_64: allocate gart aperture from 512M by Yinghai Lu · 16 years ago
  70. b4cdc43 x86: iommu_sac_force can become static by Dmitri Vorobiev · 16 years ago
  71. 098cb7f x86: integrate pci-dma.c by Glauber Costa · 16 years ago
  72. cac6787 x86: move bad_dma_address by Glauber Costa · 16 years ago
  73. 8e8edc6 x86: move dma_coherent functions to pci-dma.c by Glauber Costa · 16 years ago
  74. fae9a0d x86: merge iommu initialization parameters by Glauber Costa · 16 years ago
  75. 8e0c379 x86: merge dma_supported by Glauber Costa · 16 years ago
  76. bca5c09 x86: move pci fixup to pci-dma.c by Glauber Costa · 16 years ago
  77. 116890d x86: move x86_64-specific to common code. by Glauber Costa · 16 years ago
  78. cb5867a x86: move initialization functions to pci-dma.c by Glauber Costa · 16 years ago
  79. f9c258d x86: unify pci-nommu by Glauber Costa · 16 years ago
  80. 85c246e x86: move definition to pci-dma.c by Glauber Costa · 16 years ago
  81. 459121c9 x86: introduce pci-dma.c by Glauber Costa · 16 years ago