index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
Age
Commit message (
Expand
)
Author
2023-10-27
crypto: hisilicon/qm - prevent soft lockup in receive loop
Longfang Liu
2023-10-27
crypto: hisilicon/trng - Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-27
crypto: hisilicon/sec - Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-20
crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
Longfang Liu
2023-10-14
crypto: hisilicon/qm - alloc buffer to set and get xqc
Weili Qian
2023-10-05
crypto: hisilicon/qm - check function qp num before alg register
Weili Qian
2023-10-05
crypto: hisilicon/qm - fix the type value of aeq
Weili Qian
2023-10-05
crypto: hisilicon/qm - fix PF queue parameter issue
Longfang Liu
2023-09-20
crypto: hisilicon/sec - fix for sgl unmmap problem
Wenkai Lin
2023-09-20
crypto: hisilicon/zip - remove zlib and gzip
Yang Shen
2023-09-20
crypto: hisilicon/zip - support deflate algorithm
Yang Shen
2023-09-15
crypto: hisilicon/hpre - Fix a erroneous check after snprintf()
Christophe JAILLET
2023-08-11
crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...
Ruan Jinjie
2023-07-22
crypto: hisilicon/hpre - enable sva error interrupt event
Weili Qian
2023-07-22
crypto: hisilicon/qm - increase device doorbell timeout
Weili Qian
2023-07-22
crypto: hisilicon/qm - stop function and write data to memory
Weili Qian
2023-07-22
crypto: hisilicon/qm - flush all work before driver removed
Weili Qian
2023-07-20
crypto: hisilicon/hpre - ensure private key less than n
Weili Qian
2023-06-30
Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-06-01
crypto: hisilicon/qm: Fix to enable build with RISC-V clang
Sunil V L
2023-05-12
hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.c
David Yang
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-06
crypto: hisilicon/trng - add support for HiSTB TRNG
David Yang
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-03-23
crypto: hisilicon/qm - make struct bus_type * const
Greg Kroah-Hartman
2023-03-17
crypto: hisilicon/zip - remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
crypto: hisilicon/sec - remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
crypto: hisilicon/qm - remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
crypto: hisilicon/hpre - remove unnecessary aer.h include
Bjorn Helgaas
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-21
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-02-14
crypto: hisilicon/qm - fix coding style issues
Weili Qian
2023-02-14
crypto: hisilicon/qm - update comments to match function
Weili Qian
2023-02-14
crypto: hisilicon/qm - change function names
Weili Qian
2023-02-14
crypto: hisilicon/qm - use min() instead of min_t()
Weili Qian
2023-02-14
crypto: hisilicon/qm - remove some unused defines
Weili Qian
2023-02-13
crypto: hisilicon - Use request_complete helpers
Herbert Xu
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-01-27
crypto: hisilicon: Wipe entire pool on error
Kees Cook
2023-01-20
crypto: hisilicon/qm - define the device isolation strategy
Kai Ye
2023-01-20
crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...
Lukas Bulwahn
2022-12-09
crypto: hisilicon/hpre - Set DMA alignment explicitly
Herbert Xu
2022-12-02
crypto: ccree,hisilicon - Fix dependencies to correct algorithm
Tianjia Zhang
2022-12-02
crypto: hisilicon/hpre - Use helper to set reqsize
Herbert Xu
2022-11-25
crypto: hisilicon/qm - add device status check when start fails
Weili Qian
2022-11-25
crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask value
Weili Qian
2022-11-18
crypto: hisilicon/sec - remove continuous blank lines
Wenkai Lin
2022-11-18
crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'
Kai Ye
[next]