1. 89b6b8c Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 5 months ago
  2. ea87073 Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-waited-v3', 'v5.15/vfio/vfio-pci-core-v5' and 'v5.15/vfio/vfio-ap' into v5.15/vfio/next by Alex Williamson · 3 years, 5 months ago
  3. 7fa005c vfio/pci: Introduce vfio_pci_core.ko by Max Gurtovoy · 3 years, 5 months ago
  4. 85c94dc vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on' by Jason Gunthorpe · 3 years, 5 months ago
  5. ca4ddaa vfio: Use select for eventfd by Jason Gunthorpe · 3 years, 5 months ago
  6. cc6711b PCI / VFIO: Add 'override_only' support for VFIO PCI sub system by Max Gurtovoy · 3 years, 5 months ago
  7. c61302a vfio/pci: Move module parameters to vfio_pci.c by Yishai Hadas · 3 years, 5 months ago
  8. 2fb89f5 vfio/pci: Move igd initialization to vfio_pci.c by Max Gurtovoy · 3 years, 5 months ago
  9. ff53edf vfio/pci: Split the pci_driver code out of vfio_pci_core.c by Max Gurtovoy · 3 years, 5 months ago
  10. c39f8fa vfio/pci: Include vfio header in vfio_pci_core.h by Max Gurtovoy · 3 years, 5 months ago
  11. bf9fdc9 vfio/pci: Rename ops functions to fit core namings by Max Gurtovoy · 3 years, 5 months ago
  12. 5364751 vfio/pci: Rename vfio_pci_device to vfio_pci_core_device by Max Gurtovoy · 3 years, 5 months ago
  13. 9a38993 vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h by Max Gurtovoy · 3 years, 5 months ago
  14. 1cbd70f vfio/pci: Rename vfio_pci.c to vfio_pci_core.c by Max Gurtovoy · 3 years, 5 months ago
  15. 29848a0 vfio-pci/zdev: Remove repeated verbose license text by Cai Huoqing · 3 years, 5 months ago
  16. db44c17 vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set by Jason Gunthorpe · 3 years, 5 months ago
  17. a882c16 vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set by Jason Gunthorpe · 3 years, 5 months ago
  18. 2cd8b14 vfio/pci: Move to the device set infrastructure by Yishai Hadas · 3 years, 5 months ago
  19. ae03c37 vfio: Introduce a vfio_uninit_group_dev() API call by Max Gurtovoy · 3 years, 5 months ago
  20. e7500b3 vfio/pci: Make vfio_pci_regops->rw() return ssize_t by Yishai Hadas · 3 years, 6 months ago
  21. 8da49a3 Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 6 months ago
  22. bf44e8c vgaarb: don't pass a cookie to vga_client_register by Christoph Hellwig · 3 years, 6 months ago
  23. f6b1772 vgaarb: remove the unused irq_set_state argument to vga_client_register by Christoph Hellwig · 3 years, 6 months ago
  24. b877947 vgaarb: provide a vga_client_unregister wrapper by Christoph Hellwig · 3 years, 6 months ago
  25. 6a45ece vfio/pci: Handle concurrent vma faults by Alex Williamson · 3 years, 7 months ago
  26. 742b4c0 vfio: use the new pci_dev_trylock() helper to simplify try lock by Luis Chamberlain · 3 years, 7 months ago
  27. 9dcf01d vfio: centralize module refcount in subsystem layer by Max Gurtovoy · 3 years, 8 months ago
  28. 2a55ca3 vfio/pci: zap_vma_ptes() needs MMU by Randy Dunlap · 3 years, 8 months ago
  29. d1ce2c7 vfio/pci: Fix error return code in vfio_ecap_init() by Zhen Lei · 3 years, 8 months ago
  30. 238da4d Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 9 months ago
  31. 9092907 vfio/pci: Add missing range check in vfio_pci_mmap by Christian A. Ehrhardt · 3 years, 9 months ago
  32. 6a2a235 Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/vfio/nvlink' into v5.13/vfio/next by Alex Williamson · 3 years, 10 months ago
  33. 1e04ec1 vfio: Remove device_data from the vfio bus driver API by Jason Gunthorpe · 3 years, 10 months ago
  34. 07d47b4 vfio/pci: Replace uses of vfio_device_data() with container_of by Jason Gunthorpe · 3 years, 10 months ago
  35. 6df62c5 vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *' by Jason Gunthorpe · 3 years, 10 months ago
  36. 6b018e2 vfio/pci: Use vfio_init/register/unregister_group_dev by Jason Gunthorpe · 3 years, 10 months ago
  37. 4aeec39 vfio/pci: Re-order vfio_pci_probe() by Jason Gunthorpe · 3 years, 10 months ago
  38. 61e9081 vfio/pci: Move VGA and VF initialization to functions by Jason Gunthorpe · 3 years, 10 months ago
  39. b392a19 vfio/pci: remove vfio_pci_nvlink2 by Christoph Hellwig · 3 years, 10 months ago
  40. d0915b3 vfio/pci: fix a couple of spelling mistakes by Zhen Lei · 3 years, 10 months ago
  41. bab2c19 vfio/pci: Add support for opregion v2.1+ by Fred Gao · 3 years, 10 months ago
  42. 36f0be5 vfio/pci: Remove an unnecessary blank line in vfio_pci_enable by Zhou Wang · 3 years, 10 months ago
  43. fbc9d37 vfio: pci: Spello fix in the file vfio_pci.c by Bhaskar Chowdhury · 3 years, 10 months ago
  44. e0146a1 vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends by Jason Gunthorpe · 3 years, 10 months ago
  45. b9abef4 vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from Kconfig by Max Gurtovoy · 4 years ago
  46. 7e31d6d vfio-pci/zdev: fix possible segmentation fault issue by Max Gurtovoy · 4 years ago
  47. 46c4746 vfio-pci/zdev: remove unused vdev argument by Max Gurtovoy · 4 years ago
  48. 37a682f vfio/pci: Fix handling of pci use accessor return codes by Heiner Kallweit · 4 years ago
  49. d22f9a6 vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU by Alexey Kardashevskiy · 4 years, 2 months ago
  50. 7b06a56 vfio-pci: Use io_remap_pfn_range() for PCI IO memory by Jason Gunthorpe · 4 years, 2 months ago
  51. 16b8fe4 vfio/pci: Move dummy_resources_list init in vfio_pci_probe() by Eric Auger · 4 years, 2 months ago
  52. e4eccb8 vfio/pci: Bypass IGD init in case of -ENODEV by Fred Gao · 4 years, 3 months ago
  53. 38565c9 vfio/pci: Implement ioeventfd thread handler for contended memory lock by Alex Williamson · 4 years, 3 months ago
  54. fc996db Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 3 months ago
  55. 852b1be vfio/pci: Clear token on bypass registration failure by Alex Williamson · 4 years, 3 months ago
  56. 4d45e75 mm: remove the now-unnecessary mmget_still_valid() hack by Jann Horn · 4 years, 3 months ago
  57. 2099363 Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.10/vfio/next by Alex Williamson · 4 years, 3 months ago
  58. e6b817d vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFO by Matthew Rosato · 4 years, 3 months ago
  59. 3de066f Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/misc', 'v5.10/vfio/no-cmd-mem' and 'v5.10/vfio/yan_zhao_fixes' into v5.10/vfio/next by Alex Williamson · 4 years, 4 months ago
  60. 515ecd5 vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn by Matthew Rosato · 4 years, 4 months ago
  61. 1c0f682 vfio/pci: Don't regenerate vconfig for all BARs if !bardirty by Zenghui Yu · 4 years, 4 months ago
  62. eac7cc2 vfio/pci: Remove redundant declaration of vfio_pci_driver by Zenghui Yu · 4 years, 4 months ago
  63. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  64. bc93b9a vfio-pci: Avoid recursive read-lock usage by Alex Williamson · 4 years, 5 months ago
  65. 5017332 vfio/pci: Add QAT devices to denylist by Giovanni Cabiddu · 4 years, 6 months ago
  66. 1f97970 vfio/pci: Add device denylist by Giovanni Cabiddu · 4 years, 6 months ago
  67. 924b51a vfio/pci: Hold igate across releasing eventfd contexts by Alex Williamson · 4 years, 6 months ago
  68. bf3551e vfio/pci: Add Intel X550 to hidden INTx devices by Alex Williamson · 4 years, 6 months ago
  69. b872d06 vfio/pci: fix racy on error and request eventfd ctx by Zeng Tao · 4 years, 6 months ago
  70. ebfa440 vfio/pci: Fix SR-IOV VF handling with MMIO blocking by Alex Williamson · 4 years, 7 months ago
  71. 5c5866c vfio/pci: Clear error and request eventfd ctx after releasing by Alex Williamson · 4 years, 7 months ago
  72. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  73. 89154dd mmap locking API: convert mmap_sem call sites missed by coccinelle by Michel Lespinasse · 4 years, 7 months ago
  74. 5a36f0f3 Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 8 months ago
  75. cd34b82 Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' and 'v5.8/vfio/qian-leak-fixes' into v5.8/vfio/next by Alex Williamson · 4 years, 8 months ago
  76. 1518ac272 vfio/pci: fix memory leaks of eventfd ctx by Qian Cai · 4 years, 8 months ago
  77. 3e63b94 vfio/pci: fix memory leaks in alloc_perm_bits() by Qian Cai · 4 years, 8 months ago
  78. bc138db vfio-pci: Mask cap zero by Alex Williamson · 4 years, 9 months ago
  79. abafbc5 vfio-pci: Invalidate mmaps and block MMIO access on disabled memory by Alex Williamson · 4 years, 9 months ago
  80. 11c4cd0 vfio-pci: Fault mmaps to enable vma tracking by Alex Williamson · 4 years, 9 months ago
  81. 7bfc3c8 drivers/powerpc: Replace _ALIGN_UP() by ALIGN() by Christophe Leroy · 4 years, 9 months ago
  82. 00bc509 vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0] by Sam Bobroff · 4 years, 10 months ago
  83. b66574a vfio/pci: Cleanup .probe() exit paths by Alex Williamson · 4 years, 10 months ago
  84. 959e1b7 vfio/pci: Remove dev_fmt definition by Alex Williamson · 4 years, 10 months ago
  85. 137e553 vfio/pci: Add sriov_configure support by Alex Williamson · 4 years, 10 months ago
  86. 43eeeecc vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user by Alex Williamson · 4 years, 10 months ago
  87. cc20d79 vfio/pci: Introduce VF token by Alex Williamson · 4 years, 10 months ago
  88. 467c084 vfio/pci: Implement match ops by Alex Williamson · 4 years, 10 months ago
  89. a6d5f9d Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  90. bb3d3cf vfio: vfio_pci_nvlink2: use mmgrab by Julia Lawall · 5 years ago
  91. 338b4e1 vfio/spapr/nvlink2: Skip unpinning pages on error exit by Alexey Kardashevskiy · 5 years ago
  92. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  93. 94e89b4 Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  94. d567fb8 vfio/pci: call irq_bypass_unregister_producer() before freeing irq by Jiang Yi · 5 years ago
  95. c9c13ba PCI: Add PCI_STD_NUM_BARS for the number of standard BARs by Denis Efremov · 5 years ago
  96. 92c8026 vfio_pci: Restore original state on release by hexin · 5 years ago
  97. e66e02c4 vfio: vfio_pci_nvlink2: use a vma helper function by Peng Hao · 6 years ago
  98. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  99. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  100. 2c85f2b vfio-pci/nvlink2: Fix potential VMA leak by Greg Kurz · 6 years ago