1. 737aed9 staging: ccree: save ciphertext for CTS IV by Gilad Ben-Yossef · 8 years ago
  2. 22d82cb staging: ccree: constify dev_pm_ops structures. by Arvind Yadav · 8 years ago
  3. 8bf4851 staging: ccree: Use sizeof(variable) in memory allocs by Simon Sandström · 8 years ago
  4. a7b1ba2 staging: ccree: Fix unnecessary NULL check before kfree'ing it by Suniel Mahesh · 8 years ago
  5. 4a457c1 staging: ccree: remove func name from log messages by Gilad Ben-Yossef · 8 years ago
  6. 2847142 staging: ccree: Fix alignment issues in ssi_request_mgr.c by Simon Sandström · 8 years ago
  7. e7ced77 staging: ccree: Fix alignment issues in ssi_ivgen.c by Simon Sandström · 8 years ago
  8. 32fabb0 staging: ccree: Fix alignment issues in ssi_cipher.c by Simon Sandström · 8 years ago
  9. 4ff66c4 staging: ccree: Fix alignment issues in ssi_buffer_mgr.c by Simon Sandström · 8 years ago
  10. 3151c1d staging: ccree: Fix alignment issues in ssi_hash.c by Simon Sandström · 8 years ago
  11. bb1b78c staging: ccree: Fix alignment issues in ssi_aead.c by Simon Sandström · 8 years ago
  12. 5311678 drivers: staging: ccree: use __func__ to get function name in error messages. by Dhananjay Balan · 8 years ago
  13. 187645e staging: ccree: move comment to fit coding style by Bincy K Philip · 8 years ago
  14. 04f682b staging: ccree: remove whitespace before a quoted newline by Gilad Ben-Yossef · 8 years ago
  15. b71ad22 staging: ccree: avoid unnecessary line continuation by Gilad Ben-Yossef · 8 years ago
  16. 079a717 staging: ccree: avoid constant comparison by Gilad Ben-Yossef · 8 years ago
  17. 698592e staging: ccree: CamelCase to snake_case in aead struct by Gilad Ben-Yossef · 8 years ago
  18. 42886fa staging: ccree: CamelCase to snake_case in func vars by Gilad Ben-Yossef · 8 years ago
  19. 0fca74f staging: ccree: use proper printk format for dma_addr_t by Gilad Ben-Yossef · 8 years ago
  20. 9006ec2 staging: ccree: clean up struct ssi_aead_ctx by Gilad Ben-Yossef · 8 years ago
  21. cb9c79a staging: ccree remove unnecessary parentheses by Gilad Ben-Yossef · 8 years ago
  22. 55c0698 staging: ccree: Fix alignment issues in ssi_sysfs.c by Simon Sandström · 8 years ago
  23. 5c6ffda staging: ccree: Fix alignment issues in ssi_sram_mgr.c by Simon Sandström · 8 years ago
  24. db9cbea staging: ccree: Fix alignment issues in ssi_request_mgr.c by Simon Sandström · 8 years ago
  25. 9ac8a45 staging: ccree: Fix alignment issues in ssi_ivgen.c by Simon Sandström · 8 years ago
  26. 8426423 staging: ccree: Fix alignment issues in ssi_driver.c by Simon Sandström · 8 years ago
  27. 22aa4c9 staging: ccree: Fix alignment issues in ssi_cipher.c by Simon Sandström · 8 years ago
  28. 5dff9f5 staging: ccree: Fix alignment issues in ssi_buffer_mgr.c by Simon Sandström · 8 years ago
  29. b7e607b staging: ccree: move FIPS support to kernel infrastructure by Gilad Ben-Yossef · 8 years ago
  30. 07642a0 staging: ccree: fix switch case indentation by Tyler Olivieri · 8 years ago
  31. 9c0d872 staging: ccree: export symbol immediately following function by Tyler Olivieri · 8 years ago
  32. 462ba38 staging: ccree: remove assignement in conditional by Tyler Olivieri · 8 years ago
  33. 85420e0 staging: ccree: fix placement of curly braces by Tyler Olivieri · 8 years ago
  34. 113f0d6 staging: ccree: remove redudant semicolons by Tyler Olivieri · 8 years ago
  35. 4a73bb4 staging: ccree: use sizeof(*var) in kmalloc by Gustavo A. R. Silva · 8 years ago
  36. 60ba7c7 staging: ccree: remove unnecessary cast on kmalloc by Gustavo A. R. Silva · 8 years ago
  37. f7d0879 staging: ccree: Use __func__ instead of function name by Karthik Tummala · 8 years ago
  38. fb0cb50 staging: ccree: fix block comment style by Gilad Ben-Yossef · 8 years ago
  39. 492ddcb staging: ccree: remove/add (un)needed blank lines by Gilad Ben-Yossef · 8 years ago
  40. e8e5110 staging: ccree: remove unused type CCFipsSyncStatus_t by Gilad Ben-Yossef · 8 years ago
  41. dff5e61 staging: ccree: remove custom type ssi_fips_state_t by Gilad Ben-Yossef · 8 years ago
  42. 8422f11 staging: ccree: remove custom type ssi_fips_error_t by Gilad Ben-Yossef · 8 years ago
  43. 1de8f59 staging: ccree: remove custom type tdes_keys_t by Gilad Ben-Yossef · 8 years ago
  44. d32a0b6 staging: ccree: fix pointer location by Gilad Ben-Yossef · 8 years ago
  45. 6191eb1 staging: ccree: remove comparisons to NULL by Gilad Ben-Yossef · 8 years ago
  46. 44c891a staging: ccree: fix unmatched if/else braces by Gilad Ben-Yossef · 8 years ago
  47. a8f6cba staging: ccree: no need for braces for single statements by Gilad Ben-Yossef · 8 years ago
  48. b4562b6 staging: ccree: remove redundant blank lines by Gilad Ben-Yossef · 8 years ago
  49. 8683e62 staging: ccree: fix else placement by Gilad Ben-Yossef · 8 years ago
  50. 7331916 staging: ccree: drop comparsion to true/false by Gilad Ben-Yossef · 8 years ago
  51. e7258b6 staging: ccree: fix missing or redundant spaces by Gilad Ben-Yossef · 8 years ago
  52. 0f2f02d staging: ccree: use signal safe completion wait by Gilad Ben-Yossef · 8 years ago
  53. d255b34 staging: ccree: add DT bus coherency detection by Gilad Ben-Yossef · 8 years ago
  54. 675ef02 staging: ccree: add clock management support by Gilad Ben-Yossef · 8 years ago
  55. b091fad staging: ccree: remove unused function by Gilad Ben-Yossef · 8 years ago
  56. c51831b staging: ccree: register setkey for none hash macs by Gilad Ben-Yossef · 8 years ago
  57. 454527d staging: ccree: fix hash import/export by Gilad Ben-Yossef · 8 years ago
  58. d4f3d4b staging: ccree: removed spaces after opening parentheses. by Jeremy Sowden · 8 years ago
  59. 4f71fec staging: ccree: - style fix, spaces and tabs by Derek Robson · 8 years ago
  60. 2bd2515 staging: ccree: move else to follow close brace '}' by Jhih-Ming Hunag · 8 years ago
  61. fe2d182 staging: ccree: remove improper space by Jhih-Ming Hunag · 8 years ago
  62. 134a8ca staging: ccree: move * to close variable name instead of type. by Jhih-Ming Hunag · 8 years ago
  63. 4e09b07 staging: ccree: move '{' to next line for function. by Jhih-Ming Hunag · 8 years ago
  64. b803d57 staging: ccree: move brace { to previous line for if. by Jhih-Ming Hunag · 8 years ago
  65. b9778d9 Staging: ccree: add space around comma, brace and operator. by Jhih-Ming Hunag · 8 years ago
  66. 7bf1e44 Merge 4.12-rc5 into staging-next by Greg Kroah-Hartman · 8 years ago
  67. 26f4b1f staging: ccree: fix buffer copy by Gilad Ben-Yossef · 8 years ago
  68. 1d80d1b staging: ccree: fix spelling mistake: "chanined" -> "chained" by Colin Ian King · 8 years ago
  69. b52fb14 staging: ccree: remove descriptor context definitions by Gilad Ben-Yossef · 8 years ago
  70. da38a83 staging: ccree: remove last remnants of sblkcipher by Gilad Ben-Yossef · 8 years ago
  71. d3eff57 staging: ccree: remove last remnants of sash algo by Gilad Ben-Yossef · 8 years ago
  72. 087fabd staging: ccree: fix wrong whitespace usage by Gilad Ben-Yossef · 8 years ago
  73. ee15d16 staging: ccree: remove spurious blank line by Gilad Ben-Yossef · 8 years ago
  74. 1c0cccd staging: ccree: remove dead code by Gilad Ben-Yossef · 8 years ago
  75. ef78342 staging: ccree: drop no longer used macro by Gilad Ben-Yossef · 8 years ago
  76. 84d69a7 staging: ccree: use snake_case for hash enums by Gilad Ben-Yossef · 8 years ago
  77. c928f1d staging: ccree: remove unused struct by Gilad Ben-Yossef · 8 years ago
  78. ed74439 staging: ccree: remove custom bitfield macros by Gilad Ben-Yossef · 8 years ago
  79. 37a99c9 staging: ccree: move request_mgr to generic bitfield ops by Gilad Ben-Yossef · 8 years ago
  80. 7f821f0 staging: ccree: remove cycle count debug support by Gilad Ben-Yossef · 8 years ago
  81. 841d1d8 staging: ccree: remove unused debug macros by Gilad Ben-Yossef · 8 years ago
  82. b953295 staging: ccree: move M/LLI defines to header file by Gilad Ben-Yossef · 8 years ago
  83. c6f7f2f staging: ccree: refactor LLI access macros by Gilad Ben-Yossef · 8 years ago
  84. 13ddf62 staging: ccree: remove 48 bit dma addr sim by Gilad Ben-Yossef · 8 years ago
  85. 8b64e51 staging: ccree: refactor HW command FIFO access by Gilad Ben-Yossef · 8 years ago
  86. 6562e7d staging: ccree: replace bit shift with BIT macro by Gilad Ben-Yossef · 8 years ago
  87. ed5210c Drivers: ccree: cc_hw_queue_defs.h - align block comments by Derek Robson · 8 years ago
  88. f6858e9 Drivers: ccree: cc_regs.h - align block comments by Derek Robson · 8 years ago
  89. ebe22ec Drivers: ccree: hash_defs.h - align block comments by Derek Robson · 8 years ago
  90. f4e929b Drivers: ccree: ssi_aead.c - align block comments by Derek Robson · 8 years ago
  91. f5bd89b Drivers: ccree: ssi_aead.h - align block comments by Derek Robson · 8 years ago
  92. 2686444 Drivers: ccree: ssi_buffer_mgr.c - align block comments by Derek Robson · 8 years ago
  93. 84e8a6c Drivers: ccree: ssi_buffer_mgr.h - align block comments by Derek Robson · 8 years ago
  94. ef5d7bd Drivers: ccree: ssi_cipher.h - align block comments by Derek Robson · 8 years ago
  95. f892b06 Drivers: ccree: ssi_config.h - align block comments by Derek Robson · 8 years ago
  96. 250a00a Drivers: ccree: ssi_driver.h - align block comments by Derek Robson · 8 years ago
  97. 3a82eb6 Drivers: ccree: ssi_fips.c - align block comments by Derek Robson · 8 years ago
  98. cbff760 Drivers: ccree: ssi_fips.h - align block comments by Derek Robson · 8 years ago
  99. 7c3a293 Drivers: ccree: ssi_fips_data.h - align block comments by Derek Robson · 8 years ago
  100. f77aa70 Drivers: ccree: ssi_fips_ext.c - align block comments by Derek Robson · 8 years ago