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