1. 38a6893 vfio: Move vfio_iommu_group_get() to vfio_register_group_dev() by Jason Gunthorpe · 3 years, 3 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, 4 months ago
  3. 85c94dc vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on' by Jason Gunthorpe · 3 years, 4 months ago
  4. ca4ddaa vfio: Use select for eventfd by Jason Gunthorpe · 3 years, 4 months ago
  5. ab78130 vfio: platform: reset: Convert to SPDX identifier by Cai Huoqing · 3 years, 4 months ago
  6. ab7e5e3 vfio/platform: Use open_device() instead of open coding a refcnt scheme by Jason Gunthorpe · 3 years, 5 months ago
  7. ae03c37 vfio: Introduce a vfio_uninit_group_dev() API call by Max Gurtovoy · 3 years, 5 months ago
  8. 3b62a62 vfio/platform: remove unneeded parent_module attribute by Max Gurtovoy · 3 years, 7 months ago
  9. 9dcf01d vfio: centralize module refcount in subsystem layer by Max Gurtovoy · 3 years, 7 months ago
  10. dc51ff9 vfio/platform: fix module_put call in error flow by Max Gurtovoy · 3 years, 7 months ago
  11. 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, 9 months ago
  12. 1e04ec1 vfio: Remove device_data from the vfio bus driver API by Jason Gunthorpe · 3 years, 9 months ago
  13. 6df62c5 vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *' by Jason Gunthorpe · 3 years, 9 months ago
  14. cb61645 vfio/platform: Use vfio_init/register/unregister_group_dev by Jason Gunthorpe · 3 years, 9 months ago
  15. f5c858e vfio/platform: Fix spelling mistake "registe" -> "register" by Zhen Lei · 3 years, 9 months ago
  16. 3b49dfb ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TEST by Jason Gunthorpe · 3 years, 10 months ago
  17. d3d72a6 vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM by Jason Gunthorpe · 3 years, 10 months ago
  18. 3fd269e amba: Make the remove callback return void by Uwe Kleine-König · 4 years ago
  19. 5b495ac vfio: platform: simplify device removal by Uwe Kleine-König · 4 years ago
  20. feaba59 vfio: platform: Switch to use platform_get_mem_or_io() by Andy Shevchenko · 4 years, 1 month ago
  21. bb742ad vfio: platform: fix reference leak in vfio_platform_open by Zhang Qilong · 4 years, 2 months ago
  22. 723fe29 vfio: platform: Switch to platform_get_irq_optional() by Eric Auger · 4 years, 9 months ago
  23. a6d5f9d Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  24. 7b5372b vfio: platform: fix __iomem in vfio_platform_amdxgbe.c by Ben Dooks (Codethink) · 5 years ago
  25. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  26. 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
  27. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  28. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  29. a88a7b3 vfio: Use dev_printk() when possible by Bjorn Helgaas · 6 years ago
  30. 3c8d7ef vfio: platform: reset: fix up include directives to remove ccflags-y by Masahiro Yamada · 6 years ago
  31. 415eb9f vfio: platform: Fix using devices in PM Domains by Geert Uytterhoeven · 7 years ago
  32. d59502b vfio: platform: Make printed error messages more consistent by Geert Uytterhoeven · 7 years ago
  33. 28a6838 vfio: platform: Fix reset module leak in error path by Geert Uytterhoeven · 7 years ago
  34. e0ca382 Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  36. e258834 vfio: platform: reset: Add Broadcom FlexRM reset module by Anup Patel · 7 years ago
  37. 417fb50 vfio: platform: constify amba_id by Arvind Yadav · 7 years ago
  38. a1e03e9 vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare() by Kirti Wankhede · 8 years ago
  39. 2e06285 vfio: platform: mark symbols static where possible by Baoyou Xie · 8 years ago
  40. 0991bbd vfio: platform: check reset call return code during release by Sinan Kaya · 8 years ago
  41. e994423 vfio: platform: check reset call return code during open by Sinan Kaya · 8 years ago
  42. b5add54 vfio, platform: make reset driver a requirement by default by Sinan Kaya · 8 years ago
  43. d30daa3 vfio: platform: call _RST method when using ACPI by Sinan Kaya · 8 years ago
  44. 5afec27 vfio: platform: add extra debug info argument to call reset by Sinan Kaya · 8 years ago
  45. a12a936 vfio: platform: add support for ACPI probe by Sinan Kaya · 8 years ago
  46. dc5542f vfio: platform: determine reset capability by Sinan Kaya · 8 years ago
  47. f084aa7 vfio: platform: move reset call to a common function by Sinan Kaya · 8 years ago
  48. 7aef80c vfio: platform: rename reset function by Sinan Kaya · 8 years ago
  49. 9698cbf vfio: platform: support No-IOMMU mode by Peng Fan · 9 years ago
  50. 8160c4e vfio: fix ioctl error handling by Michael S. Tsirkin · 9 years ago
  51. 9676288 VFIO: platform: reset: fix a warning message condition by Dan Carpenter · 9 years ago
  52. 7200be7 vfio: platform: remove needless stack usage by Kees Cook · 9 years ago
  53. 7fe9414 vfio: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  54. 0990822 VFIO: platform: reset: AMD xgbe reset module by Eric Auger · 9 years ago
  55. daac3bb vfio: platform: reset: calxedaxgmac: fix ioaddr leak by Eric Auger · 9 years ago
  56. 705e60b vfio: platform: add dev_info on device reset by Eric Auger · 9 years ago
  57. e9e0506 vfio: platform: use list of registered reset function by Eric Auger · 9 years ago
  58. 0628c4d vfio: platform: add compat in vfio_platform_device by Eric Auger · 9 years ago
  59. 680742f vfio: platform: reset: calxedaxgmac: add reset function registration by Eric Auger · 9 years ago
  60. 5886465 vfio: platform: introduce module_vfio_reset_handler macro by Eric Auger · 9 years ago
  61. e086497 vfio: platform: add capability to register a reset function by Eric Auger · 9 years ago
  62. 32a2d71 vfio: platform: introduce vfio-platform-base module by Eric Auger · 9 years ago
  63. 1b4bb2e vfio/platform: store mapped memory in region, instead of an on-stack copy by James Morse · 9 years ago
  64. 1276ece VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ by Eric Auger · 9 years ago
  65. e6bcd47 VFIO: platform: enable ARM64 build by Eric Auger · 10 years ago
  66. 713cc33 VFIO: platform: Calxeda xgmac reset module by Eric Auger · 10 years ago
  67. 3eeb0d5 VFIO: platform: populate the reset function on probe by Eric Auger · 10 years ago
  68. 813ae660 VFIO: platform: add reset callback by Eric Auger · 10 years ago
  69. 9f85d8f VFIO: platform: add reset struct and lookup table by Eric Auger · 10 years ago
  70. 71be342 vfio: Split virqfd into a separate module for vfio bus drivers by Alex Williamson · 10 years ago
  71. a7fa7c7 vfio/platform: implement IRQ masking/unmasking via an eventfd by Antonios Motakis · 10 years ago
  72. 06211b4 vfio/platform: support for level sensitive interrupts by Antonios Motakis · 10 years ago
  73. 57f972e vfio/platform: trigger an interrupt via eventfd by Antonios Motakis · 10 years ago
  74. 9a36321 vfio/platform: initial interrupts support code by Antonios Motakis · 10 years ago
  75. 682704c vfio/platform: return IRQ info by Antonios Motakis · 10 years ago
  76. fad4d5b vfio/platform: support MMAP of MMIO regions by Antonios Motakis · 10 years ago
  77. 6e3f264 vfio/platform: read and write support for the device fd by Antonios Motakis · 10 years ago
  78. e8909e6 vfio/platform: return info for device memory mapped IO regions by Antonios Motakis · 10 years ago
  79. 2e8567b vfio/platform: return info for bound device by Antonios Motakis · 10 years ago
  80. b13329a vfio: amba: add the VFIO for AMBA devices module to Kconfig by Antonios Motakis · 10 years ago
  81. 36fe431 vfio: amba: VFIO support for AMBA devices by Antonios Motakis · 10 years ago
  82. 5316153 vfio: platform: add the VFIO PLATFORM module to Kconfig by Antonios Motakis · 10 years ago
  83. 9df85aa vfio: platform: probe to devices on the platform bus by Antonios Motakis · 10 years ago
  84. de49fc0 vfio/platform: initial skeleton of VFIO support for platform devices by Antonios Motakis · 10 years ago