index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
pci
/
vfio_pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio/pci: Fix potential Spectre v1
Gustavo A. R. Silva
2018-07-18
1
-0
/
+4
*
Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2018-04-07
1
-0
/
+35
|
\
|
*
vfio/pci: Add ioeventfd support
Alex Williamson
2018-03-26
1
-0
/
+35
*
|
Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it"
Alex Williamson
2018-03-22
1
-3
/
+0
|
/
*
vfio-pci: Allow mapping MSIX BAR
Alexey Kardashevskiy
2017-12-20
1
-56
/
+8
*
vfio: Simplify capability helper
Alex Williamson
2017-12-20
1
-6
/
+8
*
vfio-pci: Mask INTx if a device is not capabable of enabling it
Alexey Kardashevskiy
2017-12-20
1
-0
/
+3
*
vfio/pci: Use pci_try_reset_function() on initial open
Alex Williamson
2017-07-26
1
-1
/
+8
*
vfio/pci: Add Intel XXV710 to hidden INTx devices
Alex Williamson
2017-06-13
1
-2
/
+2
*
vfio-pci: Handle error from pci_iomap
Arvind Yadav
2017-01-04
1
-0
/
+4
*
vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()
Kirti Wankhede
2016-11-17
1
-27
/
+7
*
vfio_pci: Update vfio_pci to use vfio_info_add_capability()
Kirti Wankhede
2016-11-17
1
-30
/
+19
*
vfio/pci: Fix integer overflows, bitmask check
Vlad Tsyrklevich
2016-10-26
1
-12
/
+21
*
vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
Yongji Xie
2016-07-08
1
-6
/
+82
*
vfio/pci: Hide broken INTx support from user
Alex Williamson
2016-04-28
1
-10
/
+45
*
Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2016-03-17
1
-7
/
+168
|
\
|
*
vfio/pci: return -EFAULT if copy_to_user fails
Dan Carpenter
2016-02-26
1
-5
/
+4
|
*
vfio/pci: Expose shadow ROM as PCI option ROM
Alex Williamson
2016-02-23
1
-2
/
+8
|
*
vfio/pci: Intel IGD host and LCP bridge config space access
Alex Williamson
2016-02-23
1
-4
/
+11
|
*
vfio/pci: Intel IGD OpRegion support
Alex Williamson
2016-02-23
1
-0
/
+7
|
*
vfio/pci: Add infrastructure for additional device specific regions
Alex Williamson
2016-02-23
1
-5
/
+76
|
*
vfio/pci: Include sparse mmap capability for MSI-X table regions
Alex Williamson
2016-02-23
1
-1
/
+72
*
|
vfio: fix ioctl error handling
Michael S. Tsirkin
2016-02-28
1
-3
/
+6
|
/
*
vfio: Include No-IOMMU mode
Alex Williamson
2015-12-21
1
-4
/
+4
*
Revert: "vfio: Include No-IOMMU mode"
Alex Williamson
2015-12-04
1
-4
/
+4
*
vfio-pci: constify pci_error_handlers structures
Julia Lawall
2015-11-20
1
-1
/
+1
*
vfio: Include No-IOMMU mode
Alex Williamson
2015-11-04
1
-4
/
+4
*
vfio/pci: Fix racy vfio_device_get_from_dev() call
Alex Williamson
2015-06-09
1
-7
/
+9
*
vfio-pci: Log device requests more verbosely
Alex Williamson
2015-05-01
1
-1
/
+7
*
vfio-pci: Fix use after free
Alex Williamson
2015-04-08
1
-0
/
+1
*
vfio-pci: Move idle devices to D3hot power state
Alex Williamson
2015-04-07
1
-3
/
+33
*
vfio-pci: Remove warning if try-reset fails
Alex Williamson
2015-04-07
1
-8
/
+2
*
vfio-pci: Allow PCI IDs to be specified as module options
Alex Williamson
2015-04-07
1
-0
/
+49
*
vfio-pci: Add VGA arbiter client
Alex Williamson
2015-04-07
1
-4
/
+63
*
vfio-pci: Add module option to disable VGA region access
Alex Williamson
2015-04-07
1
-3
/
+16
*
vfio: initialize the virqfd workqueue in VFIO generic code
Antonios Motakis
2015-03-16
1
-8
/
+0
*
vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit
Antonios Motakis
2015-03-16
1
-3
/
+3
*
vfio-pci: Add device request interface
Alex Williamson
2015-02-10
1
-1
/
+20
*
vfio-pci: Fix the check on pci device type in vfio_pci_probe()
Wei Yang
2015-01-07
1
-3
/
+1
*
vfio: make vfio run on s390
Frank Blaschka
2014-11-07
1
-2
/
+3
*
vfio-pci: Fix remove path locking
Alex Williamson
2014-09-30
1
-79
/
+57
*
drivers/vfio: Enable VFIO if EEH is not supported
Alexey Kardashevskiy
2014-08-08
1
-5
/
+1
*
vfio-pci: Attempt bus/slot reset on release
Alex Williamson
2014-08-07
1
-0
/
+112
*
vfio-pci: Use mutex around open, release, and remove
Alex Williamson
2014-08-07
1
-11
/
+22
*
vfio-pci: Release devices with BusMaster disabled
Alex Williamson
2014-08-07
1
-2
/
+8
*
drivers/vfio: EEH support for VFIO PCI device
Gavin Shan
2014-08-05
1
-4
/
+14
*
drivers/vfio/pci: Fix wrong MSI interrupt count
Gavin Shan
2014-05-30
1
-2
/
+1
*
vfio/pci: Fix unchecked return value
Alex Williamson
2014-05-30
1
-1
/
+2
*
Merge tag 'vfio-v3.14-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2014-01-25
1
-0
/
+4
|
\
|
*
vfio-pci: Don't use device_lock around AER interrupt setup
Alex Williamson
2014-01-15
1
-0
/
+4
[next]