aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2016-09-07vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson
2016-03-09vfio: fix ioctl error handlingMichael S. Tsirkin
2015-12-04Revert: "vfio: Include No-IOMMU mode"Alex Williamson
2015-11-21vfio: fix a warning messageDan Carpenter
2015-11-20vfio: platform: remove needless stack usageKees Cook
2015-11-19vfio-pci: constify pci_error_handlers structuresJulia Lawall
2015-11-19vfio: Drop owner assignment from platform_driverKrzysztof Kozlowski
2015-11-13Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2015-11-09vfio/pci: make an array largerDan Carpenter
2015-11-04vfio: Include No-IOMMU modeAlex Williamson
2015-11-04vfio: Fix bug in vfio_device_get_from_name()Joerg Roedel
2015-11-03VFIO: platform: reset: AMD xgbe reset moduleEric Auger
2015-11-03vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger
2015-11-03vfio: platform: add dev_info on device resetEric Auger
2015-11-03vfio: platform: use list of registered reset functionEric Auger
2015-11-03vfio: platform: add compat in vfio_platform_deviceEric Auger
2015-11-03vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger
2015-11-03vfio: platform: introduce module_vfio_reset_handler macroEric Auger
2015-11-03vfio: platform: add capability to register a reset functionEric Auger
2015-11-03vfio: platform: introduce vfio-platform-base moduleEric Auger
2015-11-03vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse
2015-11-03vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger
2015-10-27VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger
2015-10-27vfio/pci: Use kernel VPD access functionsAlex Williamson
2015-10-27vfio: Whitelist PCI bridgesAlex Williamson
2015-10-01vfio: Register/unregister irq_bypass_producerFeng Wu
2015-07-24vfio: Fix lockdep issueAlex Williamson
2015-06-28Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-06-22VFIO: platform: enable ARM64 buildEric Auger
2015-06-22VFIO: platform: Calxeda xgmac reset moduleEric Auger
2015-06-22VFIO: platform: populate the reset function on probeEric Auger
2015-06-22VFIO: platform: add reset callbackEric Auger
2015-06-17VFIO: platform: add reset struct and lookup tableEric Auger
2015-06-11vfio: powerpc/spapr: Support Dynamic DMA windowsAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Register memory and define IOMMU v2Alexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...Alexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy
2015-06-11powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Rework groups attachingAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Moving pinning/unpinning to helpersAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Disable DMA mappings on disabled containerAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Move locked_vm accounting to helpersAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Use it_page_sizeAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Check that IOMMU page is fully contained by system pageAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy
2015-06-09vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson