summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/vfio_ap_ops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-301-0/+1
|\
| * vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-251-0/+1
* | s390/vfio-ap: make sure nib is sharedTony Krowiak2023-08-181-0/+30
* | s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36Tony Krowiak2023-08-181-1/+12
* | s390/vfio-ap: handle queue state change in progress on resetTony Krowiak2023-08-181-1/+3
* | s390/vfio-ap: use work struct to verify queue resetTony Krowiak2023-08-181-25/+23
* | s390/vfio-ap: store entire AP queue status word with the queue objectTony Krowiak2023-08-181-12/+15
* | s390/vfio-ap: remove upper limit on wait for queue reset to completeTony Krowiak2023-08-181-29/+35
* | s390/vfio-ap: allow deconfigured queue to be passed through to a guestTony Krowiak2023-08-181-2/+4
* | s390/vfio-ap: wait for response code 05 to clear on queue resetTony Krowiak2023-08-181-0/+2
* | s390/vfio-ap: clean up irq resources if possibleTony Krowiak2023-08-181-4/+7
* | s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQTony Krowiak2023-08-181-11/+2
|/
* s390: fix various typosHeiko Carstens2023-07-031-2/+2
* s390/vfio-ap: wire in the vfio_device_ops request callbackTony Krowiak2023-06-061-0/+21
* s390/vfio-ap: realize the VFIO_DEVICE_SET_IRQS ioctlTony Krowiak2023-06-061-0/+83
* s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctlTony Krowiak2023-06-061-1/+29
* s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()Harald Freudenberger2023-03-201-1/+1
* s390/ap: make tapq gr2 response a structHarald Freudenberger2023-03-201-5/+3
* s390/ap: exploit new B bit from QCI config infoHarald Freudenberger2023-03-201-3/+3
* s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2023-02-271-2/+2
* s390: vfio-ap: tighten the NIB validity checkHalil Pasic2023-02-101-0/+2
* s390/vfio_ap: increase max wait time for reset verificationTony Krowiak2023-01-221-3/+7
* s390/vfio_ap: fix handling of error response codesTony Krowiak2023-01-221-10/+7
* s390/vfio_ap: verify ZAPQ completion after return of response code zeroTony Krowiak2023-01-221-4/+3
* s390/vfio_ap: use TAPQ to verify reset in progress completesTony Krowiak2023-01-221-11/+13
* s390/vfio_ap: check TAPQ response code when waiting for queue resetTony Krowiak2023-01-221-5/+31
* s390/vfio-ap: verify reset complete in separate functionTony Krowiak2023-01-221-9/+21
* s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET2023-01-131-2/+8
* Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-151-6/+0
|\
| * vfio: Remove vfio_free_deviceEric Farman2022-11-101-6/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-1/+1
|\ \
| * | s390/vfio-ap: GISA: sort out physical vs virtual pointers usageNico Boehr2022-11-231-1/+1
| |/
* | vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe2022-12-021-0/+3
* | vfio/ap: Validate iova during dma_unmap and trigger irq disableMatthew Rosato2022-12-021-1/+17
|/
* Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-121-72/+37
|\
| * vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-12/+1
| * vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-13/+3
| * vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-9/+1
| * vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-9/+1
| * vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-13/+6
| * vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-2/+3
| * vfio/ap: Use the new device life cycle helpersYi Liu2022-09-211-21/+29
* | s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak2022-09-211-0/+30
|/
* Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-061-315/+1126
|\
| * s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak2022-07-191-5/+336
| * s390/vfio-ap: sysfs attribute to display the guest's matrixTony Krowiak2022-07-191-13/+35
| * s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak2022-07-191-0/+54
| * s390/vfio-ap: reset queues after adapter/domain unassignmentTony Krowiak2022-07-191-40/+112
| * s390/vfio-ap: hot plug/unplug of AP devices when probed/removedTony Krowiak2022-07-191-6/+17
| * s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassignedTony Krowiak2022-07-191-55/+57