1. 1276ece VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ by Eric Auger · 9 years ago
  2. 4e1a635 vfio/pci: Use kernel VPD access functions by Alex Williamson · 9 years ago
  3. 5f096b1 vfio: Whitelist PCI bridges by Alex Williamson · 9 years ago
  4. 6d7425f vfio: Register/unregister irq_bypass_producer by Feng Wu · 9 years ago
  5. 4bc94d5 vfio: Fix lockdep issue by Alex Williamson · 9 years ago
  6. b779157 Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  7. 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
  8. e6bcd47 VFIO: platform: enable ARM64 build by Eric Auger · 9 years ago
  9. 713cc33 VFIO: platform: Calxeda xgmac reset module by Eric Auger · 9 years ago
  10. 3eeb0d5 VFIO: platform: populate the reset function on probe by Eric Auger · 9 years ago
  11. 813ae660 VFIO: platform: add reset callback by Eric Auger · 9 years ago
  12. 9f85d8f VFIO: platform: add reset struct and lookup table by Eric Auger · 9 years ago
  13. e633bc8 vfio: powerpc/spapr: Support Dynamic DMA windows by Alexey Kardashevskiy · 9 years ago
  14. 2157e7b vfio: powerpc/spapr: Register memory and define IOMMU v2 by Alexey Kardashevskiy · 9 years ago
  15. 46d3e1e vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership control by Alexey Kardashevskiy · 9 years ago
  16. 4793d65 vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API by Alexey Kardashevskiy · 9 years ago
  17. 05c6cfb powerpc/iommu/powernv: Release replaced TCE by Alexey Kardashevskiy · 9 years ago
  18. f87a886 vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control by Alexey Kardashevskiy · 9 years ago
  19. 0eaf4de powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group by Alexey Kardashevskiy · 9 years ago
  20. b348aa6 powerpc/spapr: vfio: Replace iommu_table with iommu_table_group by Alexey Kardashevskiy · 9 years ago
  21. 22af485 vfio: powerpc/spapr: Rework groups attaching by Alexey Kardashevskiy · 9 years ago
  22. 649354b vfio: powerpc/spapr: Moving pinning/unpinning to helpers by Alexey Kardashevskiy · 9 years ago
  23. 3c56e82 vfio: powerpc/spapr: Disable DMA mappings on disabled container by Alexey Kardashevskiy · 9 years ago
  24. 2d270df vfio: powerpc/spapr: Move locked_vm accounting to helpers by Alexey Kardashevskiy · 9 years ago
  25. 00663d4 vfio: powerpc/spapr: Use it_page_size by Alexey Kardashevskiy · 9 years ago
  26. e432bc7 vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page by Alexey Kardashevskiy · 9 years ago
  27. 9b14a1f vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver by Alexey Kardashevskiy · 9 years ago
  28. 20f3001 vfio/pci: Fix racy vfio_device_get_from_dev() call by Alex Williamson · 9 years ago
  29. 8a0a01b drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3 by Will Deacon · 9 years ago
  30. 68cbbc3 drivers/vfio: Support EEH error injection by Gavin Shan · 9 years ago
  31. db7d4d7 vfio: Fix runaway interruptible timeout by Alex Williamson · 9 years ago
  32. 5f55d2a vfio-pci: Log device requests more verbosely by Alex Williamson · 9 years ago
  33. 5a0ff17 vfio-pci: Fix use after free by Alex Williamson · 9 years ago
  34. 6eb7018 vfio-pci: Move idle devices to D3hot power state by Alex Williamson · 9 years ago
  35. 561d72d vfio-pci: Remove warning if try-reset fails by Alex Williamson · 9 years ago
  36. 80c7e8c vfio-pci: Allow PCI IDs to be specified as module options by Alex Williamson · 9 years ago
  37. ecaa1f6 vfio-pci: Add VGA arbiter client by Alex Williamson · 9 years ago
  38. 88c0dead vfio-pci: Add module option to disable VGA region access by Alex Williamson · 9 years ago
  39. 71be342 vfio: Split virqfd into a separate module for vfio bus drivers by Alex Williamson · 9 years ago
  40. 66fdc05 vfio: virqfd_lock can be static by kbuild test robot · 9 years ago
  41. 2f51bf4 vfio: put off the allocation of "minor" in vfio_create_group by Zhen Lei · 9 years ago
  42. a7fa7c7 vfio/platform: implement IRQ masking/unmasking via an eventfd by Antonios Motakis · 9 years ago
  43. 42ac9bd vfio: initialize the virqfd workqueue in VFIO generic code by Antonios Motakis · 9 years ago
  44. 7e992d6 vfio: move eventfd support code for VFIO_PCI to a separate file by Antonios Motakis · 9 years ago
  45. 09bbcb8 vfio: pass an opaque pointer on virqfd initialization by Antonios Motakis · 9 years ago
  46. 9269c39 vfio: add local lock for virqfd instead of depending on VFIO PCI by Antonios Motakis · 9 years ago
  47. bb78e9e vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit by Antonios Motakis · 9 years ago
  48. bdc5e10 vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export by Antonios Motakis · 9 years ago
  49. 06211b4 vfio/platform: support for level sensitive interrupts by Antonios Motakis · 9 years ago
  50. 57f972e vfio/platform: trigger an interrupt via eventfd by Antonios Motakis · 9 years ago
  51. 9a36321 vfio/platform: initial interrupts support code by Antonios Motakis · 9 years ago
  52. 682704c vfio/platform: return IRQ info by Antonios Motakis · 9 years ago
  53. fad4d5b vfio/platform: support MMAP of MMIO regions by Antonios Motakis · 9 years ago
  54. 6e3f264 vfio/platform: read and write support for the device fd by Antonios Motakis · 9 years ago
  55. e8909e6 vfio/platform: return info for device memory mapped IO regions by Antonios Motakis · 9 years ago
  56. 2e8567b vfio/platform: return info for bound device by Antonios Motakis · 9 years ago
  57. b13329a vfio: amba: add the VFIO for AMBA devices module to Kconfig by Antonios Motakis · 9 years ago
  58. 36fe431 vfio: amba: VFIO support for AMBA devices by Antonios Motakis · 9 years ago
  59. 5316153 vfio: platform: add the VFIO PLATFORM module to Kconfig by Antonios Motakis · 9 years ago
  60. 9df85aa vfio: platform: probe to devices on the platform bus by Antonios Motakis · 9 years ago
  61. de49fc0 vfio/platform: initial skeleton of VFIO support for platform devices by Antonios Motakis · 9 years ago
  62. ec76f40 vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEX by Alexey Kardashevskiy · 9 years ago
  63. 6140a8f vfio-pci: Add device request interface by Alex Williamson · 9 years ago
  64. cac80d6 vfio-pci: Generalize setup of simple eventfds by Alex Williamson · 9 years ago
  65. 13060b6 vfio: Add and use device request op for vfio bus drivers by Alex Williamson · 9 years ago
  66. 4a68810 vfio: Tie IOMMU group reference to vfio group by Alex Williamson · 9 years ago
  67. 60720a0 vfio: Add device tracking during unbind by Alex Williamson · 9 years ago
  68. c5e6688 vfio/type1: Add conditional rescheduling by Alex Williamson · 9 years ago
  69. babbf176 vfio/type1: Chunk contiguous reserved/invalid page mappings by Alex Williamson · 9 years ago
  70. 6fe1010 vfio/type1: DMA unmap chunking by Alex Williamson · 9 years ago
  71. 7c2e211 vfio-pci: Fix the check on pci device type in vfio_pci_probe() by Wei Yang · 9 years ago
  72. cc66974 Merge tag 'vfio-v3.19-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  73. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  74. 5e9f36c drivers/vfio: allow type-1 IOMMU instantiation on top of an ARM SMMU by Will Deacon · 10 years ago
  75. 1d53a3a vfio: make vfio run on s390 by Frank Blaschka · 10 years ago
  76. 23971bd Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  77. 27a9716 Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  78. 93899a6 vfio-pci: Fix remove path locking by Alex Williamson · 10 years ago
  79. 0f905ce drivers/vfio: Export vfio_spapr_iommu_eeh_ioctl() with GPL by Gavin Shan · 10 years ago
  80. b8f02af vfio/pci: Restore MSIx message prior to enabling by Gavin Shan · 10 years ago
  81. f5c9ece vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU type by Will Deacon · 10 years ago
  82. 846fc70 PCI/AER: Rename PCI_ERR_UNC_TRAIN to PCI_ERR_UNC_UND by Chen, Gong · 10 years ago
  83. eb165f0 vfio: Convert to use new iommu_capable() API function by Joerg Roedel · 10 years ago
  84. 9b936c9 drivers/vfio: Enable VFIO if EEH is not supported by Alexey Kardashevskiy · 10 years ago
  85. 89a2edd drivers/vfio: Allow EEH to be built as module by Alexey Kardashevskiy · 10 years ago
  86. 92d18a6 drivers/vfio: Fix EEH build error by Gavin Shan · 10 years ago
  87. bc4fba7 vfio-pci: Attempt bus/slot reset on release by Alex Williamson · 10 years ago
  88. 61d7925 vfio-pci: Use mutex around open, release, and remove by Alex Williamson · 10 years ago
  89. 9c22e66 vfio-pci: Release devices with BusMaster disabled by Alex Williamson · 10 years ago
  90. 1b69be5 drivers/vfio: EEH support for VFIO PCI device by Gavin Shan · 10 years ago
  91. a68a750 Merge tag 'vfio-v3.16-rc1' of git://github.com/awilliam/linux-vfio into next by Linus Torvalds · 10 years ago
  92. fd49c81 drivers/vfio/pci: Fix wrong MSI interrupt count by Gavin Shan · 10 years ago
  93. c8dbca1 vfio/iommu_type1: Avoid overflow by Alex Williamson · 10 years ago
  94. eb5685f vfio/pci: Fix unchecked return value by Alex Williamson · 10 years ago
  95. afa6325 vfio/pci: Fix sizing of DPA and THP express capabilities by Alex Williamson · 10 years ago
  96. 8283b49 driver core: dev_set_drvdata can no longer fail by Jean Delvare · 10 years ago
  97. d0cb5f7 Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  98. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  99. 4379d2a vfio: always select ANON_INODES by Arnd Bergmann · 10 years ago
  100. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago