1. d93b3ac VFIO: vfio_iommu_type1: fix bug caused by break in nested loop by Antonios Motakis · 11 years ago
  2. 8b27ee6 vfio-pci: PCI hot reset interface by Alex Williamson · 11 years ago
  3. 17638db vfio-pci: Test for extended config space by Alex Williamson · 11 years ago
  4. 20e7745 vfio-pci: Use fdget() rather than eventfd_fget() by Alex Williamson · 11 years ago
  5. 5d042fb vfio: Add O_CLOEXEC flag to vfio device fd by Alex Williamson · 11 years ago
  6. a5d5507 vfio: use get_unused_fd_flags(0) instead of get_unused_fd() by Yann Droneaud · 11 years ago
  7. 6cdd978 vfio: add external user support by Alexey Kardashevskiy · 11 years ago
  8. d24cdbf vfio-pci: Avoid deadlock on remove by Alex Williamson · 11 years ago
  9. c640193 vfio: Ignore sprurious notifies by Alex Williamson · 11 years ago
  10. de9c760 vfio: Don't overreact to DEL_DEVICE by Alex Williamson · 11 years ago
  11. 15a49b9 Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 11 years ago
  12. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  13. 8d38ef1 vfio/type1: Fix leak on error path by Alex Williamson · 11 years ago
  14. a47df15 vfio: remap_pfn_range() sets all those flags... by Al Viro · 11 years ago
  15. 6d6768c vfio: Limit group opens by Alex Williamson · 11 years ago
  16. f5bfdbf vfio/type1: Fix missed frees and zero sized removes by Alex Williamson · 11 years ago
  17. 5c6c2b2 vfio: Provide module option to disable vfio_iommu_type1 hugepage support by Alex Williamson · 11 years ago
  18. 166fd7d vfio: hugepage support for vfio_iommu_type1 by Alex Williamson · 11 years ago
  19. cd9b226 vfio: Convert type1 iommu to use rbtree by Alex Williamson · 11 years ago
  20. 5b25199 powerpc/vfio: Enable on pSeries platform by Alexey Kardashevskiy · 11 years ago
  21. 5ffd229 powerpc/vfio: Implement IOMMU driver for VFIO by Alexey Kardashevskiy · 11 years ago
  22. 9a6aa27 vfio: fix crash on rmmod by Alexey Kardashevskiy · 11 years ago
  23. 0b2e3b6 Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 11 years ago
  24. 664e938 vfio: Set container device mode by Alex Williamson · 11 years ago
  25. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  26. 0b43c08 vfio: Use down_reads to protect iommu disconnects by Alex Williamson · 11 years ago
  27. 9587f44 vfio: Convert container->group_lock to rwsem by Alex Williamson · 11 years ago
  28. a9047f2 vfio-pci: Use cached MSI/MSI-X capabilities by Bjorn Helgaas · 11 years ago
  29. 508d1aa vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK by Bjorn Helgaas · 11 years ago
  30. aa2cba5 PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities Register by Yijing Wang · 11 years ago
  31. a7d1ea1 vfio-pci: Enable raw access to unassigned config space by Alex Williamson · 11 years ago
  32. 180b138 vfio-pci: Use byte granularity in config map by Alex Williamson · 11 years ago
  33. 904c680 vfio-pci: Fix possible integer overflow by Alex Williamson · 11 years ago
  34. 0bced2f vfio: make local function vfio_pci_intx_unmask_handler() static by Wei Yongjun · 11 years ago
  35. 25e9789 vfio: include <linux/slab.h> for kmalloc by Arnd Bergmann · 11 years ago
  36. dad9f89 VFIO-AER: Vfio-pci driver changes for supporting AER by Vijay Mohan Pandarathil · 11 years ago
  37. 44f5071 VFIO: Wrapper for getting reference to vfio_device by Vijay Mohan Pandarathil · 11 years ago
  38. a1c36b1 vfio: convert to idr_alloc() by Tejun Heo · 11 years ago
  39. d65530f drivers/vfio: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  40. 84237a8 vfio-pci: Add support for VGA region access by Alex Williamson · 11 years ago
  41. 2dd1194 vfio-pci: Manage user power state transitions by Alex Williamson · 11 years ago
  42. 2b489a4 vfio: whitelist pcieport by Alex Williamson · 11 years ago
  43. e014e94 vfio: Protect vfio_dev_present against device_del by Alex Williamson · 11 years ago
  44. 906ee99 vfio-pci: Cleanup BAR access by Alex Williamson · 11 years ago
  45. 5b279a1 vfio-pci: Cleanup read/write functions by Alex Williamson · 11 years ago
  46. 5641ade vfio-pci: Enable PCIe extended capabilities on v1 by Alex Williamson · 11 years ago
  47. ec1287e vfio-pci: Fix buffer overfill by Alex Williamson · 11 years ago
  48. 9a92c50 vfio-pci: Enable device before attempting reset by Alex Williamson · 12 years ago
  49. 05bf3aa VFIO: fix out of order labels for error recovery in vfio_pci_init() by Jiang Liu · 12 years ago
  50. de2b3ee VFIO: use ACCESS_ONCE() to guard access to dev->driver by Jiang Liu · 12 years ago
  51. 9df7b25 VFIO: unregister IOMMU notifier on error recovery path by Jiang Liu · 12 years ago
  52. 2007722 vfio-pci: Re-order device reset by Alex Williamson · 12 years ago
  53. 3a1f704 vfio: simplify kmalloc+copy_from_user to memdup_user by Fengguang Wu · 12 years ago
  54. 899649b vfio: Fix PCI INTx disable consistency by Alex Williamson · 12 years ago
  55. 9dbdfd2 vfio: Move PCI INTx eventfd setting earlier by Alex Williamson · 12 years ago
  56. 34002f5 vfio: Fix PCI mmap after b3b9c293 by Alex Williamson · 12 years ago
  57. 547b1e8 Fix staging driver use of VM_RESERVED by Linus Torvalds · 12 years ago
  58. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  59. 1d3653a switch vfio_group_set_container() to fget_light() by Al Viro · 12 years ago
  60. b68e7fa vfio: Fix virqfd release race by Alex Williamson · 12 years ago
  61. 31605de vfio: grab vfio_device reference *before* exposing the sucker via fd_install() by Al Viro · 12 years ago
  62. 90b1253 vfio: get rid of vfio_device_put()/vfio_group_get_device* races by Al Viro · 12 years ago
  63. 6d2cd3c vfio: get rid of open-coding kref_put_mutex by Al Viro · 12 years ago
  64. 934ad4c vfio: don't dereference after kfree... by Al Viro · 12 years ago
  65. 89e1f7d vfio: Add PCI device driver by Alex Williamson · 12 years ago
  66. 73fa0d1 vfio: Type1 IOMMU implementation by Alex Williamson · 12 years ago
  67. cba3345 vfio: VFIO core by Alex Williamson · 12 years ago