index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
/
qat_common
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-16
crypto: qat - don't need qat_auth_state struct
Tadeusz Struk
1
-6
/
+0
2015-01-14
crypto: qat - Ensure ipad and opad are zeroed
Herbert Xu
1
-9
/
+6
2015-01-13
crypto: qat - remove unnecessary include of atomic.h header file
Allan, Bruce W
2
-2
/
+0
2015-01-13
crypto: qat - use pci_wait_for_pending_transaction()
Allan, Bruce W
1
-15
/
+2
2015-01-13
crypto: qat - adf_ae_stop() is never called
Allan, Bruce W
1
-1
/
+1
2015-01-13
crypto: qat - correctly type a boolean
Allan, Bruce W
1
-2
/
+3
2015-01-13
crypto: qat - fix device reset flow
Allan, Bruce W
6
-16
/
+98
2015-01-08
crypto: qat - Fix incorrect uses of memzero_explicit
Herbert Xu
1
-25
/
+20
2014-12-22
crypto: qat - add support for cbc(aes) ablkcipher
Tadeusz Struk
3
-112
/
+433
2014-12-22
crypto: qat - Fix assumption that sg in and out will have the same nents
Tadeusz Struk
2
-33
/
+50
2014-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
8
-31
/
+46
2014-12-04
crypto: qat - fix problem with coalescing enable logic
Tadeusz Struk
1
-7
/
+8
2014-11-25
crytpo: qat - Fix 64 bytes requests
Struk, Tadeusz
1
-3
/
+6
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-1
/
+2
2014-11-17
crypto: qat - Use memzero_explicit
Struk, Tadeusz
1
-14
/
+22
2014-11-06
crypto: qat - Move BAR definitions to device specific module
Tadeusz Struk
2
-3
/
+2
2014-10-24
crypto: qat - misspelling typo - "reseting" should be "resetting"
Bruce Allan
1
-1
/
+1
2014-10-24
crypto: qat - cleanup unnecessary break checkpatch warning
Bruce Allan
1
-1
/
+0
2014-10-24
crypto: qat - fix bad unlock balance
Bruce Allan
1
-1
/
+5
2014-10-24
crypto: qat - Enforce valid numa configuration
Tadeusz Struk
4
-12
/
+16
2014-10-24
crypto: qat - Prevent dma mapping zero length assoc data
Tadeusz Struk
1
-0
/
+2
2014-10-14
crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c
Behan Webster
1
-17
/
+14
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
3
-61
/
+9
2014-09-24
crypto: qat - Removed unneeded partial state
Tadeusz Struk
1
-59
/
+7
2014-09-24
crypto: qat - Fix typo in name of tasklet_struct
Tadeusz Struk
1
-1
/
+1
2014-09-01
treewide: fix errors in printk
Masanari Iida
1
-1
/
+1
2014-08-25
crypto: qat - Fix return value check in adf_chr_drv_create()
Wei Yongjun
1
-1
/
+1
2014-08-01
crypto: qat - Fixed SKU1 dev issue
Tadeusz Struk
1
-5
/
+1
2014-08-01
crypto: qat - Use hweight for bit counting
Tadeusz Struk
1
-13
/
+2
2014-08-01
crypto: qat - Updated print outputs
Tadeusz Struk
4
-14
/
+13
2014-08-01
crypto: qat - change ae_num to ae_id
Tadeusz Struk
2
-48
/
+45
2014-08-01
crypto: qat - change slice->regions to slice->region
Tadeusz Struk
2
-12
/
+12
2014-08-01
crypto: qat - use min_t macro
Tadeusz Struk
1
-2
/
+2
2014-08-01
crypto: qat - remove unnecessary parentheses
Tadeusz Struk
3
-31
/
+31
2014-08-01
crypto: qat - remove unneeded header
Tadeusz Struk
1
-1
/
+0
2014-08-01
crypto: qat - checkpatch blank lines
Tadeusz Struk
2
-0
/
+4
2014-08-01
crypto: qat - remove unnecessary return codes
Tadeusz Struk
1
-15
/
+8
2014-07-10
crypto: qat - remove an unneeded cast
Dan Carpenter
1
-1
/
+1
2014-06-26
crypto: qat - Fix error path crash when no firmware is present
Tadeusz Struk
2
-6
/
+6
2014-06-26
crypto: qat - Fixed new checkpatch warnings
Tadeusz Struk
8
-11
/
+30
2014-06-26
crypto: qat - Fix random config build warnings
Tadeusz Struk
2
-3
/
+4
2014-06-20
crypto: qat - Intel(R) QAT accelengine part of fw loader
Tadeusz Struk
3
-0
/
+1605
2014-06-20
crypto: qat - Intel(R) QAT ucode part of fw loader
Tadeusz Struk
2
-0
/
+1569
2014-06-20
crypto: qat - Intel(R) QAT crypto interface
Tadeusz Struk
3
-0
/
+1401
2014-06-20
crypto: qat - Intel(R) QAT FW interface
Tadeusz Struk
4
-0
/
+1155
2014-06-20
crypto: qat - Intel(R) QAT transport code
Tadeusz Struk
5
-0
/
+1204
2014-06-20
crypto: qat - Intel(R) QAT driver framework
Tadeusz Struk
13
-0
/
+2652