1. 6ba46c7 crypto: ccp - Fix base RSA function for version 5 CCPs by Gary R Hook · 7 years ago
  2. 68cc652 crypto: ccp - Update copyright dates for 2017. by Gary R Hook · 7 years ago
  3. 8a1012d crypto: stm32 - Support for STM32 HASH module by lionel.debieve@st.com · 7 years ago
  4. c35af01 crypto: stm32 - Rename module to use generic crypto by lionel.debieve@st.com · 7 years ago
  5. 0373d08 crypto: stm32 - solve crc issue during unbind by lionel.debieve@st.com · 7 years ago
  6. 3917751 crypto: stm32 - CRC use relaxed function by lionel.debieve@st.com · 7 years ago
  7. 430f133 crypto: caam - free qman_fq after kill_fq by Xulin Sun · 7 years ago
  8. 10a515d hwrng: remember rng chosen by user by Harald Freudenberger · 7 years ago
  9. 2bbb698 hwrng: use rng source with best quality by Harald Freudenberger · 7 years ago
  10. ad81808 crypto: caam - fix condition for the jump over key(s) command by Tudor Ambarus · 7 years ago
  11. f366af4 crypto: caam - clean-up in caam_init_rng() by Horia Geantă · 7 years ago
  12. 60a3f73 crypto: caam - remove unused variables in caam_drv_private by Tudor Ambarus · 7 years ago
  13. bcde1f7 crypto: caam - remove unused sg_to_sec4_sg_len() by Horia Geantă · 7 years ago
  14. c7a91eb crypto: caam/qi - lower driver verbosity by Horia Geantă · 7 years ago
  15. b3b2046 crypto: caam/qi - remove unused header sg_sw_sec4.h by Horia Geantă · 7 years ago
  16. 5747ff3 crypto: caam/qi - explicitly set dma_ops by Horia Geantă · 7 years ago
  17. 36cda08 crypto: caam/qi - fix AD length endianness in S/G entry by Horia Geantă · 7 years ago
  18. eb9ba37 crypto: caam/qi - handle large number of S/Gs case by Horia Geantă · 7 years ago
  19. a68a193 crypto: caam/qi - properly set IV after {en,de}crypt by Horia Geantă · 7 years ago
  20. 1ed289f crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y by Horia Geantă · 7 years ago
  21. 972b812 crypto: caam/qi - fix compilation with DEBUG enabled by Horia Geantă · 7 years ago
  22. 84ea954 crypto: caam/qi - fix typo in authenc alg driver name by Horia Geantă · 7 years ago
  23. c609048 crypto: brcm - add NULL check on of_match_device() return value by Gustavo A. R. Silva · 7 years ago
  24. 24086e3 crypto: geode-aes - fixed coding style warnings and error by Chris Gorman · 7 years ago
  25. 57de3ae crypto: ccp - remove ccp_present() check from device initialize by Brijesh Singh · 7 years ago
  26. d0ebbc0 crypto: ccp - rename ccp driver initialize files as sp device by Brijesh Singh · 7 years ago
  27. f4d18d6 crypto: ccp - Abstract interrupt registeration by Brijesh Singh · 7 years ago
  28. 720419f crypto: ccp - Introduce the AMD Secure Processor device by Brijesh Singh · 7 years ago
  29. 970e830 crypto: ccp - Use devres interface to allocate PCI/iomap and cleanup by Brijesh Singh · 7 years ago
  30. 1110569 crypto: atmel-ecc - introduce Microchip / Atmel ECC driver by Tudor-Dan Ambarus · 7 years ago
  31. b8ae5c7 crypto: sun4i-ss - support the Security System PRNG by Corentin LABBE · 7 years ago
  32. 3822c33 crypto: omap-des - fix error return code in omap_des_probe() by Gustavo A. R. Silva · 7 years ago
  33. 62c58f8 crypto: omap-aes - fix error return code in omap_aes_probe() by Gustavo A. R. Silva · 7 years ago
  34. 353ef08 crypto: mxs-dcp - print error message on platform_get_irq failure by Gustavo A. R. Silva · 7 years ago
  35. 5a19dc5 crypto: mxc-scc - fix error code in mxc_scc_probe() by Gustavo A. R. Silva · 7 years ago
  36. 0a7d710 crypto: mediatek - fix error return code in mtk_crypto_probe() by Gustavo A. R. Silva · 7 years ago
  37. 28a2cc6 crypto: ccp - print error message on platform_get_irq failure by Gustavo A. R. Silva · 7 years ago
  38. 33460b2 crypto: ccp - Provide an error path for debugfs setup failure by Gary R Hook · 7 years ago
  39. bce386a crypto: ccp - Change all references to use the JOB ID macro by Gary R Hook · 7 years ago
  40. 77af0ae crypto: ccp - Fix some line spacing by Gary R Hook · 7 years ago
  41. 30aabe3 crypto: sahara - make of_device_ids const by Arvind Yadav · 7 years ago
  42. a93854c crypto: qat - fix spelling mistake: "runing" -> "running" by Colin Ian King · 7 years ago
  43. d31e712 crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services by Zeng, Xin · 7 years ago
  44. efc856e crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig by raveendra padasalagi · 7 years ago
  45. a2069aa crypto: inside-secure - do not parse the dma mask from dt by Antoine Ténart · 7 years ago
  46. 440bf34 crypto: cavium/nitrox - Change in firmware path. by Srikanth Jampala · 7 years ago
  47. a7e6e5d crypto: brcm - Fix SHA3-512 algorithm failure by raveendra padasalagi · 7 years ago
  48. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  49. 93ff818 Merge branch 'work.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  50. 568d135d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  51. 72e5c74 random: reorder READ_ONCE() in get_random_uXX by Sebastian Andrzej Siewior · 7 years ago
  52. eecabf5 random: suppress spammy warnings about unseeded randomness by Theodore Ts'o · 7 years ago
  53. 0ffff11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  54. dcf903d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  55. 96d0d83 Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  56. 1ef2740 Merge tag 'acpi-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  57. e37720e Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  58. ccd5d1b Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb by Linus Torvalds · 7 years ago
  59. 4d25ec1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 7 years ago
  60. 907afe5 Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  61. 2931dc7 Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  62. 9636603 Merge branches 'acpi-ec', 'acpi-irq' and 'acpi-quirks' by Rafael J. Wysocki · 7 years ago
  63. 6df609b Merge branches 'pm-qos' and 'pm-devfreq' by Rafael J. Wysocki · 7 years ago
  64. a252c25 Merge branches 'pm-cpufreq-sched' and 'intel_pstate' by Rafael J. Wysocki · 7 years ago
  65. ec4b8dd Merge branch 'pm-pci' by Rafael J. Wysocki · 7 years ago
  66. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  67. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  68. 6735a19 Merge tag 'platform-drivers-x86-v4.13-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  69. 8c6f5e7 Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  70. 3a00be1 Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  71. b5e1617 Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  72. da16dd9 Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  73. 38f7d2d Merge tag 'pwm/for-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 7 years ago
  74. dc087d1 Merge tag 'for-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 7 years ago
  75. 311ac00 Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  76. 266530b drm: Add missing field copy in compat_drm_version by Jeffy Chen · 7 years ago
  77. 9c284c4 mmc: tmio-mmc: fix bad pointer math by Chris Brandt · 7 years ago
  78. bbdc74d mmc: block: Prevent new req entering queue after its cleanup by Grzegorz Sluja · 7 years ago
  79. 6419ec7 Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  80. edaf382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  81. 0355e22 Merge tag 'drm-misc-next-fixes-2017-07-10' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  82. caa164e Merge tag 'drm-intel-next-fixes-2017-07-11' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 7 years ago
  83. 39bf0bf Merge branch 'mediatek-drm-next-4.13' of https://github.com/ckhu-mediatek/linux.git-tags into drm-next by Dave Airlie · 7 years ago
  84. c7b5a4e PCI / PM: Fix native PME handling during system suspend/resume by Rafael J. Wysocki · 7 years ago
  85. ba168a4 video: fbdev: omap: move inline before return type by Joe Perches · 7 years ago
  86. dce3944 video: fbdev: intelfb: move inline before return type by Joe Perches · 7 years ago
  87. 4abf87f USB: serial: safe_serial: move __inline__ before return type by Joe Perches · 7 years ago
  88. a9e5bfd drivers: tty: serial: move inline before return type by Joe Perches · 7 years ago
  89. e0710e5 drivers: s390: move static and inline before return type by Joe Perches · 7 years ago
  90. dbb3295 drm/i915: use __GFP_RETRY_MAYFAIL by Michal Hocko · 7 years ago
  91. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  92. 4c93496 IB/rxe: do not copy extra stack memory to skb by Kees Cook · 7 years ago
  93. 3e2c044 efi: avoid fortify checks in EFI stub by Kees Cook · 7 years ago
  94. ee7998c random: do not ignore early device randomness by Kees Cook · 7 years ago
  95. d93b07f net: stmmac: revert "support future possible different internal phy mode" by LABBE Corentin · 7 years ago
  96. c70d681 sfc: don't read beyond unicast address list by Bert Kenward · 7 years ago
  97. 57fe147 smsc911x: Add check for ioremap_nocache() return code by Alexey Khoroshilov · 7 years ago
  98. dda5202 Merge branch 'next' into for-linus by Dmitry Torokhov · 7 years ago
  99. 0ce3fca PCI / PM: Restore PME Enable after config space restoration by Rafael J. Wysocki · 7 years ago
  100. c3a73ed platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreen by Hans de Goede · 7 years ago