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