1. 0569fc4 crypto: atmel-sha - add verbose debug facilities to print hw register names by Cyrille Pitchen · 8 years ago
  2. 89a82ef crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes by Cyrille Pitchen · 8 years ago
  3. a1f613f crypto: atmel-aes - fix atmel_aes_handle_queue() by Cyrille Pitchen · 8 years ago
  4. 81d8750 crypto: atmel-sha - add support to hmac(shaX) by Cyrille Pitchen · 8 years ago
  5. 69303cf crypto: atmel-sha - add simple DMA transfers by Cyrille Pitchen · 8 years ago
  6. eec12f6 crypto: atmel-sha - add atmel_sha_cpu_start() by Cyrille Pitchen · 8 years ago
  7. 563c47d crypto: atmel-sha - add SHA_MR_MODE_IDATAR0 by Cyrille Pitchen · 8 years ago
  8. 9064ed9 crypto: atmel-sha - add atmel_sha_wait_for_data_ready() by Cyrille Pitchen · 8 years ago
  9. f07ceba crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA* by Cyrille Pitchen · 8 years ago
  10. b5ce82a crypto: atmel-sha - make atmel_sha_done_task more generic by Cyrille Pitchen · 8 years ago
  11. a29af93 crypto: atmel-sha - update request queue management to make it more generic by Cyrille Pitchen · 8 years ago
  12. 8340c7f crypto: atmel-sha - create function to get an Atmel SHA device by Cyrille Pitchen · 8 years ago
  13. 379d972 crypto: doc - Fix hash export state information by Rabin Vincent · 8 years ago
  14. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  15. 7c2cf1c crypto: chcr - Fix key length for RFC4106 by Harsh Jain · 8 years ago
  16. 0b529f1 crypto: algif_aead - Fix kernel panic on list_del by Harsh Jain · 8 years ago
  17. c268199 crypto: aesni - Fix failure when pcbc module is absent by Herbert Xu · 8 years ago
  18. e5da5c5 crypto: ccp - Fix double add when creating new DMA command by Gary R Hook · 8 years ago
  19. 500c010 crypto: ccp - Fix DMA operations when IOMMU is enabled by Gary R Hook · 8 years ago
  20. f5f7beb crypto: chcr - Check device is allocated before use by Harsh Jain · 8 years ago
  21. 94e1dab crypto: chcr - Fix panic on dma_unmap_sg by Harsh Jain · 8 years ago
  22. 685ce06 crypto: qat - zero esram only for DH85x devices by Giovanni Cabiddu · 8 years ago
  23. 3484ecb crypto: qat - fix bar discovery for c62x by Giovanni Cabiddu · 8 years ago
  24. 7dede91 crypto: vmx - disable preemption to enable vsx in aes_ctr.c by Li Zhong · 8 years ago
  25. d03f7b0 crypto: mediatek - add support to GCM mode by Ryder Lee · 8 years ago
  26. e04a31d crypto: mediatek - add support to CTR mode by Ryder Lee · 8 years ago
  27. 059b149 crypto: mediatek - fix typo and indentation by Ryder Lee · 8 years ago
  28. 0abc271 crypto: mediatek - regroup functions by usage by Ryder Lee · 8 years ago
  29. 8742198 crypto: mediatek - rework crypto request completion by Ryder Lee · 8 years ago
  30. 382ae57 crypto: mediatek - make crypto request queue management more generic by Ryder Lee · 8 years ago
  31. 4432861 crypto: mediatek - fix incorrect data transfer result by Ryder Lee · 8 years ago
  32. a8739962 crypto: mediatek - move HW control data to transformation context by Ryder Lee · 8 years ago
  33. e183914 crypto: x86 - make constants readonly, allow linker to merge them by Denys Vlasenko · 8 years ago
  34. 587d531 crypto: x86/crc32c - fix %progbits -> @progbits by Denys Vlasenko · 8 years ago
  35. 13954e7 crypto: arm/aes-neonbs - fix issue with v2.22 and older assembler by Ard Biesheuvel · 8 years ago
  36. 76512f2 crypto: tcrypt - Add debug prints by Rabin Vincent · 8 years ago
  37. 3bfb2e6 crypto: img-hash - use dma_data_direction when calling dma_map_sg by Nicolas Iooss · 8 years ago
  38. 11e3b72 crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes by Ard Biesheuvel · 8 years ago
  39. d604076 crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg by Salvatore Benedetto · 8 years ago
  40. 8717096 crypto: virtio - adjust priority of algorithm by Gonglei \(Arei\) · 8 years ago
  41. 658fa75 crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code by Ard Biesheuvel · 8 years ago
  42. 0ff1436 hwrng: n2 - update version info by Shannon Nelson · 8 years ago
  43. 07e25d4 hwrng: n2 - support new hardware register layout by Shannon Nelson · 8 years ago
  44. becbc49 hwrng: n2 - add device data descriptions by Shannon Nelson · 8 years ago
  45. db602a7 hwrng: n2 - limit error spewage when self-test fails by Shannon Nelson · 8 years ago
  46. de0f96d crypto: mediatek - make symbol of_crypto_id static by Wei Yongjun · 8 years ago
  47. 21c8e72 crypto: testmgr - use calculated count for number of test vectors by Ard Biesheuvel · 8 years ago
  48. cc477bf crypto: arm/aes - replace bit-sliced OpenSSL NEON code by Ard Biesheuvel · 8 years ago
  49. 1abee99 crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 by Ard Biesheuvel · 8 years ago
  50. 81edb42 crypto: arm/aes - replace scalar AES cipher by Ard Biesheuvel · 8 years ago
  51. bed593c crypto: arm64/aes - add scalar implementation by Ard Biesheuvel · 8 years ago
  52. 293614c crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well by Ard Biesheuvel · 8 years ago
  53. afaf712 crypto: arm/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  54. b7171ce crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  55. 41e0532 crypto: mediatek - fix format string for 64-bit builds by Arnd Bergmann · 8 years ago
  56. 7dee9f6 crypto: mediatek - remove ARM dependencies by Arnd Bergmann · 8 years ago
  57. b8fbe71 crypto: x86/chacha20 - Manually align stack buffer by Herbert Xu · 8 years ago
  58. e93acd6 crypto: testmgr - Allocate only the required output size for hash tests by Andrew Lutomirski · 8 years ago
  59. f283148 crypto: mediatek - don't return garbage err on successful return by Colin Ian King · 8 years ago
  60. 012ef70 crypto: picoxcell - Remove spacc_is_compatible() wrapper function by Javier Martinez Canillas · 8 years ago
  61. 6b2be1d crypto: picoxcell - Remove platform device ID table by Javier Martinez Canillas · 8 years ago
  62. 4f44d86 crypto: picoxcell - Allow driver to build COMPILE_TEST is enabled by Javier Martinez Canillas · 8 years ago
  63. d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
  64. d211022 crypto: testmgr - use kmemdup instead of kmalloc+memcpy by Eric Biggers · 8 years ago
  65. 4cf0662 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 8 years ago
  66. a121103 Linux 4.10-rc3 by Linus Torvalds · 8 years ago
  67. 83280e9 Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  68. cc250e2 Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  69. 6ea17ed Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  70. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  71. b0b9b3d mm: stop leaking PageTables by Hugh Dickins · 8 years ago
  72. 87bc610 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  73. 01d0f71 MAINTAINERS: add greybus subsystem mailing list by Greg Kroah-Hartman · 8 years ago
  74. 308c470 Merge tag 'sound-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  75. d72f0de Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  76. baaf031 Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  77. 08289086 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  78. b1ee5170 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  79. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  80. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  81. 65cdc40 Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  82. 7397e1e Merge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  83. b937a86 Merge tag 'pm-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  84. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  85. f1dabf0 Merge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat' and 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  86. 7e2b9d8 Merge branches 'pm-domains', 'pm-docs' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  87. 3baad65 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  88. 88ba6ca Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  89. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  90. ed40875 Merge tag 'drm-intel-fixes-2017-01-05' of git://anongit.freedesktop.org/git/drm-intel by Linus Torvalds · 8 years ago
  91. 0a8fd13 USB: fix problems with duplicate endpoint addresses by Alan Stern · 8 years ago
  92. c433eb7 Merge tag 'pinctrl-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  93. 8f12dc2 usb: ohci-at91: use descriptor-based gpio APIs correctly by Peter Rosin · 8 years ago
  94. b400792 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  95. 383378d Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  96. 421463b hyper-v: Add myself as additional MAINTAINER by Stephen Hemminger · 8 years ago
  97. 674aea0 usb: storage: unusual_uas: Add JMicron JMS56x to unusual device by Oliver Neukum · 8 years ago
  98. 3bc02bc usb: hub: Move hub_port_disable() to fix warning if PM is disabled by Geert Uytterhoeven · 8 years ago
  99. 5563bb5 usb: musb: blackfin: add bfin_fifo_offset in bfin_ops by Jérémy Lefaure · 8 years ago
  100. c8bd2ac usb: musb: fix compilation warning on unused function by Jérémy Lefaure · 8 years ago