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/hpre - disable FLR triggered by hardware
Hui Tang
2020-07-16
1
-4
/
+22
*
crypto: hisilicon/hpre - update debugfs interface parameters
Meng Yu
2020-07-16
1
-33
/
+26
*
crypto: hisilicon/hpre - Add a switch in sriov_configure
Meng Yu
2020-07-16
1
-1
/
+2
*
crypto: hisilicon/hpre - Modify the Macro definition and format
Meng Yu
2020-07-16
1
-7
/
+5
*
crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfs
Hui Tang
2020-07-16
1
-4
/
+6
*
crypto: hisilicon/hpre - Init the value of current_q of debugfs
Meng Yu
2020-07-16
1
-0
/
+1
*
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-07-16
2
-10
/
+18
*
crypto: hisilicon/sec2 - fix some coding styles
Longfang Liu
2020-07-16
1
-5
/
+4
*
crypto: hisilicon/sec2 - update debugfs interface parameters
Longfang Liu
2020-07-16
1
-27
/
+27
*
crypto: hisilicon/sec2 - update SEC initialization and reset
Longfang Liu
2020-07-16
2
-27
/
+29
*
crypto:hisilicon/sec2 - update busy processing logic
Kai Ye
2020-07-16
3
-25
/
+71
*
crypto: hisilicon/sec2 - clear SEC debug regs
Kai Ye
2020-07-16
1
-0
/
+7
*
crypto: hisilicon/zip - permit users to specify NUMA node
Barry Song
2020-07-09
3
-6
/
+7
*
crypto: hisilicon/qm - Change type of pasid to u32
Fenghua Yu
2020-07-03
1
-2
/
+2
*
crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified
Mikulas Patocka
2020-06-26
1
-16
/
+18
*
crypto: hisilicon - fix strncpy warning with strscpy
Zhangfei Gao
2020-06-26
1
-1
/
+5
*
crypto: hisilicon - update SEC driver module parameter
Longfang Liu
2020-06-18
1
-3
/
+3
*
crypto: hisilicon - allow smaller reads in debugfs
Dan Carpenter
2020-06-18
1
-27
/
+6
*
crypto: hisilicon - Cap block size at 2^31
Herbert Xu
2020-06-15
1
-1
/
+2
*
crypto: hisilicon - fix driver compatibility issue with different versions of...
Weili Qian
2020-05-28
5
-112
/
+39
*
crypto: hisilicon/qm - change debugfs file name from qm_regs to regs
Shukun Tan
2020-05-22
1
-1
/
+1
*
crypto: hisilicon/qm - add DebugFS for xQC and xQE dump
Shukun Tan
2020-05-22
5
-39
/
+488
*
crypto: hisilicon/zip - add debugfs for Hisilicon ZIP
Longfang Liu
2020-05-22
3
-1
/
+70
*
crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
Hui Tang
2020-05-22
3
-15
/
+157
*
crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC
Kai Ye
2020-05-22
3
-10
/
+52
*
crypto: hisilicon/qm - add debugfs to the QM state machine
Longfang Liu
2020-05-22
1
-0
/
+34
*
crypto: hisilicon/qm - add debugfs for QM
Longfang Liu
2020-05-22
2
-0
/
+60
*
crypto: hisilicon/zip - Use temporary sqe when doing work
Zhou Wang
2020-05-15
1
-6
/
+5
*
crypto: hisilicon - add device error report through abnormal irq
Shukun Tan
2020-05-15
2
-153
/
+187
*
crypto: hisilicon - remove codes of directly report device errors through MSI
Shukun Tan
2020-05-15
5
-48
/
+13
*
crypto: hisilicon - QM memory management optimization
Weili Qian
2020-05-15
2
-141
/
+128
*
crypto: hisilicon - unify initial value assignment into QM
Weili Qian
2020-05-15
4
-72
/
+81
*
crypto: hisilicon - remove use_dma_api related codes
Shukun Tan
2020-05-15
5
-25
/
+13
*
crypto: hisilicon - add FLR support
Shukun Tan
2020-05-15
5
-4
/
+165
*
crypto: hisilicon/qm - add state machine for QM
Zhou Wang
2020-05-15
2
-83
/
+307
*
crypto: hisilicon - refactor module parameter pf_q_num related code
Shukun Tan
2020-05-15
4
-97
/
+49
*
crypto: hisilicon/zip - modify the ZIP probe process
Longfang Liu
2020-05-15
1
-18
/
+42
*
crypto: hisilicon/hpre - modify the HPRE probe process
Longfang Liu
2020-05-15
1
-17
/
+25
*
crypto: hisilicon/sec2 - modify the SEC probe process
Longfang Liu
2020-05-15
1
-37
/
+30
*
crypto: hisilicon/sec2 - constify sec_dfx_regs
Rikard Falkeborn
2020-05-15
1
-1
/
+1
*
crypto: hisilicon/zip - constify struct debugfs_reg32
Rikard Falkeborn
2020-05-15
1
-1
/
+1
*
crypto: hisilicon/hpre - constify struct debugfs_reg32
Rikard Falkeborn
2020-05-15
1
-2
/
+2
*
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
[next]