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
2024-01-10
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
10
-364
/
+445
2024-01-09
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-3
/
+3
2023-12-15
crypto: hisilicon/sec2 - optimize the error return process
Chenghai Huang
1
-2
/
+5
2023-12-15
crypto: hisilicon/qm - delete a dbg function
Chenghai Huang
1
-3
/
+0
2023-12-08
crypto: hisilicon/sec2 - Remove cfb and ofb
Herbert Xu
3
-29
/
+1
2023-12-08
crypto: hisilicon/zip - save capability registers in probe process
Zhiqi Song
1
-13
/
+60
2023-12-08
crypto: hisilicon/sec2 - save capability registers in probe process
Zhiqi Song
3
-5
/
+55
2023-12-08
crypto: hisilicon/hpre - save capability registers in probe process
Zhiqi Song
1
-18
/
+64
2023-12-08
crypto: hisilicon/qm - save capability registers in qm init process
Zhiqi Song
1
-10
/
+52
2023-12-08
crypto: hisilicon/qm - add a function to set qm algs
Wenkai Lin
4
-119
/
+55
2023-12-01
crypto: hisilicon/qm - add comments and remove redundant array element
Weili Qian
1
-1
/
+10
2023-12-01
crypto: hisilicon/qm - simplify the status of qm
Weili Qian
3
-118
/
+20
2023-12-01
crypto: hisilicon/sgl - small cleanups for sgl.c
Weili Qian
1
-5
/
+7
2023-12-01
crypto: hisilicon/zip - add zip comp high perf mode configuration
Chenghai Huang
1
-0
/
+65
2023-11-17
crypto: hisilicon/qm - remove incorrect type cast
Weili Qian
2
-52
/
+52
2023-11-17
crypto: hisilicon/qm - print device abnormal information
Weili Qian
1
-6
/
+16
2023-10-27
crypto: hisilicon/qm - prevent soft lockup in receive loop
Longfang Liu
1
-0
/
+2
2023-10-27
crypto: hisilicon/trng - Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-27
crypto: hisilicon/sec - Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-20
crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
Longfang Liu
1
-65
/
+40
2023-10-14
crypto: hisilicon/qm - alloc buffer to set and get xqc
Weili Qian
3
-234
/
+178
2023-10-05
crypto: hisilicon/qm - check function qp num before alg register
Weili Qian
7
-61
/
+118
2023-10-05
crypto: hisilicon/qm - fix the type value of aeq
Weili Qian
1
-1
/
+3
2023-10-05
crypto: hisilicon/qm - fix PF queue parameter issue
Longfang Liu
5
-7
/
+27
2023-09-20
crypto: hisilicon/sec - fix for sgl unmmap problem
Wenkai Lin
1
-0
/
+1
2023-09-20
crypto: hisilicon/zip - remove zlib and gzip
Yang Shen
2
-288
/
+22
2023-09-20
crypto: hisilicon/zip - support deflate algorithm
Yang Shen
2
-18
/
+72
2023-09-15
crypto: hisilicon/hpre - Fix a erroneous check after snprintf()
Christophe JAILLET
1
-1
/
+1
2023-08-11
crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...
Ruan Jinjie
1
-2
/
+2
2023-07-22
crypto: hisilicon/hpre - enable sva error interrupt event
Weili Qian
1
-1
/
+4
2023-07-22
crypto: hisilicon/qm - increase device doorbell timeout
Weili Qian
1
-0
/
+6
2023-07-22
crypto: hisilicon/qm - stop function and write data to memory
Weili Qian
1
-6
/
+8
2023-07-22
crypto: hisilicon/qm - flush all work before driver removed
Weili Qian
1
-0
/
+8
2023-07-20
crypto: hisilicon/hpre - ensure private key less than n
Weili Qian
1
-2
/
+8
2023-07-01
Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
4
-187
/
+1
2023-06-01
crypto: hisilicon/qm: Fix to enable build with RISC-V clang
Sunil V L
1
-0
/
+5
2023-05-12
hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.c
David Yang
4
-187
/
+1
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-06
crypto: hisilicon/trng - add support for HiSTB TRNG
David Yang
4
-1
/
+187
2023-04-06
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-3
/
+3
2023-03-23
crypto: hisilicon/qm - make struct bus_type * const
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
crypto: hisilicon/zip - remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-17
crypto: hisilicon/sec - remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-17
crypto: hisilicon/qm - remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-17
crypto: hisilicon/hpre - remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+154
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-22
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
5
-49
/
+30
2023-02-14
crypto: hisilicon/qm - fix coding style issues
Weili Qian
2
-18
/
+12
[next]