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
Age
Commit message (
Expand
)
Author
2021-03-19
hwrng: cctrng - use devm_platform_ioremap_resource() to simplify
Tian Tao
2021-03-19
crypto: arm/chacha-scalar - switch to common rev_l macro
Ard Biesheuvel
2021-03-19
crypto: arm/aes-scalar - switch to common rev_l/mov_l macros
Ard Biesheuvel
2021-03-19
crypto: arm/blake2s - fix for big endian
Eric Biggers
2021-03-19
crypto: aegis128 - Move simd prototypes into aegis.h
Herbert Xu
2021-03-13
crypto: sun4i-ss - simplify optional reset handling
Philipp Zabel
2021-03-13
hwrng: bcm2835 - add reset support
Álvaro Fernández Rojas
2021-03-13
dt-bindings: rng: bcm2835: document reset support
Álvaro Fernández Rojas
2021-03-13
dt-bindings: rng: bcm2835: add clock constraints
Álvaro Fernández Rojas
2021-03-13
crypto: qat - fix use of 'dma_map_single'
Hui Tang
2021-03-13
crypto: qat - fix unmap invalid dma address
Hui Tang
2021-03-13
crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()
Jia-Ju Bai
2021-03-13
crypto: hisilicon/hpre - add 'CURVE25519' algorithm
Meng Yu
2021-03-13
crypto: ecc - add curve25519 params and expose them
Meng Yu
2021-03-13
crypto: hisilicon/hpre - add 'ECDH' algorithm
Meng Yu
2021-03-13
crypto: ecc - expose ecc curves
Meng Yu
2021-03-13
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
2021-03-13
crypto: hisilicon/hpre - add algorithm type
Meng Yu
2021-03-13
crypto: hisilicon/hpre - add version adapt to new algorithms
Meng Yu
2021-03-13
crypto: ccp - Don't initialize SEV support without the SEV feature
Tom Lendacky
2021-03-13
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
2021-03-13
crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map
Colin Ian King
2021-03-13
crypto: cavium - remove unused including <linux/version.h>
Tian Tao
2021-03-13
hwrng: pic32 - Use device-managed registration API
Tian Tao
2021-03-13
hwrng: cctrng - Use device-managed registration API
Tian Tao
2021-03-07
crypto: nx - add missing call to of_node_put()
Yang Li
2021-03-07
crypto: testmgr - delete some redundant code
Kai Ye
2021-03-07
hwrng: omap - Fix included header from 'asm'
Tian Tao
2021-03-07
crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSS
Krzysztof Kozlowski
2021-03-07
crypto: sun8i-ss - fix result memory leak on error path
Corentin Labbe
2021-03-07
crypto: qce - Remove totallen and offset in qce_start
Thara Gopinath
2021-03-07
crypto: qce - Remover src_tbl from qce_cipher_reqctx
Thara Gopinath
2021-03-07
crypto: qce - Set data unit size to message length for AES XTS transformation
Thara Gopinath
2021-03-07
crypto: qce - Improve the conditions for requesting AES fallback cipher
Thara Gopinath
2021-03-07
crypto: qce - Set ivsize to 0 for ecb(aes)
Thara Gopinath
2021-03-07
crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)
Thara Gopinath
2021-03-07
crypto: qce - Return error for zero length messages
Thara Gopinath
2021-03-07
crypto: qce - Return unsupported if any three keys are same for DES3 algorithms
Thara Gopinath
2021-03-07
crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...
Thara Gopinath
2021-03-07
crypto: qce - Hold back a block of data to be transferred as part of final
Thara Gopinath
2021-03-07
crypto: qce - Restore/save ahash state with custom struct in export/import
Thara Gopinath
2021-03-07
crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()
Wei Yongjun
2021-03-07
crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()
Wei Yongjun
2021-03-07
crypto: serpent - Fix sparse byte order warnings
Herbert Xu
2021-03-07
crypto: amlogic - Fix unnecessary check in meson_crypto_probe()
Tang Bin
2021-03-07
hwrng: bcm2835 - remove redundant null check
Tian Tao
2021-03-07
crypto: qat - fix spelling mistake: "messge" -> "message"
Bhaskar Chowdhury
2021-03-07
hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify
Tian Tao
2021-03-07
crypto: arm/blake2b - drop unnecessary return statement
Eric Biggers
2021-03-07
hwrng: ba431 - Use device-managed registration
Tian Tao
[next]