1. a6d5f9d Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  2. 7b5372b vfio: platform: fix __iomem in vfio_platform_amdxgbe.c by Ben Dooks (Codethink) · 5 years ago
  3. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  4. 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
  5. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  6. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  7. a88a7b3 vfio: Use dev_printk() when possible by Bjorn Helgaas · 6 years ago
  8. 3c8d7ef vfio: platform: reset: fix up include directives to remove ccflags-y by Masahiro Yamada · 6 years ago
  9. 415eb9f vfio: platform: Fix using devices in PM Domains by Geert Uytterhoeven · 7 years ago
  10. d59502b vfio: platform: Make printed error messages more consistent by Geert Uytterhoeven · 7 years ago
  11. 28a6838 vfio: platform: Fix reset module leak in error path by Geert Uytterhoeven · 7 years ago
  12. e0ca382 Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. e258834 vfio: platform: reset: Add Broadcom FlexRM reset module by Anup Patel · 7 years ago
  15. 417fb50 vfio: platform: constify amba_id by Arvind Yadav · 7 years ago
  16. a1e03e9 vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare() by Kirti Wankhede · 8 years ago
  17. 2e06285 vfio: platform: mark symbols static where possible by Baoyou Xie · 8 years ago
  18. 0991bbd vfio: platform: check reset call return code during release by Sinan Kaya · 9 years ago
  19. e994423 vfio: platform: check reset call return code during open by Sinan Kaya · 9 years ago
  20. b5add54 vfio, platform: make reset driver a requirement by default by Sinan Kaya · 9 years ago
  21. d30daa3 vfio: platform: call _RST method when using ACPI by Sinan Kaya · 9 years ago
  22. 5afec27 vfio: platform: add extra debug info argument to call reset by Sinan Kaya · 9 years ago
  23. a12a936 vfio: platform: add support for ACPI probe by Sinan Kaya · 9 years ago
  24. dc5542f vfio: platform: determine reset capability by Sinan Kaya · 9 years ago
  25. f084aa7 vfio: platform: move reset call to a common function by Sinan Kaya · 9 years ago
  26. 7aef80c vfio: platform: rename reset function by Sinan Kaya · 9 years ago
  27. 9698cbf vfio: platform: support No-IOMMU mode by Peng Fan · 9 years ago
  28. 8160c4e vfio: fix ioctl error handling by Michael S. Tsirkin · 9 years ago
  29. 9676288 VFIO: platform: reset: fix a warning message condition by Dan Carpenter · 9 years ago
  30. 7200be7 vfio: platform: remove needless stack usage by Kees Cook · 9 years ago
  31. 7fe9414 vfio: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  32. 0990822 VFIO: platform: reset: AMD xgbe reset module by Eric Auger · 9 years ago
  33. daac3bb vfio: platform: reset: calxedaxgmac: fix ioaddr leak by Eric Auger · 9 years ago
  34. 705e60b vfio: platform: add dev_info on device reset by Eric Auger · 9 years ago
  35. e9e0506 vfio: platform: use list of registered reset function by Eric Auger · 9 years ago
  36. 0628c4d vfio: platform: add compat in vfio_platform_device by Eric Auger · 9 years ago
  37. 680742f vfio: platform: reset: calxedaxgmac: add reset function registration by Eric Auger · 9 years ago
  38. 5886465 vfio: platform: introduce module_vfio_reset_handler macro by Eric Auger · 9 years ago
  39. e086497 vfio: platform: add capability to register a reset function by Eric Auger · 9 years ago
  40. 32a2d71 vfio: platform: introduce vfio-platform-base module by Eric Auger · 9 years ago
  41. 1b4bb2e vfio/platform: store mapped memory in region, instead of an on-stack copy by James Morse · 9 years ago
  42. 1276ece VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ by Eric Auger · 9 years ago
  43. e6bcd47 VFIO: platform: enable ARM64 build by Eric Auger · 10 years ago
  44. 713cc33 VFIO: platform: Calxeda xgmac reset module by Eric Auger · 10 years ago
  45. 3eeb0d5 VFIO: platform: populate the reset function on probe by Eric Auger · 10 years ago
  46. 813ae660 VFIO: platform: add reset callback by Eric Auger · 10 years ago
  47. 9f85d8f VFIO: platform: add reset struct and lookup table by Eric Auger · 10 years ago
  48. 71be342 vfio: Split virqfd into a separate module for vfio bus drivers by Alex Williamson · 10 years ago
  49. a7fa7c7 vfio/platform: implement IRQ masking/unmasking via an eventfd by Antonios Motakis · 10 years ago
  50. 06211b4 vfio/platform: support for level sensitive interrupts by Antonios Motakis · 10 years ago
  51. 57f972e vfio/platform: trigger an interrupt via eventfd by Antonios Motakis · 10 years ago
  52. 9a36321 vfio/platform: initial interrupts support code by Antonios Motakis · 10 years ago
  53. 682704c vfio/platform: return IRQ info by Antonios Motakis · 10 years ago
  54. fad4d5b vfio/platform: support MMAP of MMIO regions by Antonios Motakis · 10 years ago
  55. 6e3f264 vfio/platform: read and write support for the device fd by Antonios Motakis · 10 years ago
  56. e8909e6 vfio/platform: return info for device memory mapped IO regions by Antonios Motakis · 10 years ago
  57. 2e8567b vfio/platform: return info for bound device by Antonios Motakis · 10 years ago
  58. b13329a vfio: amba: add the VFIO for AMBA devices module to Kconfig by Antonios Motakis · 10 years ago
  59. 36fe431 vfio: amba: VFIO support for AMBA devices by Antonios Motakis · 10 years ago
  60. 5316153 vfio: platform: add the VFIO PLATFORM module to Kconfig by Antonios Motakis · 10 years ago
  61. 9df85aa vfio: platform: probe to devices on the platform bus by Antonios Motakis · 10 years ago
  62. de49fc0 vfio/platform: initial skeleton of VFIO support for platform devices by Antonios Motakis · 10 years ago