summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * s390/ap: function rework based on compiler warningHarald Freudenberger2021-10-261-0/+3
| * s390/vfio-ap: s390/crypto: fix all kernel-doc warningsTony Krowiak2021-10-263-20/+44
| * s390/ap: new module option ap.useirqHarald Freudenberger2021-10-261-1/+5
| * s390/zcrypt: rework of debug feature messagesHarald Freudenberger2021-10-2610-117/+116
| * s390/ap: Fix hanging ioctl caused by orphaned repliesHarald Freudenberger2021-10-261-0/+2
* | Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...Alex Williamson2021-09-301-1/+1
|\ \ | |/ |/|
| * vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-1/+1
* | vfio/ap_ops: Add missed vfio_uninit_group_dev()Jason Gunthorpe2021-09-241-1/+3
|/
* s390/ap: fix kernel doc commentsHeiko Carstens2021-09-152-3/+4
* Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-096-48/+48
|\
| * s390/zcrypt: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-086-48/+48
* | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-022-153/+135
|\ \
| * | vfio/ap_ops: Convert to use vfio_register_group_dev()Jason Gunthorpe2021-08-252-66/+91
| * | s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...Tony Krowiak2021-08-242-94/+40
| * | s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak2021-08-242-7/+18
| * | vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe2021-08-111-4/+4
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \ \ | |_|/ |/| |
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| |/