index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-14
crypto: x86/twofish - switch to XTS template
Ard Biesheuvel
3
-151
/
+1
2021-01-14
crypto: x86/serpent- switch to XTS template
Ard Biesheuvel
6
-305
/
+1
2021-01-14
crypto: x86/cast6 - switch to XTS template
Ard Biesheuvel
3
-155
/
+1
2021-01-14
crypto: x86/camellia - switch to XTS template
Ard Biesheuvel
6
-577
/
+2
2021-01-14
crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment
Bhaskar Chowdhury
1
-1
/
+1
2021-01-14
crypto: hisilicon/sec - register SEC device to uacce
Kai Ye
1
-1
/
+38
2021-01-14
crypto: hisilicon/hpre - register HPRE device to uacce
Kai Ye
1
-0
/
+54
2021-01-14
crypto: hisilicon - add ZIP device using mode parameter
Kai Ye
3
-1
/
+42
2021-01-14
crypto: hisilicon/qm - SVA bugfixed on Kunpeng920
Kai Ye
1
-0
/
+6
2021-01-14
crypto: bcm - Rename struct device_private to bcm_device_private
Jiri Olsa
3
-4
/
+4
2021-01-14
crypto: qat - reduce size of mapped region
Adam Guerin
1
-6
/
+6
2021-01-14
crypto: qat - change format string and cast ring size
Adam Guerin
1
-2
/
+2
2021-01-14
crypto: qat - fix potential spectre issue
Adam Guerin
1
-0
/
+2
2021-01-14
crypto: qat - configure arbiter mapping based on engines enabled
Wojciech Ziemba
6
-77
/
+20
2021-01-14
crypto: aesni - replace function pointers with static branches
Ard Biesheuvel
1
-44
/
+54
2021-01-14
crypto: aesni - refactor scatterlist processing
Ard Biesheuvel
1
-83
/
+56
2021-01-14
crypto: aesni - clean up mapping of associated data
Ard Biesheuvel
1
-4
/
+5
2021-01-14
crypto: aesni - drop unused asm prototypes
Ard Biesheuvel
1
-67
/
+0
2021-01-14
crypto: aesni - prevent misaligned buffers on the stack
Ard Biesheuvel
1
-12
/
+16
2021-01-14
crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig
Marco Chiappero
1
-1
/
+1
2021-01-14
crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counter
Herbert Xu
1
-1
/
+1
2021-01-08
crypto: vmx - Move extern declarations into header file
Herbert Xu
2
-5
/
+7
2021-01-08
crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper
Ard Biesheuvel
3
-145
/
+356
2021-01-08
crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
Ard Biesheuvel
2
-56
/
+84
2021-01-03
crypto: picoxcell - Remove PicoXcell driver
Rob Herring
4
-1941
/
+0
2021-01-03
crypto: arm/blake2b - add NEON-accelerated BLAKE2b
Eric Biggers
4
-0
/
+464
2021-01-03
crypto: blake2b - update file comment
Eric Biggers
1
-13
/
+10
2021-01-03
crypto: blake2b - sync with blake2s implementation
Eric Biggers
3
-178
/
+230
2021-01-03
wireguard: Kconfig: select CRYPTO_BLAKE2S_ARM
Eric Biggers
1
-0
/
+1
2021-01-03
crypto: arm/blake2s - add ARM scalar optimized BLAKE2s
Eric Biggers
4
-0
/
+374
2021-01-03
crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
Eric Biggers
1
-2
/
+1
2021-01-03
crypto: blake2s - adjust include guard naming
Eric Biggers
2
-6
/
+6
2021-01-03
crypto: blake2s - add comment for blake2s_state fields
Eric Biggers
1
-0
/
+1
2021-01-03
crypto: blake2s - optimize blake2s initialization
Eric Biggers
2
-30
/
+28
2021-01-03
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
3
-139
/
+76
2021-01-03
crypto: blake2s - move update and final logic to internal/blake2s.h
Eric Biggers
2
-40
/
+49
2021-01-03
crypto: blake2s - remove unneeded includes
Eric Biggers
1
-2
/
+0
2021-01-03
crypto: x86/blake2s - define shash_alg structs using macros
Eric Biggers
1
-61
/
+23
2021-01-03
crypto: blake2s - define shash_alg structs using macros
Eric Biggers
1
-61
/
+27
2021-01-03
hwrng: ingenic - Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+5
2021-01-03
hwrng: iproc-rng200 - Move enable/disable in separate function
Matthias Brugger
1
-19
/
+16
2021-01-03
hwrng: iproc-rng200 - Fix disable of the block.
Matthias Brugger
1
-3
/
+0
2021-01-03
crypto: arm64/aes-ctr - improve tail handling
Ard Biesheuvel
2
-74
/
+137
2021-01-03
crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled
Ard Biesheuvel
1
-2
/
+2
2021-01-03
MAINTAINERS: Add maintainers for Keem Bay OCS HCU driver
Daniele Alessandrelli
1
-0
/
+11
2021-01-03
crypto: keembay-ocs-hcu - Add optional support for sha224
Daniele Alessandrelli
2
-0
/
+75
2021-01-03
crypto: keembay-ocs-hcu - Add HMAC support
Daniele Alessandrelli
4
-9
/
+544
2021-01-03
crypto: keembay - Add Keem Bay OCS HCU driver
Declan Murphy
5
-0
/
+1632
2021-01-03
dt-bindings: crypto: Add Keem Bay OCS HCU bindings
Declan Murphy
1
-0
/
+46
2021-01-03
crypto: sun4i-ss - add SPDX header and remove blank lines
Corentin Labbe
2
-3
/
+1
[next]