summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto
AgeCommit message (Expand)AuthorLines
2017-07-05s390/zcrypt: Fix missing newlines at some debug feature messages.Harald Freudenberger-5/+5
2017-06-12s390/zcrypt: Add some debug messages on failure.Harald Freudenberger-2/+10
2017-06-12s390/zcrypt: Rework ap init in case of out of range domain param.Harald Freudenberger-6/+15
2017-06-12s390/zcrypt: remove unused function zcrypt_type6_mex_key_de()Harald Freudenberger-85/+0
2017-06-12s390/zcrypt: get rid of little/big endian handlingHeiko Carstens-29/+11
2017-06-12s390/pkey: add missing __user annotationsHeiko Carstens-2/+2
2017-06-12s390/pkey: make pkey_init() staticHeiko Carstens-1/+1
2017-06-02s390/zcrypt: Fix blocking queue device after unbind/bind.Harald Freudenberger-16/+40
2017-03-22s390/pkey: Introduce new API for secure key verificationHarald Freudenberger-1/+63
2017-03-22s390/pkey: Fix wrong handling of secure key with old MKVPHarald Freudenberger-19/+34
2017-02-23s390/pkey: Introduce pkey kernel moduleHarald Freudenberger-0/+1152
2017-02-23s390/zcrypt: export additional symbolsHarald Freudenberger-2/+5
2017-02-23s390/zcrypt: Cleanup leftover module code.Harald Freudenberger-10/+0
2017-02-23s390/zcrypt: Enable request count reset for cards and queues.Harald Freudenberger-8/+37
2017-02-20s390/zcrypt: make ap_bus explicitly non-modularPaul Gortmaker-51/+3
2017-02-20s390/zcrypt: Removed unneeded debug feature directory creation.Harald Freudenberger-6/+0
2017-01-31s390/zcrypt: use spin_lock_bh for all queue locks and unlocks.Harald Freudenberger-0/+8
2017-01-16s390: use false/true when using boolHeiko Carstens-2/+2
2017-01-16s390/zcrypt: get rid of variable length arraysHeiko Carstens-6/+4
2017-01-16s390/zcrypt: make structures staticHeiko Carstens-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-3/+3
2016-12-14s390/zcrypt: add missing memory clobber to ap_qci inline assemblyHeiko Carstens-1/+1
2016-12-14s390/zcrypt: tracepoint definitions for zcrypt device driver.Harald Freudenberger-24/+81
2016-12-14s390/zcrypt: Rework debug feature invocations.Harald Freudenberger-143/+190
2016-12-14s390/zcrypt: Improved invalid domain response handling.Harald Freudenberger-29/+33
2016-12-14s390/zcrypt: Fix ap_max_domain_id for older machine typesIngo Tuchscherer-0/+3
2016-12-14s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.Harald Freudenberger-3/+22
2016-12-14s390/zcrypt: Fixed attrition of AP adapters and domainsIngo Tuchscherer-24/+47
2016-12-14s390/zcrypt: Introduce new zcrypt device status APIIngo Tuchscherer-0/+42
2016-12-14s390/zcrypt: add multi domain supportIngo Tuchscherer-1989/+2766
2016-12-14s390/zcrypt: Introduce workload balancingIngo Tuchscherer-249/+629
2016-12-14s390/zcrypt: get rid of ap_poll_requestsMartin Schwidefsky-10/+24
2016-12-14s390/zcrypt: header for the AP inline assmbliesMartin Schwidefsky-175/+204
2016-12-14s390/zcrypt: simplify message type handlingMartin Schwidefsky-67/+18
2016-12-14s390/zcrypt: Move the ap bus into kernelIngo Tuchscherer-20/+40
2016-12-14s390/zcrypt: Introduce CEX6 tolerationHarald Freudenberger-0/+4
2016-12-02s390/zcrypt: Convert to PM opsLars-Peter Clausen-8/+4
2016-07-31s390/zcrypt: fix possible memory leak in ap_module_init()Wei Yongjun-1/+3
2016-07-31s390/zcrypt: Fix zcrypt suspend/resume behaviorIngo Tuchscherer-6/+47
2016-06-28s390/crypto: use basic blocks for ap bus inline assembliesHeiko Carstens-28/+49
2016-05-10s390: make couple of variables and functions staticHeiko Carstens-1/+1
2016-01-26s390/zcrypt: Fix cryptographic device id in kernel messagesIngo Tuchscherer-20/+24
2015-11-27s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring-4/+2
2015-11-27s390/zcrypt: Fix AP queue handling if queue is fullIngo Tuchscherer-1/+3
2015-11-11s390/zcrypt: Fix initialisation when zcrypt is built-inSascha Silbe-8/+14
2015-11-11s390/zcrypt: Fix kernel crash on systems without AP bus supportSascha Silbe-0/+6
2015-10-14s390/zcrypt: use system work queue for ap_scan_busMartin Schwidefsky-18/+8
2015-10-14s390/zcrypt: remove support for PCICC and PCICA cardsMartin Schwidefsky-1445/+2
2015-10-14s390/zcrypt: introduce state machine for the AP busMartin Schwidefsky-562/+520