index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
/
sec2
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'
Yang Shen
1
-2
/
+1
2020-09-18
crypto: hisilicon - fixed memory allocation error
Longfang Liu
1
-4
/
+12
2020-09-18
crypto: hisilicon - update SEC module parameter description
Longfang Liu
1
-1
/
+1
2020-08-21
crypto: hisilicon/qm - fix the process of register algorithms to crypto
Yang Shen
2
-37
/
+24
2020-08-21
crypto: hisilicon/qm - fix the call trace when unbind device
Weili Qian
1
-1
/
+2
2020-08-21
crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'
Yang Shen
1
-0
/
+1
2020-08-21
crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'
Yang Shen
1
-2
/
+2
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-2
/
+2
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
-27
/
+27
2020-07-16
crypto: hisilicon/sec2 - update SEC initialization and reset
Longfang Liu
1
-27
/
+28
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-06-18
crypto: hisilicon - update SEC driver module parameter
Longfang Liu
1
-3
/
+3
2020-05-28
crypto: hisilicon - fix driver compatibility issue with different versions of...
Weili Qian
1
-16
/
+3
2020-05-23
crypto: hisilicon/qm - add DebugFS for xQC and xQE dump
Shukun Tan
1
-0
/
+6
2020-05-23
crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC
Kai Ye
3
-10
/
+52
2020-05-15
crypto: hisilicon - remove codes of directly report device errors through MSI
Shukun Tan
1
-1
/
+0
2020-05-15
crypto: hisilicon - unify initial value assignment into QM
Weili Qian
1
-26
/
+24
2020-05-15
crypto: hisilicon - remove use_dma_api related codes
Shukun Tan
1
-1
/
+0
2020-05-15
crypto: hisilicon - add FLR support
Shukun Tan
1
-0
/
+2
2020-05-15
crypto: hisilicon - refactor module parameter pf_q_num related code
Shukun Tan
1
-33
/
+2
2020-05-15
crypto: hisilicon/sec2 - modify the SEC probe process
Longfang Liu
1
-37
/
+30
2020-05-15
crypto: hisilicon/sec2 - constify sec_dfx_regs
Rikard Falkeborn
1
-1
/
+1
2020-05-08
crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()
Eric Biggers
1
-3
/
+2
2020-04-16
crypto: hisilicon/sec2 - add controller reset support for SEC2
Yang Shen
1
-12
/
+28
2020-04-16
crypto: hisilicon - add vfs_num module parameter for hpre/sec
Hao Fang
1
-0
/
+18
2020-04-16
crypto: hisilicon - unify SR-IOV related codes into QM
Shukun Tan
1
-106
/
+2
2020-04-16
crypto: hisilicon - put vfs_num into struct hisi_qm
Shukun Tan
2
-10
/
+8
2020-03-20
crypto: hisilicon/sec2 - Add new create qp process
Kai Ye
3
-61
/
+42
2020-03-12
crypto: hisilicon/sec2 - Add pbuffer mode for SEC driver
Longfang Liu
2
-5
/
+172
2020-03-12
crypto: hisilicon/sec2 - Update IV and MAC operation
Longfang Liu
2
-32
/
+43
2020-03-12
crypto: hisilicon/sec2 - Add iommu status check
Longfang Liu
2
-0
/
+20
2020-03-12
crypto: hisilicon/sec2 - Add workqueue for SEC driver.
Ye Kai
1
-3
/
+29
2020-02-28
crypto: hisilicon - remove redundant assignment of pointer ctx
Colin Ian King
1
-1
/
+0
2020-02-13
crypto: hisilicon - Unify error detect process into qm
Shukun Tan
1
-85
/
+42
2020-02-13
crypto: hisilicon - Unify hardware error init/uninit into QM
Shukun Tan
1
-30
/
+21
2020-01-22
crypto: hisilicon - fix spelling mistake "disgest" -> "digest"
Colin Ian King
1
-1
/
+1
2020-01-16
crypto: hisilicon - Add aead support on SEC2
Zaibo Xu
3
-23
/
+613
2020-01-16
crypto: hisilicon - redefine skcipher initiation
Zaibo Xu
1
-35
/
+61
2020-01-16
crypto: hisilicon - Add branch prediction macro
Zaibo Xu
1
-14
/
+14
2020-01-16
crypto: hisilicon - Add callback error check
Zaibo Xu
2
-6
/
+10
2020-01-16
crypto: hisilicon - Adjust some inner logic
Zaibo Xu
1
-26
/
+28
2020-01-16
crypto: hisilicon - Update QP resources of SEC V2
Zaibo Xu
3
-93
/
+59
2020-01-16
crypto: hisilicon - Update some names on SEC V2
Zaibo Xu
2
-29
/
+36
2020-01-16
crypto: hisilicon - fix print/comment of SEC V2
Zaibo Xu
2
-6
/
+6
2020-01-16
crypto: hisilicon - Update debugfs usage of SEC V2
Zaibo Xu
3
-14
/
+14
2020-01-09
crypto: hisilicon/sec2 - Use atomics instead of __sync
Arnd Bergmann
3
-11
/
+21
2019-11-27
crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()
Dan Carpenter
1
-2
/
+2
2019-11-22
crypto: hisilicon - add DebugFS for HiSilicon SEC
Zaibo Xu
3
-0
/
+332
[next]