index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ccree
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
staging: ccree: fix block comment style
Gilad Ben-Yossef
1
-4
/
+4
2017-06-29
staging: ccree: remove/add (un)needed blank lines
Gilad Ben-Yossef
24
-133
/
+33
2017-06-29
staging: ccree: remove unused type CCFipsSyncStatus_t
Gilad Ben-Yossef
1
-10
/
+0
2017-06-29
staging: ccree: remove custom type ssi_fips_state_t
Gilad Ben-Yossef
4
-12
/
+12
2017-06-29
staging: ccree: remove custom type ssi_fips_error_t
Gilad Ben-Yossef
6
-38
/
+38
2017-06-29
staging: ccree: remove custom type tdes_keys_t
Gilad Ben-Yossef
1
-3
/
+3
2017-06-29
staging: ccree: fix pointer location
Gilad Ben-Yossef
9
-36
/
+36
2017-06-29
staging: ccree: remove comparisons to NULL
Gilad Ben-Yossef
12
-78
/
+78
2017-06-29
staging: ccree: fix unmatched if/else braces
Gilad Ben-Yossef
2
-5
/
+5
2017-06-29
staging: ccree: no need for braces for single statements
Gilad Ben-Yossef
11
-162
/
+110
2017-06-29
staging: ccree: remove redundant blank lines
Gilad Ben-Yossef
7
-20
/
+0
2017-06-29
staging: ccree: fix else placement
Gilad Ben-Yossef
2
-4
/
+2
2017-06-29
staging: ccree: drop comparsion to true/false
Gilad Ben-Yossef
4
-22
/
+22
2017-06-29
staging: ccree: fix missing or redundant spaces
Gilad Ben-Yossef
17
-253
/
+253
2017-06-25
staging: ccree: use signal safe completion wait
Gilad Ben-Yossef
1
-1
/
+2
2017-06-25
staging: ccree: add DT bus coherency detection
Gilad Ben-Yossef
5
-49
/
+32
2017-06-25
staging: ccree: add clock management support
Gilad Ben-Yossef
6
-106
/
+50
2017-06-25
staging: ccree: remove unused function
Gilad Ben-Yossef
1
-12
/
+0
2017-06-25
staging: ccree: register setkey for none hash macs
Gilad Ben-Yossef
1
-41
/
+42
2017-06-25
staging: ccree: fix hash import/export
Gilad Ben-Yossef
2
-44
/
+101
2017-06-24
staging: ccree: removed spaces after opening parentheses.
Jeremy Sowden
1
-3
/
+3
2017-06-24
staging: ccree: - style fix, spaces and tabs
Derek Robson
8
-74
/
+75
2017-06-24
staging: ccree: move else to follow close brace '}'
Jhih-Ming Hunag
1
-2
/
+1
2017-06-24
staging: ccree: remove improper space
Jhih-Ming Hunag
1
-16
/
+16
2017-06-24
staging: ccree: move * to close variable name instead of type.
Jhih-Ming Hunag
1
-1
/
+1
2017-06-24
staging: ccree: move '{' to next line for function.
Jhih-Ming Hunag
1
-2
/
+4
2017-06-24
staging: ccree: move brace { to previous line for if.
Jhih-Ming Hunag
1
-4
/
+2
2017-06-24
Staging: ccree: add space around comma, brace and operator.
Jhih-Ming Hunag
1
-18
/
+18
2017-06-12
Merge 4.12-rc5 into staging-next
Greg Kroah-Hartman
2
-2
/
+3
2017-06-06
staging: ccree: fix buffer copy
Gilad Ben-Yossef
1
-1
/
+2
2017-06-04
staging: ccree: fix spelling mistake: "chanined" -> "chained"
Colin Ian King
1
-1
/
+1
2017-06-04
staging: ccree: remove descriptor context definitions
Gilad Ben-Yossef
1
-86
/
+0
2017-06-04
staging: ccree: remove last remnants of sblkcipher
Gilad Ben-Yossef
2
-97
/
+6
2017-06-04
staging: ccree: remove last remnants of sash algo
Gilad Ben-Yossef
1
-321
/
+127
2017-06-04
staging: ccree: fix wrong whitespace usage
Gilad Ben-Yossef
2
-282
/
+282
2017-06-04
staging: ccree: remove spurious blank line
Gilad Ben-Yossef
1
-1
/
+0
2017-06-04
staging: ccree: remove dead code
Gilad Ben-Yossef
1
-28
/
+3
2017-06-04
staging: ccree: drop no longer used macro
Gilad Ben-Yossef
1
-2
/
+0
2017-06-04
staging: ccree: use snake_case for hash enums
Gilad Ben-Yossef
2
-4
/
+4
2017-06-04
staging: ccree: remove unused struct
Gilad Ben-Yossef
1
-18
/
+0
2017-06-04
staging: ccree: remove custom bitfield macros
Gilad Ben-Yossef
5
-108
/
+7
2017-06-04
staging: ccree: move request_mgr to generic bitfield ops
Gilad Ben-Yossef
2
-10
/
+22
2017-06-04
staging: ccree: remove cycle count debug support
Gilad Ben-Yossef
8
-250
/
+0
2017-06-04
staging: ccree: remove unused debug macros
Gilad Ben-Yossef
1
-19
/
+0
2017-06-04
staging: ccree: move M/LLI defines to header file
Gilad Ben-Yossef
2
-7
/
+8
2017-06-04
staging: ccree: refactor LLI access macros
Gilad Ben-Yossef
2
-22
/
+25
2017-06-04
staging: ccree: remove 48 bit dma addr sim
Gilad Ben-Yossef
7
-163
/
+0
2017-06-04
staging: ccree: refactor HW command FIFO access
Gilad Ben-Yossef
10
-1680
/
+1745
2017-06-04
staging: ccree: replace bit shift with BIT macro
Gilad Ben-Yossef
1
-1
/
+1
2017-06-03
Drivers: ccree: cc_hw_queue_defs.h - align block comments
Derek Robson
1
-16
/
+16
[next]