index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
crypto: hisilicon/zip - use a enum parameter instead of some macros
Yang Shen
1
-10
/
+13
2020-09-18
crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'
Yang Shen
1
-3
/
+4
2020-09-18
crypto: hisilicon/zip - modify debugfs interface parameters
Shukun Tan
1
-31
/
+24
2020-09-18
crypto: hisilicon/zip - unify naming style for functions and macros
Yang Shen
1
-17
/
+18
2020-09-18
crypto: hisilicon/zip - remove some useless parameters
Yang Shen
2
-2
/
+0
2020-08-21
crypto: hisilicon/qm - fix the process of register algorithms to crypto
Yang Shen
8
-106
/
+124
2020-08-21
crypto: hisilicon/qm - fix the call trace when unbind device
Weili Qian
5
-9
/
+99
2020-08-21
crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'
Yang Shen
5
-0
/
+21
2020-08-21
crypto: hisilicon/qm - fix VF not available after PF FLR
Shukun Tan
1
-0
/
+6
2020-08-21
crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'
Yang Shen
5
-17
/
+17
2020-08-21
crypto: hisilicon/qm - fix event queue depth to 2048
Shukun Tan
1
-6
/
+13
2020-08-21
crypto: hisilicon/qm - fix judgement of queue is full
Hui Tang
1
-1
/
+1
2020-08-21
crypto: hisilicon/qm - fix print frequence in hisi_qp_send
Yang Shen
1
-1
/
+1
2020-08-21
crypto: hisilicon/qm - clear used reference count when start qp
Shukun Tan
1
-0
/
+1
2020-08-21
crypto: hisilicon/qm - fix wrong release after using strsep
Sihang Chen
1
-4
/
+6
2020-07-16
crypto: hisilicon/hpre - disable FLR triggered by hardware
Hui Tang
1
-4
/
+22
2020-07-16
crypto: hisilicon/hpre - update debugfs interface parameters
Meng Yu
1
-33
/
+26
2020-07-16
crypto: hisilicon/hpre - Add a switch in sriov_configure
Meng Yu
1
-1
/
+2
2020-07-16
crypto: hisilicon/hpre - Modify the Macro definition and format
Meng Yu
1
-7
/
+5
2020-07-16
crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfs
Hui Tang
1
-4
/
+6
2020-07-16
crypto: hisilicon/hpre - Init the value of current_q of debugfs
Meng Yu
1
-0
/
+1
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2
-10
/
+18
2020-07-16
crypto: hisilicon/sec2 - fix some coding styles
Longfang Liu
1
-5
/
+4
2020-07-16
crypto: hisilicon/sec2 - update debugfs interface parameters
Longfang Liu
1
-26
/
+26
2020-07-16
crypto: hisilicon/sec2 - update SEC initialization and reset
Longfang Liu
2
-27
/
+29
2020-07-16
crypto:hisilicon/sec2 - update busy processing logic
Kai Ye
3
-25
/
+71
2020-07-16
crypto: hisilicon/sec2 - clear SEC debug regs
Kai Ye
1
-0
/
+7
2020-07-09
crypto: hisilicon/zip - permit users to specify NUMA node
Barry Song
3
-6
/
+7
2020-07-03
crypto: hisilicon/qm - Change type of pasid to u32
Fenghua Yu
1
-2
/
+2
2020-06-26
crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified
Mikulas Patocka
1
-16
/
+18
2020-06-26
crypto: hisilicon - fix strncpy warning with strscpy
Zhangfei Gao
1
-1
/
+5
2020-06-18
crypto: hisilicon - update SEC driver module parameter
Longfang Liu
1
-3
/
+3
2020-06-18
crypto: hisilicon - allow smaller reads in debugfs
Dan Carpenter
1
-27
/
+6
2020-06-15
crypto: hisilicon - Cap block size at 2^31
Herbert Xu
1
-1
/
+2
2020-05-28
crypto: hisilicon - fix driver compatibility issue with different versions of devices
Weili Qian
5
-112
/
+39
2020-05-23
crypto: hisilicon/qm - change debugfs file name from qm_regs to regs
Shukun Tan
1
-1
/
+1
2020-05-23
crypto: hisilicon/qm - add DebugFS for xQC and xQE dump
Shukun Tan
5
-39
/
+488
2020-05-23
crypto: hisilicon/zip - add debugfs for Hisilicon ZIP
Longfang Liu
3
-1
/
+70
2020-05-23
crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
Hui Tang
3
-15
/
+157
2020-05-23
crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC
Kai Ye
3
-10
/
+52
2020-05-23
crypto: hisilicon/qm - add debugfs to the QM state machine
Longfang Liu
1
-0
/
+34
2020-05-23
crypto: hisilicon/qm - add debugfs for QM
Longfang Liu
2
-0
/
+60
2020-05-15
crypto: hisilicon/zip - Use temporary sqe when doing work
Zhou Wang
1
-6
/
+5
2020-05-15
crypto: hisilicon - add device error report through abnormal irq
Shukun Tan
2
-153
/
+187
2020-05-15
crypto: hisilicon - remove codes of directly report device errors through MSI
Shukun Tan
5
-48
/
+13
2020-05-15
crypto: hisilicon - QM memory management optimization
Weili Qian
2
-141
/
+128
2020-05-15
crypto: hisilicon - unify initial value assignment into QM
Weili Qian
4
-72
/
+81
2020-05-15
crypto: hisilicon - remove use_dma_api related codes
Shukun Tan
5
-25
/
+13
2020-05-15
crypto: hisilicon - add FLR support
Shukun Tan
5
-4
/
+165
2020-05-15
crypto: hisilicon/qm - add state machine for QM
Zhou Wang
2
-83
/
+307
[prev]
[next]