summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_buffer_mgr.c
AgeCommit message (Expand)Author
2018-01-09staging: ccree: use a consistent file naming conventionGilad Ben-Yossef
2018-01-08staging: ccree: use array for double bufferGilad Ben-Yossef
2018-01-08staging: ccree: handle end of sg list gracefullyGilad Ben-Yossef
2018-01-08staging: ccree: check DMA pool buf !NULL before freeGilad Ben-Yossef
2018-01-08staging: ccree: pick alloc mem flags based on req flagsGilad Ben-Yossef
2018-01-08staging: ccree: SPDXify driverGilad Ben-Yossef
2017-12-13staging: ccree: fix buf mgr naming conventionGilad Ben-Yossef
2017-12-13staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef
2017-12-13staging: ccree: rename all SSI to CCGilad Ben-Yossef
2017-12-13staging: ccree: remove SSI_CC_HAS_ macrosGilad Ben-Yossef
2017-12-13staging: ccree: fix func call param indentationGilad Ben-Yossef
2017-12-13staging: ccree: simplify expression with local varGilad Ben-Yossef
2017-12-13staging: ccree: fix func def and decl coding styleGilad Ben-Yossef
2017-12-06drivers: staging: remove duplicate includesPravin Shedge
2017-12-06staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef
2017-12-06staging: ccree: remove inline qualifiersGilad Ben-Yossef
2017-11-27staging: ccree: use local vars for readabilityGilad Ben-Yossef
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef
2017-11-27staging: ccree: replace macro with inline funcGilad Ben-Yossef
2017-11-27staging: ccree: remove unneeded empty linesGilad Ben-Yossef
2017-11-27staging: ccree: move logical cont. to 1st lineGilad Ben-Yossef
2017-11-27staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef
2017-11-27staging: ccree: remove braces for single statementGilad Ben-Yossef
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef
2017-11-27staging: ccree: fold common code into functionGilad Ben-Yossef
2017-11-27staging: ccree: simplify buf mgr using local varsGilad Ben-Yossef
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef
2017-11-02staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef
2017-09-17staging: ccree: remove BUG macro usageGilad Ben-Yossef
2017-07-27staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström
2017-07-16staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef
2017-07-16staging: ccree remove unnecessary parenthesesGilad Ben-Yossef
2017-07-16staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri
2017-07-16staging: ccree: remove redudant semicolonsTyler Olivieri
2017-07-16staging: ccree: use sizeof(*var) in kmallocGustavo A. R. Silva
2017-07-16staging: ccree: remove unnecessary cast on kmallocGustavo A. R. Silva
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef
2017-06-29staging: ccree: fix pointer locationGilad Ben-Yossef
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef
2017-06-29staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef
2017-06-29staging: ccree: fix else placementGilad Ben-Yossef
2017-06-29staging: ccree: drop comparsion to true/falseGilad Ben-Yossef