aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/zcrypt_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07s390/zcrypt: introduce msg tracking in zcrypt functionsHarald Freudenberger1-80/+173
2020-09-17s390/zcrypt: remove set_fs() invocation in zcrypt device driverHarald Freudenberger1-15/+15
2020-07-03s390/zcrypt: split ioctl function into smaller code unitsHarald Freudenberger1-72/+92
2020-07-03s390/zcrypt: fix smatch warningsHarald Freudenberger1-6/+6
2020-02-10s390/zcrypt: fix card and queue total counter wrapHarald Freudenberger1-7/+9
2020-01-30s390/zcrypt: add new low level ep11 functions support fileHarald Freudenberger1-0/+2
2020-01-30s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprbHarald Freudenberger1-4/+10
2020-01-30s390/zcrypt: enable card/domain autoselect on ep11 cprbsHarald Freudenberger1-4/+7
2019-10-22s390/zcrypt: fix memleak at releaseJohan Hovold1-2/+1
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-08-21s390/zcrypt: extend cca_findcard function and helperHarald Freudenberger1-0/+28
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: move cca misc functions to new code fileHarald Freudenberger1-0/+2
2019-05-28s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger1-3/+14
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-11s390: zcrypt: initialize variables before_useArnd Bergmann1-0/+4
2019-03-06s390/zcrypt: revisit ap device remove procedureHarald Freudenberger1-12/+18
2018-10-15s390/zcrypt: fix broken zcrypt_send_cprb in-kernel api functionHarald Freudenberger1-1/+1
2018-10-09s390/zcrypt: provide apfs failure code on type 86 error replyHarald Freudenberger1-1/+3
2018-10-09s390/zcrypt: zcrypt device driver cleanupHarald Freudenberger1-2/+0
2018-10-08s390/zcrypt: multiple zcrypt device nodes supportHarald Freudenberger1-31/+592
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger1-12/+18
2018-05-30s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.Harald Freudenberger1-3/+12
2018-04-11s390/zcrypt: Support up to 256 crypto adapters.Harald Freudenberger1-49/+133
2018-04-10s390/zcrypt: Remove deprecated zcrypt proc interface.Harald Freudenberger1-231/+0
2018-04-10s390/zcrypt: Remove deprecated ioctls.Harald Freudenberger1-61/+1
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-20s390/zcrypt: Fix wrong comparison leading to strange load balancingHarald Freudenberger1-2/+2
2017-07-05s390/zcrypt: Fix missing newlines at some debug feature messages.Harald Freudenberger1-5/+5
2017-06-12s390/zcrypt: Add some debug messages on failure.Harald Freudenberger1-2/+10
2017-02-23s390/zcrypt: export additional symbolsHarald Freudenberger1-2/+3
2017-02-20s390/zcrypt: Removed unneeded debug feature directory creation.Harald Freudenberger1-3/+0
2017-01-31s390/zcrypt: use spin_lock_bh for all queue locks and unlocks.Harald Freudenberger1-0/+8
2017-01-16s390: use false/true when using boolHeiko Carstens1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14s390/zcrypt: tracepoint definitions for zcrypt device driver.Harald Freudenberger1-24/+81
2016-12-14s390/zcrypt: Rework debug feature invocations.Harald Freudenberger1-24/+14
2016-12-14s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.Harald Freudenberger1-3/+5
2016-12-14s390/zcrypt: Fixed attrition of AP adapters and domainsIngo Tuchscherer1-20/+43
2016-12-14s390/zcrypt: Introduce new zcrypt device status APIIngo Tuchscherer1-0/+42
2016-12-14s390/zcrypt: add multi domain supportIngo Tuchscherer1-552/+377
2016-12-14s390/zcrypt: Introduce workload balancingIngo Tuchscherer1-104/+204
2016-12-14s390/zcrypt: simplify message type handlingMartin Schwidefsky1-43/+6
2016-12-14s390/zcrypt: Move the ap bus into kernelIngo Tuchscherer1-1/+6
2015-11-27s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring1-4/+2
2015-11-11s390/zcrypt: Fix initialisation when zcrypt is built-inSascha Silbe1-6/+4
2015-10-14s390/zcrypt: enable odd RSA modulus sizes in CRT formatIngo Tuchscherer1-2/+1