index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
crypto
/
zcrypt_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-24
s390: crypto: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-24
s390: crypto: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-20
s390/zcrypt: Fix wrong comparison leading to strange load balancing
Harald Freudenberger
1
-2
/
+2
2017-07-05
s390/zcrypt: Fix missing newlines at some debug feature messages.
Harald Freudenberger
1
-5
/
+5
2017-06-12
s390/zcrypt: Add some debug messages on failure.
Harald Freudenberger
1
-2
/
+10
2017-02-23
s390/zcrypt: export additional symbols
Harald Freudenberger
1
-2
/
+3
2017-02-20
s390/zcrypt: Removed unneeded debug feature directory creation.
Harald Freudenberger
1
-3
/
+0
2017-01-31
s390/zcrypt: use spin_lock_bh for all queue locks and unlocks.
Harald Freudenberger
1
-0
/
+8
2017-01-16
s390: use false/true when using bool
Heiko Carstens
1
-2
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-14
s390/zcrypt: tracepoint definitions for zcrypt device driver.
Harald Freudenberger
1
-24
/
+81
2016-12-14
s390/zcrypt: Rework debug feature invocations.
Harald Freudenberger
1
-24
/
+14
2016-12-14
s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.
Harald Freudenberger
1
-3
/
+5
2016-12-14
s390/zcrypt: Fixed attrition of AP adapters and domains
Ingo Tuchscherer
1
-20
/
+43
2016-12-14
s390/zcrypt: Introduce new zcrypt device status API
Ingo Tuchscherer
1
-0
/
+42
2016-12-14
s390/zcrypt: add multi domain support
Ingo Tuchscherer
1
-552
/
+377
2016-12-14
s390/zcrypt: Introduce workload balancing
Ingo Tuchscherer
1
-104
/
+204
2016-12-14
s390/zcrypt: simplify message type handling
Martin Schwidefsky
1
-43
/
+6
2016-12-14
s390/zcrypt: Move the ap bus into kernel
Ingo Tuchscherer
1
-1
/
+6
2015-11-27
s390: Delete unnecessary checks before the function call "debug_unregister"
Markus Elfring
1
-4
/
+2
2015-11-11
s390/zcrypt: Fix initialisation when zcrypt is built-in
Sascha Silbe
1
-6
/
+4
2015-10-14
s390/zcrypt: enable odd RSA modulus sizes in CRT format
Ingo Tuchscherer
1
-2
/
+1
2015-09-10
drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffers
Andy Shevchenko
1
-9
/
+1
2015-07-01
s390/zcrypt: enable s390 hwrng to seed kernel entropy
Ingo Tuchscherer
1
-0
/
+7
2014-09-25
s390/zcrypt: Fixed possible race condition in zcrypt module handling
Ingo Tuchscherer
1
-4
/
+3
2014-06-11
s390: avoid format strings leaking into names
Kees Cook
1
-1
/
+1
2014-04-01
s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6
Ingo Tuchscherer
1
-2
/
+2
2013-12-18
s390/zcrypt: add support for EP11 coprocessor cards
Ingo Tuchscherer
1
-3
/
+106
2012-09-26
s390/zcryt: Handle AP configuration changes
Holger Dengler
1
-8
/
+106
2012-09-26
s390/zcrypt: Separate msgtype implementation from card modules.
Holger Dengler
1
-3
/
+70
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-4
/
+2
2012-03-11
[S390] Remove monolithic build option for zcrypt driver.
Holger Dengler
1
-2
/
+0
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-01-05
[S390] Handling of 4096 bit RSA keys in CRT format.
Felix Beck
1
-2
/
+10
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-1
/
+2
2010-05-17
[S390] avoid default_llseek in s390 drivers
Martin Schwidefsky
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
[S390] seq_file: convert drivers/s390/
Alexey Dobriyan
1
-86
/
+72
2010-01-13
[S390] zcrypt: add sanity check before copy_from_user()
Heiko Carstens
1
-1
/
+3
2009-12-07
[S390] zcrypt: remove BKL
Martin Schwidefsky
1
-2
/
+0
2009-12-07
[S390] zcrypt: add support for cex3 device types
Felix Beck
1
-2
/
+7
2009-03-26
[S390] list usage cleanup in s390
Eric Sesterhenn
1
-4
/
+2
2008-07-14
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-0
/
+3
2008-07-14
[S390] Cleanup zcrypt printk messages.
Felix Beck
1
-19
/
+5
2008-06-20
crypto-zcrypt_api: BKL pushdown
Arnd Bergmann
1
-0
/
+3
2008-04-17
[S390] zcrypt: Comments and kernel-doc cleanup
Felix Beck
1
-17
/
+46
2008-04-17
[S390] zcrypt: add support for large random numbers
Ralph Wuerthner
1
-0
/
+120
2007-03-19
[S390] zcrypt: fix possible race when unloading zcrypt driver modules
Ralph Wuerthner
1
-6
/
+6
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
1
-1
/
+1
[next]