summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_buffer_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan2017-11-021-8/+8
* staging: ccree: move to generic device log infraGilad Ben-Yossef2017-10-031-205/+189
* staging: ccree: simplify access to struct deviceGilad Ben-Yossef2017-10-031-7/+7
* staging: ccree: remove BUG macro usageGilad Ben-Yossef2017-09-171-12/+6
* staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström2017-07-271-16/+24
* staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef2017-07-161-39/+39
* staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef2017-07-161-7/+8
* staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef2017-07-161-24/+24
* staging: ccree remove unnecessary parenthesesGilad Ben-Yossef2017-07-161-4/+4
* staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström2017-07-161-131/+164
* staging: ccree: fix placement of curly bracesTyler Olivieri2017-07-161-8/+4
* staging: ccree: remove redudant semicolonsTyler Olivieri2017-07-161-1/+1
* staging: ccree: use sizeof(*var) in kmallocGustavo A. R. Silva2017-07-161-1/+1
* staging: ccree: remove unnecessary cast on kmallocGustavo A. R. Silva2017-07-161-2/+1
* staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef2017-06-291-3/+4
* staging: ccree: fix pointer locationGilad Ben-Yossef2017-06-291-6/+6
* staging: ccree: remove comparisons to NULLGilad Ben-Yossef2017-06-291-22/+22
* staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef2017-06-291-1/+2
* staging: ccree: no need for braces for single statementsGilad Ben-Yossef2017-06-291-40/+30
* staging: ccree: remove redundant blank linesGilad Ben-Yossef2017-06-291-8/+0
* staging: ccree: fix else placementGilad Ben-Yossef2017-06-291-2/+1
* staging: ccree: drop comparsion to true/falseGilad Ben-Yossef2017-06-291-10/+10
* staging: ccree: fix missing or redundant spacesGilad Ben-Yossef2017-06-291-79/+79
* staging: ccree: add DT bus coherency detectionGilad Ben-Yossef2017-06-251-17/+20
* Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman2017-06-121-1/+2
|\
| * staging: ccree: fix buffer copyGilad Ben-Yossef2017-06-061-1/+2
* | staging: ccree: fix spelling mistake: "chanined" -> "chained"Colin Ian King2017-06-041-1/+1
* | staging: ccree: remove unused debug macrosGilad Ben-Yossef2017-06-041-19/+0
* | staging: ccree: move M/LLI defines to header fileGilad Ben-Yossef2017-06-041-7/+0
* | staging: ccree: refactor LLI access macrosGilad Ben-Yossef2017-06-041-4/+4
* | staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef2017-06-041-83/+0
* | Drivers: ccree: ssi_buffer_mgr.c - align block commentsDerek Robson2017-06-031-38/+49
* | staging: ccree: Cleanup: remove references to page_linkLogan Gunthorpe2017-05-251-9/+8
* | staging: ccree: stdint to kernel types conversionGilad Ben-Yossef2017-05-151-63/+63
* | staging: ccree: Strip trailing whitespaceTimothée Isnard2017-05-151-106/+106
|/
* staging: ccree: fix ifnullfree.cocci warningskbuild test robot2017-04-281-2/+1
* staging: ccree: remove useless NULL test of fieldGilad Ben-Yossef2017-04-281-3/+1
* staging: ccree: add AEAD supportGilad Ben-Yossef2017-04-281-0/+899
* staging: ccree: add IV generation supportGilad Ben-Yossef2017-04-281-0/+2
* staging: ccree: add skcipher supportGilad Ben-Yossef2017-04-281-0/+147
* staging: ccree: add ahash supportGilad Ben-Yossef2017-04-281-10/+301
* staging: ccree: introduce CryptoCell HW driverGilad Ben-Yossef2017-04-281-0/+537
OpenPOWER on IntegriCloud