1. 7e05575 x86: calgary: remove IOMMU_DEBUG by FUJITA Tomonori · 17 years ago
  2. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 18 years ago
  3. d7dff84 x86: remove map_single and unmap_single in struct dma_mapping_ops by FUJITA Tomonori · 18 years ago
  4. 3991605 x86, calgary: add map_page and unmap_page by FUJITA Tomonori · 18 years ago
  5. eff79ae arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoul by Julia Lawall · 18 years ago
  6. 036b4c5 x86: convert Calgary IOMMU driver to generic iommu_num_pages function by Joerg Roedel · 18 years ago
  7. d26dbc5 iommu: export iommu_area_reserve helper function by FUJITA Tomonori · 18 years ago
  8. f10ac8a x86: avoid unnecessary low zone allocation in Calgary's alloc_coherent by FUJITA Tomonori · 18 years ago
  9. e92b4fd Merge commit 'v2.6.27-rc6' into x86/iommu by Ingo Molnar · 18 years ago
  10. e4ad68b x86: add free_coherent dma_ops callback to Calgary IOMMU driver by Joerg Roedel · 18 years ago
  11. bde78a7 x86: use WARN() in arch/x86/kernel by Arjan van de Ven · 18 years ago
  12. 85d5779 werror: fix pci calgary by David Howells · 18 years ago
  13. f710666 x86, calgary: fix section mismatch warning - get_tce_space_from_tar by Marcin Slusarz · 18 years ago
  14. 9b0094f x86, pci-calgary: fix function declaration by Randy Dunlap · 18 years ago
  15. 1956a96 x86 calgary: fix handling of devices that aren't behind the Calgary by Alexis Bruemmer · 18 years ago
  16. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 18 years ago
  17. 95b68de calgary iommu: use the first kernels TCE tables in kdump by Chandru · 18 years ago
  18. 46a7fa2 x86: make only GART code include gart.h by FUJITA Tomonori · 18 years ago
  19. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 18 years ago
  20. ae5830a x86: remove duplicate get_bios_ebda() from rio.h by Akinobu Mita · 18 years ago
  21. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  22. a2b5d87 PCI: remove pci_get_device_reverse from calgary driver by Greg Kroah-Hartman · 18 years ago
  23. 2be6214 x86: dma-ops on highmem fix by Ingo Molnar · 18 years ago
  24. 1b39b07 iommu sg: x86: convert calgary IOMMU to use the IOMMU helper by FUJITA Tomonori · 18 years ago
  25. 31f3dff x86: fix section mismatch warning in kernel/pci-calgary by Sam Ravnborg · 18 years ago
  26. 201c199 x86: remove duplicate includes by Lucas Woods · 18 years ago
  27. ed65260 x86: pci-calgary_64.c: make a variable static by Adrian Bunk · 18 years ago
  28. 395624f x86 gart: rename iommu.h to gart.h by Joerg Roedel · 19 years ago
  29. 58b053e Update arch/ to use sg helpers by Jens Axboe · 19 years ago
  30. bc3c605 x86: calgary get rid of translate_phb by Muli Ben-Yehuda · 19 years ago
  31. d588ba8 x86: Calgary: fix disable busnum for CalIOC2 by Muli Ben-Yehuda · 19 years ago
  32. 8b87d9f x86-64: update calgary iommu to sg helpers by Jens Axboe · 19 years ago
  33. 250c227 x86_64: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/x86_64/kernel/pci-calgary_64.c]
  34. 2a8eb13 x86_64: prepare shared kernel/pci-calgary.c by Thomas Gleixner · 19 years ago[Renamed from arch/x86_64/kernel/pci-calgary.c]
  35. f055a06 x86_64: Calgary - Fix mis-handled PCI topology by Murillo Fernandes Bernardes · 19 years ago
  36. 08f1c19 x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata by Muli Ben-Yehuda · 19 years ago
  37. f2cf8e0 x86_64: move iommu declaration from proto to iommu.h by Yinghai Lu · 19 years ago
  38. 3cc39bd x86_64: Calgary - fold in redundant functions by Muli Ben-Yehuda · 19 years ago
  39. 0b11e1c x86_64: Calgary - change _map_single, etc to static by Yinghai Lu · 19 years ago
  40. 820a149 x86_64: Calgary - tighten up the bitmap locking by Muli Ben-Yehuda · 19 years ago
  41. 7354b07 x86_64: Calgary - fix few style problems pointed out by checkpatch.pl by Muli Ben-Yehuda · 19 years ago
  42. 12de257 x86_64: tidy up debug printks by Muli Ben-Yehuda · 19 years ago
  43. e8f2041 x86_64: only reserve the first 1MB of IO space for CalIOC2 by Muli Ben-Yehuda · 19 years ago
  44. 8bcf770 x86_64: tabify and trim trailing whitespace by Muli Ben-Yehuda · 19 years ago
  45. 05b48ea x86_64: cleanup of unneeded macros by Guillaume Thouvenin · 19 years ago
  46. 07877cf x86_64: reserve TCEs with the same address as MEM regions by Muli Ben-Yehuda · 19 years ago
  47. ddbd41b x86_64: grab PLSSR too when a DMA error occurs by Muli Ben-Yehuda · 19 years ago
  48. 8cb32dc x86_64: make dump_error_regs a chip op by Muli Ben-Yehuda · 19 years ago
  49. 00be3fa x86_64: implement CalIOC2 TCE cache flush sequence by Muli Ben-Yehuda · 19 years ago
  50. c386010 x86_64: add chip_ops and a quirk function for CalIOC2 by Muli Ben-Yehuda · 19 years ago
  51. 8a24459 x86_64: introduce CalIOC2 support by Muli Ben-Yehuda · 19 years ago
  52. 35b6dfa x86_64: abstract how we find the iommu_table for a device by Muli Ben-Yehuda · 19 years ago
  53. ff297b8 x86_64: introduce chipset specific ops by Muli Ben-Yehuda · 19 years ago
  54. b8d2ea1 x86_64: introduce handle_quirks() for various chipset quirks by Muli Ben-Yehuda · 19 years ago
  55. 9882234 x86_64: update copyright notice by Muli Ben-Yehuda · 19 years ago
  56. a2b663f x86_64: generalize calgary_increase_split_completion_timeout by Muli Ben-Yehuda · 19 years ago
  57. e658450 [PATCH] x86-64: dma_ops as const by Stephen Hemminger · 19 years ago
  58. 310adfd [PATCH] x86-64: robustify bad_dma_address handling by Muli Ben-Yehuda · 19 years ago
  59. b92cc55 [PATCH] x86-64: tighten up printks by Muli Ben-Yehuda · 20 years ago
  60. 136f1e7 [PATCH] x86_64: fix boot time hang in detect_calgary() by Ingo Molnar · 20 years ago
  61. e496a0d [PATCH] Calgary: remove unused variables by Muli Ben-Yehuda · 20 years ago
  62. bff6547 [PATCH] Calgary: allow compiling Calgary in but not using it by default by Muli Ben-Yehuda · 20 years ago
  63. eae9375 [PATCH] Calgary: check BBAR ioremap success when ioremapping by Muli Ben-Yehuda · 20 years ago
  64. b34e90b [PATCH] Calgary: use BIOS supplied BBARs and topology information by Laurent Vivier · 20 years ago
  65. 58db854 [PATCH] calgary: phb_shift can be int by Muli Ben-Yehuda · 20 years ago
  66. 7cd8b68 [PATCH] x86: remove last two pci_find offenders in the core code by Alan Cox · 20 years ago
  67. cb01fc7 [PATCH] x86-64: increase PHB1 split transaction timeout by Muli Ben-Yehuda · 20 years ago
  68. 70d666d [PATCH] x86-64: Calgary IOMMU: print PCI bus numbers in hex by Jon Mason · 20 years ago
  69. d8d2bed [PATCH] x86-64: Calgary IOMMU: Update Jon's contact info by Jon Mason · 20 years ago
  70. 76fd231 [PATCH] x86-64: Calgary IOMMU: Fix off by one when calculating register space location by Jon Mason · 20 years ago
  71. dedc993 [PATCH] x86-64: Calgary IOMMU: deobfuscate calgary_init by Jon Mason · 20 years ago
  72. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 20 years ago
  73. 0637a70 [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1 by Andi Kleen · 20 years ago
  74. 4ea8a5d [PATCH] Calgary IOMMU: eradicate sole remaining 80 chars per line offender by Muli Ben-Yehuda · 20 years ago
  75. 4ccf4ae [PATCH] remove tce_cache_blast_stress() by Muli Ben-Yehuda · 20 years ago
  76. 796e439 [PATCH] only verify the allocation bitmap if CONFIG_IOMMU_DEBUG is on by Muli Ben-Yehuda · 20 years ago
  77. de68465 [PATCH] print whether CONFIG_IOMMU_DEBUG is enabled by Muli Ben-Yehuda · 20 years ago
  78. 0577f14 [PATCH] Calgary IOMMU: save a bit of space in bus_info by Muli Ben-Yehuda · 20 years ago
  79. a4fc520 [PATCH] Calgary IOMMU: calgary_init_one_nontraslated() can return void by Muli Ben-Yehuda · 20 years ago
  80. 871b170 [PATCH] Calgary IOMMU: fix reference counting of Calgary PCI devices by Muli Ben-Yehuda · 20 years ago
  81. b8f4fe6 [PATCH] Calgary IOMMU: fix error path memleak in calgary_free_tar by Muli Ben-Yehuda · 20 years ago
  82. 9f2dc46 [PATCH] Calgary IOMMU: break out of pci_find_device_reverse if dev not found by Muli Ben-Yehuda · 20 years ago
  83. f38db65 [PATCH] Calgary IOMMU: consolidate per bus data structures by Muli Ben-Yehuda · 20 years ago
  84. d2105b1 [PATCH] x86_64: Calgary IOMMU - Multi-Node NULL pointer dereference fix by Jon Mason · 20 years ago
  85. 089bbbc [PATCH] x86_64: Calgary IOMMU - fix off by one error by Muli Ben-Yehuda · 20 years ago
  86. aa0a9f3 [PATCH] x86_64: Fix Calgary copyright statements per IBM guidelines by Muli Ben-Yehuda · 20 years ago
  87. e465058 [PATCH] x86_64: Calgary IOMMU - Calgary specific bits by Jon Mason · 20 years ago