1. 8160c4e vfio: fix ioctl error handling by Michael S. Tsirkin · 8 years ago
  2. 16ab8a5 vfio/noiommu: Don't use iommu_present() to track fake groups by Alex Williamson · 8 years ago
  3. d4f50ee vfio/iommu_type1: make use of info.flags by Pierre Morel · 9 years ago
  4. 03a76b6 vfio: Include No-IOMMU mode by Alex Williamson · 9 years ago
  5. 9676288 VFIO: platform: reset: fix a warning message condition by Dan Carpenter · 9 years ago
  6. ae5515d Revert: "vfio: Include No-IOMMU mode" by Alex Williamson · 9 years ago
  7. 049af10 vfio: fix a warning message by Dan Carpenter · 9 years ago
  8. 7200be7 vfio: platform: remove needless stack usage by Kees Cook · 9 years ago
  9. 7d10f4e vfio-pci: constify pci_error_handlers structures by Julia Lawall · 9 years ago
  10. 7fe9414 vfio: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  11. 934f98d Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  12. 222e684 vfio/pci: make an array larger by Dan Carpenter · 9 years ago
  13. 033291e vfio: Include No-IOMMU mode by Alex Williamson · 9 years ago
  14. e324fc8 vfio: Fix bug in vfio_device_get_from_name() by Joerg Roedel · 9 years ago
  15. 0990822 VFIO: platform: reset: AMD xgbe reset module by Eric Auger · 9 years ago
  16. daac3bb vfio: platform: reset: calxedaxgmac: fix ioaddr leak by Eric Auger · 9 years ago
  17. 705e60b vfio: platform: add dev_info on device reset by Eric Auger · 9 years ago
  18. e9e0506 vfio: platform: use list of registered reset function by Eric Auger · 9 years ago
  19. 0628c4d vfio: platform: add compat in vfio_platform_device by Eric Auger · 9 years ago
  20. 680742f vfio: platform: reset: calxedaxgmac: add reset function registration by Eric Auger · 9 years ago
  21. 5886465 vfio: platform: introduce module_vfio_reset_handler macro by Eric Auger · 9 years ago
  22. e086497 vfio: platform: add capability to register a reset function by Eric Auger · 9 years ago
  23. 32a2d71 vfio: platform: introduce vfio-platform-base module by Eric Auger · 9 years ago
  24. 1b4bb2e vfio/platform: store mapped memory in region, instead of an on-stack copy by James Morse · 9 years ago
  25. 4644321 vfio/type1: handle case where IOMMU does not support PAGE_SIZE size by Eric Auger · 9 years ago
  26. 1276ece VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ by Eric Auger · 9 years ago
  27. 4e1a635 vfio/pci: Use kernel VPD access functions by Alex Williamson · 9 years ago
  28. 5f096b1 vfio: Whitelist PCI bridges by Alex Williamson · 9 years ago
  29. 6d7425f vfio: Register/unregister irq_bypass_producer by Feng Wu · 9 years ago
  30. 4bc94d5 vfio: Fix lockdep issue by Alex Williamson · 9 years ago
  31. b779157 Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  32. 08d183e Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  33. e6bcd47 VFIO: platform: enable ARM64 build by Eric Auger · 9 years ago
  34. 713cc33 VFIO: platform: Calxeda xgmac reset module by Eric Auger · 9 years ago
  35. 3eeb0d5 VFIO: platform: populate the reset function on probe by Eric Auger · 9 years ago
  36. 813ae660 VFIO: platform: add reset callback by Eric Auger · 9 years ago
  37. 9f85d8f VFIO: platform: add reset struct and lookup table by Eric Auger · 9 years ago
  38. e633bc8 vfio: powerpc/spapr: Support Dynamic DMA windows by Alexey Kardashevskiy · 9 years ago
  39. 2157e7b vfio: powerpc/spapr: Register memory and define IOMMU v2 by Alexey Kardashevskiy · 9 years ago
  40. 46d3e1e vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership control by Alexey Kardashevskiy · 9 years ago
  41. 4793d65 vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API by Alexey Kardashevskiy · 9 years ago
  42. 05c6cfb powerpc/iommu/powernv: Release replaced TCE by Alexey Kardashevskiy · 9 years ago
  43. f87a886 vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control by Alexey Kardashevskiy · 9 years ago
  44. 0eaf4de powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group by Alexey Kardashevskiy · 9 years ago
  45. b348aa6 powerpc/spapr: vfio: Replace iommu_table with iommu_table_group by Alexey Kardashevskiy · 9 years ago
  46. 22af485 vfio: powerpc/spapr: Rework groups attaching by Alexey Kardashevskiy · 9 years ago
  47. 649354b vfio: powerpc/spapr: Moving pinning/unpinning to helpers by Alexey Kardashevskiy · 9 years ago
  48. 3c56e82 vfio: powerpc/spapr: Disable DMA mappings on disabled container by Alexey Kardashevskiy · 9 years ago
  49. 2d270df vfio: powerpc/spapr: Move locked_vm accounting to helpers by Alexey Kardashevskiy · 9 years ago
  50. 00663d4 vfio: powerpc/spapr: Use it_page_size by Alexey Kardashevskiy · 9 years ago
  51. e432bc7 vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page by Alexey Kardashevskiy · 9 years ago
  52. 9b14a1f vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver by Alexey Kardashevskiy · 9 years ago
  53. 20f3001 vfio/pci: Fix racy vfio_device_get_from_dev() call by Alex Williamson · 9 years ago
  54. 8a0a01b drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3 by Will Deacon · 9 years ago
  55. 68cbbc3 drivers/vfio: Support EEH error injection by Gavin Shan · 9 years ago
  56. db7d4d7 vfio: Fix runaway interruptible timeout by Alex Williamson · 9 years ago
  57. 5f55d2a vfio-pci: Log device requests more verbosely by Alex Williamson · 9 years ago
  58. 5a0ff17 vfio-pci: Fix use after free by Alex Williamson · 9 years ago
  59. 6eb7018 vfio-pci: Move idle devices to D3hot power state by Alex Williamson · 9 years ago
  60. 561d72d vfio-pci: Remove warning if try-reset fails by Alex Williamson · 9 years ago
  61. 80c7e8c vfio-pci: Allow PCI IDs to be specified as module options by Alex Williamson · 9 years ago
  62. ecaa1f6 vfio-pci: Add VGA arbiter client by Alex Williamson · 9 years ago
  63. 88c0dead vfio-pci: Add module option to disable VGA region access by Alex Williamson · 9 years ago
  64. 71be342 vfio: Split virqfd into a separate module for vfio bus drivers by Alex Williamson · 9 years ago
  65. 66fdc05 vfio: virqfd_lock can be static by kbuild test robot · 9 years ago
  66. 2f51bf4 vfio: put off the allocation of "minor" in vfio_create_group by Zhen Lei · 9 years ago
  67. a7fa7c7 vfio/platform: implement IRQ masking/unmasking via an eventfd by Antonios Motakis · 9 years ago
  68. 42ac9bd vfio: initialize the virqfd workqueue in VFIO generic code by Antonios Motakis · 9 years ago
  69. 7e992d6 vfio: move eventfd support code for VFIO_PCI to a separate file by Antonios Motakis · 9 years ago
  70. 09bbcb8 vfio: pass an opaque pointer on virqfd initialization by Antonios Motakis · 9 years ago
  71. 9269c39 vfio: add local lock for virqfd instead of depending on VFIO PCI by Antonios Motakis · 9 years ago
  72. bb78e9e vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit by Antonios Motakis · 9 years ago
  73. bdc5e10 vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export by Antonios Motakis · 9 years ago
  74. 06211b4 vfio/platform: support for level sensitive interrupts by Antonios Motakis · 9 years ago
  75. 57f972e vfio/platform: trigger an interrupt via eventfd by Antonios Motakis · 9 years ago
  76. 9a36321 vfio/platform: initial interrupts support code by Antonios Motakis · 9 years ago
  77. 682704c vfio/platform: return IRQ info by Antonios Motakis · 9 years ago
  78. fad4d5b vfio/platform: support MMAP of MMIO regions by Antonios Motakis · 9 years ago
  79. 6e3f264 vfio/platform: read and write support for the device fd by Antonios Motakis · 9 years ago
  80. e8909e6 vfio/platform: return info for device memory mapped IO regions by Antonios Motakis · 9 years ago
  81. 2e8567b vfio/platform: return info for bound device by Antonios Motakis · 9 years ago
  82. b13329a vfio: amba: add the VFIO for AMBA devices module to Kconfig by Antonios Motakis · 9 years ago
  83. 36fe431 vfio: amba: VFIO support for AMBA devices by Antonios Motakis · 9 years ago
  84. 5316153 vfio: platform: add the VFIO PLATFORM module to Kconfig by Antonios Motakis · 9 years ago
  85. 9df85aa vfio: platform: probe to devices on the platform bus by Antonios Motakis · 9 years ago
  86. de49fc0 vfio/platform: initial skeleton of VFIO support for platform devices by Antonios Motakis · 9 years ago
  87. ec76f40 vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEX by Alexey Kardashevskiy · 9 years ago
  88. 6140a8f vfio-pci: Add device request interface by Alex Williamson · 9 years ago
  89. cac80d6 vfio-pci: Generalize setup of simple eventfds by Alex Williamson · 9 years ago
  90. 13060b6 vfio: Add and use device request op for vfio bus drivers by Alex Williamson · 9 years ago
  91. 4a68810 vfio: Tie IOMMU group reference to vfio group by Alex Williamson · 9 years ago
  92. 60720a0 vfio: Add device tracking during unbind by Alex Williamson · 9 years ago
  93. c5e6688 vfio/type1: Add conditional rescheduling by Alex Williamson · 9 years ago
  94. babbf176 vfio/type1: Chunk contiguous reserved/invalid page mappings by Alex Williamson · 9 years ago
  95. 6fe1010 vfio/type1: DMA unmap chunking by Alex Williamson · 9 years ago
  96. 7c2e211 vfio-pci: Fix the check on pci device type in vfio_pci_probe() by Wei Yang · 10 years ago
  97. cc66974 Merge tag 'vfio-v3.19-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  98. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  99. 5e9f36c drivers/vfio: allow type-1 IOMMU instantiation on top of an ARM SMMU by Will Deacon · 10 years ago
  100. 1d53a3a vfio: make vfio run on s390 by Frank Blaschka · 10 years ago