1. 3d5b1ec crypto: rsa - RSA padding algorithm by Andrzej Zaborowski · 8 years ago
  2. 28a4618 crypto: akcipher - add akcipher declarations needed by templates. by Andrzej Zaborowski · 8 years ago
  3. 3771df3 crypto: qat - add support for c62xvf accel type by Tadeusz Struk · 8 years ago
  4. 8b206f2 crypto: qat - add support for c3xxxvf accel type by Tadeusz Struk · 8 years ago
  5. a6dabee crypto: qat - add support for c62x accel type by Tadeusz Struk · 8 years ago
  6. 890c55f crypto: qat - add support for c3xxx accel type by Tadeusz Struk · 8 years ago
  7. 1a72d3a crypto: qat - move isr files to qat common so that they can be reused by Tadeusz Struk · 8 years ago
  8. b027227 crypto: qat - add support for new devices to FW loader by Pingchao Yang · 8 years ago
  9. 9809ebc crypto: qat - add new device definitions by Tadeusz Struk · 8 years ago
  10. 70e088f crypto: aead - fix kernel-doc warnings in crypto/aead.h by Randy Dunlap · 8 years ago
  11. a103a75 crypto: n2 - Use platform_register/unregister_drivers() by Thierry Reding · 8 years ago
  12. 5e75ae1 crypto: talitos - add new crypto modes by LEROY Christophe · 8 years ago
  13. 0d3d054 crypto: vmx - IV size failing on skcipher API by Leonidas Da Silva Barbosa · 8 years ago
  14. f456cd2 crypto: caam - pass the correct buffer length by Fabio Estevam · 8 years ago
  15. 1a07834 crypto: cryptd - Assign statesize properly by Wang, Rui Y · 8 years ago
  16. 3a020a7 crypto: ghash-clmulni - Fix load failure by Wang, Rui Y · 8 years ago
  17. ac7c8e6 crypto: rockchip - fix possible deadlock by Heiko Stuebner · 8 years ago
  18. 1ab8729 hwrng: core - sleep interruptible in read by Jiri Slaby · 9 years ago
  19. c012a79 crypto: cryptod - use crypto_skcipher_type() for getting skcipher type by Alexander Kuleshov · 9 years ago
  20. 433cd2c crypto: rockchip - add crypto driver for rk3288 by Zain Wang · 9 years ago
  21. e81c1b4 crypto: rockchip - add DT bindings documentation by Zain Wang · 9 years ago
  22. d62112f crypto: nx - use of_property_read_u32() by saurabh · 9 years ago
  23. 1d4bbc5 crypto: padlock-aes - use offset_in_page macro by Geliang Tang · 9 years ago
  24. f143fc6 crypto: qat - fix typo in clean-files by Jim Davis · 9 years ago
  25. f53e38a crypto: picoxcell - set [src|dst]_nents and nents as signed int by LABBE Corentin · 9 years ago
  26. f8e28a0 crypto: sahara - set nb_[in|out]_sg as signed int by LABBE Corentin · 9 years ago
  27. 4c13ac1 hwrng: omap3-rom - convert timer to delayed work by Aaro Koskinen · 9 years ago
  28. 56b85c9 crypto: atmel: fix bogus select by Arnd Bergmann · 9 years ago
  29. f18611d crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes) by Cyrille Pitchen · 9 years ago
  30. 20ecae7 crypto: atmel - fix 64-bit warnings by Arnd Bergmann · 9 years ago
  31. 0834617 crypto: mcryptd - use list_first_entry_or_null() by Geliang Tang · 9 years ago
  32. 304e481 crypto: api - use list_first_entry_or_null and list_next_entry by Geliang Tang · 9 years ago
  33. 4f9ea86 crypto: sun4i-ss - add missing statesize by LABBE Corentin · 9 years ago
  34. f9d1293 crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool_destroy" by Markus Elfring · 9 years ago
  35. 202a32f crypto: qat - constify pci_error_handlers structures by Julia Lawall · 9 years ago
  36. 457e6f7 crypto: rsa - only require output buffers as big as needed. by Andrzej Zaborowski · 9 years ago
  37. 9cbe21d lib/mpi: only require buffers as big as needed for the integer by Andrzej Zaborowski · 9 years ago
  38. 7aff7d0 crypto: amcc - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  39. f9970c2 crypto: caam - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  40. f051f95 crypto: picoxcell - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  41. 4fa9948 crypto: qce - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  42. 6c2b74d crypto: sahara - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  43. 8e409fe crypto: talitos - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  44. c22dafb crypto: marvell - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  45. 652d5b8 crypto: algif - Change some variable to size_t by LABBE Corentin · 9 years ago
  46. c52b673 crypto: qat - remove superfluous check from adf_probe by Salvatore Benedetto · 9 years ago
  47. d956fed crypto: qat - fix get instance function by Tadeusz Struk · 9 years ago
  48. 16f56e8 crypto: hifn_795x - fix coding style by LABBE Corentin · 9 years ago
  49. cfeecab crypto: hifn_795x - use dev_xx/pr_xx instead of printk by LABBE Corentin · 9 years ago
  50. 276a2ff crypto: hifn_795x - remove the hifn_test function by LABBE Corentin · 9 years ago
  51. b0c8bc1 crypto: qat - when stopping all devices make fure VF are stopped first by Tadeusz Struk · 9 years ago
  52. 7996094 crypto: talitos - Fix timing leak in ESP ICV verification by David Gstir · 9 years ago
  53. cb8affb crypto: nx - Fix timing leak in GCM and CCM decryption by David Gstir · 9 years ago
  54. 8005c49 Linux 4.4-rc1 by Linus Torvalds · 9 years ago
  55. 0ca9b67 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  56. 051b29f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  57. 8f98e29 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  58. bba072d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. 511601b Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  60. b84da9f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  61. 12b76f3 Merge tag 'sound-fix-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  62. b3a0d9a Merge tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  63. 30b9dbe ARC: Fix silly typo in MAINTAINERS file by Vineet Gupta · 9 years ago
  64. 1cfc05c ARC: cpu_relax() to be compiler barrier even for UP by Vineet Gupta · 9 years ago
  65. a6416f5 ARC: use ASL assembler mnemonic by Vineet Gupta · 9 years ago
  66. 541366d ARC: [arcompact] Handle bus error from userspace as Interrupt not exception by Vineet Gupta · 9 years ago
  67. 76a8c40 ARC: remove extraneous header include by Vineet Gupta · 9 years ago
  68. 63f4f7e Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 9 years ago
  69. 4bfc89d Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  70. a30b7ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  71. d83763f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  72. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  73. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  74. 2870f6c Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  75. 29608d2 f2fs: xattr simplifications by Andreas Gruenbacher · 9 years ago
  76. 0ddaf72 squashfs: xattr simplifications by Andreas Gruenbacher · 9 years ago
  77. e409de9 9p: xattr simplifications by Andreas Gruenbacher · 9 years ago
  78. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  79. bf78171 jffs2: Add missing capability check for listing trusted xattrs by Andreas Gruenbacher · 9 years ago
  80. e282fb7 hfsplus: Remove unused xattr handler list operations by Andreas Gruenbacher · 9 years ago
  81. 13d3408 ubifs: Remove unused security xattr handler by Andreas Gruenbacher · 9 years ago
  82. dae5f57a vfs: Fix the posix_acl_xattr_list return value by Andreas Gruenbacher · 9 years ago
  83. c361016 vfs: Check attribute names in posix acl xattr handers by Andreas Gruenbacher · 9 years ago
  84. 934f98d Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  85. f3996e6 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  86. e75cdf9 Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  87. bbdb5c2 Merge branch 'next' into for-linus by Dmitry Torokhov · 9 years ago
  88. ca4ba96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  89. 4aeabc6 Merge tag '4.4-additional' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  90. be4773e Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  91. 0a5149b mpt3sas: fix inline markers on non inline function declarations by Stephen Rothwell · 9 years ago
  92. 152d7bd dax: fix __dax_pmd_fault crash by Dan Williams · 9 years ago
  93. f6d07df Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  94. 0e97606 Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  95. f20780f Merge branch 'drm-sti-next-2015-11-03' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 9 years ago
  96. 5bad7d2 Revert "drm/rockchip: Convert the probe function to the generic drm_of_component_probe()" by Mark Yao · 9 years ago
  97. 0c545ac drm: Don't oops in drm_calc_timestamping_constants() if drm_vblank_init() wasn't called by Ville Syrjälä · 9 years ago
  98. 9589fcd Merge tag 'topic/drm-fixes-2015-11-11' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  99. 5e2078b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  100. a4d8c7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago