aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06-12s390/zcrypt: Rework ap init in case of out of range domain param.Harald Freudenberger1-6/+15
2017-06-12s390/zcrypt: remove unused function zcrypt_type6_mex_key_de()Harald Freudenberger1-85/+0
2017-06-12s390/zcrypt: get rid of little/big endian handlingHeiko Carstens2-29/+11
2017-06-12s390/pkey: add missing __user annotationsHeiko Carstens1-2/+2
2017-06-12s390/pkey: make pkey_init() staticHeiko Carstens1-1/+1
2017-06-02s390/zcrypt: Fix blocking queue device after unbind/bind.Harald Freudenberger3-16/+40
2017-03-22s390/pkey: Introduce new API for secure key verificationHarald Freudenberger1-1/+63
2017-03-22s390/pkey: Fix wrong handling of secure key with old MKVPHarald Freudenberger1-19/+34
2017-02-23s390/pkey: Introduce pkey kernel moduleHarald Freudenberger2-0/+1152
2017-02-23s390/zcrypt: export additional symbolsHarald Freudenberger2-2/+5
2017-02-23s390/zcrypt: Cleanup leftover module code.Harald Freudenberger1-10/+0
2017-02-23s390/zcrypt: Enable request count reset for cards and queues.Harald Freudenberger2-8/+37
2017-02-20s390/zcrypt: make ap_bus explicitly non-modularPaul Gortmaker1-51/+3
2017-02-20s390/zcrypt: Removed unneeded debug feature directory creation.Harald Freudenberger2-6/+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
2017-01-16s390/zcrypt: get rid of variable length arraysHeiko Carstens1-6/+4
2017-01-16s390/zcrypt: make structures staticHeiko Carstens2-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-14s390/zcrypt: add missing memory clobber to ap_qci inline assemblyHeiko Carstens1-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 Freudenberger10-143/+190
2016-12-14s390/zcrypt: Improved invalid domain response handling.Harald Freudenberger1-29/+33
2016-12-14s390/zcrypt: Fix ap_max_domain_id for older machine typesIngo Tuchscherer1-0/+3
2016-12-14s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.Harald Freudenberger2-3/+22
2016-12-14s390/zcrypt: Fixed attrition of AP adapters and domainsIngo Tuchscherer4-24/+47
2016-12-14s390/zcrypt: Introduce new zcrypt device status APIIngo Tuchscherer1-0/+42
2016-12-14s390/zcrypt: add multi domain supportIngo Tuchscherer16-1989/+2766
2016-12-14s390/zcrypt: Introduce workload balancingIngo Tuchscherer9-249/+629
2016-12-14s390/zcrypt: get rid of ap_poll_requestsMartin Schwidefsky1-10/+24
2016-12-14s390/zcrypt: header for the AP inline assmbliesMartin Schwidefsky2-175/+204
2016-12-14s390/zcrypt: simplify message type handlingMartin Schwidefsky5-67/+18
2016-12-14s390/zcrypt: Move the ap bus into kernelIngo Tuchscherer7-20/+40
2016-12-14s390/zcrypt: Introduce CEX6 tolerationHarald Freudenberger2-0/+4
2016-12-02s390/zcrypt: Convert to PM opsLars-Peter Clausen1-8/+4
2016-07-31s390/zcrypt: fix possible memory leak in ap_module_init()Wei Yongjun1-1/+3
2016-07-31s390/zcrypt: Fix zcrypt suspend/resume behaviorIngo Tuchscherer5-6/+47
2016-06-28s390/crypto: use basic blocks for ap bus inline assembliesHeiko Carstens1-28/+49
2016-05-10s390: make couple of variables and functions staticHeiko Carstens1-1/+1
2016-01-26s390/zcrypt: Fix cryptographic device id in kernel messagesIngo Tuchscherer3-20/+24
2015-11-27s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring1-4/+2
2015-11-27s390/zcrypt: Fix AP queue handling if queue is fullIngo Tuchscherer1-1/+3
2015-11-11s390/zcrypt: Fix initialisation when zcrypt is built-inSascha Silbe5-8/+14
2015-11-11s390/zcrypt: Fix kernel crash on systems without AP bus supportSascha Silbe1-0/+6
2015-10-14s390/zcrypt: use system work queue for ap_scan_busMartin Schwidefsky1-18/+8
2015-10-14s390/zcrypt: remove support for PCICC and PCICA cardsMartin Schwidefsky6-1445/+2
2015-10-14s390/zcrypt: introduce state machine for the AP busMartin Schwidefsky2-562/+520