summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/vfio_ap_drv.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson1-1/+1
2022-07-19s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak1-0/+2
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak1-0/+1
2022-07-19s390/vfio-ap: introduce new mutex to control access to the KVM pointerTony Krowiak1-0/+1
2022-07-19s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lockTony Krowiak1-1/+1
2022-07-19s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.cTony Krowiak1-116/+2
2022-04-25s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declarationThomas Huth1-2/+0
2022-03-08s390/zcrypt: CEX8S exploitation supportHarald Freudenberger1-0/+2
2022-02-07s390-vfio-ap: introduces s390 kernel debug feature for vfio_ap device driverTony Krowiak1-0/+21
2021-12-06s390/vfio-ap: add status attribute to AP queue device's sysfs dirTony Krowiak1-3/+76
2021-10-26s390/vfio-ap: s390/crypto: fix all kernel-doc warningsTony Krowiak1-6/+10
2021-06-07s390/vfio-ap: clean up vfio_ap_drv's definitionJulian Wiedmann1-7/+6
2021-01-27s390/vfio-ap: No need to disable IRQ after queue resetTony Krowiak1-5/+1
2019-09-19s390/zcrypt: CEX7S exploitation supportHarald Freudenberger1-0/+2
2019-07-02s390: ap: implement PAPQ AQIC interception in kernelPierre Morel1-1/+33
2019-02-22s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystemPierre Morel1-9/+35
2018-11-30s390: vfio-ap: include <asm/facility> for test_facility()Petr Tesarik1-0/+1
2018-10-08s390: vfio-ap: make local functions and data staticChristian Borntraeger1-2/+2
2018-09-26s390: vfio-ap: register matrix device with VFIO mdev frameworkTony Krowiak1-0/+19
2018-09-26s390: vfio-ap: base implementation of VFIO AP device driverTony Krowiak1-0/+138