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
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-8
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-18
/
+20
2026-01-31
crypto: hisilicon/qm - increase wait time for mailbox
Weili Qian
-10
/
+24
2026-01-31
crypto: hisilicon/qm - obtain the mailbox configuration at one time
Weili Qian
-47
/
+86
2026-01-31
crypto: hisilicon/qm - remove unnecessary code in qm_mb_write()
Weili Qian
-12
/
+2
2026-01-31
crypto: hisilicon/qm - move the barrier before writing to the mailbox register
Chenghai Huang
-1
/
+5
2026-01-31
crypto: hisilicon/trng - support tfms sharing the device
Weili Qian
-35
/
+86
2026-01-31
crypto: hisilicon/zip - add lz4 algorithm for hisi_zip
Chenghai Huang
-8
/
+84
2026-01-16
crypto: hisilicon/sgl - fix inconsistent map/unmap direction issue
Chenghai Huang
-1
/
+1
2026-01-16
crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue un...
Qi Tao
-15
/
+47
2026-01-16
crypto: hisilicon/hpre - support the hpre algorithm fallback
Weili Qian
-39
/
+199
2026-01-16
crypto: hisilicon/zip - support fallback for zip
Chenghai Huang
-8
/
+43
2026-01-16
crypto: hisilicon/qm - optimize device selection priority based on queue ref ...
Chenghai Huang
-10
/
+25
2026-01-16
crypto: hisilicon/qm - add reference counting to queues for tfm kernel reuse
Chenghai Huang
-14
/
+51
2026-01-16
crypto: hisilicon - consolidate qp creation and start in hisi_qm_alloc_qps_node
Chenghai Huang
-95
/
+66
2026-01-16
crypto: hisilicon/qm - centralize the sending locks of each module into qm
Chenghai Huang
-11
/
+12
2026-01-16
crypto: hisilicon/qm - enhance the configuration of req_type in queue attributes
Chenghai Huang
-18
/
+33
2026-01-16
crypto: hisilicon/hpre: extend tag field to 64 bits for better performance
lizhi
-122
/
+25
2026-01-16
crypto: hisilicon/sec - move backlog management to qp and store sqe in qp for...
Chenghai Huang
-54
/
+61
2026-01-16
crypto: hisilicon/zip - adjust the way to obtain the req in the callback func...
Chenghai Huang
-15
/
+9
2025-12-19
crypto: hisilicon/qm - fix incorrect judgment in qm_get_complete_eqe_num()
Chenghai Huang
-5
/
+4
2025-12-04
Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-0
/
+27
2025-12-03
Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-20
/
+40
2025-11-06
crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value
Miaoqian Lin
-0
/
+2
2025-11-05
crypto: hisilicon - qm updates BAR configuration
Longfang Liu
-0
/
+27
2025-10-31
crypto: hisilicon/qm - add missing default in switch in qm_vft_data_cfg
nieweiqiang
-0
/
+7
2025-10-31
crypto: hisilicon/sgl - remove unnecessary checks for curr_hw_sgl error
nieweiqiang
-5
/
+0
2025-10-31
crypto: hisilicon/qm - add concurrency protection for variable err_threshold
nieweiqiang
-3
/
+6
2025-10-31
crypto: hisilicon/qm - add the save operation of eqe and aeqe
nieweiqiang
-11
/
+14
2025-10-23
crypto: hisilicon/qm - restore original qos values
nieweiqiang
-1
/
+13
2025-10-04
Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-248
/
+643
2025-09-20
crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regs
Chenghai Huang
-0
/
+1
2025-09-20
crypto: hisilicon/qm - clear all VF configurations in the hardware
Weili Qian
-13
/
+12
2025-09-20
crypto: hisilicon - enable error reporting again
Weili Qian
-0
/
+41
2025-09-20
crypto: hisilicon/qm - mask axi error before memory init
Weili Qian
-115
/
+243
2025-09-20
crypto: hisilicon/qm - invalidate queues in use
Weili Qian
-13
/
+40
2025-09-13
crypto: hisilicon/sec - Use int type to store negative error codes
Qianfeng Rong
-1
/
+2
2025-09-06
crypto: hisilicon/hpre - Remove unused curve25519 kpp support
Eric Biggers
-400
/
+4
2025-09-06
crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move features
Zhushuai Yin
-9
/
+31
2025-09-06
crypto: hisilicon/zip - add lz4 and lz77_only to algorithm sysfs
Chenghai Huang
-0
/
+7
2025-09-06
crypto: hisilicon/sec2 - Fix false-positive warning of uninitialised qp_ctx
Herbert Xu
-5
/
+3
2025-08-30
crypto: hisilicon - use kcalloc() instead of kzalloc()
Qianfeng Rong
-3
/
+3
2025-08-30
crypto: hisilicon/zip - enable literal length in stream mode compression
Chenghai Huang
-0
/
+18
2025-08-30
crypto: hisilicon/qm - request reserved interrupt for virtual function
Weili Qian
-6
/
+32
2025-08-30
crypto: hisilicon/qm - check whether the input function and PF are on the sam...
Zhushuai Yin
-0
/
+4
2025-08-30
crypto: hisilicon - check the sva module status while enabling or disabling a...
Weili Qian
-26
/
+164
2025-08-30
crypto: hisilicon - re-enable address prefetch after device resuming
Chenghai Huang
-48
/
+43
2025-08-30
crypto: hisilicon/zip - remove unnecessary validation for high-performance mo...
Chenghai Huang
-12
/
+2
2025-07-27
crypto: hisilicon/hpre - fix dma unmap sequence
Zhiqi Song
-2
/
+6
[next]