Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
523a05fc681d139ca98a083fa6685ef22c600326
/
drivers
/
vfio
/
pci
/
vfio_pci.c
b66574a
vfio/pci: Cleanup .probe() exit paths
by Alex Williamson
· 5 years ago
959e1b7
vfio/pci: Remove dev_fmt definition
by Alex Williamson
· 5 years ago
137e553
vfio/pci: Add sriov_configure support
by Alex Williamson
· 5 years ago
43eeeecc
vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
by Alex Williamson
· 5 years ago
cc20d79
vfio/pci: Introduce VF token
by Alex Williamson
· 5 years ago
467c084
vfio/pci: Implement match ops
by Alex Williamson
· 5 years ago
c9c13ba
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
by Denis Efremov
· 5 years ago
92c8026
vfio_pci: Restore original state on release
by hexin
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
a88a7b3
vfio: Use dev_printk() when possible
by Bjorn Helgaas
· 6 years ago
426b046
vfio/pci: use correct format characters
by Louis Taylor
· 6 years ago
0cfd027
vfio_pci: Enable memory accesses before calling pci_map_rom
by Eric Auger
· 6 years ago
51ef3a0
vfio/pci: Restore device state on PM transition
by Alex Williamson
· 6 years ago
1984f65
Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 6 years ago
7f92891
vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver
by Alexey Kardashevskiy
· 6 years ago
c2c0f1c
vfio_pci: Allow regions to add own capabilities
by Alexey Kardashevskiy
· 6 years ago
a15b188
vfio_pci: Allow mapping extra regions
by Alexey Kardashevskiy
· 6 years ago
e309df5
vfio/pci: Parallelize device open and release
by Alex Williamson
· 6 years ago
db04264
vfio/pci: Mask buggy SR-IOV VF INTx support
by Alex Williamson
· 6 years ago
b6d6a30
Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 7 years ago
4e31843
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
0dd0e297
vfio-pci: Disable binding to PFs with SR-IOV enabled
by Alex Williamson
· 7 years ago
544c05a
vfio: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
c6a44ba
PCI: Rename pci_try_reset_bus() to pci_reset_bus()
by Sinan Kaya
· 7 years ago
811c5cb
PCI: Unify try slot and bus reset API
by Sinan Kaya
· 7 years ago
0e714d2
vfio/pci: Fix potential Spectre v1
by Gustavo A. R. Silva
· 7 years ago
f605ba9
Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 7 years ago
3065617
vfio/pci: Add ioeventfd support
by Alex Williamson
· 7 years ago
834814e
Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it"
by Alex Williamson
· 7 years ago
a32295c
vfio-pci: Allow mapping MSIX BAR
by Alexey Kardashevskiy
· 7 years ago
dda01f7
vfio: Simplify capability helper
by Alex Williamson
· 7 years ago
2170dd0
vfio-pci: Mask INTx if a device is not capabable of enabling it
by Alexey Kardashevskiy
· 7 years ago
9f47803
vfio/pci: Use pci_try_reset_function() on initial open
by Alex Williamson
· 8 years ago
7d57e5e
vfio/pci: Add Intel XXV710 to hidden INTx devices
by Alex Williamson
· 8 years ago
e19f32d
vfio-pci: Handle error from pci_iomap
by Arvind Yadav
· 8 years ago
ef198aa
vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()
by Kirti Wankhede
· 8 years ago
c535d34
vfio_pci: Update vfio_pci to use vfio_info_add_capability()
by Kirti Wankhede
· 8 years ago
05692d7
vfio/pci: Fix integer overflows, bitmask check
by Vlad Tsyrklevich
· 8 years ago
05f0c03
vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
by Yongji Xie
· 9 years ago
45074405
vfio/pci: Hide broken INTx support from user
by Alex Williamson
· 9 years ago
45cb523
Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 9 years ago
8160c4e
vfio: fix ioctl error handling
by Michael S. Tsirkin
· 9 years ago
c4aec31
vfio/pci: return -EFAULT if copy_to_user fails
by Dan Carpenter
· 9 years ago
a13b645
vfio/pci: Expose shadow ROM as PCI option ROM
by Alex Williamson
· 9 years ago
f572a96
vfio/pci: Intel IGD host and LCP bridge config space access
by Alex Williamson
· 9 years ago
5846ff5
vfio/pci: Intel IGD OpRegion support
by Alex Williamson
· 9 years ago
28541d4
vfio/pci: Add infrastructure for additional device specific regions
by Alex Williamson
· 9 years ago
188ad9d
vfio/pci: Include sparse mmap capability for MSI-X table regions
by Alex Williamson
· 9 years ago
03a76b6
vfio: Include No-IOMMU mode
by Alex Williamson
· 9 years ago
ae5515d
Revert: "vfio: Include No-IOMMU mode"
by Alex Williamson
· 9 years ago
7d10f4e0
vfio-pci: constify pci_error_handlers structures
by Julia Lawall
· 9 years ago
033291e
vfio: Include No-IOMMU mode
by Alex Williamson
· 9 years ago
20f3001
vfio/pci: Fix racy vfio_device_get_from_dev() call
by Alex Williamson
· 10 years ago
5f55d2a
vfio-pci: Log device requests more verbosely
by Alex Williamson
· 10 years ago
5a0ff17
vfio-pci: Fix use after free
by Alex Williamson
· 10 years ago
6eb7018
vfio-pci: Move idle devices to D3hot power state
by Alex Williamson
· 10 years ago
561d72d
vfio-pci: Remove warning if try-reset fails
by Alex Williamson
· 10 years ago
80c7e8c
vfio-pci: Allow PCI IDs to be specified as module options
by Alex Williamson
· 10 years ago
ecaa1f6
vfio-pci: Add VGA arbiter client
by Alex Williamson
· 10 years ago
88c0dead
vfio-pci: Add module option to disable VGA region access
by Alex Williamson
· 10 years ago
42ac9bd
vfio: initialize the virqfd workqueue in VFIO generic code
by Antonios Motakis
· 10 years ago
bb78e9e
vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit
by Antonios Motakis
· 10 years ago
6140a8f
vfio-pci: Add device request interface
by Alex Williamson
· 10 years ago
7c2e211
vfio-pci: Fix the check on pci device type in vfio_pci_probe()
by Wei Yang
· 10 years ago
1d53a3a
vfio: make vfio run on s390
by Frank Blaschka
· 10 years ago
93899a6
vfio-pci: Fix remove path locking
by Alex Williamson
· 10 years ago
9b936c9
drivers/vfio: Enable VFIO if EEH is not supported
by Alexey Kardashevskiy
· 11 years ago
bc4fba7
vfio-pci: Attempt bus/slot reset on release
by Alex Williamson
· 11 years ago
61d7925
vfio-pci: Use mutex around open, release, and remove
by Alex Williamson
· 11 years ago
9c22e66
vfio-pci: Release devices with BusMaster disabled
by Alex Williamson
· 11 years ago
1b69be5
drivers/vfio: EEH support for VFIO PCI device
by Gavin Shan
· 11 years ago
fd49c81f
drivers/vfio/pci: Fix wrong MSI interrupt count
by Gavin Shan
· 11 years ago
eb5685f
vfio/pci: Fix unchecked return value
by Alex Williamson
· 11 years ago
2d08cd0
Merge tag 'vfio-v3.14-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 11 years ago
890ed57
vfio-pci: Use pci "try" reset interface
by Alex Williamson
· 11 years ago
3be3a07
vfio-pci: Don't use device_lock around AER interrupt setup
by Alex Williamson
· 11 years ago
8b27ee6
vfio-pci: PCI hot reset interface
by Alex Williamson
· 12 years ago
d24cdbf
vfio-pci: Avoid deadlock on remove
by Alex Williamson
· 12 years ago
a47df15
vfio: remap_pfn_range() sets all those flags...
by Al Viro
· 12 years ago
0b2e3b6
Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 12 years ago
96a3e8a
Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
a9047f2
vfio-pci: Use cached MSI/MSI-X capabilities
by Bjorn Helgaas
· 12 years ago
508d1aa
vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
by Bjorn Helgaas
· 12 years ago
904c680
vfio-pci: Fix possible integer overflow
by Alex Williamson
· 12 years ago
dad9f89
VFIO-AER: Vfio-pci driver changes for supporting AER
by Vijay Mohan Pandarathil
· 12 years ago
84237a8
vfio-pci: Add support for VGA region access
by Alex Williamson
· 12 years ago
906ee99
vfio-pci: Cleanup BAR access
by Alex Williamson
· 12 years ago
5b279a1
vfio-pci: Cleanup read/write functions
by Alex Williamson
· 12 years ago
9a92c50
vfio-pci: Enable device before attempting reset
by Alex Williamson
· 12 years ago
05bf3aa
VFIO: fix out of order labels for error recovery in vfio_pci_init()
by Jiang Liu
· 12 years ago
2007722
vfio-pci: Re-order device reset
by Alex Williamson
· 12 years ago
3a1f704
vfio: simplify kmalloc+copy_from_user to memdup_user
by Fengguang Wu
· 12 years ago
34002f5
vfio: Fix PCI mmap after b3b9c293
by Alex Williamson
· 12 years ago
547b1e8
Fix staging driver use of VM_RESERVED
by Linus Torvalds
· 12 years ago
89e1f7d
vfio: Add PCI device driver
by Alex Williamson
· 13 years ago