1. c775320 x86, swiotlb: Add memory encryption support by Tom Lendacky · 8 years ago
  2. 5860acc x86: remove arch specific dma_supported implementation by Christoph Hellwig · 8 years ago
  3. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  4. 712c604 mm: wire up GFP flag passing in dma_alloc_from_contiguous by Lucas Stach · 8 years ago
  5. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  6. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  7. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  8. 298a96c x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL dev by Ville Syrjälä · 9 years ago
  9. 590f078 x86/pci/dma: Fix gfp flags for coherent DMA memory allocation by Junichi Nomura · 9 years ago
  10. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  11. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  12. f1dc154 x86: Deinline dma_free_attrs() by Denys Vlasenko · 10 years ago
  13. 0c7965f x86: Deinline dma_alloc_attrs() by Denys Vlasenko · 10 years ago
  14. 38f7ea5 arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_CMA is enabled by Akinobu Mita · 11 years ago
  15. d92ef66 x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled by Akinobu Mita · 11 years ago
  16. c091c71 x86: dma-mapping: fix GFP_ATOMIC macro usage by Marek Szyprowski · 11 years ago
  17. 73b664c x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIES by Maarten Lankhorst · 12 years ago
  18. a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  19. 7d43c2e iommu: Remove group_mf by Alex Williamson · 13 years ago
  20. c080e26 x86: dma-mapping: fix broken allocation when dma_mask has been provided by Marek Szyprowski · 13 years ago
  21. 0a2b9a6 X86: integrate CMA with DMA-mapping subsystem by Marek Szyprowski · 13 years ago
  22. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
  23. baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  24. c484b24 PCI: Use class for quirk for via_no_dac by Yinghai Lu · 13 years ago
  25. bcb71ab iommu: Add option to group multi-function devices by Alex Williamson · 13 years ago
  26. 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
  27. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  28. 5491ff5 x86/PCI: Remove dma32_reserve_bootmem by Yinghai Lu · 14 years ago
  29. ee1f284 x86, iommu: Utilize the IOMMU_INIT macros functionality. by Konrad Rzeszutek Wilk · 14 years ago
  30. efa631c x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine. by Konrad Rzeszutek Wilk · 14 years ago
  31. fe96eb4 x86: Detect whether we should use Xen SWIOTLB. by Konrad Rzeszutek Wilk · 15 years ago
  32. 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
  33. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  34. c252a5b x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA by Yinghai Lu · 15 years ago
  35. fb637f3 fix comment typo in pci-dma.c by Justin P. Mattock · 15 years ago
  36. 186a250 x86: Split swiotlb initialization into two stages by FUJITA Tomonori · 15 years ago
  37. f4780ca x86: Move swiotlb initialization before dma32_free_bootmem by FUJITA Tomonori · 15 years ago
  38. 8fd524b x86: Kill bad_dma_address variable by FUJITA Tomonori · 15 years ago
  39. 99f4c9d Merge commit 'v2.6.32-rc7' into core/iommu by Ingo Molnar · 15 years ago
  40. a3b28ee x86: Set dma_ops to nommu_dma_ops by default by FUJITA Tomonori · 15 years ago
  41. b18485e swiotlb: Remove the swiotlb variable usage by FUJITA Tomonori · 15 years ago
  42. b4941a9 x86: Add iommu_init to x86_init_ops, fix build by Ingo Molnar · 15 years ago
  43. 72d0380 x86, 32-bit: Fix swiotlb boot crash by FUJITA Tomonori · 15 years ago
  44. 75f1cdf x86: Handle HW IOMMU initialization failure gracefully by FUJITA Tomonori · 15 years ago
  45. 9d5ce73 x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook by FUJITA Tomonori · 15 years ago
  46. ea1b0d3 x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook by FUJITA Tomonori · 15 years ago
  47. de95762 x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook by FUJITA Tomonori · 15 years ago
  48. d7b9f7b x86: Calgary: Convert detect_calgary() to use iommu_init hook by FUJITA Tomonori · 15 years ago
  49. d07c1be x86: Add iommu_init to x86_init_ops by FUJITA Tomonori · 15 years ago
  50. eb64713 x86/PCI: Adjust GFP mask handling for coherent allocations by Jan Beulich · 15 years ago
  51. 2ae8bb7 x86: Fix iommu=nodac parameter handling by Tejun Heo · 15 years ago
  52. 338bac5 x86: Use x86_platform for iommu_shutdown by FUJITA Tomonori · 15 years ago
  53. 80fa680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 by Linus Torvalds · 15 years ago
  54. 9a821b2 x86: Move pci_iommu_init to rootfs_initcall() by David Woodhouse · 15 years ago
  55. e3be785 x86, pci: Correct spelling in a comment by Marin Mitov · 15 years ago
  56. 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
  57. 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
  58. 8028687 PCI iommu: iommu=pt is a valid early param by Alex Williamson · 15 years ago
  59. 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
  60. ac0101d x86/dma: Mark iommu_pass_through as __read_mostly by Joerg Roedel · 15 years ago
  61. acde31d kmemleak: Ignore the aperture memory hole on x86_64 by Catalin Marinas · 15 years ago
  62. a4c2baa x86: replace is_buffer_dma_capable() with dma_capable by FUJITA Tomonori · 16 years ago
  63. 3238c0c intel-iommu: Make iommu=pt work on i386 too by David Woodhouse · 16 years ago
  64. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 16 years ago
  65. 0975904 amd-iommu: disable IOMMU hardware on shutdown by Joerg Roedel · 16 years ago
  66. aed5d5f Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
  67. 4ed0d3e Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
  68. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 16 years ago
  69. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  70. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 16 years ago
  71. 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
  72. 13bf757 x86: use dev_printk in quirk message by Bjorn Helgaas · 16 years ago
  73. 86f3195 dma-debug/x86: register pci bus for dma-debug leak detection by Joerg Roedel · 16 years ago
  74. 2118d0c dma-debug: x86 architecture bindings by Joerg Roedel · 16 years ago
  75. 0811a43 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  76. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  77. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 16 years ago
  78. 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
  79. 3e5621e Merge branch 'x86/iommu' into x86/core by Ingo Molnar · 16 years ago
  80. cfb80c9 x86: unify pci iommu setup and allow swiotlb to compile for 32 bit by Jeremy Fitzhardinge · 16 years ago
  81. a79b7a2 x86: remove unused iommu_nr_pages by Jeremy Fitzhardinge · 16 years ago
  82. a0286c9 x86: fix missing space in printk, #2 by Michael Tokarev · 16 years ago
  83. 181de82 x86: remove dead BIO_VMERGE_BOUNDARY definition by FUJITA Tomonori · 16 years ago
  84. 1d9b16d x86: move GART specific stuff from iommu.h to gart.h by Joerg Roedel · 16 years ago
  85. 3b15e58 x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI by Fenghua Yu · 16 years ago
  86. 5b6985c intel-iommu: IA64 support by Fenghua Yu · 16 years ago
  87. bdab0ba x86: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
  88. 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
  89. 9f6ac57 x86: export pci-nommu's alloc_coherent by FUJITA Tomonori · 16 years ago
  90. afa9fdc iommu: remove fullflush and nofullflush in IOMMU generic option by FUJITA Tomonori · 16 years ago
  91. 2842e5bf x86: move GART TLB flushing options to generic code by Joerg Roedel · 16 years ago
  92. 6c505ce x86: move dma_*_coherent functions to include file by Joerg Roedel · 16 years ago
  93. c647c3bb x86: cleanup dma_*_coherent functions by Joerg Roedel · 16 years ago
  94. 6de9c70 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  95. 8978b74 generic, x86: fix add iommu_num_pages helper function by FUJITA Tomonori · 16 years ago
  96. cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  97. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  98. 1ddb551 x86: convert pci-dma.c from round_up to roundup by Joerg Roedel · 16 years ago
  99. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 17 years ago
  100. 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