aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds15-322/+136
2020-03-27s390/ap: remove power management code from ap bus and driversHarald Freudenberger6-174/+5
2020-03-27s390/zcrypt: use kvmalloc instead of kmalloc for 256k allocHarald Freudenberger2-9/+9
2020-03-25s390/vfio: use fallthrough;Joe Perches1-1/+1
2020-03-25s390/zcrypt: use fallthrough;Joe Perches3-9/+9
2020-03-23s390/ap: Remove ap device suspend and resume callbacksHarald Freudenberger1-21/+0
2020-03-23s390/zcrypt: replace snprintf/sprintf with scnprintfHarald Freudenberger6-75/+76
2020-03-23s390/zcrypt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-19/+21
2020-02-27s390: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-17s390/zcrypt: Support for CCA protected key block version 2Harald Freudenberger1-12/+13
2020-02-17s390/pkey/zcrypt: spelling s/crytp/crypt/Geert Uytterhoeven1-2/+2
2020-02-10s390/zcrypt: fix card and queue total counter wrapHarald Freudenberger4-16/+18
2020-02-10s390/pkey: fix missing length of protected key on returnHarald Freudenberger1-1/+1
2020-01-30s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger3-102/+1401
2020-01-30s390/zcrypt: extend EP11 card and queue sysfs attributesHarald Freudenberger1-20/+253
2020-01-30s390/zcrypt: add new low level ep11 functions support fileHarald Freudenberger4-1/+428
2020-01-30s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprbHarald Freudenberger2-4/+11
2020-01-30s390/zcrypt: enable card/domain autoselect on ep11 cprbsHarald Freudenberger1-4/+7
2020-01-30s390/pkey: Add support for key blob with clear key valueHarald Freudenberger2-6/+55
2020-01-09s390/zcrypt: move ap device reset from bus to driver codeHarald Freudenberger6-5/+8
2020-01-09s390/zcrypt: Fix CCA cipher key gen with clear key value functionHarald Freudenberger1-2/+2
2019-11-30s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISORHarald Freudenberger1-0/+2
2019-11-25Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-22/+4
2019-11-12s390/pkey: use memdup_user() to simplify codeMarkus Elfring1-24/+4
2019-11-12s390/pkey: fix memory leak within _copy_apqns_from_user()Heiko Carstens1-1/+3
2019-10-22s390/zcrypt: fix memleak at releaseJohan Hovold1-2/+1
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-27/+178
2019-09-19s390/zcrypt: CEX7S exploitation supportHarald Freudenberger5-27/+65
2019-09-19s390/pkey: Add sysfs attributes to emit AES CIPHER key blobsIngo Franzki1-0/+113
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-20/+2
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-976/+2791
2019-09-05s390: vfio-ap: fix warning reset not completedHalil Pasic1-1/+1
2019-08-29s390/zcrypt: fix wrong handling of cca cipher keygenflagsHarald Freudenberger1-1/+2
2019-08-21s390/pkey: add CCA AES cipher key supportHarald Freudenberger3-54/+664
2019-08-21s390/zcrypt: Add low level functions for CCA AES cipher keysHarald Freudenberger2-4/+903
2019-08-21s390/zcrypt: extend cca_findcard function and helperHarald Freudenberger4-24/+83
2019-08-21s390/pkey: pkey cleanup: narrow in-kernel API, fix some variable typesHarald Freudenberger1-21/+16
2019-08-02s390/zcrypt: adjust switch fall through comments for -Wimplicit-fallthroughVasily Gorbik2-13/+5
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-10/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-10/+1
2019-07-29s390/zcrypt: new sysfs attributes serialnr and mkvpsHarald Freudenberger3-14/+141
2019-07-29s390/zcrypt: add base code for cca crypto card info supportHarald Freudenberger1-56/+75
2019-07-29s390/zcrypt: move cca misc functions to new code fileHarald Freudenberger5-931/+1036
2019-07-12Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-3/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-5/+5
2019-07-11s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov1-1/+0
2019-07-11s390: vfio-ap: fix irq registrationChristian Borntraeger1-2/+1
2019-07-02s390: ap: implement PAPQ AQIC interception in kernelPierre Morel3-7/+375
2019-07-02vfio: ap: register IOMMU VFIO notifierPierre Morel2-1/+44
2019-07-02s390: ap: kvm: add PQAP interception for AQICPierre Morel1-0/+2