index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
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
2026-08-15
crypto: hisilicon/sec2 - fix CCM algorithm long packet failure
Zhushuai Yin
1
-6
/
+6
2026-07-27
crypto: hisilicon/sec2 - remove unused sec_ctx.hlf_q_num
Chenghai Huang
2
-4
/
+0
2026-07-27
crypto: hisilicon/sec2 - fix uninitialized type_supported in sec_create_qp_ctx
Chenghai Huang
1
-12
/
+12
2026-07-27
crypto: hisilicon/sec - use devm_platform_ioremap_resource in sec_map_io
Rosen Penev
1
-16
/
+3
2026-07-05
crypto: hisilicon - use 2-arg strscpy where destination size is known
Thorsten Blum
1
-4
/
+1
2026-06-11
hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/
Eric Biggers
4
-108
/
+0
2026-06-11
crypto: hisi-trng - Remove crypto_rng interface
Eric Biggers
2
-295
/
+2
2026-05-29
crypto: hisilicon/qm - support doorbell enable control
Zongyu Wu
1
-5
/
+49
2026-05-29
crypto: hisilicon - mask all error type when removing driver
Weili Qian
4
-34
/
+18
2026-05-29
crypto: hisilicon/qm - disable error report before flr
Weili Qian
1
-2
/
+2
2026-05-29
crypto: hisilicon/qm - support function-level error reset
Zhushuai Yin
1
-8
/
+82
2026-05-29
crypto: hisilicon/qm - place the interrupt status interface after the PM usage counter
Zhushuai Yin
1
-16
/
+18
2026-05-29
crypto: hisilicon/qm - allow VF devices to query hardware isolation status
Zhushuai Yin
4
-30
/
+128
2026-05-22
crypto: hisilicon/sec2 - lower priority for hisilicon crypto implementations
lizhi
1
-1
/
+1
2026-04-12
crypto: hisilicon - Fix dma_unmap_single() direction
Thomas Fourier
1
-1
/
+1
2026-04-12
crypto: hisilicon - remove unused and non-public APIs for qm and sec
Chenghai Huang
2
-6
/
+4
2026-04-12
crypto: hisilicon/qm - drop redundant variable initialization
Chenghai Huang
1
-2
/
+2
2026-04-12
crypto: hisilicon/qm - remove else after return
Chenghai Huang
1
-2
/
+2
2026-04-12
crypto: hisilicon/qm - add const qualifier to info_name in struct qm_cmd_dump_item
Chenghai Huang
1
-9
/
+9
2026-04-12
crypto: hisilicon - fix the format string type error
Zhushuai Yin
2
-3
/
+3
2026-04-03
crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-10
/
+2
2026-03-27
crypto: hisilicon/sec2 - prevent req used-after-free for sec
Wenkai Lin
1
-1
/
+1
2026-03-22
crypto: hisilicon - add device load query functionality to debugfs
Zongyu Wu
4
-0
/
+102
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-8
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
7
-18
/
+20
2026-01-31
crypto: hisilicon/qm - increase wait time for mailbox
Weili Qian
1
-10
/
+24
2026-01-31
crypto: hisilicon/qm - obtain the mailbox configuration at one time
Weili Qian
1
-47
/
+86
2026-01-31
crypto: hisilicon/qm - remove unnecessary code in qm_mb_write()
Weili Qian
1
-12
/
+2
2026-01-31
crypto: hisilicon/qm - move the barrier before writing to the mailbox register
Chenghai Huang
1
-1
/
+5
2026-01-31
crypto: hisilicon/trng - support tfms sharing the device
Weili Qian
1
-35
/
+86
2026-01-31
crypto: hisilicon/zip - add lz4 algorithm for hisi_zip
Chenghai Huang
2
-8
/
+84
2026-01-16
crypto: hisilicon/sgl - fix inconsistent map/unmap direction issue
Chenghai Huang
1
-1
/
+1
2026-01-16
crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue unavailable
Qi Tao
1
-15
/
+47
2026-01-16
crypto: hisilicon/hpre - support the hpre algorithm fallback
Weili Qian
1
-39
/
+199
2026-01-16
crypto: hisilicon/zip - support fallback for zip
Chenghai Huang
2
-8
/
+43
2026-01-16
crypto: hisilicon/qm - optimize device selection priority based on queue ref count and NUMA distance
Chenghai Huang
1
-10
/
+25
2026-01-16
crypto: hisilicon/qm - add reference counting to queues for tfm kernel reuse
Chenghai Huang
1
-14
/
+51
2026-01-16
crypto: hisilicon - consolidate qp creation and start in hisi_qm_alloc_qps_node
Chenghai Huang
4
-95
/
+66
2026-01-16
crypto: hisilicon/qm - centralize the sending locks of each module into qm
Chenghai Huang
3
-11
/
+12
2026-01-16
crypto: hisilicon/qm - enhance the configuration of req_type in queue attributes
Chenghai Huang
7
-18
/
+33
2026-01-16
crypto: hisilicon/hpre: extend tag field to 64 bits for better performance
lizhi
2
-122
/
+25
2026-01-16
crypto: hisilicon/sec - move backlog management to qp and store sqe in qp for callback
Chenghai Huang
3
-54
/
+61
2026-01-16
crypto: hisilicon/zip - adjust the way to obtain the req in the callback function
Chenghai Huang
1
-15
/
+9
2025-12-19
crypto: hisilicon/qm - fix incorrect judgment in qm_get_complete_eqe_num()
Chenghai Huang
1
-5
/
+4
2025-12-04
Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+27
2025-12-03
Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-20
/
+40
2025-11-06
crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value
Miaoqian Lin
1
-0
/
+2
2025-11-05
crypto: hisilicon - qm updates BAR configuration
Longfang Liu
1
-0
/
+27
2025-10-31
crypto: hisilicon/qm - add missing default in switch in qm_vft_data_cfg
nieweiqiang
1
-0
/
+7
[next]