aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vfio/pci/vfio_pci_rdwr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22vfio/pci: rename and export do_io_rw()Ankit Agrawal1-7/+9
2023-12-19vfio/pci: Expose vfio_pci_core_iowrite/read##size()Yishai Hadas1-24/+26
2023-12-19vfio/pci: Expose vfio_pci_core_setup_barmap()Yishai Hadas1-3/+4
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe1-1/+1
2022-09-01vfio-pci: Fix vfio_pci_ioeventfd() to return intJason Gunthorpe1-2/+2
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe1-1/+1
2022-02-22vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson1-0/+2
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy1-1/+1
2021-08-26vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy1-8/+8
2021-08-26vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy1-1/+1
2020-11-03vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson1-8/+35
2020-08-17vfio-pci: Avoid recursive read-lock usageAlex Williamson1-24/+96
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson1-4/+20
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-03-26vfio/pci: Add ioeventfd supportAlex Williamson1-0/+111
2018-03-26vfio/pci: Use endian neutral helpersAlex Williamson1-8/+26
2018-03-26vfio/pci: Pull BAR mapping setup from read-write pathAlex Williamson1-12/+27
2016-12-30vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann1-1/+4
2016-02-22vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson1-3/+6
2013-02-18vfio-pci: Add support for VGA region accessAlex Williamson1-0/+61
2013-02-14vfio-pci: Cleanup BAR accessAlex Williamson1-163/+71
2013-01-15vfio-pci: Fix buffer overfillAlex Williamson1-2/+2
2012-07-31vfio: Add PCI device driverAlex Williamson1-0/+269