1. 2b091e3 crypto: shash - remove pointless checks of shash_alg::{export,import} by Eric Biggers · 6 years ago
  2. 41a2e94 crypto: shash - require neither or both ->export() and ->import() by Eric Biggers · 6 years ago
  3. 6ebc970 crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  4. b1f6b4b crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  5. ba7d743 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  6. 6b47666 crypto: algapi - reject NULL crypto_spawn::inst by Eric Biggers · 6 years ago
  7. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  8. 31d40c2 crypto: null - convert ecb-cipher_null to skcipher API by Eric Biggers · 6 years ago
  9. 426bcb5 crypto: arc4 - convert to skcipher API by Eric Biggers · 6 years ago
  10. 0be487b crypto: pcbc - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  11. fb6de25 crypto: pcbc - remove ability to wrap internal ciphers by Eric Biggers · 6 years ago
  12. 21f3ca6 crypto: ofb - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  13. 6b611d9 crypto: keywrap - convert to skcipher API by Eric Biggers · 6 years ago
  14. 52e9368 crypto: ecb - convert to skcipher API by Eric Biggers · 6 years ago
  15. 11f1463 crypto: ctr - convert to skcipher API by Eric Biggers · 6 years ago
  16. 03b8302 crypto: cfb - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  17. a5a84a9 crypto: cbc - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  18. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  19. 251b7ae crypto: pcbc - remove bogus memcpy()s with src == dest by Eric Biggers · 6 years ago
  20. b3e3e2d crypto: ofb - fix handling partial blocks and make thread-safe by Eric Biggers · 6 years ago
  21. 6c2e322 crypto: cfb - remove bogus memcpy() with src == dest by Eric Biggers · 6 years ago
  22. 394a9e0 crypto: cfb - add missing 'chunksize' property by Eric Biggers · 6 years ago
  23. 1bb64d8 crypto: virtio - clean up indentation, replace spaces with tab by Colin Ian King · 6 years ago
  24. af8cb01 crypto: Kconfig - Fix typo in "pclmul" by haco · 6 years ago
  25. e124682 crypto: chelsio - remove set but not used variables 'adap' by YueHaibing · 6 years ago
  26. 66af86d crypto: chelsio - check set_msg_len overflow in generate_b0 by YueHaibing · 6 years ago
  27. be8a54d crypto: ux500 - catch dma submission error by YueHaibing · 6 years ago
  28. d072bfa crypto: crypto4xx - add prng crypto support by Christian Lamparter · 6 years ago
  29. 12b8567 crypto: caam - add support for xcbc(aes) by Iuliana Prodan · 6 years ago
  30. 9a2537d crypto: caam - create ahash shared descriptors only once by Iuliana Prodan · 6 years ago
  31. 0f103b3 crypto: caam - fix error reporting for caam_hash_alloc by Iuliana Prodan · 6 years ago
  32. fa5cd1c crypto: ccp - Update copyright notices and dates by Hook, Gary · 6 years ago
  33. 8d555c5 crypto: chtls - remove set but not used variables 'err, adap, request, hws' by YueHaibing · 6 years ago
  34. bec9ba7 crypto: cipher - remove struct cipher_desc by Eric Biggers · 6 years ago
  35. 5b3b987 crypto: caam - move shared symbols in a common location by Horia Geantă · 6 years ago
  36. d45a90c crypto: sm3 - fix undefined shift by >= width of value by Eric Biggers · 6 years ago
  37. 1bea445 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK by Christophe Leroy · 6 years ago
  38. c56c2e1 crypto: talitos - reorder code in talitos_edesc_alloc() by Christophe Leroy · 6 years ago
  39. 6db4341 crypto: adiantum - initialize crypto_spawn::inst by Eric Biggers · 6 years ago
  40. 06bbf75 crypto: cavium/nitrox - Use after free in process_response_list() by Dan Carpenter · 6 years ago
  41. a777336 crypto: authencesn - Avoid twice completion call in decrypt path by Harsh Jain · 6 years ago
  42. 2dd3fde crypto: caam - fix SHA support detection by Horia Geantă · 6 years ago
  43. 04e6d25 crypto: caam - fix zero-length buffer DMA mapping by Aymen Sghaier · 6 years ago
  44. dc95b53 crypto: ccree - convert to use crypto_authenc_extractkeys() by Eric Biggers · 6 years ago
  45. ab57b33 crypto: bcm - convert to use crypto_authenc_extractkeys() by Eric Biggers · 6 years ago
  46. 8f9c469 crypto: authenc - fix parsing key with misaligned rta_len by Eric Biggers · 6 years ago
  47. bfeffd1 Linux 5.0-rc1 by Linus Torvalds · 6 years ago
  48. 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  49. ac5eed2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  50. 574823bf Change mincore() to count "mapped" pages rather than "cached" pages by Linus Torvalds · 6 years ago
  51. 94bd8a0 Fix 'acccess_ok()' on alpha and SH by Linus Torvalds · 6 years ago
  52. baa6707 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 6 years ago
  53. 2152404 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  54. e2b745f Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  55. 1213325 Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 6 years ago
  56. 66e012f Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  57. 8094c3c fscrypt: add Adiantum support by Eric Biggers · 6 years ago
  58. b5aef86 Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  59. 15b215e Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 6 years ago
  60. d7252d0 Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  61. 0fe4e2d Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  62. 3954e1d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  63. a8a6b11 Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  64. 7671c14 Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  65. 926b02d Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  66. cf26057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 6 years ago
  67. 1686cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 6 years ago
  68. d86271a kconfig: rename generated .*conf-cfg to *conf-cfg by Masahiro Yamada · 6 years ago
  69. f7de64b kbuild: remove unnecessary stubs for archheader and archscripts by Masahiro Yamada · 6 years ago
  70. ba97df4 kbuild: use assignment instead of define ... endef for filechk_* rules by Masahiro Yamada · 6 years ago
  71. d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
  72. 9199873 kbuild: generate asm-generic wrappers if mandatory headers are missing by Masahiro Yamada · 6 years ago
  73. d4ce545 arch: remove stale comments "UAPI Header export list" by Masahiro Yamada · 6 years ago
  74. 8c4fa8b riscv: remove redundant kernel-space generic-y by Masahiro Yamada · 6 years ago
  75. ad77408 kbuild: change filechk to surround the given command with { } by Masahiro Yamada · 6 years ago
  76. 172caf1 kbuild: remove redundant target cleaning on failure by Masahiro Yamada · 6 years ago
  77. f568866 kbuild: clean up rule_dtc_dt_yaml by Masahiro Yamada · 6 years ago
  78. 786ac51 kbuild: remove UIMAGE_IN and UIMAGE_OUT by Masahiro Yamada · 6 years ago
  79. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  80. 72d3ebb kallsyms: lower alignment on ARM by Mathias Krause · 6 years ago
  81. c300331 scripts: coccinelle: boolinit: drop warnings on named constants by Julia Lawall · 6 years ago
  82. dc7884f scripts: coccinelle: check for redeclaration by Julia Lawall · 6 years ago
  83. a500357 kconfig: remove unused "file" field of yylval union by Masahiro Yamada · 6 years ago
  84. 5c0ab28 nds32: remove redundant kernel-space generic-y by Masahiro Yamada · 6 years ago
  85. fd8658b nios2: remove unneeded HAS_DMA define by Masahiro Yamada · 6 years ago
  86. 5c4a608 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
  87. c280230 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  88. a670124 Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  89. 7e928df Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  90. 3cd6d49 Merge tag 'iomap-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  91. acda9ef Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  92. c7eaf34 Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  93. 35004f2 lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
  94. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  95. 9b286ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  96. 47f3f4e Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  97. f1c2f88 Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  98. cd08f68 Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  99. 670b321 Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 6 years ago
  100. b23b0ea Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago