1. 37e5265 crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c by Behan Webster · 10 years ago
  2. 7bc53c3 crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c by Behan Webster · 10 years ago
  3. ce1f3e47 crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c by Behan Webster · 10 years ago
  4. 7128470 crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c by Behan Webster · 10 years ago
  5. 61ded52 crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c by Jan-Simon Möller · 10 years ago
  6. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  7. f89f4a0 Fix up missing dmaengine header inclusion from qce crypto engine by Linus Torvalds · 10 years ago
  8. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  9. 9561dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  10. c9f21cb crypto: ccp - Check for CCP before registering crypto algs by Tom Lendacky · 10 years ago
  11. 26c3af6 crypto: qat - Removed unneeded partial state by Tadeusz Struk · 10 years ago
  12. 7752759 crypto: qat - Fix typo in name of tasklet_struct by Tadeusz Struk · 10 years ago
  13. 413e557 crypto: qat - Enable all 32 IRQs by Tadeusz Struk · 10 years ago
  14. fb4562b crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM. by Nitesh Narayan Lal · 10 years ago
  15. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  16. 4a8f45f crypto: mv_cesa - Add missing #define by Rasmus Villemoes · 10 years ago
  17. 51269ad crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  18. 4451d49 crypto: caam - fix addressing of struct member by Cristian Stoica · 10 years ago
  19. 307fd543 crypto: caam - remove duplicated sg copy functions by Cristian Stoica · 10 years ago
  20. 65fafbe crypto: qat - Fix return value check in adf_chr_drv_create() by Wei Yongjun · 10 years ago
  21. e5ffbfc crypto: caam - enable raw data instead of von Neumann data by Alex Porosanu · 10 years ago
  22. eeaa172 crypto: caam - change starting entropy delay value by Alex Porosanu · 10 years ago
  23. b061f3f crypto: caam - disable RNG oscillator maximum frequency check by Alex Porosanu · 10 years ago
  24. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  25. ae36e95 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  26. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  27. 7e83508 crypto: use pci_zalloc_consistent by Joe Perches · 10 years ago
  28. 3e7a716 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  29. 6391723 crypto: ccp - Do not sign extend input data to CCP by Tom Lendacky · 10 years ago
  30. c659d07 crypto: atmel-tdes - Switch to managed version of kzalloc by Pramod Gurav · 10 years ago
  31. 593901a crypto: atmel-sha - Switch to managed version of kzalloc by Pramod Gurav · 10 years ago
  32. 4f74c39 crypto: qat - Fixed SKU1 dev issue by Tadeusz Struk · 10 years ago
  33. d9a44ab crypto: qat - Use hweight for bit counting by Tadeusz Struk · 10 years ago
  34. 6899172 crypto: qat - Updated print outputs by Tadeusz Struk · 10 years ago
  35. 9a147cb crypto: qat - change ae_num to ae_id by Tadeusz Struk · 10 years ago
  36. 8c1f8e3 crypto: qat - change slice->regions to slice->region by Tadeusz Struk · 10 years ago
  37. df0088f crypto: qat - use min_t macro by Tadeusz Struk · 10 years ago
  38. 45cff26 crypto: qat - remove unnecessary parentheses by Tadeusz Struk · 10 years ago
  39. a7d2176 crypto: qat - remove unneeded header by Tadeusz Struk · 10 years ago
  40. 53275ba crypto: qat - checkpatch blank lines by Tadeusz Struk · 10 years ago
  41. 341b2a3 crypto: qat - remove unnecessary return codes by Tadeusz Struk · 10 years ago
  42. 4839ddca crypto: ccp - Remove "select OF" from Kconfig by Tom Lendacky · 10 years ago
  43. 259092a of: Reorder device tree changes and notifiers by Grant Likely · 10 years ago
  44. 8f1da7b crypto: caam - fix DECO RSR polling by Horia Geanta · 10 years ago
  45. 71d932d crypto: qce - Let 'DEV_QCE' depend on both HAS_DMA and HAS_IOMEM by Chen Gang · 10 years ago
  46. a60384d crypto: caam - set DK (Decrypt Key) bit only for AES accelerator by Horia Geanta · 10 years ago
  47. de0e35e crypto: caam - fix uninitialized state->buf_dma field by Horia Geanta · 10 years ago
  48. 76b9908 crypto: caam - fix uninitialized edesc->dst_dma field by Horia Geanta · 10 years ago
  49. 45e9af7 crypto: caam - fix uninitialized S/G table size in ahash_digest by Horia Geanta · 10 years ago
  50. bc9e05f crypto: caam - fix DMA direction mismatch in ahash_done_ctx_src by Horia Geanta · 10 years ago
  51. ef62b23 crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dst by Horia Geanta · 10 years ago
  52. e11aa9f crypto: caam - fix DMA unmapping error in hash_digest_key by Horia Geanta · 10 years ago
  53. ce57208 crypto: caam - fix "failed to check map error" DMA warnings by Horia Geanta · 10 years ago
  54. 71c65f7 crypto: caam - fix typo in dma_mapping_error by Horia Geanta · 10 years ago
  55. a2ac287 crypto: caam - set coherent_dma_mask by Horia Geanta · 10 years ago
  56. 126ae9a crypto: ccp - Base AXI DMA cache settings on device tree by Tom Lendacky · 10 years ago
  57. 0378c9a crypto: caam - fix memleak in caam_jr module by Cristian Stoica · 10 years ago
  58. ac1a2b4 crypto: qat - remove an unneeded cast by Dan Carpenter · 10 years ago
  59. 35af640 crypto: caam - Check for CAAM block presence before registering with crypto layer by Ruchika Gupta · 10 years ago
  60. 44b933b crypto: qce - add dependancy to Kconfig by Stanimir Varbanov · 10 years ago
  61. 58a6535 crypto: qce - fix sparse warnings by Stanimir Varbanov · 10 years ago
  62. 178f827 crypto: caam - Enabling multiple caam debug support for C29x platform by Nitesh Narayan Lal · 10 years ago
  63. e1f8859 crypto: ux500 - make interrupt mode plausible by Arnd Bergmann · 10 years ago
  64. c672752 crypto: qce - Build Qualcomm crypto driver by Stanimir Varbanov · 10 years ago
  65. ec8f5d8 crypto: qce - Qualcomm crypto engine driver by Stanimir Varbanov · 10 years ago
  66. 8f312d6 crypto: qat - Fix error path crash when no firmware is present by Tadeusz Struk · 10 years ago
  67. d65071e crypto: qat - Fixed new checkpatch warnings by Tadeusz Struk · 10 years ago
  68. 83530d8 crypto: qat - Updated Firmware Info Metadata by Tadeusz Struk · 10 years ago
  69. bce3cc6 crypto: qat - Fix random config build warnings by Tadeusz Struk · 10 years ago
  70. 1da2be3 crypto: caam - Correct the dma mapping for sg table by Ruchika Gupta · 10 years ago
  71. ef94b1d crypto: caam - Add definition of rd/wr_reg64 for little endian platform by Ruchika Gupta · 10 years ago
  72. 17157c9 crypto: caam - Configuration for platforms with virtualization enabled in CAAM by Ruchika Gupta · 10 years ago
  73. eb1139c crypto: caam - Correct definition of registers in memory map by Ruchika Gupta · 10 years ago
  74. e60b244 crypto: qat - Fix build problem with O= by Herbert Xu · 10 years ago
  75. be513f4 crypto: caam - remove duplicate FIFOST_CONT_MASK define by Dan Carpenter · 10 years ago
  76. cea4001 crypto: qat - Update to makefiles by Tadeusz Struk · 10 years ago
  77. 7afa232 crypto: qat - Intel(R) QAT DH895xcc accelerator by Tadeusz Struk · 10 years ago
  78. b3416fb crypto: qat - Intel(R) QAT accelengine part of fw loader by Tadeusz Struk · 10 years ago
  79. b4b7e67 crypto: qat - Intel(R) QAT ucode part of fw loader by Tadeusz Struk · 10 years ago
  80. d370cec crypto: qat - Intel(R) QAT crypto interface by Tadeusz Struk · 10 years ago
  81. 38154e6 crypto: qat - Intel(R) QAT FW interface by Tadeusz Struk · 10 years ago
  82. a672a9d crypto: qat - Intel(R) QAT transport code by Tadeusz Struk · 10 years ago
  83. d8cba25 crypto: qat - Intel(R) QAT driver framework by Tadeusz Struk · 10 years ago
  84. c4f4b32 crypto: ccp - Add platform device support for arm64 by Tom Lendacky · 10 years ago
  85. 3d77565 crypto: ccp - Modify PCI support in prep for arm64 support by Tom Lendacky · 10 years ago
  86. 13269ec crypto: drivers - Add 2 missing __exit_p by Jean Delvare · 10 years ago
  87. 4776d38 crypto: caam - Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  88. 8b9f926 crypto/nx: disable NX on little endian builds by Anton Blanchard · 10 years ago
  89. 639b4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next by Linus Torvalds · 10 years ago
  90. cda4357 crypto/nx/nx-842: dev_set_drvdata can no longer fail by Jean Delvare · 10 years ago
  91. 51a7163 crypto: cesa - tfm->__crt_alg->cra_type directly by Marek Vasut · 10 years ago
  92. efa59e2 crypto: sahara - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  93. 1f4fe5a crypto: padlock - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  94. 5837af0 crypto: n2 - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  95. 2231204 crypto: dcp - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  96. bd3acda crypto: cesa - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  97. b4168a1 crypto: ccp - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  98. d207a38 crypto: geode - Don't use tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  99. 701bcbc crypto: geode - Weed out printk() from probe() by Marek Vasut · 10 years ago
  100. 2e1fc34 crypto: geode - Consistently use AES_KEYSIZE_128 by Marek Vasut · 10 years ago