index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...
Ruan Jinjie
2023-08-11
1
-2
/
+2
*
crypto: hisilicon/hpre - enable sva error interrupt event
Weili Qian
2023-07-22
1
-1
/
+4
*
crypto: hisilicon/qm - increase device doorbell timeout
Weili Qian
2023-07-22
1
-0
/
+6
*
crypto: hisilicon/qm - stop function and write data to memory
Weili Qian
2023-07-22
1
-6
/
+8
*
crypto: hisilicon/qm - flush all work before driver removed
Weili Qian
2023-07-22
1
-0
/
+8
*
crypto: hisilicon/hpre - ensure private key less than n
Weili Qian
2023-07-20
1
-2
/
+8
*
Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-07-01
4
-187
/
+1
|
\
|
*
hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.c
David Yang
2023-05-12
4
-187
/
+1
*
|
crypto: hisilicon/qm: Fix to enable build with RISC-V clang
Sunil V L
2023-06-01
1
-0
/
+5
|
/
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-28
1
-3
/
+3
|
\
|
*
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
1
-3
/
+3
*
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
\
|
*
|
crypto: hisilicon/qm - make struct bus_type * const
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
|
|
/
*
|
crypto: hisilicon/trng - add support for HiSTB TRNG
David Yang
2023-04-06
4
-1
/
+187
*
|
crypto: hisilicon/zip - remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
1
-1
/
+0
*
|
crypto: hisilicon/sec - remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
1
-1
/
+0
*
|
crypto: hisilicon/qm - remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
1
-1
/
+0
*
|
crypto: hisilicon/hpre - remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
1
-1
/
+0
|
/
*
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-24
1
-15
/
+154
|
\
|
*
crypto: hisilicon/qm - define the device isolation strategy
Kai Ye
2023-01-20
1
-15
/
+154
*
|
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-24
1
-1
/
+1
|
\
\
|
*
|
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-10
1
-1
/
+1
|
|
/
*
|
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-02-22
5
-49
/
+30
|
\
\
|
*
|
crypto: hisilicon/qm - fix coding style issues
Weili Qian
2023-02-14
2
-18
/
+12
|
*
|
crypto: hisilicon/qm - update comments to match function
Weili Qian
2023-02-14
1
-3
/
+2
|
*
|
crypto: hisilicon/qm - change function names
Weili Qian
2023-02-14
1
-4
/
+4
|
*
|
crypto: hisilicon/qm - use min() instead of min_t()
Weili Qian
2023-02-14
1
-1
/
+1
|
*
|
crypto: hisilicon/qm - remove some unused defines
Weili Qian
2023-02-14
1
-10
/
+0
|
*
|
crypto: hisilicon - Use request_complete helpers
Herbert Xu
2023-02-13
2
-9
/
+7
|
*
|
crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...
Lukas Bulwahn
2023-01-20
1
-4
/
+4
|
|
/
*
/
crypto: hisilicon: Wipe entire pool on error
Kees Cook
2023-01-27
1
-2
/
+1
|
/
*
crypto: hisilicon/hpre - Set DMA alignment explicitly
Herbert Xu
2022-12-09
1
-15
/
+25
*
crypto: ccree,hisilicon - Fix dependencies to correct algorithm
Tianjia Zhang
2022-12-02
1
-1
/
+1
*
crypto: hisilicon/hpre - Use helper to set reqsize
Herbert Xu
2022-12-02
1
-6
/
+13
*
crypto: hisilicon/qm - add device status check when start fails
Weili Qian
2022-11-25
1
-2
/
+8
*
crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask value
Weili Qian
2022-11-25
1
-1
/
+1
*
crypto: hisilicon/sec - remove continuous blank lines
Wenkai Lin
2022-11-18
2
-2
/
+0
*
crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'
Kai Ye
2022-11-18
1
-2
/
+2
*
crypto: hisilicon/qm - the command dump process is modified
Kai Ye
2022-11-18
1
-40
/
+90
*
crypto: hisilicon/qm - split a debugfs.c from qm
Kai Ye
2022-11-18
4
-1172
/
+1192
*
crypto: hisilicon/qm - modify the process of regs dfx
Kai Ye
2022-11-18
4
-77
/
+95
*
crypto: hisilicon/qm - delete redundant null assignment operations
Kai Ye
2022-11-18
1
-1
/
+0
*
crypto: hisilicon/qm - delete redundancy check
Kai Ye
2022-10-28
1
-3
/
+0
*
crypto: hisilicon/qm - add pci bdf number check
Kai Ye
2022-10-28
1
-25
/
+12
*
crypto: hisilicon/qm - increase the memory of local variables
Kai Ye
2022-10-28
1
-2
/
+1
*
crypto: hisilicon/qm - re-enable communicate interrupt before notifying PF
Weili Qian
2022-10-21
1
-1
/
+1
*
crypto: hisilicon/sec - enabling clock gating of the address prefetch module
Weili Qian
2022-10-21
1
-1
/
+1
*
crypto: hisilicon/qm - fix incorrect parameters usage
Weili Qian
2022-10-21
1
-2
/
+2
*
crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) check
Yicong Yang
2022-10-21
1
-6
/
+4
*
crypto: hisilicon/hpre - fix resource leak in remove process
Zhiqi Song
2022-10-21
1
-8
/
+2
[next]