1. 9c72041 amd-iommu: add dump for iommus described in ivrs table by Joerg Roedel · 15 years ago
  2. fefda11 amd-iommu: add amd_iommu_dump parameter by Joerg Roedel · 15 years ago
  3. 6da7342 amd-iommu: fix iommu flag masks by Joerg Roedel · 15 years ago
  4. 269b012 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu by Linus Torvalds · 15 years ago
  5. a4e267c AMD IOMMU: use dev_name in iommu_enable function by Joerg Roedel · 16 years ago
  6. c226f85 AMD IOMMU: convert amd_iommu_isolate to bool by Joerg Roedel · 16 years ago
  7. 412a1be x86: amd_iommu_init.c: iommu_enable and iommu_enable_event_logging should be static by Jaswinder Singh Rajput · 15 years ago
  8. 3e5621e Merge branch 'x86/iommu' into x86/core by Ingo Molnar · 15 years ago
  9. cf558d2 AMD IOMMU: set cmd buffer pointers to zero manually by Joerg Roedel · 15 years ago
  10. 83fd5cc AMD IOMMU: allocate rlookup_table with __GFP_ZERO by Joerg Roedel · 16 years ago
  11. f6d2e6f Merge branch 'x86/urgent' into x86/iommu by Ingo Molnar · 16 years ago
  12. 1d9b16d x86: move GART specific stuff from iommu.h to gart.h by Joerg Roedel · 16 years ago
  13. 695b567 AMD IOMMU: fix fullflush comparison length by Joerg Roedel · 16 years ago
  14. 3ce1f93 AMD IOMMU: enable device isolation per default by Joerg Roedel · 16 years ago
  15. e5e1f60 AMD IOMMU: add parameter to disable device isolation by Joerg Roedel · 16 years ago
  16. f609891 amd_iommu: fix nasty bug that caused ILLEGAL_DEVICE_TABLE_ENTRY errors by Andreas Herrmann · 16 years ago
  17. 8a66712 x86, amd-iommu: propagate PCI device enabling error by Ingo Molnar · 16 years ago
  18. afa9fdc iommu: remove fullflush and nofullflush in IOMMU generic option by FUJITA Tomonori · 16 years ago
  19. 23c1713 AMD IOMMU: use cmd_buf_size when freeing the command buffer by Joerg Roedel · 16 years ago
  20. b514e55 AMD IOMMU: calculate IVHD size with a function by Joerg Roedel · 16 years ago
  21. 199d0d5 AMD IOMMU: remove unnecessary cast to u64 in the init code by Joerg Roedel · 16 years ago
  22. d58befd AMD IOMMU: free domain bitmap with its allocation order by Joerg Roedel · 16 years ago
  23. a22131a AMD IOMMU: allow IO page faults from devices by Joerg Roedel · 16 years ago
  24. 126c52b AMD IOMMU: enable event logging by Joerg Roedel · 16 years ago
  25. 90008ee AMD IOMMU: add event handling code by Joerg Roedel · 16 years ago
  26. a80dc3e AMD IOMMU: add MSI interrupt support by Joerg Roedel · 16 years ago
  27. 3eaf28a AMD IOMMU: save pci_dev instead of devid by Joerg Roedel · 16 years ago
  28. ee893c2 AMD IOMMU: save pci segment from ACPI tables by Joerg Roedel · 16 years ago
  29. 335503e AMD IOMMU: add event buffer allocation by Joerg Roedel · 16 years ago
  30. 1c65577 AMD IOMMU: implement lazy IO/TLB flushing by Joerg Roedel · 16 years ago
  31. 129d6ab x86, AMD IOMMU: initialize dma_ops after sysfs registration by Joerg Roedel · 16 years ago
  32. 9f5f5fb x86, AMD IOMMU: initialize device table properly by Joerg Roedel · 16 years ago
  33. 3a61ec3 x86, AMD IOMMU: include amd_iommu_last_bdf in device initialization by Joerg Roedel · 16 years ago
  34. 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
  35. 5ff4789 AMD IOMMU: set iommu for device from ACPI code too by Joerg Roedel · 16 years ago
  36. d591b0a x86, AMD IOMMU: replace DEVID macro with a function by Joerg Roedel · 16 years ago
  37. 0906372 x86, AMD IOMMU: replace self made size parsing with memparse call by Joerg Roedel · 16 years ago
  38. 5dc8bff x86, AMD IOMMU: replace memset with __GFP_ZERO for table allocation by Joerg Roedel · 16 years ago
  39. 2e22847 x86, AMD IOMMU: do runtime list initialization at compile time by Joerg Roedel · 16 years ago
  40. 58a3bee x86, AMD IOMMU: use true/false instead of 0/1 for bool value by Joerg Roedel · 16 years ago
  41. d0312b21 x86, AMD IOMMU: remove unneeded initializations from command buffer allocation by Joerg Roedel · 16 years ago
  42. 9a836de x86, AMD IOMMU: remove unnecessary free checks from init code by Joerg Roedel · 16 years ago
  43. c571484 x86, AMD IOMMU: replace TBL_SIZE macro with a function by Joerg Roedel · 16 years ago
  44. 208ec8c x86, AMD IOMMU: replace UPDATE_LAST_BDF macro with a function by Joerg Roedel · 16 years ago
  45. b65233a x86, AMD IOMMU: add comments to the initialization code by Joerg Roedel · 16 years ago
  46. 46a7fa2 x86: make only GART code include gart.h by FUJITA Tomonori · 16 years ago
  47. 299a140 x86, AMD IOMMU: ignore detection of GART IOMMU by Joerg Roedel · 16 years ago
  48. fb33969 x86, AMD IOMMU: remove unnecessary code from the iommu_enable function by Joerg Roedel · 16 years ago
  49. c1cbebe x86, AMD IOMMU: don't try to init IOMMU if early detect code did not detect one by Joerg Roedel · 16 years ago
  50. 8b14518 x86, AMD IOMMU: honor iommu=off instead of amd_iommu=off by Joerg Roedel · 16 years ago
  51. 7441e9c x86, AMD IOMMU: disable suspend/resume with IOMMU enabled (for now) by Joerg Roedel · 16 years ago
  52. 92af4e2 x86, AMD IOMMU, build fix #2 by Ingo Molnar · 16 years ago
  53. 8736197 x86, AMD IOMMU: initialize dma_ops from IOMMU initialization and enable IOMMUs by Joerg Roedel · 16 years ago
  54. c6da992 x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code by Joerg Roedel · 16 years ago
  55. 918ad6c x86, AMD IOMMU: add kernel command line parameters for AMD IOMMU by Joerg Roedel · 16 years ago
  56. ae7877d x86, AMD IOMMU: add early detection code by Joerg Roedel · 16 years ago
  57. fe74c9c x86, AMD IOMMU: clue initialization code together by Joerg Roedel · 16 years ago
  58. be2a022 x86, AMD IOMMU: add functions to parse IOMMU memory mapping requirements for devices by Joerg Roedel · 16 years ago
  59. e47d402 x86, AMD IOMMU: add detect code for AMD IOMMU hardware by Joerg Roedel · 16 years ago
  60. 5d0c8e4 x86, AMD IOMMU: add functions for IOMMU hardware initialization from ACPI by Joerg Roedel · 16 years ago
  61. 3566b77 x86, AMD IOMMU: add device table initialization functions by Joerg Roedel · 16 years ago
  62. b36ca91 x86, AMD IOMMU: add command buffer (de-)allocation by Joerg Roedel · 16 years ago
  63. b2026aa x86, AMD IOMMU: add functions for programming IOMMU MMIO space by Joerg Roedel · 16 years ago
  64. 6c56747 x86, AMD IOMMU: add functions for mapping/unmapping the MMIO space by Joerg Roedel · 16 years ago
  65. 3e8064b x86, AMD IOMMU: add functions to find last possible PCI device for IOMMU by Joerg Roedel · 16 years ago
  66. 928abd2 x86, AMD IOMMU: add data structures to manage the IOMMUs in the system by Joerg Roedel · 16 years ago
  67. f6e2e6b x86, AMD IOMMU: add defines and structures for ACPI scanning code by Joerg Roedel · 16 years ago