aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureGravatar Christoph Hellwig 2-2/+4
2022-10-04vfio/mdev: make mdev.h standalone includableGravatar Christoph Hellwig 1-1/+0
2022-09-21vfio/ap: Use the new device life cycle helpersGravatar Yi Liu 1-21/+29
2022-08-15s390/ap: fix crash on older machines based on QCI info missingGravatar Harald Freudenberger 2-0/+7
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 5-445/+1200
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-80/+32
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Gravatar Paolo Bonzini 1-3/+6
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Gravatar Nicolin Chen 1-3/+3
2022-07-25vfio/ap: Change saved_pfn to saved_iovaGravatar Nicolin Chen 2-27/+19
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APIGravatar Nicolin Chen 1-5/+4
2022-07-23vfio/ap: Pass in physical address of ind to ap_aqic()Gravatar Nicolin Chen 2-4/+5
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackGravatar Jason Gunthorpe 2-48/+8
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsGravatar Heiko Carstens 1-1/+1
2022-07-19s390/vfio-ap: handle config changed and scan complete notificationGravatar Tony Krowiak 3-5/+350
2022-07-19s390/vfio-ap: sysfs attribute to display the guest's matrixGravatar Tony Krowiak 1-13/+35
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverGravatar Tony Krowiak 4-8/+80
2022-07-19s390/vfio-ap: reset queues after adapter/domain unassignmentGravatar Tony Krowiak 2-40/+114
2022-07-19s390/vfio-ap: hot plug/unplug of AP devices when probed/removedGravatar Tony Krowiak 1-6/+17
2022-07-19s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassignedGravatar Tony Krowiak 1-55/+57
2022-07-19s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/removeGravatar Tony Krowiak 1-39/+85
2022-07-19s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassignGravatar Tony Krowiak 1-12/+59
2022-07-19s390/vfio-ap: use proper locking order when setting/clearing KVM pointerGravatar Tony Krowiak 1-10/+48
2022-07-19s390/vfio-ap: introduce new mutex to control access to the KVM pointerGravatar Tony Krowiak 2-0/+7
2022-07-19s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lockGravatar Tony Krowiak 3-40/+42
2022-07-19s390/vfio-ap: allow assignment of unavailable AP queues to mdev deviceGravatar Tony Krowiak 1-171/+53
2022-07-19s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdevGravatar Tony Krowiak 1-3/+98
2022-07-19s390/vfio-ap: introduce shadow APCBGravatar Tony Krowiak 2-4/+8
2022-07-19s390/vfio-ap: manage link between queue struct and matrix mdevGravatar Tony Krowiak 2-37/+168
2022-07-19s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.cGravatar Tony Krowiak 3-120/+102
2022-07-19s390/vfio-ap: use new AP bus interface to search for queue devicesGravatar Tony Krowiak 1-14/+9
2022-07-15s390/ap: fix error handling in __verify_queue_reservations()Gravatar Tony Krowiak 1-1/+1
2022-07-11s390/airq: pass more TPI info to airq handlersGravatar Matthew Rosato 1-3/+6
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-40/+13
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-7/+2
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMGravatar Matthew Rosato 2-32/+6
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Gravatar Jason Gunthorpe 1-5/+4
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceGravatar Jason Gunthorpe 1-7/+7
2022-04-25s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declarationGravatar Thomas Huth 1-2/+0
2022-04-25s390/zcrypt: code cleanupGravatar Harald Freudenberger 19-636/+667
2022-04-25s390/zcrypt: cleanup CPRB struct definitionsGravatar Harald Freudenberger 1-58/+1
2022-04-25s390/ap: uevent on apmask/aqpmask changeGravatar Harald Freudenberger 1-6/+34
2022-04-25s390/zcrypt: add display of ASYM master key verification patternGravatar Harald Freudenberger 3-4/+47
2022-04-21vfio/mdev: Remove mdev_parent_opsGravatar Jason Gunthorpe 1-7/+2
2022-03-27s390/zcrypt: fix using the correct variable for sizeof()Gravatar Jakob Koschel 1-1/+1
2022-03-27s390/vfio-ap: fix kernel doc and signature of group notifier functionsGravatar Tony Krowiak 1-19/+5
2022-03-27s390: crypto: Use min_t() instead of doing it manuallyGravatar Haowen Bai 1-1/+1
2022-03-27s390/pkey: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-03-27s390/zcrypt: Filter admin CPRBs on custom devicesGravatar Juergen Christ 1-1/+24
2022-03-27s390/zcrypt: Add admask to zcdnGravatar Juergen Christ 2-0/+44
2022-03-08s390/zcrypt: Provide target domain for EP11 cprbs to scheduling functionGravatar Jürgen Christ 3-6/+10