index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
crypto
/
qat
/
qat_common
/
qat_uclo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: qat - add gen4 firmware loader
Jack Xu
2020-11-13
1
-0
/
+2
*
crypto: qat - add support for broadcasting mode
Jack Xu
2020-11-13
1
-3
/
+87
*
crypto: qat - add support for shared ustore
Jack Xu
2020-11-13
1
-13
/
+16
*
crypto: qat - allow to target specific AEs
Jack Xu
2020-11-13
1
-7
/
+35
*
crypto: qat - add FCU CSRs to chip info
Jack Xu
2020-11-13
1
-14
/
+30
*
crypto: qat - add CSS3K support
Jack Xu
2020-11-13
1
-25
/
+26
*
crypto: qat - use ae_mask
Jack Xu
2020-11-13
1
-12
/
+14
*
crypto: qat - add check for null pointer
Jack Xu
2020-11-13
1
-11
/
+17
*
crypto: qat - add local memory size to chip info
Jack Xu
2020-11-13
1
-1
/
+1
*
crypto: qat - add support for lm2 and lm3
Jack Xu
2020-11-13
1
-0
/
+16
*
crypto: qat - add next neighbor to chip_info
Jack Xu
2020-11-13
1
-5
/
+7
*
crypto: qat - replace check based on DID
Jack Xu
2020-11-13
1
-3
/
+5
*
crypto: qat - introduce chip info structure
Jack Xu
2020-11-13
1
-3
/
+3
*
crypto: qat - refactor long expressions
Jack Xu
2020-11-13
1
-18
/
+23
*
crypto: qat - refactor qat_uclo_set_ae_mode()
Jack Xu
2020-11-13
1
-26
/
+43
*
crypto: qat - change micro word data mask
Jack Xu
2020-11-13
1
-1
/
+1
*
crypto: qat - add support for relative FW ucode loading
Jack Xu
2020-11-13
1
-6
/
+7
*
crypto: qat - rename qat_uclo_del_uof_obj()
Jack Xu
2020-11-13
1
-1
/
+1
*
crypto: qat - remove unnecessary parenthesis
Jack Xu
2020-11-13
1
-8
/
+8
*
crypto: qat - fix error message
Jack Xu
2020-11-13
1
-1
/
+1
*
crypto: qat - support for mof format in fw loader
Giovanni Cabiddu
2020-11-13
1
-3
/
+259
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-10-13
1
-4
/
+5
|
\
|
*
crypto: qat - replace device ids defines
Giovanni Cabiddu
2020-09-18
1
-4
/
+5
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-3
/
+3
|
/
*
crypto: qat - fix double free in qat_uclo_create_batch_init_list
Tom Rix
2020-07-23
1
-2
/
+7
*
crypto: qat - replace user types with kernel u types
Wojciech Ziemba
2020-06-18
1
-10
/
+10
*
crypto: qat - convert to SPDX License Identifiers
Giovanni Cabiddu
2020-06-18
1
-46
/
+2
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
crypto: qat - mark expected switch fall-throughs in qat_uclo
Gustavo A. R. Silva
2017-11-03
1
-0
/
+3
*
crypto: qat - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-6
/
+6
*
crypto: qat - fix leak on error path
Giovanni Cabiddu
2016-09-13
1
-4
/
+4
*
crypto: qat - The AE id should be less than the maximal AE number
Pingchao Yang
2016-02-28
1
-1
/
+1
*
crypto: qat - add support for new devices to FW loader
Pingchao Yang
2015-12-09
1
-26
/
+529
*
crypto: qat - add support for MMP FW
Pingchao Yang
2015-07-17
1
-21
/
+6
*
crypto: qat - Fixed SKU1 dev issue
Tadeusz Struk
2014-08-01
1
-5
/
+1
*
crypto: qat - Updated print outputs
Tadeusz Struk
2014-08-01
1
-9
/
+9
*
crypto: qat - change ae_num to ae_id
Tadeusz Struk
2014-08-01
1
-35
/
+32
*
crypto: qat - change slice->regions to slice->region
Tadeusz Struk
2014-08-01
1
-11
/
+11
*
crypto: qat - use min_t macro
Tadeusz Struk
2014-08-01
1
-2
/
+2
*
crypto: qat - remove unnecessary parentheses
Tadeusz Struk
2014-08-01
1
-27
/
+27
*
crypto: qat - remove unnecessary return codes
Tadeusz Struk
2014-08-01
1
-15
/
+8
*
crypto: qat - Fix error path crash when no firmware is present
Tadeusz Struk
2014-06-26
1
-5
/
+5
*
crypto: qat - Fixed new checkpatch warnings
Tadeusz Struk
2014-06-26
1
-7
/
+10
*
crypto: qat - Intel(R) QAT ucode part of fw loader
Tadeusz Struk
2014-06-20
1
-0
/
+1192