Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
deb965662d575649dfd1bf15d415cf3386febb59
/
drivers
/
s390
/
crypto
/
zcrypt_api.c
7e202ac
s390/zcrypt: split ioctl function into smaller code units
by Harald Freudenberger
· 4 years, 8 months ago
47c07bf
s390/zcrypt: fix smatch warnings
by Harald Freudenberger
· 4 years, 7 months ago
fcd98d4
s390/zcrypt: fix card and queue total counter wrap
by Harald Freudenberger
· 5 years ago
7384eb7
s390/zcrypt: add new low level ep11 functions support file
by Harald Freudenberger
· 5 years ago
a736799
s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprb
by Harald Freudenberger
· 5 years ago
8f291eb
s390/zcrypt: enable card/domain autoselect on ep11 cprbs
by Harald Freudenberger
· 5 years ago
388bb19
s390/zcrypt: fix memleak at release
by Johan Hovold
· 5 years ago
4feaab0
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 5 years ago
4da57a2
s390/zcrypt: extend cca_findcard function and helper
by Harald Freudenberger
· 6 years ago
4495dfd
drivers: Introduce device lookup variants by device type
by Suzuki K Poulose
· 5 years ago
6cda08a
drivers: Introduce device lookup variants by name
by Suzuki K Poulose
· 5 years ago
efc598e
s390/zcrypt: move cca misc functions to new code file
by Harald Freudenberger
· 6 years ago
7379e65
s390/zcrypt: Fix wrong dispatching for control domain CPRBs
by Harald Freudenberger
· 6 years ago
41bc10c
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
913140e
s390: zcrypt: initialize variables before_use
by Arnd Bergmann
· 6 years ago
01396a3
s390/zcrypt: revisit ap device remove procedure
by Harald Freudenberger
· 6 years ago
9434f5d
s390/zcrypt: fix broken zcrypt_send_cprb in-kernel api function
by Harald Freudenberger
· 6 years ago
a17b92e
s390/zcrypt: provide apfs failure code on type 86 error reply
by Harald Freudenberger
· 6 years ago
ee410de
s390/zcrypt: zcrypt device driver cleanup
by Harald Freudenberger
· 6 years ago
00fab23
s390/zcrypt: multiple zcrypt device nodes support
by Harald Freudenberger
· 6 years ago
ac2b96f
s390/zcrypt: code beautify
by Harald Freudenberger
· 6 years ago
89a0c0e
s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
by Harald Freudenberger
· 7 years ago
af4a722
s390/zcrypt: Support up to 256 crypto adapters.
by Harald Freudenberger
· 7 years ago
71cbbff
s390/zcrypt: Remove deprecated zcrypt proc interface.
by Harald Freudenberger
· 7 years ago
2a80786
s390/zcrypt: Remove deprecated ioctls.
by Harald Freudenberger
· 7 years ago
0b622e6
s390: crypto: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
812141a
s390: crypto: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
0b088267
s390/zcrypt: Fix wrong comparison leading to strange load balancing
by Harald Freudenberger
· 7 years ago
792e0e0
s390/zcrypt: Fix missing newlines at some debug feature messages.
by Harald Freudenberger
· 8 years ago
dbed23d
s390/zcrypt: Add some debug messages on failure.
by Harald Freudenberger
· 8 years ago
a1d001e
s390/zcrypt: export additional symbols
by Harald Freudenberger
· 8 years ago
260021e
s390/zcrypt: Removed unneeded debug feature directory creation.
by Harald Freudenberger
· 8 years ago
7fbe5c0
s390/zcrypt: use spin_lock_bh for all queue locks and unlocks.
by Harald Freudenberger
· 8 years ago
970ba6ac
s390: use false/true when using bool
by Heiko Carstens
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
13b251b
s390/zcrypt: tracepoint definitions for zcrypt device driver.
by Harald Freudenberger
· 8 years ago
cccd85b
s390/zcrypt: Rework debug feature invocations.
by Harald Freudenberger
· 8 years ago
1487842
s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.
by Harald Freudenberger
· 8 years ago
e47de21
s390/zcrypt: Fixed attrition of AP adapters and domains
by Ingo Tuchscherer
· 8 years ago
b886a9d
s390/zcrypt: Introduce new zcrypt device status API
by Ingo Tuchscherer
· 8 years ago
e28d2af
s390/zcrypt: add multi domain support
by Ingo Tuchscherer
· 8 years ago
34a1516
s390/zcrypt: Introduce workload balancing
by Ingo Tuchscherer
· 8 years ago
236fb2a
s390/zcrypt: simplify message type handling
by Martin Schwidefsky
· 8 years ago
fc1d3f0
s390/zcrypt: Move the ap bus into kernel
by Ingo Tuchscherer
· 8 years ago
a6e975c
s390: Delete unnecessary checks before the function call "debug_unregister"
by Markus Elfring
· 9 years ago
121a868
s390/zcrypt: Fix initialisation when zcrypt is built-in
by Sascha Silbe
· 9 years ago
1330a12
s390/zcrypt: enable odd RSA modulus sizes in CRT format
by Ingo Tuchscherer
· 9 years ago
5d2fe87
drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffers
by Andy Shevchenko
· 9 years ago
db490cb
s390/zcrypt: enable s390 hwrng to seed kernel entropy
by Ingo Tuchscherer
· 10 years ago
46b05c7
s390/zcrypt: Fixed possible race condition in zcrypt module handling
by Ingo Tuchscherer
· 10 years ago
ef283688f
s390: avoid format strings leaking into names
by Kees Cook
· 11 years ago
ce1ce2f
s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6
by Ingo Tuchscherer
· 11 years ago
91f3e3ea
s390/zcrypt: add support for EP11 coprocessor cards
by Ingo Tuchscherer
· 11 years ago
dabecb2
s390/zcryt: Handle AP configuration changes
by Holger Dengler
· 12 years ago
5e55a48
s390/zcrypt: Separate msgtype implementation from card modules.
by Holger Dengler
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 13 years ago
35424f6
[S390] Remove monolithic build option for zcrypt driver.
by Holger Dengler
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
078f8ec
[S390] Handling of 4096 bit RSA keys in CRT format.
by Felix Beck
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
58ea91c
[S390] avoid default_llseek in s390 drivers
by Martin Schwidefsky
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
34b9243
[S390] seq_file: convert drivers/s390/
by Alexey Dobriyan
· 15 years ago
0648f56
[S390] zcrypt: add sanity check before copy_from_user()
by Heiko Carstens
· 15 years ago
b8ccc51
[S390] zcrypt: remove BKL
by Martin Schwidefsky
· 15 years ago
ffda4f7
[S390] zcrypt: add support for cex3 device types
by Felix Beck
· 15 years ago
1fbc9f4
[S390] list usage cleanup in s390
by Eric Sesterhenn
· 16 years ago
d1794f2
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 17 years ago
1a89dd8
[S390] Cleanup zcrypt printk messages.
by Felix Beck
· 17 years ago
e73322c
crypto-zcrypt_api: BKL pushdown
by Arnd Bergmann
· 17 years ago
1749a81
[S390] zcrypt: Comments and kernel-doc cleanup
by Felix Beck
· 17 years ago
2f7c8bd
[S390] zcrypt: add support for large random numbers
by Ralph Wuerthner
· 17 years ago
43a867a
[S390] zcrypt: fix possible race when unloading zcrypt driver modules
by Ralph Wuerthner
· 18 years ago
d54b1fd
[PATCH] mark struct file_operations const 5
by Arjan van de Ven
· 18 years ago
b653d081
[PATCH] proc: remove useless (and buggy) ->nlink settings
by Alexey Dobriyan
· 18 years ago
4d284ca
[S390] Avoid excessive inlining.
by Heiko Carstens
· 18 years ago
2b67fc4
[S390] Get rid of a lot of sparse warnings.
by Heiko Carstens
· 18 years ago
5432114
[S390] zcrypt secure key cryptography extension.
by Ralph Wuerthner
· 18 years ago
2dbc241
[S390] zcrypt user space interface.
by Martin Schwidefsky
· 18 years ago