OSDN Git Service

uclinux-h8/linux.git
2015-05-13 Herbert Xucrypto: talitos - Include internal/aead.h
2015-05-13 Herbert Xucrypto: qat - Include internal/aead.h
2015-05-13 Herbert Xucrypto: nx - Include internal/aead.h
2015-05-13 Herbert Xucrypto: ixp4xx - Include internal/aead.h
2015-05-13 Herbert Xucrypto: caam - Include internal/aead.h
2015-05-13 Herbert Xucrypto: authencesn - Include internal/aead.h
2015-05-13 Herbert Xucrypto: authenc - Include internal/aead.h
2015-05-13 Herbert Xucrypto: api - Add crypto_grab_spawn primitive
2015-05-11 Ard Biesheuvelcrypto: arm/aes - streamline AES-192 code path
2015-05-11 Ard Biesheuvelcrypto: arm/sha512 - accelerated SHA-512 using ARM...
2015-05-11 Allan, Bruce Wcrypto: qat - add driver version
2015-05-11 Dan Streetmancrypto: nx - add hardware 842 crypto comp alg
2015-05-11 Dan Streetmancrypto: nx - simplify pSeries nx842 driver
2015-05-11 Dan Streetmancrypto: nx - add PowerNV platform NX-842 driver
2015-05-11 Dan Streetmancrypto: nx - add nx842 constraints
2015-05-11 Dan Streetmancrypto: nx - add NX-842 platform frontend driver
2015-05-11 Dan Streetmancrypto: nx - rename nx-842.c to nx-842-pseries.c
2015-05-11 Dan Streetmancrypto: 842 - change 842 alg to use software
2015-05-11 Dan Streetmanlib: add software 842 compression/decompression
2015-05-11 Dan Streetmanpowerpc: Add ICSWX instruction
2015-05-11 Dan Streetmanpowerpc: export of_get_ibm_chip_id function
2015-05-11 Ard Biesheuvelcrypto: testmgr - add test cases for CRC32
2015-05-07 Ard Biesheuvelcrypto: arm64/sha2-ce - prevent asm code finalization...
2015-05-07 Ard Biesheuvelcrypto: arm64/sha1-ce - prevent asm code finalization...
2015-05-07 Ard Biesheuvelcrypto: arm64/crc32 - bring in line with generic CRC32
2015-05-04 Álvaro Fernández... hwrng: bcm63xx - Fix driver compilation
2015-05-04 Daniel Borkmannlib: make memzero_explicit more robust against dead...
2015-05-01 David Howellscrypto: testmgr - Wrap the LHS in expressions of the...
2015-05-01 David Howellscrypto: pcomp - Constify (de)compression parameters
2015-04-28 Allan, Bruce Wcrypto: qat - do not duplicate string containing firmwa...
2015-04-26 Leonidas Da... crypto: nx - Fixing SHA update bug
2015-04-26 Leonidas Da... crypto: nx - Fixing NX data alignment with nx_sg list
2015-04-26 firo yangcrypto: sha1-mb - Remove pointless cast
2015-04-26 Herbert Xucrypto: aead - Fix corner case in crypto_lookup_aead
2015-04-26 Herbert Xucrypto: skcipher - Fix corner case in crypto_lookup_skc...
2015-04-26 Herbert Xucrypto: api - Fix build error when modules are disabled
2015-04-24 Geert Uytterhoevencrypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend...
2015-04-24 Ard Biesheuvelcrypto: x86/sha512_ssse3 - fixup for asm function proto...
2015-04-23 Herbert Xumac802154: Include crypto/aead.h
2015-04-23 Herbert Xumac80211: Include crypto/aead.h
2015-04-23 Herbert Xucrypto: testmgr - Include crypto/aead.h
2015-04-23 Herbert Xucrypto: tcrypt - Include crypto/aead.h
2015-04-23 Herbert Xucrypto: algif_aead - Include crypto/aead.h
2015-04-23 Herbert Xucrypto: arm64/aes-ce-ccm - Include crypto/internal...
2015-04-23 Herbert Xucrypto: api - Remove linux/fips.h from internal.h
2015-04-23 Herbert Xucrypto: testmgr - Include linux/fips.h for fips_enabled
2015-04-23 Herbert Xucrypto: tcrypt - Include linux/fips.h for fips_enabled
2015-04-23 Herbert Xucrypto: fips - Move fips_enabled sysctl into fips.c
2015-04-23 Herbert Xucrypto: fips - Remove bogus inclusion of internal.h
2015-04-23 Herbert Xucrypto: api - Include linux/fips.h
2015-04-23 Herbert Xucrypto: caam - Remove bogus references to crypto API...
2015-04-23 Herbert Xucrypto: drbg - Remove FIPS ifdef from drbg_healthcheck_...
2015-04-23 Herbert Xucrypto: api - Move module sig ifdef into accessor function
2015-04-23 Herbert Xucrypto: tcrypt - Handle async return from crypto_ahash_init
2015-04-22 Herbert Xucrypto: rng - Zero seed in crypto_rng_reset
2015-04-22 Herbert Xucrypto: algif_rng - Remove obsolete const-removal cast
2015-04-22 Herbert Xucrypto: rng - Remove old low-level rng interface
2015-04-22 Herbert Xucrypto: krng - Convert to new rng interface
2015-04-22 Herbert Xucrypto: ansi_cprng - Convert to new rng interface
2015-04-22 Herbert Xucrypto: ansi_cprng - Remove bogus inclusion of internal.h
2015-04-22 Herbert Xucrypto: drbg - Convert to new rng interface
2015-04-22 Herbert Xucrypto: rng - Add multiple algorithm registration interface
2015-04-22 Herbert Xucrypto: rng - Add crypto_rng_set_entropy
2015-04-22 Herbert Xucrypto: rng - Convert low-level crypto_rng to new style
2015-04-22 Herbert Xucrypto: rng - Mark crypto_rng_reset seed as const
2015-04-21 Herbert Xucrypto: rng - Introduce crypto_rng_generate
2015-04-21 Herbert Xucrypto: rng - Convert crypto_rng to new style crypto_type
2015-04-21 Herbert Xucrypto: pcomp - Use crypto_alg_extsize helper
2015-04-21 Herbert Xucrypto: shash - Use crypto_alg_extsize helper
2015-04-21 Herbert Xucrypto: api - Add crypto_alg_extsize helper
2015-04-21 Herbert Xucrypto: drbg - Do not seed RNG in drbg_kcapi_init
2015-04-21 Herbert Xucrypto: drbg - Initialise mutex in drbg_healthcheck_sanity
2015-04-21 Stephan Muellercrypto: drbg - leave cipher handles operational
2015-04-21 Stephan Muellercrypto: drbg - replace spinlock with mutex
2015-04-21 Stephan Muellercrypto: drbg - fix drbg_generate return val check
2015-04-21 LEROY Christophecrypto: talitos - Update DT bindings with SEC1
2015-04-21 LEROY Christophecrypto: talitos - Add fsl,sec1.0 compatible
2015-04-21 LEROY Christophecrypto: talitos - SEC1 bugs on 0 data hash
2015-04-21 LEROY Christophecrypto: talitos - implement scatter/gather copy for...
2015-04-21 LEROY Christophecrypto: talitos - adapt interrupts and reset functions...
2015-04-21 LEROY Christophecrypto: talitos - base address for Execution Units
2015-04-21 LEROY Christophecrypto: talitos - adaptation of talitos_submit() for...
2015-04-21 LEROY Christophecrypto: talitos - fill in talitos descriptor iaw SEC1...
2015-04-21 LEROY Christophecrypto: talitos - Add a feature to tag SEC1
2015-04-21 LEROY Christophecrypto: talitos - add sub-choice in talitos CONFIG...
2015-04-21 LEROY Christophecrypto: talitos - enhanced talitos_desc struct for...
2015-04-21 LEROY Christophecrypto: talitos - helper function for ptr len
2015-04-21 LEROY Christophecrypto: talitos - remove param 'extent' in map_single_t...
2015-04-21 LEROY Christophecrypto: talitos - Add a helper function to clear j_exte...
2015-04-21 LEROY Christophecrypto: talitos - talitos_ptr renamed ptr for more...
2015-04-21 LEROY Christophecrypto: talitos - Refactor the sg in/out chain allocation
2015-04-21 LEROY Christophecrypto: talitos - Use zero entry to init descriptors...
2015-04-21 Stephan Muellercryoto: drbg - clear all temporary memory
2015-04-21 Colin Ian Kingcrypto: mv_cesa - ensure backlog is initialised
2015-04-16 Herbert Xucrypto: fix broken crypto_register_instance() module...
2015-04-15 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-04-15 Joe Perchesparisc: remove use of seq_printf return value
2015-04-15 Joe Percheslru_cache: remove use of seq_printf return value
2015-04-15 Joe Perchestracing: remove use of seq_printf return value
2015-04-15 Joe Perchescgroup: remove use of seq_printf return value
next