index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()
Eric Biggers
2020-05-08
1
-3
/
+2
*
crypto: hisilicon/qm - Make qm_controller_reset() static
Zou Wei
2020-04-30
1
-1
/
+1
*
crypto: hisilicon/qm - add more ACPI dependencies
Stephen Rothwell
2020-04-22
1
-0
/
+3
*
crypto: hisilicon/qm - fix build failure with ACPI off
Shukun Tan
2020-04-20
1
-0
/
+1
*
crypto: hisilicon/qm - stop qp by judging sq and cq tail
Yang Shen
2020-04-16
1
-9
/
+114
*
crypto: hisilicon/sec2 - add controller reset support for SEC2
Yang Shen
2020-04-16
1
-12
/
+28
*
crypto: hisilicon/hpre - add controller reset support for HPRE
Hui Tang
2020-04-16
1
-9
/
+37
*
crypto: hisilicon/zip - add controller reset support for zip
Shukun Tan
2020-04-16
1
-6
/
+51
*
crypto: hisilicon/qm - add controller reset interface
Shukun Tan
2020-04-16
2
-0
/
+560
*
crypto: hisilicon - add vfs_num module parameter for hpre/sec
Hao Fang
2020-04-16
4
-2
/
+64
*
crypto: hisilicon - unify SR-IOV related codes into QM
Shukun Tan
2020-04-16
5
-324
/
+138
*
crypto: hisilicon - put vfs_num into struct hisi_qm
Shukun Tan
2020-04-16
6
-29
/
+22
*
crypto: hisilicon - Fix build error
YueHaibing
2020-04-03
1
-0
/
+2
*
crypto: hisilicon/sec2 - Add new create qp process
Kai Ye
2020-03-20
3
-61
/
+42
*
crypto: hisilicon/hpre - Optimize finding hpre device process
Hui Tang
2020-03-20
3
-55
/
+20
*
crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx
Shukun Tan
2020-03-20
3
-114
/
+34
*
crypto: hisilicon/qm - Put device finding logic into QM
Weili Qian
2020-03-20
2
-0
/
+156
*
crypto: hisilicon/sec2 - Add pbuffer mode for SEC driver
Longfang Liu
2020-03-12
2
-5
/
+172
*
crypto: hisilicon/sec2 - Update IV and MAC operation
Longfang Liu
2020-03-12
2
-32
/
+43
*
crypto: hisilicon/sec2 - Add iommu status check
Longfang Liu
2020-03-12
2
-0
/
+20
*
crypto: hisilicon/sec2 - Add workqueue for SEC driver.
Ye Kai
2020-03-12
1
-3
/
+29
*
crypto: hisilicon - Use one workqueue per qm instead of per qp
Shukun Tan
2020-03-12
2
-25
/
+19
*
crypto: hisilicon - qm depends on UACCE
Hongbo Yao
2020-03-06
1
-0
/
+2
*
crypto: hisilicon - remove redundant assignment of pointer ctx
Colin Ian King
2020-02-28
1
-1
/
+0
*
crypto: hisilicon - register zip engine to uacce
Zhangfei Gao
2020-02-22
3
-8
/
+260
*
crypto: hisilicon - Remove module_param uacce_mode
Zhangfei Gao
2020-02-22
1
-25
/
+6
*
crypto: hisilicon - Fix duplicate print when qm occur multiple errors
Shukun Tan
2020-02-13
1
-31
/
+28
*
crypto: hisilicon - Unify error detect process into qm
Shukun Tan
2020-02-13
5
-244
/
+185
*
crypto: hisilicon - Configure zip RAS error type
Shukun Tan
2020-02-13
1
-0
/
+10
*
crypto: hisilicon - Unify hardware error init/uninit into QM
Shukun Tan
2020-02-13
5
-99
/
+149
*
crypto: hisilicon - fix spelling mistake "disgest" -> "digest"
Colin Ian King
2020-01-22
1
-1
/
+1
*
crypto: hisilicon - add branch prediction macro
Zaibo Xu
2020-01-16
1
-22
/
+22
*
crypto: hisilicon - adjust hpre_crt_para_get
Zaibo Xu
2020-01-16
1
-14
/
+14
*
crypto: hisilicon - Fixed some tiny bugs of HPRE
Zaibo Xu
2020-01-16
2
-38
/
+32
*
crypto: hisilicon - Bugfixed tfm leak
Zaibo Xu
2020-01-16
2
-13
/
+18
*
crypto: hisilicon - Add aead support on SEC2
Zaibo Xu
2020-01-16
4
-24
/
+620
*
crypto: hisilicon - redefine skcipher initiation
Zaibo Xu
2020-01-16
1
-35
/
+61
*
crypto: hisilicon - Add branch prediction macro
Zaibo Xu
2020-01-16
1
-14
/
+14
*
crypto: hisilicon - Add callback error check
Zaibo Xu
2020-01-16
2
-6
/
+10
*
crypto: hisilicon - Adjust some inner logic
Zaibo Xu
2020-01-16
1
-26
/
+28
*
crypto: hisilicon - Update QP resources of SEC V2
Zaibo Xu
2020-01-16
3
-93
/
+59
*
crypto: hisilicon - Update some names on SEC V2
Zaibo Xu
2020-01-16
2
-29
/
+36
*
crypto: hisilicon - fix print/comment of SEC V2
Zaibo Xu
2020-01-16
2
-6
/
+6
*
crypto: hisilicon - Update debugfs usage of SEC V2
Zaibo Xu
2020-01-16
3
-14
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2020-01-16
3
-11
/
+21
|
\
|
*
crypto: hisilicon/sec2 - Use atomics instead of __sync
Arnd Bergmann
2020-01-09
3
-11
/
+21
*
|
crypto: hisilicon - still no need to check return value of debugfs_create fun...
Greg Kroah-Hartman
2019-12-20
1
-22
/
+6
*
|
crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
Eric Biggers
2019-12-11
1
-1
/
+1
*
|
crypto: hisilicon - Remove useless MODULE macros
Zhou Wang
2019-12-11
1
-4
/
+0
*
|
crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...
Jonathan Cameron
2019-12-11
3
-70
/
+27
[next]