summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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-261-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
* s390/ap/zcrypt: debug feature improvementsHarald Freudenberger2022-03-084-4/+58
* s390/ap: enable sysfs attribute scans to force AP bus rescanHarald Freudenberger2022-03-011-1/+11
* s390/ap: notify drivers on config changed and scan complete callbacksTony Krowiak2022-03-012-2/+91
* s390/ap: driver callback to indicate resource in useTony Krowiak2022-03-012-10/+139
* s390/vfio-ap: add s390dbf logging to the vfio_ap_irq_enable functionTony Krowiak2022-02-062-6/+72
* s390/vfio-ap: add s390dbf logging to the handle_pqap functionTony Krowiak2022-02-061-6/+68
* s390-vfio-ap: introduces s390 kernel debug feature for vfio_ap device driverTony Krowiak2022-02-062-0/+53
* s390/zcrypt: CCA control CPRB sendingJuergen Christ2021-12-161-4/+3
* s390/vfio-ap: add status attribute to AP queue device's sysfs dirTony Krowiak2021-12-061-3/+76
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0613-138/+170
|\