1. 38a1965 hwrng: stm32 - set default random quality by Lionel Debieve · 6 years ago
  2. af0d444 hwrng: stm32 - fix unbalanced pm_runtime_enable by Lionel Debieve · 6 years ago
  3. eda69b0 crypto: testmgr - add panic_on_fail module parameter by Eric Biggers · 6 years ago
  4. f6e9af8 crypto: arm64/cbcmac - handle empty messages in same way as template by Eric Biggers · 6 years ago
  5. c31a871 crypto: cts - don't support empty messages by Eric Biggers · 6 years ago
  6. c5c4688 crypto: streebog - fix unaligned memory accesses by Eric Biggers · 6 years ago
  7. 5e27f38 crypto: chacha20poly1305 - set cra_name correctly by Eric Biggers · 6 years ago
  8. dcaca01 crypto: skcipher - don't WARN on unprocessed data after slow walk step by Eric Biggers · 6 years ago
  9. dec3d0b crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest() by Eric Biggers · 6 years ago
  10. 307508d crypto: crct10dif-generic - fix use via crypto_shash_digest() by Eric Biggers · 6 years ago
  11. f947d7f crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size' by YueHaibing · 6 years ago
  12. dbbaffe crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fx by YueHaibing · 6 years ago
  13. d315497 crypto: marvell - remove set but not used variable 'index' by YueHaibing · 6 years ago
  14. 8316da0 crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart() by YueHaibing · 6 years ago
  15. 61abc35 crypto: aes - Use ___cacheline_aligned for aes data by Andi Kleen · 6 years ago
  16. 71052dc crypto: scompress - Use per-CPU struct instead multiple variables by Sebastian Andrzej Siewior · 6 years ago
  17. 6a4d1b1 crypto: scompress - return proper error code for allocation failure by Sebastian Andrzej Siewior · 6 years ago
  18. d6112ea crypto: ccp - introduce SEV_GET_ID2 command by Singh, Brijesh · 6 years ago
  19. ffecb69 crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR() by Dan Carpenter · 6 years ago
  20. 8a3719a5 crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher support by Nagadheeraj Rottela · 6 years ago
  21. 33d6945 crypto: caam - limit AXI pipeline to a depth of 1 by Iuliana Prodan · 6 years ago
  22. c23116e crypto: caam/jr - Remove extra memory barrier during job ring enqueue by Vakul Garg · 6 years ago
  23. 1b30b98 crypto: caam/jr - Removed redundant vars from job ring private data by Vakul Garg · 6 years ago
  24. a118dfa crypto: caam/jr - Remove spinlock for output job ring by Vakul Garg · 6 years ago
  25. e44e77a crypto: vmx - Make p8_init and p8_exit static by YueHaibing · 6 years ago
  26. d99324c crypto: fips - Grammar s/options/option/, s/to/the/ by Geert Uytterhoeven · 6 years ago
  27. 2ff9dff crypto: cavium - Make cptvf_device_init static by YueHaibing · 6 years ago
  28. 78ea86da5 crypto: bcm - remove unused array tag_to_hash_idx by YueHaibing · 6 years ago
  29. 8355003 crypto: zip - Make some functions static by YueHaibing · 6 years ago
  30. 52c899e crypto: ccp - Make ccp_register_rsa_alg static by YueHaibing · 6 years ago
  31. cd1af98 crypto: cavium - Make some functions static by YueHaibing · 6 years ago
  32. 6469a3c crypto: cavium - remove unused fucntions by YueHaibing · 6 years ago
  33. 4e5180e crypto: Kconfig - fix typos AEGSI -> AEGIS by Ondrej Mosnacek · 6 years ago
  34. f6fff17 crypto: salsa20-generic - use crypto_xor_cpy() by Eric Biggers · 6 years ago
  35. 29d97de crypto: chacha-generic - use crypto_xor_cpy() by Eric Biggers · 6 years ago
  36. dcf7b48 crypto: vmx - fix copy-paste error in CTR mode by Daniel Axtens · 6 years ago
  37. 5db46ac crypto: ccree - reduce kernel stack usage with clang by Arnd Bergmann · 6 years ago
  38. 6570737 crypto: testmgr - test the !may_use_simd() fallback code by Eric Biggers · 6 years ago
  39. 8b8d91d crypto: simd - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  40. e52b702 crypto: arm64 - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  41. 99680c5 crypto: arm - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  42. f2abe0d crypto: x86 - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  43. b55e1a3 crypto: simd,testmgr - introduce crypto_simd_usable() by Eric Biggers · 6 years ago
  44. 580e295 crypto: arm64/gcm-aes-ce - fix no-NEON fallback code by Eric Biggers · 6 years ago
  45. 7aceaae crypto: chacha-generic - fix use as arm64 no-NEON fallback by Eric Biggers · 6 years ago
  46. 62f95ae hwrng: omap - Set default quality by Rouven Czerwinski · 6 years ago
  47. f808aa3 crypto: testmgr - remove workaround for AEADs that modify aead_request by Eric Biggers · 6 years ago
  48. e151a8d crypto: x86/morus1280 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  49. 4773095 crypto: x86/morus640 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  50. b6708c2 crypto: x86/aegis256 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  51. d628132 crypto: x86/aegis128l - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  52. de272ca crypto: x86/aegis128 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  53. 149e122 crypto: x86/aesni - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  54. 8b56d34 crypto: x86/aesni - convert to use skcipher SIMD bulk registration by Eric Biggers · 6 years ago
  55. 1661131 crypto: simd - support wrapping AEAD algorithms by Eric Biggers · 6 years ago
  56. 16c4dd8 crypto: caam/jr - optimize job ring enqueue and dequeue operations by Vakul Garg · 6 years ago
  57. 9e98c67 Linux 5.1-rc1 by Linus Torvalds · 6 years ago
  58. 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  59. 80b98e9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  60. 69ebf9a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  61. c5b5138 Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  62. db77bef Merge tag '9p-for-5.1' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  63. c634dc6 perf/x86/intel: Make dev_attr_allow_tsx_force_abort static by kbuild test robot · 6 years ago
  64. c71bb9f kconfig: remove stale lxdialog/.gitignore by Masahiro Yamada · 6 years ago
  65. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  66. 7cbbbb8 kbuild: warn redundant generic-y by Masahiro Yamada · 6 years ago
  67. f84dde10 Revert "modsign: Abort modules_install when signing fails" by Douglas Anderson · 6 years ago
  68. 0c22be0 kbuild: Make NOSTDINC_FLAGS a simply expanded variable by Douglas Anderson · 6 years ago
  69. f6d9db6 kbuild: deb-pkg: avoid implicit effects by Arseny Maslennikov · 6 years ago
  70. da9cfb8 coccinelle: semantic code search for missing put_device() by Wen Yang · 6 years ago
  71. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  72. f67e3fb4 Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  73. 477558d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  74. 11efae3 Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  75. 465c209 Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  76. a9c55d5 Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  77. 9249735 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  78. ab81dab fix sysfs_init_fs_context() in !CONFIG_NET_NS case by Al Viro · 6 years ago
  79. 9c7dc82 Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  80. 6c83d0d Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  81. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  82. aa2e3ac Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  83. 323ea40 Merge tag 'iommu-fix-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  84. 0be2886 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  85. e8a71a3 Merge tag 'ntb-5.1' of git://github.com/jonmason/ntb by Linus Torvalds · 6 years ago
  86. 2b9c272 Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  87. 51b1ac0 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  88. 2dbb0e6 Merge tag 'sound-fix-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  89. 8264fd0 Merge tag 'drm-next-2019-03-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  90. de57818 Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  91. 5160bcc Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  92. f91f2ee Merge branch 'akpm' (rest of patches from Andrew) by Linus Torvalds · 6 years ago
  93. 8b0f9fa filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behavior by Linus Torvalds · 6 years ago
  94. 4a605bc kvm: vmx: fix formatting of a comment by Paolo Bonzini · 6 years ago
  95. eca6be5 KVM: doc: Document the life cycle of a VM and its resources by Sean Christopherson · 6 years ago
  96. 6b4c9f4 filemap: drop the mmap_sem for all blocking operations by Josef Bacik · 6 years ago
  97. a75d4c3 filemap: kill page_cache_read usage in filemap_fault by Josef Bacik · 6 years ago
  98. c7a0e83 Merge tag 'kvm-ppc-next-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 6 years ago
  99. 4633323 MAINTAINERS: Add KVM selftests to existing KVM entry by Sean Christopherson · 6 years ago
  100. 92da008 Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" by Ben Gardon · 6 years ago