summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/vfio_ap_ops.c
AgeCommit message (Expand)Author
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-08-18s390/vfio-ap: make sure nib is sharedTony Krowiak
2023-08-18s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36Tony Krowiak
2023-08-18s390/vfio-ap: handle queue state change in progress on resetTony Krowiak
2023-08-18s390/vfio-ap: use work struct to verify queue resetTony Krowiak
2023-08-18s390/vfio-ap: store entire AP queue status word with the queue objectTony Krowiak
2023-08-18s390/vfio-ap: remove upper limit on wait for queue reset to completeTony Krowiak
2023-08-18s390/vfio-ap: allow deconfigured queue to be passed through to a guestTony Krowiak
2023-08-18s390/vfio-ap: wait for response code 05 to clear on queue resetTony Krowiak
2023-08-18s390/vfio-ap: clean up irq resources if possibleTony Krowiak
2023-08-18s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQTony Krowiak
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu
2023-07-03s390: fix various typosHeiko Carstens
2023-06-06s390/vfio-ap: wire in the vfio_device_ops request callbackTony Krowiak
2023-06-06s390/vfio-ap: realize the VFIO_DEVICE_SET_IRQS ioctlTony Krowiak
2023-06-06s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctlTony Krowiak
2023-03-20s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()Harald Freudenberger
2023-03-20s390/ap: make tapq gr2 response a structHarald Freudenberger
2023-03-20s390/ap: exploit new B bit from QCI config infoHarald Freudenberger
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger
2023-02-10s390: vfio-ap: tighten the NIB validity checkHalil Pasic
2023-01-22s390/vfio_ap: increase max wait time for reset verificationTony Krowiak
2023-01-22s390/vfio_ap: fix handling of error response codesTony Krowiak
2023-01-22s390/vfio_ap: verify ZAPQ completion after return of response code zeroTony Krowiak
2023-01-22s390/vfio_ap: use TAPQ to verify reset in progress completesTony Krowiak
2023-01-22s390/vfio_ap: check TAPQ response code when waiting for queue resetTony Krowiak
2023-01-22s390/vfio-ap: verify reset complete in separate functionTony Krowiak
2023-01-13s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe
2022-12-02vfio/ap: Validate iova during dma_unmap and trigger irq disableMatthew Rosato
2022-11-23s390/vfio-ap: GISA: sort out physical vs virtual pointers usageNico Boehr
2022-11-10vfio: Remove vfio_free_deviceEric Farman
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig
2022-09-21s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak
2022-09-21vfio/ap: Use the new device life cycle helpersYi Liu
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen
2022-07-25vfio/ap: Change saved_pfn to saved_iovaNicolin Chen
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen
2022-07-23vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe
2022-07-19s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak