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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-22
crypto: aesni - release FPU during skcipher walk API calls
Ard Biesheuvel
1
-41
/
+32
2021-01-22
crypto: aesni - replace CTR function pointer with static call
Ard Biesheuvel
1
-6
/
+7
2021-01-22
crypto: arm64/sha - add missing module aliases
Ard Biesheuvel
4
-0
/
+9
2021-01-14
crypto: x86 - use local headers for x86 specific shared declarations
Ard Biesheuvel
12
-8
/
+8
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
3
-231
/
+0
2021-01-14
crypto: x86/twofish - drop dependency on glue helper
Ard Biesheuvel
2
-109
/
+44
2021-01-14
crypto: x86/cast6 - drop dependency on glue helper
Ard Biesheuvel
1
-44
/
+17
2021-01-14
crypto: x86/cast5 - drop dependency on glue helper
Ard Biesheuvel
1
-167
/
+17
2021-01-14
crypto: x86/serpent - drop dependency on glue helper
Ard Biesheuvel
3
-154
/
+61
2021-01-14
crypto: x86/camellia - drop dependency on glue helper
Ard Biesheuvel
3
-166
/
+67
2021-01-14
crypto: x86 - add some helper macros for ECB and CBC modes
Ard Biesheuvel
1
-0
/
+76
2021-01-14
crypto: x86/blowfish - drop CTR mode implementation
Ard Biesheuvel
1
-107
/
+0
2021-01-14
crypto: x86/des - drop CTR mode implementation
Ard Biesheuvel
1
-104
/
+0
2021-01-14
crypto: x86/glue-helper - drop CTR helper routines
Ard Biesheuvel
4
-207
/
+0
2021-01-14
crypto: x86/twofish - drop CTR mode implementation
Ard Biesheuvel
4
-147
/
+0
2021-01-14
crypto: x86/cast6 - drop CTR mode implementation
Ard Biesheuvel
2
-76
/
+0
2021-01-14
crypto: x86/cast5 - drop CTR mode implementation
Ard Biesheuvel
1
-103
/
+0
2021-01-14
crypto: x86/serpent - drop CTR mode implementation
Ard Biesheuvel
5
-201
/
+0
2021-01-14
crypto: x86/camellia - drop CTR mode implementation
Ard Biesheuvel
6
-416
/
+0
2021-01-14
crypto: x86/glue-helper - drop XTS helper routines
Ard Biesheuvel
4
-303
/
+0
2021-01-14
crypto: x86/twofish - switch to XTS template
Ard Biesheuvel
2
-151
/
+0
2021-01-14
crypto: x86/serpent- switch to XTS template
Ard Biesheuvel
5
-304
/
+0
2021-01-14
crypto: x86/cast6 - switch to XTS template
Ard Biesheuvel
2
-154
/
+0
2021-01-14
crypto: x86/camellia - switch to XTS template
Ard Biesheuvel
5
-576
/
+1
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-08
crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper
Ard Biesheuvel
2
-144
/
+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: arm/blake2b - add NEON-accelerated BLAKE2b
Eric Biggers
4
-0
/
+464
2021-01-03
crypto: arm/blake2s - add ARM scalar optimized BLAKE2s
Eric Biggers
4
-0
/
+374
2021-01-03
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-67
/
+7
2021-01-03
crypto: x86/blake2s - define shash_alg structs using macros
Eric Biggers
1
-61
/
+23
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
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
2
-0
/
+5
2021-01-03
crypto: aesni - implement support for cts(cbc(aes))
Ard Biesheuvel
2
-1
/
+261
2021-01-03
crypto: arm/chacha-neon - add missing counter increment
Ard Biesheuvel
1
-0
/
+1
2020-12-25
Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2020-12-25
Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
7
-15
/
+29
2020-12-25
Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-9
/
+7
2020-12-24
Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-152
/
+30
2020-12-23
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2020-12-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
36
-51
/
+466
2020-12-23
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux
Linus Torvalds
50
-473
/
+1256
2020-12-23
Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-12
/
+111
2020-12-23
x86/split-lock: Avoid returning with interrupts enabled
Andi Kleen
1
-1
/
+2
2020-12-22
kasan: allow VMAP_STACK for HW_TAGS mode
Andrey Konovalov
1
-4
/
+4
[next]