linux-2.6-microblaze.git
2020-01-16 Herbert XuMerge git://git./linux/kernel/git/herbert/crypto-2.6
2020-01-09 Krzysztof Kozlowskicrypto: exynos-rng - Rename Exynos to lowercase
2020-01-09 Ayush Sawalcrypto: chelsio - Resetting crypto counters during...
2020-01-09 Eric Biggerscrypto: algapi - enforce that all instances have a...
2020-01-09 Eric Biggerscrypto: algapi - remove crypto_template::{alloc,free}()
2020-01-09 Eric Biggerscrypto: shash - convert shash_free_instance() to new...
2020-01-09 Eric Biggerscrypto: cryptd - convert to new way of freeing instances
2020-01-09 Eric Biggerscrypto: geniv - convert to new way of freeing instances
2020-01-09 Eric Biggerscrypto: hash - add support for new way of freeing instances
2020-01-09 Eric Biggerscrypto: algapi - fold crypto_init_spawn() into crypto_g...
2020-01-09 Eric Biggerscrypto: ahash - unexport crypto_ahash_type
2020-01-09 Eric Biggerscrypto: algapi - remove obsoleted instance creation...
2020-01-09 Eric Biggerscrypto: cipher - make crypto_spawn_cipher() take a...
2020-01-09 Eric Biggerscrypto: xcbc - use crypto_grab_cipher() and simplify...
2020-01-09 Eric Biggerscrypto: vmac - use crypto_grab_cipher() and simplify...
2020-01-09 Eric Biggerscrypto: cmac - use crypto_grab_cipher() and simplify...
2020-01-09 Eric Biggerscrypto: cbcmac - use crypto_grab_cipher() and simplify...
2020-01-09 Eric Biggerscrypto: skcipher - use crypto_grab_cipher() and simplif...
2020-01-09 Eric Biggerscrypto: chacha20poly1305 - use crypto_grab_ahash()...
2020-01-09 Eric Biggerscrypto: ccm - use crypto_grab_ahash() and simplify...
2020-01-09 Eric Biggerscrypto: gcm - use crypto_grab_ahash() and simplify...
2020-01-09 Eric Biggerscrypto: authencesn - use crypto_grab_ahash() and simpli...
2020-01-09 Eric Biggerscrypto: authenc - use crypto_grab_ahash() and simplify...
2020-01-09 Eric Biggerscrypto: hmac - use crypto_grab_shash() and simplify...
2020-01-09 Eric Biggerscrypto: cryptd - use crypto_grab_shash() and simplify...
2020-01-09 Eric Biggerscrypto: adiantum - use crypto_grab_{cipher,shash} and...
2020-01-09 Eric Biggerscrypto: cipher - introduce crypto_cipher_spawn and...
2020-01-09 Eric Biggerscrypto: ahash - introduce crypto_grab_ahash()
2020-01-09 Eric Biggerscrypto: shash - introduce crypto_grab_shash()
2020-01-09 Eric Biggerscrypto: algapi - pass instance to crypto_grab_spawn()
2020-01-09 Eric Biggerscrypto: akcipher - pass instance to crypto_grab_akcipher()
2020-01-09 Eric Biggerscrypto: aead - pass instance to crypto_grab_aead()
2020-01-09 Eric Biggerscrypto: skcipher - pass instance to crypto_grab_skcipher()
2020-01-09 Eric Biggerscrypto: ahash - make struct ahash_instance be the full...
2020-01-09 Eric Biggerscrypto: shash - make struct shash_instance be the full...
2020-01-09 Eric Biggerscrypto: algapi - make crypto_grab_spawn() handle an...
2020-01-09 Eric Biggerscrypto: algapi - make crypto_drop_spawn() a no-op on...
2020-01-09 Gary R Hookcrypto: ccp - Update MAINTAINERS for CCP driver
2020-01-09 Christian Lampartercrypto: crypto4xx - use GFP_KERNEL for big allocations
2020-01-09 Christian Lampartercrypto: crypto4xx - reduce memory fragmentation
2020-01-09 Eric Biggerscrypto: remove propagation of CRYPTO_TFM_RES_* flags
2020-01-09 Eric Biggerscrypto: remove CRYPTO_TFM_RES_WEAK_KEY
2020-01-09 Eric Biggerscrypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
2020-01-09 Eric Biggerscrypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
2020-01-09 Eric Biggerscrypto: remove unused tfm result flags
2020-01-09 Eric Biggerscrypto: atmel-sha - fix error handling when setting...
2020-01-09 Eric Biggerscrypto: artpec6 - return correct error code for failed...
2020-01-09 Eric Biggerscrypto: chelsio - fix writing tfm flags to wrong place
2020-01-09 Eric Biggerscrypto: skcipher - remove skcipher_walk_aead()
2020-01-09 Arnd Bergmanncrypto: hisilicon/sec2 - Use atomics instead of __sync
2020-01-04 Rijo ThomasDocumentation: tee: add AMD-TEE driver details
2020-01-04 Rijo Thomastee: amdtee: check TEE status during driver initialization
2020-01-04 Rijo Thomastee: add AMD-TEE driver
2020-01-04 Rijo Thomastee: allow compilation of tee subsystem for AMD CPUs
2019-12-27 Eneas U de... crypto: qce - allow building only hashes/ciphers
2019-12-27 Eneas U de... crypto: qce - initialize fallback only for AES
2019-12-27 Eneas U de... crypto: qce - update the skcipher IV
2019-12-27 Eneas U de... crypto: qce - save a sg table slot for result buf
2019-12-27 Eneas U de... crypto: qce - fix xts-aes-qce key sizes
2019-12-27 Eneas U de... crypto: qce - fix ctr-aes-qce block, chunk sizes
2019-12-27 Herbert Xucrypto: skcipher - Add skcipher_ialg_simple helper
2019-12-27 Vinay Kumar... crypto: chtls - Fixed memory leak
2019-12-27 Vinay Kumar... crypto: chtls - Add support for AES256-GCM based ciphers
2019-12-27 Adam Fordcrypto: caam - Add support for i.MX8M Mini
2019-12-27 Herbert Xucrypto: api - Retain alg refcount in crypto_grab_spawn
2019-12-27 Ben Dooks ... crypto: sun4i-ss - make unexported sun4i_ss_pm_ops...
2019-12-27 Peter Ujfalusicrypto: stm32/hash - Use dma_request_chan() instead...
2019-12-27 Peter Ujfalusicrypto: img-hash - Use dma_request_chan instead dma_req...
2019-12-27 Jason A. Donenfeldcrypto: lib/curve25519 - re-add selftests
2019-12-27 Chen Zhoucrypto: api - remove unneeded semicolon
2019-12-27 Chen Zhoucrypto: allwinner - remove unneeded semicolon
2019-12-20 Eric Biggerscrypto: algapi - make unregistration functions return...
2019-12-20 Mark Browncrypto: arm64 - Use modern annotations for assembly...
2019-12-20 Tudor Ambaruscrypto: atmel-aes - Fix CTR counter overflow when multi...
2019-12-20 Ayush Sawalcrypto: chelsio - calculating tx_channel_id as per...
2019-12-20 Tudor Ambaruscrypto: atmel-{aes,tdes} - Update the IV only when...
2019-12-20 Tudor Ambaruscrypto: atmel-{sha,tdes} - Print warn message even...
2019-12-20 Tudor Ambaruscrypto: atmel-{aes,sha,tdes} - Stop passing unused...
2019-12-20 Tudor Ambaruscrypto: atmel-{aes,sha,tdes} - Drop duplicate init...
2019-12-20 Tudor Ambaruscrypto: atmel-{aes,sha} - Fix incorrect use of dmaengin...
2019-12-20 Brendan Higginscrypto: amlogic - add unspecified HAS_IOMEM dependency
2019-12-20 Brendan Higginscrypto: inside-secure - add unspecified HAS_IOMEM depen...
2019-12-20 Pascal van... crypto: inside-secure - Fix hang case on EIP97 with...
2019-12-20 Pascal van... crypto: inside-secure - Fix hang case on EIP97 with...
2019-12-20 Pascal van... crypto: inside-secure - Fix Unable to fit even 1 comman...
2019-12-20 Daniel Jordanpadata: update documentation file path in MAINTAINERS
2019-12-20 Herbert Xucrypto: api - fix unexpectedly getting generic implemen...
2019-12-20 Andrei Botilacrypto: caam/qi2 - remove double buffering for ahash
2019-12-20 Andrei Botilacrypto: caam - remove double buffering for ahash
2019-12-20 Chuhong Yuancrypto: picoxcell - adjust the position of tasklet_init...
2019-12-20 Greg Kroah... crypto: hisilicon - still no need to check return value...
2019-12-20 Rijo Thomascrypto: ccp - provide in-kernel API to submit TEE commands
2019-12-20 Rijo Thomascrypto: ccp - add TEE support for Raven Ridge
2019-12-20 Rijo Thomascrypto: ccp - check whether PSP supports SEV or TEE...
2019-12-20 Rijo Thomascrypto: ccp - move SEV vdata to a dedicated data structure
2019-12-20 Rijo Thomascrypto: ccp - create a generic psp-dev file
2019-12-20 Rijo Thomascrypto: ccp - rename psp-dev files to sev-dev
2019-12-12 Jason A. Donenfeldcrypto: arm/curve25519 - add arch-specific key generati...
2019-12-11 Herbert Xucrypto: hmac - Use init_tfm/exit_tfm interface
2019-12-11 Herbert Xucrypto: padlock-sha - Use init_tfm/exit_tfm interface
next