index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
crypto: hisilicon/qm - update comments to match function
Weili Qian
1
-3
/
+2
2023-02-14
crypto: hisilicon/qm - change function names
Weili Qian
1
-4
/
+4
2023-02-14
crypto: hisilicon/qm - use min() instead of min_t()
Weili Qian
1
-1
/
+1
2023-02-14
crypto: hisilicon/qm - remove some unused defines
Weili Qian
1
-10
/
+0
2023-02-13
crypto: hisilicon - Use request_complete helpers
Herbert Xu
2
-9
/
+7
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-01-27
crypto: hisilicon: Wipe entire pool on error
Kees Cook
1
-2
/
+1
2023-01-20
crypto: hisilicon/qm - define the device isolation strategy
Kai Ye
1
-15
/
+154
2023-01-20
crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...
Lukas Bulwahn
1
-4
/
+4
2022-12-09
crypto: hisilicon/hpre - Set DMA alignment explicitly
Herbert Xu
1
-15
/
+25
2022-12-02
crypto: ccree,hisilicon - Fix dependencies to correct algorithm
Tianjia Zhang
1
-1
/
+1
2022-12-02
crypto: hisilicon/hpre - Use helper to set reqsize
Herbert Xu
1
-6
/
+13
2022-11-25
crypto: hisilicon/qm - add device status check when start fails
Weili Qian
1
-2
/
+8
2022-11-25
crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask value
Weili Qian
1
-1
/
+1
2022-11-18
crypto: hisilicon/sec - remove continuous blank lines
Wenkai Lin
2
-2
/
+0
2022-11-18
crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'
Kai Ye
1
-2
/
+2
2022-11-18
crypto: hisilicon/qm - the command dump process is modified
Kai Ye
1
-40
/
+90
2022-11-18
crypto: hisilicon/qm - split a debugfs.c from qm
Kai Ye
4
-1172
/
+1192
2022-11-18
crypto: hisilicon/qm - modify the process of regs dfx
Kai Ye
4
-77
/
+95
2022-11-18
crypto: hisilicon/qm - delete redundant null assignment operations
Kai Ye
1
-1
/
+0
2022-10-28
crypto: hisilicon/qm - delete redundancy check
Kai Ye
1
-3
/
+0
2022-10-28
crypto: hisilicon/qm - add pci bdf number check
Kai Ye
1
-25
/
+12
2022-10-28
crypto: hisilicon/qm - increase the memory of local variables
Kai Ye
1
-2
/
+1
2022-10-21
crypto: hisilicon/qm - re-enable communicate interrupt before notifying PF
Weili Qian
1
-1
/
+1
2022-10-21
crypto: hisilicon/sec - enabling clock gating of the address prefetch module
Weili Qian
1
-1
/
+1
2022-10-21
crypto: hisilicon/qm - fix incorrect parameters usage
Weili Qian
1
-2
/
+2
2022-10-21
crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) check
Yicong Yang
1
-6
/
+4
2022-10-21
crypto: hisilicon/hpre - fix resource leak in remove process
Zhiqi Song
1
-8
/
+2
2022-09-24
crypto: hisilicon/qm - fix the qos value initialization
Kai Ye
1
-7
/
+15
2022-09-16
crypto: hisilicon - support get algs by the capability register
Zhiqi Song
5
-18
/
+222
2022-09-16
crypto: hisilicon/sec - get algorithm bitmap from registers
Wenkai Lin
3
-121
/
+236
2022-09-16
crypto: hisilicon/zip - support zip capability
Weili Qian
3
-42
/
+128
2022-09-16
crypto: hisilicon/hpre - optimize registration of ecdh
Zhiqi Song
1
-73
/
+63
2022-09-16
crypto: hisilicon/hpre - support hpre capability
Zhiqi Song
3
-38
/
+157
2022-09-16
crypto: hisilicon/qm - support get device irq information from hardware regis...
Weili Qian
1
-99
/
+195
2022-09-16
crypto: hisilicon/qm - get error type from hardware registers
Weili Qian
5
-103
/
+202
2022-09-16
crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO support
Weili Qian
1
-3
/
+18
2022-09-16
crypto: hisilicon/qm - get qp num and depth from hardware registers
Weili Qian
7
-133
/
+198
2022-09-16
crypto: hisilicon/qm - get hardware features from hardware registers
Weili Qian
4
-67
/
+141
2022-09-16
crypto: hisilicon/sec - delete redundant blank lines
Kai Ye
1
-2
/
+0
2022-09-02
crypto: hisilicon/qm - return failure if vfs_num exceeds total VFs
Weili Qian
1
-1
/
+7
2022-09-02
crypto: hisilicon/qm - fix missing put dfx access
Weili Qian
1
-2
/
+4
2022-09-02
crypto: hisilicon/qm - check mailbox operation result
Weili Qian
1
-1
/
+14
2022-08-26
crypto: hisilicon/qm - no judgment in the back process
Kai Ye
1
-5
/
+3
2022-08-19
crypto: hisilicon/qm - remove unneeded hardware cache write back
Weili Qian
1
-1
/
+0
2022-08-19
crypto: hisilicon/qm - remove unneeded data storage
Junchong Pan
1
-60
/
+20
2022-08-19
crypto: hisilicon/qm - fix missing destroy qp_idr
Weili Qian
1
-3
/
+4
2022-08-19
crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()
Weili Qian
1
-6
/
+2
2022-08-19
crypto: hisilicon/zip - some misc cleanup
Yang Shen
3
-19
/
+23
2022-08-19
crypto: hisilicon/zip - optimization for performance
Yang Shen
1
-14
/
+13
[prev]
[next]