Commit Graph

57 Commits (e8437d7ecbc50198705331449367d401ebb3181f)

Author SHA1 Message Date
Alex Williamson 8d38ef1948 vfio/type1: Fix leak on error path 12 years ago
Al Viro a47df1518e vfio: remap_pfn_range() sets all those flags... 12 years ago
Alex Williamson 6d6768c61b vfio: Limit group opens 12 years ago
Alex Williamson f5bfdbf252 vfio/type1: Fix missed frees and zero sized removes 12 years ago
Alex Williamson 5c6c2b21ec vfio: Provide module option to disable vfio_iommu_type1 hugepage support 12 years ago
Alex Williamson 166fd7d94a vfio: hugepage support for vfio_iommu_type1 12 years ago
Alex Williamson cd9b22685e vfio: Convert type1 iommu to use rbtree 12 years ago
Alexey Kardashevskiy 5b25199eff powerpc/vfio: Enable on pSeries platform 12 years ago
Alexey Kardashevskiy 5ffd229c02 powerpc/vfio: Implement IOMMU driver for VFIO 12 years ago
Alexey Kardashevskiy 9a6aa279d3 vfio: fix crash on rmmod 12 years ago
Alex Williamson 664e9386bd vfio: Set container device mode 12 years ago
Alex Williamson 0b43c08233 vfio: Use down_reads to protect iommu disconnects 12 years ago
Alex Williamson 9587f44aa6 vfio: Convert container->group_lock to rwsem 12 years ago
Bjorn Helgaas a9047f24df vfio-pci: Use cached MSI/MSI-X capabilities 12 years ago
Bjorn Helgaas 508d1aa602 vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK 12 years ago
Yijing Wang aa2cba51a0 PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities Register 12 years ago
Alex Williamson a7d1ea1c11 vfio-pci: Enable raw access to unassigned config space 12 years ago
Alex Williamson 180b138107 vfio-pci: Use byte granularity in config map 12 years ago
Alex Williamson 904c680c7b vfio-pci: Fix possible integer overflow 12 years ago
Wei Yongjun 0bced2f728 vfio: make local function vfio_pci_intx_unmask_handler() static 12 years ago
Arnd Bergmann 25e9789ddd vfio: include <linux/slab.h> for kmalloc 12 years ago
Vijay Mohan Pandarathil dad9f8972e VFIO-AER: Vfio-pci driver changes for supporting AER 12 years ago
Vijay Mohan Pandarathil 44f507163d VFIO: Wrapper for getting reference to vfio_device 12 years ago
Tejun Heo a1c36b166b vfio: convert to idr_alloc() 12 years ago
Kees Cook d65530fbc7 drivers/vfio: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Alex Williamson 84237a826b vfio-pci: Add support for VGA region access 12 years ago
Alex Williamson 2dd1194833 vfio-pci: Manage user power state transitions 12 years ago
Alex Williamson 2b489a45f6 vfio: whitelist pcieport 12 years ago
Alex Williamson e014e9444a vfio: Protect vfio_dev_present against device_del 12 years ago
Alex Williamson 906ee99dd2 vfio-pci: Cleanup BAR access 12 years ago
Alex Williamson 5b279a11d3 vfio-pci: Cleanup read/write functions 12 years ago
Alex Williamson 5641ade41f vfio-pci: Enable PCIe extended capabilities on v1 12 years ago
Alex Williamson ec1287e511 vfio-pci: Fix buffer overfill 12 years ago
Alex Williamson 9a92c5091a vfio-pci: Enable device before attempting reset 12 years ago
Jiang Liu 05bf3aac93 VFIO: fix out of order labels for error recovery in vfio_pci_init() 12 years ago
Jiang Liu de2b3eeafb VFIO: use ACCESS_ONCE() to guard access to dev->driver 12 years ago
Jiang Liu 9df7b25ab7 VFIO: unregister IOMMU notifier on error recovery path 12 years ago
Alex Williamson 2007722a60 vfio-pci: Re-order device reset 12 years ago
Fengguang Wu 3a1f7041dd vfio: simplify kmalloc+copy_from_user to memdup_user 12 years ago
Alex Williamson 899649b7d4 vfio: Fix PCI INTx disable consistency 13 years ago
Alex Williamson 9dbdfd23b7 vfio: Move PCI INTx eventfd setting earlier 13 years ago
Alex Williamson 34002f54d2 vfio: Fix PCI mmap after b3b9c293 13 years ago
Linus Torvalds 547b1e81af Fix staging driver use of VM_RESERVED 13 years ago
Al Viro 2903ff019b switch simple cases of fget_light to fdget 13 years ago
Al Viro 1d3653a79c switch vfio_group_set_container() to fget_light() 13 years ago
Alex Williamson b68e7fa879 vfio: Fix virqfd release race 13 years ago
Al Viro 31605debdf vfio: grab vfio_device reference *before* exposing the sucker via fd_install() 13 years ago
Al Viro 90b1253e41 vfio: get rid of vfio_device_put()/vfio_group_get_device* races 13 years ago
Al Viro 6d2cd3ce81 vfio: get rid of open-coding kref_put_mutex 13 years ago
Al Viro 934ad4c235 vfio: don't dereference after kfree... 13 years ago