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
/
hpre
Age
Commit message (
Expand
)
Author
Lines
2026-01-16
crypto: hisilicon/hpre - support the hpre algorithm fallback
Weili Qian
-39
/
+199
2026-01-16
crypto: hisilicon - consolidate qp creation and start in hisi_qm_alloc_qps_node
Chenghai Huang
-36
/
+4
2026-01-16
crypto: hisilicon/qm - centralize the sending locks of each module into qm
Chenghai Huang
-4
/
+0
2026-01-16
crypto: hisilicon/qm - enhance the configuration of req_type in queue attributes
Chenghai Huang
-1
/
+1
2026-01-16
crypto: hisilicon/hpre: extend tag field to 64 bits for better performance
lizhi
-122
/
+25
2025-10-04
Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-48
/
+131
2025-09-20
crypto: hisilicon - enable error reporting again
Weili Qian
-0
/
+11
2025-09-20
crypto: hisilicon/qm - mask axi error before memory init
Weili Qian
-34
/
+66
2025-09-06
crypto: hisilicon/hpre - Remove unused curve25519 kpp support
Eric Biggers
-399
/
+4
2025-08-30
crypto: hisilicon - use kcalloc() instead of kzalloc()
Qianfeng Rong
-1
/
+1
2025-08-30
crypto: hisilicon - check the sva module status while enabling or disabling a...
Weili Qian
-11
/
+52
2025-08-30
crypto: hisilicon - re-enable address prefetch after device resuming
Chenghai Huang
-2
/
+1
2025-07-27
crypto: hisilicon/hpre - fix dma unmap sequence
Zhiqi Song
-2
/
+6
2025-02-09
crypto: hisilicon/hpre - adapt ECDH for high-performance cores
lizhi
-0
/
+7
2025-01-14
crypto: hisilicon/qm - support new function communication
Yang Shen
-1
/
+0
2024-12-10
crypto: hisilicon/zip - support new error report
Weili Qian
-0
/
+12
2024-11-02
crypto: hisilicon/qm - disable same error report before resetting
Weili Qian
-5
/
+30
2024-11-02
crypto: hisilicon - support querying the capability register
Qi Tao
-30
/
+114
2024-10-05
crypto: hisilicon/qm - fix the coding specifications issue
Chenghai Huang
-1
/
+1
2024-10-05
crypto: hisilicon/hpre - enable all clusters clock gating
Weili Qian
-14
/
+26
2024-10-05
crypto: drivers - Drop sign/verify operations
Lukas Wunner
-2
/
+0
2024-09-06
crypto: hisilicon/hpre - mask cluster timeout error
Weili Qian
-16
/
+6
2024-09-06
crypto: hisilicon/qm - reset device before enabling it
Weili Qian
-13
/
+19
2024-09-06
crypto: hisilicon - add a lock for the qp send operation
Chenghai Huang
-0
/
+2
2024-05-03
crypto: hisilicon/debugfs - mask the unnecessary info from the dump
Chenghai Huang
-1
/
+1
2024-04-12
crypto: hisilicon - Adjust debugfs creation and release order
Chenghai Huang
-11
/
+10
2024-01-26
crypto: hisilicon - Fix smp_processor_id() warnings
Wenkai Lin
-1
/
+1
2023-12-08
crypto: hisilicon/hpre - save capability registers in probe process
Zhiqi Song
-18
/
+64
2023-12-08
crypto: hisilicon/qm - add a function to set qm algs
Wenkai Lin
-38
/
+4
2023-10-05
crypto: hisilicon/qm - check function qp num before alg register
Weili Qian
-7
/
+32
2023-10-05
crypto: hisilicon/qm - fix PF queue parameter issue
Longfang Liu
-0
/
+5
2023-09-15
crypto: hisilicon/hpre - Fix a erroneous check after snprintf()
Christophe JAILLET
-1
/
+1
2023-07-22
crypto: hisilicon/hpre - enable sva error interrupt event
Weili Qian
-1
/
+4
2023-07-20
crypto: hisilicon/hpre - ensure private key less than n
Weili Qian
-2
/
+8
2023-03-17
crypto: hisilicon/hpre - remove unnecessary aer.h include
Bjorn Helgaas
-1
/
+0
2022-12-09
crypto: hisilicon/hpre - Set DMA alignment explicitly
Herbert Xu
-15
/
+25
2022-12-02
crypto: hisilicon/hpre - Use helper to set reqsize
Herbert Xu
-6
/
+13
2022-11-18
crypto: hisilicon/qm - modify the process of regs dfx
Kai Ye
-4
/
+3
2022-10-21
crypto: hisilicon/hpre - fix resource leak in remove process
Zhiqi Song
-8
/
+2
2022-09-16
crypto: hisilicon - support get algs by the capability register
Zhiqi Song
-10
/
+83
2022-09-16
crypto: hisilicon/hpre - optimize registration of ecdh
Zhiqi Song
-73
/
+63
2022-09-16
crypto: hisilicon/hpre - support hpre capability
Zhiqi Song
-38
/
+157
2022-09-16
crypto: hisilicon/qm - get error type from hardware registers
Weili Qian
-14
/
+54
2022-09-16
crypto: hisilicon/qm - get qp num and depth from hardware registers
Weili Qian
-2
/
+2
2022-09-16
crypto: hisilicon/qm - get hardware features from hardware registers
Weili Qian
-2
/
+2
2022-08-19
crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()
Weili Qian
-6
/
+2
2022-07-29
crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
Zhengchao Shao
-1
/
+1
2022-04-15
crypto: hisilicon/hpre - support last word dumping
Kai Ye
-20
/
+112
2022-04-15
crypto: hisilicon/hpre - support register checking
Kai Ye
-18
/
+72
2022-03-15
hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
Shameer Kolothum
-0
/
+6
[next]