1. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  2. 1767e93 x86/kvm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  3. dca4d72 kvm/x86: remove unnecessary header file inclusion by Kai Huang · 8 years ago
  4. c19ca6c treewide: Fix typos in printk by Masanari Iida · 8 years ago
  5. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  6. 5544eb9 KVM: count number of assigned devices by Paolo Bonzini · 9 years ago
  7. 128ca09 kvm: iommu: Add cond_resched to legacy device assignment code by Joerg Roedel · 10 years ago
  8. c9eab58 KVM: x86: move device assignment out of kvm_host.h by Paolo Bonzini · 10 years ago
  9. c274e03 kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ by Radim Krčmář · 10 years ago[Renamed from virt/kvm/iommu.c]
  10. 3d32e4d kvm: fix excessive pages un-pinning in kvm_iommu_map error path. by Quentin Casasnovas · 10 years ago
  11. 23971bd Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  12. ee5ba30 kvm: iommu: Convert to use new iommu_capable() API function by Joerg Roedel · 10 years ago
  13. ad0d217 KVM: Use PCI device flag helper functions by Ethan Zhao · 10 years ago
  14. 350b8bd kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) by Michael S. Tsirkin · 10 years ago
  15. 27ef63c KVM: IOMMU: hva align mapping page size by Greg Edwards · 11 years ago
  16. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  17. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  18. 29242cb virt/kvm/iommu.c: Add leading zeros to device's BDF notation in debug messages by Andre Richter · 11 years ago
  19. d47510e2 kvm: Obey read-only mappings in iommu by Alex Williamson · 12 years ago
  20. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  21. d151f63 KVM: change kvm_assign_device() to print return value when iommu_attach_device() fails by Shuah Khan · 12 years ago
  22. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 12 years ago
  23. 16b854c KVM: iommu: fix releasing unmapped page by Xiao Guangrong · 12 years ago
  24. d566104 KVM: remove the unused parameter of gfn_to_pfn_memslot by Xiao Guangrong · 12 years ago
  25. 21a1416 KVM: lock slots_lock around device assignment by Alex Williamson · 12 years ago
  26. 32f6daa KVM: unmap pages from the iommu when slots are removed by Alex Williamson · 12 years ago
  27. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  28. 1c81065 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  29. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  30. 7d3002c iommu/core: split mapping to page sizes as supported by the hardware by Ohad Ben-Cohen · 13 years ago
  31. 51441d4 kvm: iommu.c file requires the full module.h present. by Paul Gortmaker · 13 years ago
  32. 799fd8b kvm: fix implicit use of stat.h header file by Paul Gortmaker · 13 years ago
  33. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  34. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  35. 905d66c iommu/core: Add bus_type parameter to iommu_domain_alloc by Joerg Roedel · 13 years ago
  36. 6777829 pci: Add flag indicating device has been assigned by KVM by Greg Rose · 13 years ago
  37. 3f68b03 KVM: IOMMU: Disable device assignment without interrupt remapping by Alex Williamson · 13 years ago
  38. 5689cc5 KVM: Use u64 for frame data types by Joerg Roedel · 14 years ago
  39. 95c87e2 KVM: Fix IOMMU memslot reference warning by Sheng Yang · 14 years ago
  40. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 14 years ago
  41. 05b782a KVM: Fix order passed to iommu_unmap by Jan Kiszka · 14 years ago
  42. 98edb6c Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  43. 90d83dc KVM: use the correct RCU API for PROVE_RCU=y by Lai Jiangshan · 14 years ago
  44. fcd9580 kvm: Change kvm_iommu_map_pages to map large pages by Joerg Roedel · 15 years ago
  45. ab9f4ec KVM: enable PCI multiple-segments for pass-through device by Zhai, Edwin · 15 years ago
  46. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  47. 3ad26d8 KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pages by Marcelo Tosatti · 15 years ago
  48. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  49. 522c68c KVM: Enable snooping control for supported hardware by Sheng Yang · 15 years ago
  50. 682edb4 KVM: Fix assigned devices circular locking dependency by Mark McLoughlin · 15 years ago
  51. 7398ca7 kvm/iommu: fix compile warning by Joerg Roedel · 16 years ago
  52. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  53. c4fa386 KVM: rename vtd.c to iommu.c by Joerg Roedel · 16 years ago[Renamed from virt/kvm/vtd.c]
  54. b653574 Deassign device in kvm_free_assgined_device by Weidong Han · 16 years ago
  55. 0a92035 KVM: support device deassignment by Weidong Han · 16 years ago
  56. 260782b KVM: use the new intel iommu APIs by Weidong Han · 16 years ago
  57. 371c01b KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/ by Zhang xiantao · 16 years ago[Renamed from arch/x86/kvm/vtd.c]
  58. e5fcfc8 KVM: Device Assignment: Map mmio pages into VT-d page table by Weidong Han · 16 years ago
  59. 62c476c KVM: Device Assignment with VT-d by Ben-Ami Yassour · 16 years ago