summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/vfio_ap_ops.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-150/+132
2021-08-25vfio/ap_ops: Convert to use vfio_register_group_dev()Jason Gunthorpe1-66/+89
2021-08-25s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.cRandy Dunlap1-64/+52
2021-08-24s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...Tony Krowiak1-92/+40
2021-08-24s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak1-6/+17
2021-08-11vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe1-4/+4
2021-06-21s390/vfio-ap: clean up mdev resources when remove callback invokedTony Krowiak1-10/+0
2021-04-29Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-6/+8
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-5/+7
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe1-1/+1
2021-04-05s390/vfio-ap: fix circular lockdep when setting/clearing crypto masksTony Krowiak1-95/+213
2021-03-08s390/crypto: return -EFAULT if copy_to_user() failsWang Qing1-1/+1
2021-01-27s390/vfio-ap: No need to disable IRQ after queue resetTony Krowiak1-38/+62
2021-01-27s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidatedTony Krowiak1-21/+28
2020-03-25s390/vfio: use fallthrough;Joe Perches1-1/+1
2019-09-05s390: vfio-ap: fix warning reset not completedHalil Pasic1-1/+1
2019-07-13Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-07-11s390: vfio-ap: fix irq registrationChristian Borntraeger1-2/+1
2019-07-02s390: ap: implement PAPQ AQIC interception in kernelPierre Morel1-6/+331
2019-07-02vfio: ap: register IOMMU VFIO notifierPierre Morel1-1/+42
2019-02-22s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystemPierre Morel1-2/+2
2018-10-08s390: vfio-ap: make local functions and data staticChristian Borntraeger1-10/+10
2018-10-05s390: vfio-ap: setup APCB mask using KVM dedicated functionPierre Morel1-32/+3
2018-09-28s390: vfio-ap: implement VFIO_DEVICE_RESET ioctlTony Krowiak1-1/+4
2018-09-28s390: vfio-ap: zeroize the AP queuesTony Krowiak1-0/+49
2018-09-28s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctlTony Krowiak1-0/+38
2018-09-28s390: vfio-ap: implement mediated device open callbackTony Krowiak1-0/+161
2018-09-26s390: vfio-ap: sysfs interface to view matrix mdev matrixTony Krowiak1-0/+51
2018-09-26s390: vfio-ap: sysfs interfaces to configure control domainsTony Krowiak1-0/+112
2018-09-26s390: vfio-ap: sysfs interfaces to configure domainsTony Krowiak1-1/+137
2018-09-26s390: vfio-ap: sysfs interfaces to configure adaptersTony Krowiak1-0/+292
2018-09-26s390: vfio-ap: register matrix device with VFIO mdev frameworkTony Krowiak1-0/+126