1. f605ba9 Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  2. 3065617 vfio/pci: Add ioeventfd support by Alex Williamson · 7 years ago
  3. 07fd7ef vfio/pci: Use endian neutral helpers by Alex Williamson · 7 years ago
  4. 0d77ed3 vfio/pci: Pull BAR mapping setup from read-write path by Alex Williamson · 7 years ago
  5. 356e88e vfio/type1: Improve memory pinning process for raw PFN mapping by Jason Cai (Xiang Feng) · 7 years ago
  6. 834814e Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it" by Alex Williamson · 7 years ago
  7. 6bd06f5 vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs by Suravee Suthikulpanit · 7 years ago
  8. 94db151 vfio: disable filesystem-dax page pinning by Dan Williams · 7 years ago
  9. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  10. 34b1cf6 Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  11. 46ed90f vfio: mdev: make a couple of functions and structure vfio_mdev_driver static by Xiongwei Song · 7 years ago
  12. a32295c vfio-pci: Allow mapping MSIX BAR by Alexey Kardashevskiy · 7 years ago
  13. dda01f7 vfio: Simplify capability helper by Alex Williamson · 7 years ago
  14. 2170dd0 vfio-pci: Mask INTx if a device is not capabable of enabling it by Alexey Kardashevskiy · 7 years ago
  15. 3ad6f93 annotate poll-related wait keys by Al Viro · 7 years ago
  16. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  17. e0ca382 Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  18. f319967 Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0 by Alex Williamson · 7 years ago
  19. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  20. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  21. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  22. e258834 vfio: platform: reset: Add Broadcom FlexRM reset module by Anup Patel · 7 years ago
  23. 71a7d3d vfio/type1: silence integer overflow warning by Dan Carpenter · 7 years ago
  24. 5c2fefd vfio/spapr: Add cond_resched() for huge updates by Alexey Kardashevskiy · 7 years ago
  25. cf0d53b vfio/pci: Virtualize Maximum Read Request Size by Alex Williamson · 7 years ago
  26. 5231849 vfio/pci: Virtualize Maximum Payload Size by Alex Williamson · 7 years ago
  27. 417fb50 vfio: platform: constify amba_id by Arvind Yadav · 7 years ago
  28. 6586b56 vfio: Stall vfio_del_group_dev() for container group detach by Alex Williamson · 7 years ago
  29. d935ad9 vfio: fix noiommu vfio_iommu_group_get reference count by Eric Auger · 7 years ago
  30. f203f7f vfio/type1: Give hardware MSI regions precedence by Robin Murphy · 7 years ago
  31. db406cc vfio/type1: Cope with hardware MSI reserved regions by Robin Murphy · 7 years ago
  32. 796b755 vfio/pci: Fix handling of RC integrated endpoint PCIe capability size by Alex Williamson · 7 years ago
  33. 9f47803 vfio/pci: Use pci_try_reset_function() on initial open by Alex Williamson · 7 years ago
  34. 8c6f5e7 Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  35. 7f56c30 vfio: Remove unnecessary uses of vfio_container.group_lock by Alex Williamson · 7 years ago
  36. 5d6dee8 vfio: New external user group/file match by Alex Williamson · 7 years ago
  37. 811642d vfio: Fix group release deadlock by Alex Williamson · 7 years ago
  38. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  39. 7b3a10d vfio: Use ERR_CAST() instead of open coding it by Dan Carpenter · 7 years ago
  40. 7d57e5e vfio/pci: Add Intel XXV710 to hidden INTx devices by Alex Williamson · 7 years ago
  41. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  42. 7cb671e vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote() by Alex Williamson · 8 years ago
  43. 80dbe1f vfio/type1: Prune vfio_pin_page_external() by Alex Williamson · 8 years ago
  44. 0cfef2b vfio/type1: Remove locked page accounting workqueue by Alex Williamson · 8 years ago
  45. 3393af2 vfio/spapr_tce: Check kzalloc() return when preregistering memory by Alexey Kardashevskiy · 8 years ago
  46. 1282ba7 vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility check by Alexey Kardashevskiy · 8 years ago
  47. e5afdf9 powerpc/vfio_spapr_tce: Add reference counting to iommu_table by Alexey Kardashevskiy · 8 years ago
  48. 11edf11 powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal by Alexey Kardashevskiy · 8 years ago
  49. d07c6f4 Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  50. 9d3a4de iommu: Disambiguate MSI region types by Robin Murphy · 8 years ago
  51. 65b1ade vfio: Rework group release notifier warning by Alex Williamson · 8 years ago
  52. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  53. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  54. f14cc3b Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  55. d9d8478 vfio: fix a typo in comment of function vfio_pin_pages by Changbin Du · 8 years ago
  56. ebb4949 Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  57. 8d2932d Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into next by Joerg Roedel · 8 years ago
  58. 2c9f1af vfio/type1: Fix error return code in vfio_iommu_type1_attach_group() by Wei Yongjun · 8 years ago
  59. 0ca582f vfio: Replace module request with softdep by Alex Williamson · 8 years ago
  60. f790eb5 vfio/mdev: Use a module softdep for vfio_mdev by Alex Williamson · 8 years ago
  61. d88423f vfio: Fix build break when SPAPR_TCE_IOMMU=n by Michael Ellerman · 8 years ago
  62. 930a42d vfio/spapr_tce: Set window when adding additional groups to container by Alexey Kardashevskiy · 8 years ago
  63. 2da64d2 vfio/spapr: Fix missing mutex unlock when creating a window by Alexey Kardashevskiy · 8 years ago
  64. 93fa6cf Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/core by Joerg Roedel · 8 years ago
  65. bd00fdf vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null by Greg Kurz · 8 years ago
  66. 9d72f87 vfio/type1: Check MSI remapping at irq domain level by Eric Auger · 8 years ago
  67. 5d70499 vfio/type1: Allow transparent MSI IOVA allocation by Eric Auger · 8 years ago
  68. 94a6fa8 vfio/type1: Remove pid_namespace.h include by Alex Williamson · 8 years ago
  69. d1b333d vfio iommu type1: fix the testing of capability for remote task by Jike Song · 8 years ago
  70. e19f32d vfio-pci: Handle error from pci_iomap by Arvind Yadav · 8 years ago
  71. 45e8697 vfio-pci: use 32-bit comparisons for register address for gcc-4.5 by Arnd Bergmann · 8 years ago
  72. 99e3123 vfio-mdev: Make mdev_device private and abstract interfaces by Alex Williamson · 8 years ago
  73. 9372e6fe vfio-mdev: Make mdev_parent private by Alex Williamson · 8 years ago
  74. 4293055 vfio-mdev: de-polute the namespace, rename parent_device & parent_ops by Alex Williamson · 8 years ago
  75. 4955078 vfio-mdev: Fix remove race by Alex Williamson · 8 years ago
  76. 6c38c05 vfio/type1: Restore mapping performance with mdev support by Alex Williamson · 8 years ago
  77. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  78. 0ab7b12 Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  79. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  80. cc10385 PCI: Move config space size macros to pci_regs.h by Wang Sheng-Hui · 8 years ago
  81. 2b8bb1d vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pages by Kirti Wankhede · 8 years ago
  82. 7c03f42 vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP. by Kirti Wankhede · 8 years ago
  83. 3cedd7d vfio iommu type1: WARN_ON if notifier block is not unregistered by Kirti Wankhede · 8 years ago
  84. 4b6fad7 powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown by Alexey Kardashevskiy · 8 years ago
  85. bc82d12 vfio/spapr: Reference mm in tce_container by Alexey Kardashevskiy · 8 years ago
  86. d9c7289 vfio/spapr: Postpone default window creation by Alexey Kardashevskiy · 8 years ago
  87. 6f01cc6 vfio/spapr: Add a helper to create default DMA window by Alexey Kardashevskiy · 8 years ago
  88. 39701e5 vfio/spapr: Postpone allocation of userspace version of TCE table by Alexey Kardashevskiy · 8 years ago
  89. d7baee6 powerpc/iommu: Stop using @current in mm_iommu_xxx by Alexey Kardashevskiy · 8 years ago
  90. ccd46db vfio: support notifier chain in vfio_group by Jike Song · 8 years ago
  91. 22195cb vfio: vfio_register_notifier: classify iommu notifier by Jike Song · 8 years ago
  92. d256459 vfio: Fix handling of error returned by 'vfio_group_get_from_dev()' by Christophe JAILLET · 8 years ago
  93. 5ba6de9 vfio: fix vfio_info_cap_add/shift by Eric Auger · 8 years ago
  94. f4cb410 vfio/pci: Drop unnecessary pcibios_err_to_errno() by Cao jin · 8 years ago
  95. 8e1c5a4 docs: Add Documentation for Mediated devices by Kirti Wankhede · 8 years ago
  96. a1e03e9 vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare() by Kirti Wankhede · 8 years ago
  97. ef198aa vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare() by Kirti Wankhede · 8 years ago
  98. c747f08 vfio: Introduce vfio_set_irqs_validate_and_prepare() by Kirti Wankhede · 8 years ago
  99. c535d34 vfio_pci: Update vfio_pci to use vfio_info_add_capability() by Kirti Wankhede · 8 years ago
  100. b3c0a86 vfio: Introduce common function to add capabilities by Kirti Wankhede · 8 years ago