OSDN Git Service

tomoyo/tomoyo-test1.git
2020-01-22 Gilad Ben-Yossefcrypto: ccree - cc_do_send_request() is void func
2020-01-22 Gilad Ben-Yossefcrypto: ccree - fix pm wrongful error reporting
2020-01-22 Gilad Ben-Yossefcrypto: ccree - turn errors to debug msgs
2020-01-22 Gilad Ben-Yossefcrypto: ccree - fix AEAD decrypt auth fail
2020-01-22 Hadar Gatcrypto: ccree - fix typo in comment
2020-01-22 Hadar Gatcrypto: ccree - fix typos in error msgs
2020-01-22 Tudor Ambaruscrypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data
2020-01-22 Kees Cookcrypto: x86/sha - Eliminate casts on asm implementations
2020-01-22 Vinay Kumar... crypto: chtls - Fixed listen fail when max stid range...
2020-01-22 Vinay Kumar... crypto: chtls - Corrected function call context
2020-01-22 Horia Geantăcrypto: caam/qi2 - fix typo in algorithm's driver name
2020-01-16 Geert Uytterhoevencrypto: essiv - fix AEAD capitalization and preposition...
2020-01-16 Zaibo Xucrypto: hisilicon - add branch prediction macro
2020-01-16 Zaibo Xucrypto: hisilicon - adjust hpre_crt_para_get
2020-01-16 Zaibo Xucrypto: hisilicon - Fixed some tiny bugs of HPRE
2020-01-16 Zaibo Xucrypto: hisilicon - Bugfixed tfm leak
2020-01-16 Zaibo Xucrypto: hisilicon - Add aead support on SEC2
2020-01-16 Zaibo Xucrypto: hisilicon - redefine skcipher initiation
2020-01-16 Zaibo Xucrypto: hisilicon - Add branch prediction macro
2020-01-16 Zaibo Xucrypto: hisilicon - Add callback error check
2020-01-16 Zaibo Xucrypto: hisilicon - Adjust some inner logic
2020-01-16 Zaibo Xucrypto: hisilicon - Update QP resources of SEC V2
2020-01-16 Zaibo Xucrypto: hisilicon - Update some names on SEC V2
2020-01-16 Zaibo Xucrypto: hisilicon - fix print/comment of SEC V2
2020-01-16 Zaibo Xucrypto: hisilicon - Update debugfs usage of SEC V2
2020-01-16 Rijo Thomastee: amdtee: remove redundant NULL check for pool
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
next