index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
Age
Commit message (
Expand
)
Author
Lines
2020-05-28
crypto: hisilicon - fix driver compatibility issue with different versions of...
Weili Qian
-112
/
+39
2020-05-23
crypto: hisilicon/qm - change debugfs file name from qm_regs to regs
Shukun Tan
-1
/
+1
2020-05-23
crypto: hisilicon/qm - add DebugFS for xQC and xQE dump
Shukun Tan
-39
/
+488
2020-05-23
crypto: hisilicon/zip - add debugfs for Hisilicon ZIP
Longfang Liu
-1
/
+70
2020-05-23
crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
Hui Tang
-15
/
+157
2020-05-23
crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC
Kai Ye
-10
/
+52
2020-05-23
crypto: hisilicon/qm - add debugfs to the QM state machine
Longfang Liu
-0
/
+34
2020-05-23
crypto: hisilicon/qm - add debugfs for QM
Longfang Liu
-0
/
+60
2020-05-15
crypto: hisilicon/zip - Use temporary sqe when doing work
Zhou Wang
-6
/
+5
2020-05-15
crypto: hisilicon - add device error report through abnormal irq
Shukun Tan
-153
/
+187
2020-05-15
crypto: hisilicon - remove codes of directly report device errors through MSI
Shukun Tan
-48
/
+13
2020-05-15
crypto: hisilicon - QM memory management optimization
Weili Qian
-141
/
+128
2020-05-15
crypto: hisilicon - unify initial value assignment into QM
Weili Qian
-72
/
+81
2020-05-15
crypto: hisilicon - remove use_dma_api related codes
Shukun Tan
-25
/
+13
2020-05-15
crypto: hisilicon - add FLR support
Shukun Tan
-4
/
+165
2020-05-15
crypto: hisilicon/qm - add state machine for QM
Zhou Wang
-83
/
+307
2020-05-15
crypto: hisilicon - refactor module parameter pf_q_num related code
Shukun Tan
-97
/
+49
2020-05-15
crypto: hisilicon/zip - modify the ZIP probe process
Longfang Liu
-18
/
+42
2020-05-15
crypto: hisilicon/hpre - modify the HPRE probe process
Longfang Liu
-17
/
+25
2020-05-15
crypto: hisilicon/sec2 - modify the SEC probe process
Longfang Liu
-37
/
+30
2020-05-15
crypto: hisilicon/sec2 - constify sec_dfx_regs
Rikard Falkeborn
-1
/
+1
2020-05-15
crypto: hisilicon/zip - constify struct debugfs_reg32
Rikard Falkeborn
-1
/
+1
2020-05-15
crypto: hisilicon/hpre - constify struct debugfs_reg32
Rikard Falkeborn
-2
/
+2
2020-05-08
crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()
Eric Biggers
-3
/
+2
2020-04-30
crypto: hisilicon/qm - Make qm_controller_reset() static
Zou Wei
-1
/
+1
2020-04-22
crypto: hisilicon/qm - add more ACPI dependencies
Stephen Rothwell
-0
/
+3
2020-04-20
crypto: hisilicon/qm - fix build failure with ACPI off
Shukun Tan
-0
/
+1
2020-04-16
crypto: hisilicon/qm - stop qp by judging sq and cq tail
Yang Shen
-9
/
+114
2020-04-16
crypto: hisilicon/sec2 - add controller reset support for SEC2
Yang Shen
-12
/
+28
2020-04-16
crypto: hisilicon/hpre - add controller reset support for HPRE
Hui Tang
-9
/
+37
2020-04-16
crypto: hisilicon/zip - add controller reset support for zip
Shukun Tan
-6
/
+51
2020-04-16
crypto: hisilicon/qm - add controller reset interface
Shukun Tan
-0
/
+560
2020-04-16
crypto: hisilicon - add vfs_num module parameter for hpre/sec
Hao Fang
-2
/
+64
2020-04-16
crypto: hisilicon - unify SR-IOV related codes into QM
Shukun Tan
-324
/
+138
2020-04-16
crypto: hisilicon - put vfs_num into struct hisi_qm
Shukun Tan
-29
/
+22
2020-04-03
crypto: hisilicon - Fix build error
YueHaibing
-0
/
+2
2020-03-20
crypto: hisilicon/sec2 - Add new create qp process
Kai Ye
-61
/
+42
2020-03-20
crypto: hisilicon/hpre - Optimize finding hpre device process
Hui Tang
-55
/
+20
2020-03-20
crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx
Shukun Tan
-114
/
+34
2020-03-20
crypto: hisilicon/qm - Put device finding logic into QM
Weili Qian
-0
/
+156
2020-03-12
crypto: hisilicon/sec2 - Add pbuffer mode for SEC driver
Longfang Liu
-5
/
+172
2020-03-12
crypto: hisilicon/sec2 - Update IV and MAC operation
Longfang Liu
-32
/
+43
2020-03-12
crypto: hisilicon/sec2 - Add iommu status check
Longfang Liu
-0
/
+20
2020-03-12
crypto: hisilicon/sec2 - Add workqueue for SEC driver.
Ye Kai
-3
/
+29
2020-03-12
crypto: hisilicon - Use one workqueue per qm instead of per qp
Shukun Tan
-25
/
+19
2020-03-06
crypto: hisilicon - qm depends on UACCE
Hongbo Yao
-0
/
+2
2020-02-28
crypto: hisilicon - remove redundant assignment of pointer ctx
Colin Ian King
-1
/
+0
2020-02-22
crypto: hisilicon - register zip engine to uacce
Zhangfei Gao
-8
/
+260
2020-02-22
crypto: hisilicon - Remove module_param uacce_mode
Zhangfei Gao
-25
/
+6
2020-02-13
crypto: hisilicon - Fix duplicate print when qm occur multiple errors
Shukun Tan
-31
/
+28
[next]