index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ccree
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: ccree: save ciphertext for CTS IV
Gilad Ben-Yossef
2017-08-23
1
-4
/
+36
*
staging: ccree: constify dev_pm_ops structures.
Arvind Yadav
2017-08-16
1
-1
/
+1
*
staging: ccree: Use sizeof(variable) in memory allocs
Simon Sandström
2017-08-16
6
-13
/
+14
*
staging: ccree: Fix unnecessary NULL check before kfree'ing it
Suniel Mahesh
2017-07-27
1
-17
/
+8
*
staging: ccree: remove func name from log messages
Gilad Ben-Yossef
2017-07-27
5
-13
/
+13
*
staging: ccree: Fix alignment issues in ssi_request_mgr.c
Simon Sandström
2017-07-27
1
-1
/
+3
*
staging: ccree: Fix alignment issues in ssi_ivgen.c
Simon Sandström
2017-07-27
1
-1
/
+2
*
staging: ccree: Fix alignment issues in ssi_cipher.c
Simon Sandström
2017-07-27
1
-1
/
+2
*
staging: ccree: Fix alignment issues in ssi_buffer_mgr.c
Simon Sandström
2017-07-27
1
-16
/
+24
*
staging: ccree: Fix alignment issues in ssi_hash.c
Simon Sandström
2017-07-27
1
-49
/
+56
*
staging: ccree: Fix alignment issues in ssi_aead.c
Simon Sandström
2017-07-27
1
-22
/
+25
*
drivers: staging: ccree: use __func__ to get function name in error messages.
Dhananjay Balan
2017-07-18
1
-1
/
+1
*
staging: ccree: move comment to fit coding style
Bincy K Philip
2017-07-16
1
-1
/
+2
*
staging: ccree: remove whitespace before a quoted newline
Gilad Ben-Yossef
2017-07-16
3
-9
/
+9
*
staging: ccree: avoid unnecessary line continuation
Gilad Ben-Yossef
2017-07-16
1
-2
/
+3
*
staging: ccree: avoid constant comparison
Gilad Ben-Yossef
2017-07-16
1
-1
/
+1
*
staging: ccree: CamelCase to snake_case in aead struct
Gilad Ben-Yossef
2017-07-16
3
-58
/
+58
*
staging: ccree: CamelCase to snake_case in func vars
Gilad Ben-Yossef
2017-07-16
3
-34
/
+36
*
staging: ccree: use proper printk format for dma_addr_t
Gilad Ben-Yossef
2017-07-16
6
-82
/
+81
*
staging: ccree: clean up struct ssi_aead_ctx
Gilad Ben-Yossef
2017-07-16
1
-44
/
+64
*
staging: ccree remove unnecessary parentheses
Gilad Ben-Yossef
2017-07-16
6
-13
/
+13
*
staging: ccree: Fix alignment issues in ssi_sysfs.c
Simon Sandström
2017-07-16
1
-28
/
+31
*
staging: ccree: Fix alignment issues in ssi_sram_mgr.c
Simon Sandström
2017-07-16
1
-3
/
+3
*
staging: ccree: Fix alignment issues in ssi_request_mgr.c
Simon Sandström
2017-07-16
1
-22
/
+20
*
staging: ccree: Fix alignment issues in ssi_ivgen.c
Simon Sandström
2017-07-16
1
-1
/
+2
*
staging: ccree: Fix alignment issues in ssi_driver.c
Simon Sandström
2017-07-16
1
-20
/
+20
*
staging: ccree: Fix alignment issues in ssi_cipher.c
Simon Sandström
2017-07-16
1
-41
/
+34
*
staging: ccree: Fix alignment issues in ssi_buffer_mgr.c
Simon Sandström
2017-07-16
1
-131
/
+164
*
staging: ccree: move FIPS support to kernel infrastructure
Gilad Ben-Yossef
2017-07-16
15
-2570
/
+130
*
staging: ccree: fix switch case indentation
Tyler Olivieri
2017-07-16
1
-12
/
+12
*
staging: ccree: export symbol immediately following function
Tyler Olivieri
2017-07-16
1
-2
/
+0
*
staging: ccree: remove assignement in conditional
Tyler Olivieri
2017-07-16
1
-2
/
+4
*
staging: ccree: fix placement of curly braces
Tyler Olivieri
2017-07-16
6
-74
/
+40
*
staging: ccree: remove redudant semicolons
Tyler Olivieri
2017-07-16
1
-1
/
+1
*
staging: ccree: use sizeof(*var) in kmalloc
Gustavo A. R. Silva
2017-07-16
1
-1
/
+1
*
staging: ccree: remove unnecessary cast on kmalloc
Gustavo A. R. Silva
2017-07-16
1
-2
/
+1
*
staging: ccree: Use __func__ instead of function name
Karthik Tummala
2017-07-16
1
-3
/
+3
*
staging: ccree: fix block comment style
Gilad Ben-Yossef
2017-06-29
1
-4
/
+4
*
staging: ccree: remove/add (un)needed blank lines
Gilad Ben-Yossef
2017-06-29
24
-133
/
+33
*
staging: ccree: remove unused type CCFipsSyncStatus_t
Gilad Ben-Yossef
2017-06-29
1
-10
/
+0
*
staging: ccree: remove custom type ssi_fips_state_t
Gilad Ben-Yossef
2017-06-29
4
-12
/
+12
*
staging: ccree: remove custom type ssi_fips_error_t
Gilad Ben-Yossef
2017-06-29
6
-38
/
+38
*
staging: ccree: remove custom type tdes_keys_t
Gilad Ben-Yossef
2017-06-29
1
-3
/
+3
*
staging: ccree: fix pointer location
Gilad Ben-Yossef
2017-06-29
9
-36
/
+36
*
staging: ccree: remove comparisons to NULL
Gilad Ben-Yossef
2017-06-29
12
-78
/
+78
*
staging: ccree: fix unmatched if/else braces
Gilad Ben-Yossef
2017-06-29
2
-5
/
+5
*
staging: ccree: no need for braces for single statements
Gilad Ben-Yossef
2017-06-29
11
-162
/
+110
*
staging: ccree: remove redundant blank lines
Gilad Ben-Yossef
2017-06-29
7
-20
/
+0
*
staging: ccree: fix else placement
Gilad Ben-Yossef
2017-06-29
2
-4
/
+2
*
staging: ccree: drop comparsion to true/false
Gilad Ben-Yossef
2017-06-29
4
-22
/
+22
[next]