summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci_rdwr.c
AgeCommit message (Expand)Author
2024-02-22vfio/pci: rename and export do_io_rw()Ankit Agrawal
2023-12-19vfio/pci: Expose vfio_pci_core_iowrite/read##size()Yishai Hadas
2023-12-19vfio/pci: Expose vfio_pci_core_setup_barmap()Yishai Hadas
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe
2022-09-01vfio-pci: Fix vfio_pci_ioeventfd() to return intJason Gunthorpe
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe
2022-02-22vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy
2021-08-26vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy
2021-08-26vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy
2020-11-03vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson
2020-08-17vfio-pci: Avoid recursive read-lock usageAlex Williamson
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-03-26vfio/pci: Add ioeventfd supportAlex Williamson
2018-03-26vfio/pci: Use endian neutral helpersAlex Williamson
2018-03-26vfio/pci: Pull BAR mapping setup from read-write pathAlex Williamson
2016-12-30vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann
2016-02-22vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson
2013-02-18vfio-pci: Add support for VGA region accessAlex Williamson
2013-02-14vfio-pci: Cleanup BAR accessAlex Williamson
2013-01-15vfio-pci: Fix buffer overfillAlex Williamson
2012-07-31vfio: Add PCI device driverAlex Williamson