aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-08s390/ap: Rework ap_dqap to deal with messages greater than recv bufferHarald Freudenberger1-4/+24
2021-07-05s390/AP: support new dynamic AP bus size limitHarald Freudenberger10-66/+116
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-41/+136
2021-06-28s390/zcrypt: Switch to flexible array memberKees Cook1-3/+3
2021-06-21s390/vfio-ap: clean up mdev resources when remove callback invokedTony Krowiak1-10/+0
2021-06-16s390/ap/zcrypt: notify userspace with online, config and mode infoHarald Freudenberger8-17/+111
2021-06-16s390/ap: Fix hanging ioctl caused by wrong msg counterHarald Freudenberger1-2/+9
2021-06-07s390/vfio-ap: clean up vfio_ap_drv's definitionJulian Wiedmann1-7/+6
2021-06-07s390/ap: extend AP change bindings-complete uevent with counterHarald Freudenberger1-2/+8
2021-06-07s390/ap: wire up bus->probe and bus->removeJulian Wiedmann1-2/+2
2021-06-07s390/zcrypt: remove zcrypt_device_countJulian Wiedmann3-4/+0
2021-06-07s390/crypto: fix function/prototype mismatchesSven Schnelle2-6/+6
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-6/+8
2021-04-21s390/zcrypt: fix zcard and zqueue hot-unplug memleakHarald Freudenberger2-0/+2
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-5/+7
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe1-1/+1
2021-04-05s390/vfio-ap: fix circular lockdep when setting/clearing crypto masksTony Krowiak2-95/+215
2021-03-08s390/crypto: return -EFAULT if copy_to_user() failsWang Qing1-1/+1
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-3/+26
2021-02-09s390/zcrypt: return EIO when msg retry limit reachedHarald Freudenberger1-0/+14
2021-01-27s390/crypto: improve retry logic in case of master key changeHarald Freudenberger1-3/+12
2021-01-27s390/vfio-ap: No need to disable IRQ after queue resetTony Krowiak3-49/+69
2021-01-27s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidatedTony Krowiak1-21/+28
2020-12-16s390/zcrypt: convert comma to semicolonZheng Yongjun2-2/+2
2020-11-30s390/ap: let bus_register() add the AP bus sysfs attributesJulian Wiedmann1-29/+24
2020-11-09s390/zcrypt/pkey: introduce zcrypt_wait_api_operational() functionHarald Freudenberger3-0/+83
2020-11-09s390/ap: ap bus userspace notifications for some bus conditionsHarald Freudenberger2-10/+166
2020-11-03s390/pkey: fix paes selftest failure with paes and pkey static buildHarald Freudenberger1-14/+16
2020-11-03s390/ap: fix ap devices reference countingHarald Freudenberger3-12/+21
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds22-827/+2185
2020-10-09s390/zcrypt: fix wrong format specificationsHarald Freudenberger1-5/+5
2020-10-07s390/zcrypt: Introduce Failure Injection featureHarald Freudenberger6-3/+151
2020-10-07s390/zcrypt: move ap_msg param one level up the call chainHarald Freudenberger4-72/+82
2020-10-07s390/ap/zcrypt: revisit ap and zcrypt error handlingHarald Freudenberger6-131/+116
2020-10-07s390/ap: Support AP card SCLP config and deconfig operationsHarald Freudenberger1-1/+24
2020-10-07s390/ap: add card/queue deconfig stateHarald Freudenberger7-142/+319
2020-10-07s390/ap: add error response code field for ap queue devicesHarald Freudenberger4-26/+101
2020-10-07s390/ap: split ap queue state machine state from device stateHarald Freudenberger5-57/+155
2020-10-07s390/zcrypt: introduce msg tracking in zcrypt functionsHarald Freudenberger5-124/+213
2020-09-24s390/pkey: support CCA and EP11 secure ECC private keysHarald Freudenberger5-80/+756
2020-09-24s390/zcrypt: Support for CCA APKA master keysHarald Freudenberger5-57/+154
2020-09-24s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctlChristian Borntraeger1-1/+2
2020-09-17s390/ap: remove unnecessary spin_lock_init()Qinglang Miao1-1/+0
2020-09-17s390/zcrypt: remove set_fs() invocation in zcrypt device driverHarald Freudenberger6-106/+92
2020-09-14s390/zcrypt: simplify cca_findcard2 loop codeHarald Freudenberger1-63/+58
2020-09-14s390/zcrypt: fix kmalloc 256k failureHarald Freudenberger1-4/+4
2020-08-11s390/pkey: remove redundant variable initializationTianjia Zhang1-2/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1