1. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  2. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  3. 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
  4. a13f065 Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  5. 6fe567d Merge tag 'vfio-v5.2-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  6. 405ecbf vfio/mdev: Avoid inline get and put parent helpers by Parav Pandit · 6 years ago
  7. 6093e34 vfio/mdev: Fix aborting mdev child device removal if one fails by Parav Pandit · 6 years ago
  8. a6d6f4f vfio/mdev: Follow correct remove sequence by Parav Pandit · 6 years ago
  9. d300046 vfio/mdev: Avoid masking error code to EBUSY by Parav Pandit · 6 years ago
  10. f707d83 vfio/mdev: Removed unused kref by Parav Pandit · 6 years ago
  11. 60e7f2c vfio/mdev: Avoid release parent reference during error path by Parav Pandit · 6 years ago
  12. 2c85f2b vfio-pci/nvlink2: Fix potential VMA leak by Greg Kurz · 6 years ago
  13. 41be3e2 vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING" by Farhan Ali · 6 years ago
  14. a88a7b3 vfio: Use dev_printk() when possible by Bjorn Helgaas · 6 years ago
  15. 5dd50aa Make anon_inodes unconditional by David Howells · 6 years ago
  16. be068fa vfio/type1: Handle different mdev isolation type by Lu Baolu · 6 years ago
  17. 7bd50f0 vfio/type1: Add domain at(de)taching group helpers by Lu Baolu · 6 years ago
  18. 8ac1317 vfio/mdev: Add iommu related member in mdev_device by Lu Baolu · 6 years ago
  19. 4928559 vfio/type1: Limit DMA mappings per container by Alex Williamson · 6 years ago
  20. e39dd51 vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static by Wang Hai · 6 years ago
  21. 426b046 vfio/pci: use correct format characters by Louis Taylor · 6 years ago
  22. 6c3ac11 Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  23. 0cfd027 vfio_pci: Enable memory accesses before calling pci_map_rom by Eric Auger · 6 years ago
  24. 51ef3a0 vfio/pci: Restore device state on PM transition by Alex Williamson · 6 years ago
  25. a390685 vfio/spapr_tce: Skip unsetting already unset table by Alexey Kardashevskiy · 6 years ago
  26. 8bcb64a vfio: expand minor range when registering chrdev region by Chengguang Xu · 6 years ago
  27. 3c8d7ef vfio: platform: reset: fix up include directives to remove ccflags-y by Masahiro Yamada · 6 years ago
  28. 278bca7 vfio-mdev: Switch to use new generic UUID API by Andy Shevchenko · 6 years ago
  29. 1ef5207 powerpc/eeh: Improve recovery of passed-through devices by Sam Bobroff · 6 years ago
  30. 9a71ac7 vfio-pci/nvlink2: Fix ancient gcc warnings by Alexey Kardashevskiy · 6 years ago
  31. 33e5ee7 vfio/pci: Cleanup license mess by Thomas Gleixner · 6 years ago
  32. 58fec83 vfio/type1: Fix unmap overflow off-by-one by Alex Williamson · 6 years ago
  33. d1fc117 vfio/pci: set TRACE_INCLUDE_PATH to fix the build error by Masahiro Yamada · 6 years ago
  34. 8e143b9 Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  35. 1984f65 Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  36. 7f92891 vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver by Alexey Kardashevskiy · 6 years ago
  37. c2c0f1c vfio_pci: Allow regions to add own capabilities by Alexey Kardashevskiy · 6 years ago
  38. a15b188 vfio_pci: Allow mapping extra regions by Alexey Kardashevskiy · 6 years ago
  39. c10c21e powerpc/vfio/iommu/kvm: Do not pin device memory by Alexey Kardashevskiy · 6 years ago
  40. e0bf78b powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region by Alexey Kardashevskiy · 6 years ago
  41. 517ad4a vfio/spapr_tce: Get rid of possible infinite loop by Alexey Kardashevskiy · 6 years ago
  42. 9422f58 vfio/mdev: add static modifier to add_mdev_supported_type by Paolo Cretaro · 6 years ago
  43. e309df5 vfio/pci: Parallelize device open and release by Alex Williamson · 6 years ago
  44. 7a30423 vfio/type1: Remove map_try_harder() code path by Joerg Roedel · 6 years ago
  45. 0c86e76 Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  46. 6e301a8 KVM: PPC: Optimize clearing TCEs for sparse tables by Alexey Kardashevskiy · 6 years ago
  47. cf3f98c drivers/vfio: Allow type-1 IOMMU instantiation with all ARM/ARM64 IOMMUs by Geert Uytterhoeven · 6 years ago
  48. db04264 vfio/pci: Mask buggy SR-IOV VF INTx support by Alex Williamson · 6 years ago
  49. 30ea32a vfio/pci: Fix potential memory leak in vfio_msi_cap_len by Li Qiang · 6 years ago
  50. 5e2d059 Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  51. b6d6a30 Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  52. 4e31843 Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  53. b3124ec Merge branch 'fixes' into next by Michael Ellerman · 6 years ago
  54. 0dd0e297 vfio-pci: Disable binding to PFs with SR-IOV enabled by Alex Williamson · 7 years ago
  55. 544c05a vfio: Mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  56. ffb48e7 Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  57. c6a44ba PCI: Rename pci_try_reset_bus() to pci_reset_bus() by Sinan Kaya · 6 years ago
  58. 811c5cb PCI: Unify try slot and bus reset API by Sinan Kaya · 6 years ago
  59. 0e714d2 vfio/pci: Fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  60. 76fa497 KVM: PPC: Check if IOMMU page is contained in the pinned physical page by Alexey Kardashevskiy · 6 years ago
  61. 1463edc vfio/spapr: Use IOMMU pageshift rather than pagesize by Alexey Kardashevskiy · 6 years ago
  62. a68bd12 powerpc/powernv/ioda: Allocate indirect TCE levels on demand by Alexey Kardashevskiy · 7 years ago
  63. 090bad3 powerpc/powernv: Add indirect levels to it_userspace by Alexey Kardashevskiy · 7 years ago
  64. 00a5c58 KVM: PPC: Make iommu_table::it_userspace big endian by Alexey Kardashevskiy · 7 years ago
  65. bb94b55 vfio: Use get_user_pages_longterm correctly by Jason Gunthorpe · 7 years ago
  66. 08ca1b5 vfio/pci: Make IGD support a configurable option by Alex Williamson · 7 years ago
  67. 467590e Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  68. 415eb9f vfio: platform: Fix using devices in PM Domains by Geert Uytterhoeven · 7 years ago
  69. e77addf vfio: use match_string() helper by Yisheng Xie · 7 years ago
  70. 6a62c1d vfio/mdev: Re-order sysfs attribute creation by Alex Williamson · 7 years ago
  71. 002fe99 vfio/mdev: Check globally for duplicate devices by Alex Williamson · 7 years ago
  72. d59502b vfio: platform: Make printed error messages more consistent by Geert Uytterhoeven · 7 years ago
  73. 28a6838 vfio: platform: Fix reset module leak in error path by Geert Uytterhoeven · 7 years ago
  74. 48d8476 vfio/type1: Fix task tracking for QEMU vCPU hotplug by Alex Williamson · 7 years ago
  75. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  76. 89c29de Revert "vfio/type1: Improve memory pinning process for raw PFN mapping" by Alex Williamson · 7 years ago
  77. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  78. f605ba9 Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  79. 3065617 vfio/pci: Add ioeventfd support by Alex Williamson · 7 years ago
  80. 07fd7ef vfio/pci: Use endian neutral helpers by Alex Williamson · 7 years ago
  81. 0d77ed3 vfio/pci: Pull BAR mapping setup from read-write path by Alex Williamson · 7 years ago
  82. 356e88e vfio/type1: Improve memory pinning process for raw PFN mapping by Jason Cai (Xiang Feng) · 7 years ago
  83. 834814e Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it" by Alex Williamson · 7 years ago
  84. 6bd06f5 vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs by Suravee Suthikulpanit · 7 years ago
  85. 94db151 vfio: disable filesystem-dax page pinning by Dan Williams · 7 years ago
  86. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  87. 34b1cf6 Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  88. 46ed90f vfio: mdev: make a couple of functions and structure vfio_mdev_driver static by Xiongwei Song · 7 years ago
  89. a32295c vfio-pci: Allow mapping MSIX BAR by Alexey Kardashevskiy · 7 years ago
  90. dda01f7 vfio: Simplify capability helper by Alex Williamson · 7 years ago
  91. 2170dd0 vfio-pci: Mask INTx if a device is not capabable of enabling it by Alexey Kardashevskiy · 7 years ago
  92. 3ad6f93 annotate poll-related wait keys by Al Viro · 8 years ago
  93. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  94. e0ca382 Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  95. f319967 Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0 by Alex Williamson · 7 years ago
  96. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  97. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  98. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  99. e258834 vfio: platform: reset: Add Broadcom FlexRM reset module by Anup Patel · 7 years ago
  100. 71a7d3d vfio/type1: silence integer overflow warning by Dan Carpenter · 7 years ago