aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/zcrypt_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffersAndy Shevchenko1-9/+1
2015-07-01s390/zcrypt: enable s390 hwrng to seed kernel entropyIngo Tuchscherer1-0/+7
2014-09-25s390/zcrypt: Fixed possible race condition in zcrypt module handlingIngo Tuchscherer1-4/+3
2014-06-11s390: avoid format strings leaking into namesKees Cook1-1/+1
2014-04-01s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6Ingo Tuchscherer1-2/+2
2013-12-18s390/zcrypt: add support for EP11 coprocessor cardsIngo Tuchscherer1-3/+106
2012-09-26s390/zcryt: Handle AP configuration changesHolger Dengler1-8/+106
2012-09-26s390/zcrypt: Separate msgtype implementation from card modules.Holger Dengler1-3/+70
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-4/+2
2012-03-11[S390] Remove monolithic build option for zcrypt driver.Holger Dengler1-2/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-01-05[S390] Handling of 4096 bit RSA keys in CRT format.Felix Beck1-2/+10
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-05-17[S390] avoid default_llseek in s390 driversMartin Schwidefsky1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26[S390] seq_file: convert drivers/s390/Alexey Dobriyan1-86/+72
2010-01-13[S390] zcrypt: add sanity check before copy_from_user()Heiko Carstens1-1/+3
2009-12-07[S390] zcrypt: remove BKLMartin Schwidefsky1-2/+0
2009-12-07[S390] zcrypt: add support for cex3 device typesFelix Beck1-2/+7
2009-03-26[S390] list usage cleanup in s390Eric Sesterhenn1-4/+2
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+3
2008-07-14[S390] Cleanup zcrypt printk messages.Felix Beck1-19/+5
2008-06-20crypto-zcrypt_api: BKL pushdownArnd Bergmann1-0/+3
2008-04-17[S390] zcrypt: Comments and kernel-doc cleanupFelix Beck1-17/+46
2008-04-17[S390] zcrypt: add support for large random numbersRalph Wuerthner1-0/+120
2007-03-19[S390] zcrypt: fix possible race when unloading zcrypt driver modulesRalph Wuerthner1-6/+6
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-8/+8
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-2/+2
2006-09-20[S390] zcrypt secure key cryptography extension.Ralph Wuerthner1-1/+111
2006-09-20[S390] zcrypt user space interface.Martin Schwidefsky1-0/+981