summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/vfio_ap_ops.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20s390/ap: make tapq gr2 response a structHarald Freudenberger1-5/+3
2023-03-20s390/ap: exploit new B bit from QCI config infoHarald Freudenberger1-3/+3
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger1-2/+2
2023-02-10s390: vfio-ap: tighten the NIB validity checkHalil Pasic1-0/+2
2023-01-22s390/vfio_ap: increase max wait time for reset verificationTony Krowiak1-3/+7
2023-01-22s390/vfio_ap: fix handling of error response codesTony Krowiak1-10/+7
2023-01-22s390/vfio_ap: verify ZAPQ completion after return of response code zeroTony Krowiak1-4/+3
2023-01-22s390/vfio_ap: use TAPQ to verify reset in progress completesTony Krowiak1-11/+13
2023-01-22s390/vfio_ap: check TAPQ response code when waiting for queue resetTony Krowiak1-5/+31
2023-01-22s390/vfio-ap: verify reset complete in separate functionTony Krowiak1-9/+21
2023-01-13s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET1-2/+8
2022-12-16Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-6/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe1-0/+3
2022-12-02vfio/ap: Validate iova during dma_unmap and trigger irq disableMatthew Rosato1-1/+17
2022-11-23s390/vfio-ap: GISA: sort out physical vs virtual pointers usageNico Boehr1-1/+1
2022-11-10vfio: Remove vfio_free_deviceEric Farman1-6/+0
2022-10-13Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-72/+37
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe1-12/+1
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig1-13/+3
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig1-9/+1
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe1-9/+1
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig1-13/+6
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig1-2/+3
2022-09-21s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak1-0/+30
2022-09-21vfio/ap: Use the new device life cycle helpersYi Liu1-21/+29
2022-08-07Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-315/+1126
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-3/+3
2022-07-25vfio/ap: Change saved_pfn to saved_iovaNicolin Chen1-25/+17
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-5/+4
2022-07-23vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen1-3/+4
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe1-45/+8
2022-07-19s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak1-5/+336
2022-07-19s390/vfio-ap: sysfs attribute to display the guest's matrixTony Krowiak1-13/+35
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak1-0/+54
2022-07-19s390/vfio-ap: reset queues after adapter/domain unassignmentTony Krowiak1-40/+112
2022-07-19s390/vfio-ap: hot plug/unplug of AP devices when probed/removedTony Krowiak1-6/+17
2022-07-19s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassignedTony Krowiak1-55/+57
2022-07-19s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/removeTony Krowiak1-39/+85
2022-07-19s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassignTony Krowiak1-12/+59
2022-07-19s390/vfio-ap: use proper locking order when setting/clearing KVM pointerTony Krowiak1-10/+48
2022-07-19s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lockTony Krowiak1-37/+39
2022-07-19s390/vfio-ap: allow assignment of unavailable AP queues to mdev deviceTony Krowiak1-171/+53
2022-07-19s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdevTony Krowiak1-3/+98
2022-07-19s390/vfio-ap: introduce shadow APCBTony Krowiak1-4/+6
2022-07-19s390/vfio-ap: manage link between queue struct and matrix mdevTony Krowiak1-37/+154
2022-07-19s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.cTony Krowiak1-2/+97
2022-07-19s390/vfio-ap: use new AP bus interface to search for queue devicesTony Krowiak1-14/+9
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato1-29/+6
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe1-5/+4