OSDN Git Service

tomoyo/tomoyo-test1.git
2020-01-16 Rijo Thomastee: amdtee: rename err label to err_device_unregister
2020-01-16 Rijo Thomastee: amdtee: skip tee_device_unregister if tee_device_a...
2020-01-16 Rijo Thomastee: amdtee: print error message if tee not present
2020-01-16 Rijo Thomastee: amdtee: remove unused variable initialization
2020-01-16 Daniel Axtenscrypto: vmx - reject xts inputs that are too short
2020-01-16 Herbert Xucrypto: curve25519 - Fix selftest build error
2020-01-16 Horia Geantăcrypto: caam - add support for i.MX8M Nano
2020-01-16 Corentin Labbecrypto: sun8i-ce - remove dead code
2020-01-16 Corentin Labbecrypto: sun8i-ce - fix removal of module
2020-01-16 Corentin Labbecrypto: amlogic - fix removal of module
2020-01-16 Corentin Labbecrypto: sun8i-ss - fix removal of module
2020-01-16 Jason A. Donenfeldcrypto: {arm,arm64,mips}/poly1305 - remove redundant...
2020-01-16 Jason A. Donenfeldcrypto: x86/poly1305 - wire up faster implementations...
2020-01-16 Jason A. Donenfeldcrypto: x86/poly1305 - import unmodified cryptogams...
2020-01-16 Jason A. Donenfeldcrypto: poly1305 - add new 32 and 64-bit generic versions
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...
next