summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/pkey_api.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger1-43/+48
2018-07-16s390/crypto: fix gcc 8 stringop-truncation warningVasily Gorbik1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-04-11s390/zcrypt: Support up to 256 crypto adapters.Harald Freudenberger1-20/+21
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-10-16s390/pkey: fix kzalloc-simple.cocci warningsVasyl Gomonovych1-2/+1
2017-06-12s390/pkey: add missing __user annotationsHeiko Carstens1-2/+2
2017-06-12s390/pkey: make pkey_init() staticHeiko Carstens1-1/+1
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 Freudenberger1-0/+1148