summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/vfio_ap_private.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-26s390/vfio-ap: Fix memory allocation for mdev_types arrayJason J. Herne1-1/+1
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe1-2/+0
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig1-0/+2
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig1-0/+1
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig1-1/+0
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-4/+43
2022-07-25vfio/ap: Change saved_pfn to saved_iovaNicolin Chen1-2/+2
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe1-3/+0
2022-07-19s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak1-0/+12
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak1-0/+2
2022-07-19s390/vfio-ap: reset queues after adapter/domain unassignmentTony Krowiak1-0/+2
2022-07-19s390/vfio-ap: introduce new mutex to control access to the KVM pointerTony Krowiak1-0/+6
2022-07-19s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lockTony Krowiak1-2/+2
2022-07-19s390/vfio-ap: introduce shadow APCBTony Krowiak1-0/+2
2022-07-19s390/vfio-ap: manage link between queue struct and matrix mdevTony Krowiak1-0/+14
2022-07-19s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.cTony Krowiak1-2/+3
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato1-3/+0
2021-10-26s390/vfio-ap: s390/crypto: fix all kernel-doc warningsTony Krowiak1-12/+31
2021-08-25vfio/ap_ops: Convert to use vfio_register_group_dev()Jason Gunthorpe1-0/+2
2021-08-24s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...Tony Krowiak1-2/+0
2021-08-24s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak1-1/+1
2021-04-05s390/vfio-ap: fix circular lockdep when setting/clearing crypto masksTony Krowiak1-0/+2
2021-01-27s390/vfio-ap: No need to disable IRQ after queue resetTony Krowiak1-6/+6
2019-07-02s390: ap: implement PAPQ AQIC interception in kernelPierre Morel1-0/+11
2019-07-02vfio: ap: register IOMMU VFIO notifierPierre Morel1-0/+2
2019-07-02s390: ap: kvm: add PQAP interception for AQICPierre Morel1-0/+2
2019-02-22s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystemPierre Morel1-0/+1
2018-09-28s390: vfio-ap: implement mediated device open callbackTony Krowiak1-0/+5
2018-09-26s390: vfio-ap: register matrix device with VFIO mdev frameworkTony Krowiak1-0/+49
2018-09-26s390: vfio-ap: base implementation of VFIO AP device driverTony Krowiak1-0/+34