index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-01-03
crypto: sun4i-ss - enabled stats via debugfs
Corentin Labbe
6
-0
/
+98
2021-01-03
crypto: sun4i-ss - fix kmap usage
Corentin Labbe
1
-44
/
+65
2021-01-03
crypto: sun4i-ss - initialize need_fallback
Corentin Labbe
1
-1
/
+1
2021-01-03
crypto: sun4i-ss - handle BigEndian for cipher
Corentin Labbe
1
-6
/
+6
2021-01-03
crypto: sun4i-ss - IV register does not work on A10 and A13
Corentin Labbe
1
-6
/
+28
2021-01-03
crypto: sun4i-ss - checking sg length is not sufficient
Corentin Labbe
1
-2
/
+2
2021-01-03
crypto: sun4i-ss - linearize buffers content must be kept
Corentin Labbe
2
-8
/
+6
2021-01-03
crypto: inside-secure - fix platform_get_irq.cocci warnings
Tian Tao
1
-4
/
+1
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
33
-207
/
+273
2021-01-03
chcr_ktls: use AES library for single use cipher
Ard Biesheuvel
2
-12
/
+8
2021-01-03
crypto: ccree - remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2021-01-03
crypto: sahara - Remove unused .id_table support
Fabio Estevam
1
-7
/
+0
2021-01-03
crypto: tcrypt - avoid signed overflow in byte count
Ard Biesheuvel
1
-10
/
+10
[next]