Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2d42801bd62eb2018da914272fd505a6d32004a8
/
drivers
/
vfio
/
pci
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
71be342
vfio: Split virqfd into a separate module for vfio bus drivers
by Alex Williamson
· 10 years ago
42ac9bd
vfio: initialize the virqfd workqueue in VFIO generic code
by Antonios Motakis
· 10 years ago
7e992d6
vfio: move eventfd support code for VFIO_PCI to a separate file
by Antonios Motakis
· 10 years ago
09bbcb8
vfio: pass an opaque pointer on virqfd initialization
by Antonios Motakis
· 10 years ago
9269c39
vfio: add local lock for virqfd instead of depending on VFIO PCI
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
bdc5e10
vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export
by Antonios Motakis
· 10 years ago
ec76f40
vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEX
by Alexey Kardashevskiy
· 10 years ago
6140a8f
vfio-pci: Add device request interface
by Alex Williamson
· 10 years ago
cac80d6
vfio-pci: Generalize setup of simple eventfds
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
cc66974
Merge tag 'vfio-v3.19-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 10 years ago
83a1891
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
by Jiang Liu
· 10 years ago
1d53a3a
vfio: make vfio run on s390
by Frank Blaschka
· 10 years ago
27a9716
Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 10 years ago
93899a6
vfio-pci: Fix remove path locking
by Alex Williamson
· 10 years ago
b8f02af
vfio/pci: Restore MSIx message prior to enabling
by Gavin Shan
· 10 years ago
846fc70
PCI/AER: Rename PCI_ERR_UNC_TRAIN to PCI_ERR_UNC_UND
by Chen, Gong
· 10 years ago
9b936c9
drivers/vfio: Enable VFIO if EEH is not supported
by Alexey Kardashevskiy
· 10 years ago
bc4fba7
vfio-pci: Attempt bus/slot reset on release
by Alex Williamson
· 10 years ago
61d7925
vfio-pci: Use mutex around open, release, and remove
by Alex Williamson
· 10 years ago
9c22e66
vfio-pci: Release devices with BusMaster disabled
by Alex Williamson
· 10 years ago
1b69be5
drivers/vfio: EEH support for VFIO PCI device
by Gavin Shan
· 10 years ago
fd49c81
drivers/vfio/pci: Fix wrong MSI interrupt count
by Gavin Shan
· 10 years ago
eb5685f
vfio/pci: Fix unchecked return value
by Alex Williamson
· 10 years ago
afa6325
vfio/pci: Fix sizing of DPA and THP express capabilities
by Alex Williamson
· 10 years ago
94cccde
vfio: Use pci_enable_msi_range() and pci_enable_msix_range()
by Alexander Gordeev
· 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
274127a
PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2
by Alex Williamson
· 11 years ago
8b27ee6
vfio-pci: PCI hot reset interface
by Alex Williamson
· 11 years ago
17638db
vfio-pci: Test for extended config space
by Alex Williamson
· 11 years ago
20e7745
vfio-pci: Use fdget() rather than eventfd_fget()
by Alex Williamson
· 11 years ago
d24cdbf
vfio-pci: Avoid deadlock on remove
by Alex Williamson
· 11 years ago
a47df15
vfio: remap_pfn_range() sets all those flags...
by Al Viro
· 11 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
aa2cba5
PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities Register
by Yijing Wang
· 12 years ago
a7d1ea1
vfio-pci: Enable raw access to unassigned config space
by Alex Williamson
· 12 years ago
180b138
vfio-pci: Use byte granularity in config map
by Alex Williamson
· 12 years ago
904c680
vfio-pci: Fix possible integer overflow
by Alex Williamson
· 12 years ago
0bced2f
vfio: make local function vfio_pci_intx_unmask_handler() static
by Wei Yongjun
· 12 years ago
25e9789
vfio: include <linux/slab.h> for kmalloc
by Arnd Bergmann
· 12 years ago
dad9f89
VFIO-AER: Vfio-pci driver changes for supporting AER
by Vijay Mohan Pandarathil
· 12 years ago
d65530f
drivers/vfio: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
84237a8
vfio-pci: Add support for VGA region access
by Alex Williamson
· 12 years ago
2dd1194
vfio-pci: Manage user power state transitions
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
5641ade
vfio-pci: Enable PCIe extended capabilities on v1
by Alex Williamson
· 12 years ago
ec1287e
vfio-pci: Fix buffer overfill
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
899649b
vfio: Fix PCI INTx disable consistency
by Alex Williamson
· 12 years ago
9dbdfd2
vfio: Move PCI INTx eventfd setting earlier
by Alex Williamson
· 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
b68e7fa
vfio: Fix virqfd release race
by Alex Williamson
· 12 years ago
89e1f7d
vfio: Add PCI device driver
by Alex Williamson
· 12 years ago