summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-065-445/+1200
|\
| * s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens2022-07-191-1/+1
| * s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak2022-07-193-5/+350
| * 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-194-8/+80
| * s390/vfio-ap: reset queues after adapter/domain unassignmentTony Krowiak2022-07-192-40/+114
| * 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
| * s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/removeTony Krowiak2022-07-191-39/+85
| * s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassignTony Krowiak2022-07-191-12/+59
| * s390/vfio-ap: use proper locking order when setting/clearing KVM pointerTony Krowiak2022-07-191-10/+48
| * s390/vfio-ap: introduce new mutex to control access to the KVM pointerTony Krowiak2022-07-192-0/+7
| * s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lockTony Krowiak2022-07-193-40/+42
| * s390/vfio-ap: allow assignment of unavailable AP queues to mdev deviceTony Krowiak2022-07-191-171/+53
| * s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdevTony Krowiak2022-07-191-3/+98
| * s390/vfio-ap: introduce shadow APCBTony Krowiak2022-07-192-4/+8
| * s390/vfio-ap: manage link between queue struct and matrix mdevTony Krowiak2022-07-192-37/+168
| * s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.cTony Krowiak2022-07-193-120/+102
| * s390/vfio-ap: use new AP bus interface to search for queue devicesTony Krowiak2022-07-191-14/+9
* | Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-063-80/+32
|\ \
| * | vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-3/+3
| * | vfio/ap: Change saved_pfn to saved_iovaNicolin Chen2022-07-252-27/+19
| * | vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-5/+4
| * | vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen2022-07-232-4/+5
| * | vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-202-48/+8
| |/
* | Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-3/+6
|\ \
| * | s390/airq: pass more TPI info to airq handlersMatthew Rosato2022-07-111-3/+6
| |/
* / s390/ap: fix error handling in __verify_queue_reservations()Tony Krowiak2022-07-151-1/+1
|/
* Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-06-012-40/+13
|\
| * vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato2022-05-242-32/+6
| * vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe2022-05-111-5/+4
| * vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe2022-05-111-7/+7
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-7/+2
|\|
| * vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-7/+2
* | s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declarationThomas Huth2022-04-251-2/+0
* | s390/zcrypt: code cleanupHarald Freudenberger2022-04-2519-636/+667
* | s390/zcrypt: cleanup CPRB struct definitionsHarald Freudenberger2022-04-251-58/+1
* | s390/ap: uevent on apmask/aqpmask changeHarald Freudenberger2022-04-251-6/+34
* | s390/zcrypt: add display of ASYM master key verification patternHarald Freudenberger2022-04-253-4/+47
|/
* s390/zcrypt: fix using the correct variable for sizeof()Jakob Koschel2022-03-271-1/+1
* s390/vfio-ap: fix kernel doc and signature of group notifier functionsTony Krowiak2022-03-271-19/+5
* s390: crypto: Use min_t() instead of doing it manuallyHaowen Bai2022-03-271-1/+1
* s390/pkey: fix typos in commentsJulia Lawall2022-03-271-1/+1
* s390/zcrypt: Filter admin CPRBs on custom devicesJuergen Christ2022-03-271-1/+24
* s390/zcrypt: Add admask to zcdnJuergen Christ2022-03-272-0/+44
* s390/zcrypt: Provide target domain for EP11 cprbs to scheduling functionJürgen Christ2022-03-083-6/+10
* s390/zcrypt: change reply buffer size offeringHarald Freudenberger2022-03-081-1/+22
* s390/zcrypt: Support CPRB minor version T7Harald Freudenberger2022-03-086-27/+60
* s390/zcrypt: handle checkstopped cards with new stateHarald Freudenberger2022-03-085-30/+105
* s390/zcrypt: CEX8S exploitation supportHarald Freudenberger2022-03-084-26/+60