Show patches with: Archived = No       |   10744 patches
« 1 2 3 4107 108 »
Patch Series S/W/F Date Submitter Delegate State
[v4,11/12] security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c --- 2014-09-23 Behan Webster Accepted
[v4,12/12] crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c --- 2014-09-23 Behan Webster Accepted
[GIT,PULL] LLVMLinux patches for v3.18 --- 2014-10-14 Behan Webster New
3.17 regression; alg: skcipher: Chunk test 1 failed on encryption at page 0 for ecb-aes-padlock --- 2014-10-20 Ard Biesheuvel New
arm64/crypto: use crypto instructions for generating AES key schedule --- 2014-10-22 Ard Biesheuvel New
[v2] arm64/crypto: use crypto instructions to generate AES key schedule --- 2014-11-03 Ard Biesheuvel Accepted
crypto: ux500/cryp: Silence compiler warning for !CONFIG_PM --- 2014-11-06 Ulf Hansson Accepted
crypto: ux500/hash: Silence compiler warning for !CONFIG_PM --- 2014-11-06 Ulf Hansson Accepted
ARM: crypto: update NEON AES module to latest OpenSSL version --- 2015-02-26 Ard Biesheuvel Accepted
[1/4] crypto/arm: move ARM specific Kconfig definitions to a dedicated file --- 2015-03-09 Ard Biesheuvel New
[2/4] crypto/arm: add support for SHA1 using ARMv8 Crypto Instructions --- 2015-03-09 Ard Biesheuvel New
[3/4] crypto/arm: add support for SHA-224/256 using ARMv8 Crypto Extensions --- 2015-03-09 Ard Biesheuvel New
[4/4] crypto/arm: AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions --- 2015-03-09 Ard Biesheuvel New
crypto/arm: add support for GHASH using ARMv8 Crypto Extensions --- 2015-03-09 Ard Biesheuvel New
[v2,1/5] crypto/arm: move ARM specific Kconfig definitions to a dedicated file --- 2015-03-10 Ard Biesheuvel New
[v2,2/5] crypto/arm: add support for SHA1 using ARMv8 Crypto Instructions --- 2015-03-10 Ard Biesheuvel New
[v2,3/5] crypto/arm: add support for SHA-224/256 using ARMv8 Crypto Extensions --- 2015-03-10 Ard Biesheuvel New
[v2,4/5] crypto/arm: AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions --- 2015-03-10 Ard Biesheuvel New
[v2,5/5] crypto/arm: add support for GHASH using ARMv8 Crypto Extensions --- 2015-03-10 Ard Biesheuvel New
crypto/arm: fix big-endian bug in ghash --- 2015-03-23 Ard Biesheuvel New
[v3,01/16] crypto: sha1: implement base layer for SHA-1 --- 2015-04-07 Ard Biesheuvel New
[v3,02/16] crypto: sha256: implement base layer for SHA-256 --- 2015-04-07 Ard Biesheuvel New
[v3,03/16] crypto: sha512: implement base layer for SHA-512 --- 2015-04-07 Ard Biesheuvel New
[v3,04/16] crypto: sha1-generic: move to generic glue implementation --- 2015-04-07 Ard Biesheuvel New
[v3,05/16] crypto: sha256-generic: move to generic glue implementation --- 2015-04-07 Ard Biesheuvel New
[v3,06/16] crypto: sha512-generic: move to generic glue implementation --- 2015-04-07 Ard Biesheuvel New
[v3,07/16] crypto/arm: move SHA-1 ARM asm implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,08/16] crypto/arm: move SHA-1 NEON implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,09/16] crypto/arm: move SHA-1 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,10/16] crypto/arm: move SHA-224/256 ASM/NEON implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,11/16] crypto/arm: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,12/16] crypto/arm64: move SHA-1 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,13/16] crypto/arm64: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,14/16] crypto/x86: move SHA-1 SSSE3 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,15/16] crypto/x86: move SHA-224/256 SSSE3 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,16/16] crypto/x86: move SHA-384/512 SSSE3 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v4,01/16] crypto: sha1: implement base layer for SHA-1 --- 2015-04-09 Ard Biesheuvel New
[v4,02/16] crypto: sha256: implement base layer for SHA-256 --- 2015-04-09 Ard Biesheuvel New
[v4,03/16] crypto: sha512: implement base layer for SHA-512 --- 2015-04-09 Ard Biesheuvel New
[v4,04/16] crypto: sha1-generic: move to generic glue implementation --- 2015-04-09 Ard Biesheuvel New
[v4,05/16] crypto: sha256-generic: move to generic glue implementation --- 2015-04-09 Ard Biesheuvel New
[v4,06/16] crypto: sha512-generic: move to generic glue implementation --- 2015-04-09 Ard Biesheuvel New
[v4,07/16] crypto/arm: move SHA-1 ARM asm implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,08/16] crypto/arm: move SHA-1 NEON implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,09/16] crypto/arm: move SHA-1 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,10/16] crypto/arm: move SHA-224/256 ASM/NEON implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,11/16] crypto/arm: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,12/16] crypto/arm64: move SHA-1 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,13/16] crypto/arm64: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,14/16] crypto/x86: move SHA-1 SSSE3 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,15/16] crypto/x86: move SHA-224/256 SSSE3 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,16/16] crypto/x86: move SHA-384/512 SSSE3 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v2] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON --- 2015-04-10 Ard Biesheuvel New
crypto: x86/sha512_ssse3 - fixup for asm function prototype change --- 2015-04-24 Ard Biesheuvel New
[1/2] crypto: arm64/crc32: bring in line with generic CRC32 --- 2015-05-04 Ard Biesheuvel New
[2/2] crypto: testmgr: add test cases for CRC32 --- 2015-05-04 Ard Biesheuvel Accepted
[bugfix,1/2] crypto: arm64/sha1-ce - prevent asm code finalization in final() path --- 2015-05-06 Ard Biesheuvel New
[bugfix,2/2] crypto: arm64/sha2-ce - prevent asm code finalization in final() path --- 2015-05-06 Ard Biesheuvel New
[1/2] crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEON --- 2015-05-08 Ard Biesheuvel Accepted
[2/2] crypto: arm/aes - streamline AES-192 code path --- 2015-05-08 Ard Biesheuvel Accepted
hwrng: exynos - Fix unbalanced PM runtime get/puts --- 2015-10-16 Daniel Thompson Accepted
crypto: omap-des: Fix "schedule while atomic" bug --- 2015-12-10 Sam Protsenko Accepted
lib: sw842: select crc32 --- 2016-01-13 Arnd Bergmann New
[1/2] crypto: jitterentropy - always select CRYPTO_RNG [1/2] crypto: jitterentropy - always select CRYPTO_RNG --- 2016-01-25 Arnd Bergmann New
[1/3] crypto: Introduce crypto_queue_len() helper function --- 2016-01-26 (Exiting) Baolin Wang Accepted
[3/3] crypto: omap-aes: Support crypto engine framework --- 2016-01-26 (Exiting) Baolin Wang New
[v2,1/2] crypto: sunxi - don't print confusing data [v2,1/2] crypto: sunxi - don't print confusing data --- 2016-01-26 Arnd Bergmann Accepted
[v2,2/2] crypto: jitterentropy - always select CRYPTO_RNG [v2,1/2] crypto: sunxi - don't print confusing data --- 2016-01-26 Arnd Bergmann Accepted
Duplicated module names --- 2016-01-29 Sudeep Holla New
[1/2] lib/mpi: avoid assembler warning [1/2] lib/mpi: avoid assembler warning --- 2016-02-26 Arnd Bergmann Accepted
[2/2] lib/mpi: use "static inline" instead of "extern inline" [1/2] lib/mpi: avoid assembler warning --- 2016-02-26 Arnd Bergmann Accepted
[RFC] mm/page_ref, crypto/async_pq: don't put_page from __exit --- 2016-02-28 Arnd Bergmann New
crypto/async_pq: use __free_page() instead of put_page() --- 2016-02-29 Arnd Bergmann New
[1/4] scatterlist: Introduce some helper functions --- 2016-03-03 (Exiting) Baolin Wang New
[v2,1/4] scatterlist: Introduce some helper functions --- 2016-03-15 (Exiting) Baolin Wang New
[v2,2/4] crypto: Introduce some helper functions to help to merge requests --- 2016-03-15 (Exiting) Baolin Wang New
[v2,4/4] md: dm-crypt: Initialize the sector number for one request --- 2016-03-15 (Exiting) Baolin Wang New
[1/2] dt/bindings: Add bindings for hisilicon random number generator --- 2016-04-01 Kefeng Wang Accepted
[2/2] hwrng: hisi: Add support for Hisilicon RNG support --- 2016-04-01 Kefeng Wang Accepted
kernel/padata: hide unused functions --- 2016-04-16 Arnd Bergmann New
crypto: omap-des: Integrate with the crypto engine framework --- 2016-04-28 (Exiting) Baolin Wang Accepted
crypto: public_key: select CRYPTO_AKCIPHER2 --- 2016-05-18 Arnd Bergmann Accepted
[v2] crypto: public_key: select CRYPTO_AKCIPHER --- 2016-05-18 Arnd Bergmann Superseded
[RFC,1/3] block: Introduce blk_bio_map_sg() to map one bio --- 2016-05-25 (Exiting) Baolin Wang New
[RFC,2/3] crypto: Introduce CRYPTO_ALG_BULK flag --- 2016-05-25 (Exiting) Baolin Wang Superseded
[RFC,v3,2/4] crypto: Introduce CRYPTO_ALG_BULK flag --- 2016-06-01 (Exiting) Baolin Wang New
[03/28] crypto: omap-sham: change queue size from 1 to 10 --- 2016-06-01 Tero Kristo Accepted
[13/28] crypto: engine: avoid unnecessary context switches --- 2016-06-01 Tero Kristo New
[RFC,v4,4/4] crypto: Add the CRYPTO_ALG_BULK flag for ecb(aes) cipher --- 2016-06-07 (Exiting) Baolin Wang New
crypto: ux500: memmove the right size --- 2016-06-08 Linus Walleij Accepted
crypto: use timespec64 for jent_get_nstime --- 2016-06-17 Arnd Bergmann New
[PATCHv2,07/27] crypto: omap-sham: implement context export/import APIs --- 2016-06-22 Tero Kristo New
hwrng: OMAP: Fix assumption that runtime_get_sync will always succeed --- 2016-06-24 Nishanth Menon Superseded
hwrng: OMAP: Fix assumption that runtime_get_sync will always succeed --- 2016-06-24 Nishanth Menon New
crypto: ux500: do not build with -O0 --- 2016-06-27 Arnd Bergmann Accepted
[PATCHv3,03/11] crypto: omap-sham: implement context export/import APIs --- 2016-08-04 Tero Kristo New
[PATCHv3,07/11] crypto: omap-aes: use runtime_pm autosuspend for clock handling --- 2016-08-04 Tero Kristo Accepted
[PATCHv3,10/11] crypto: omap-aes: fix crypto engine initialization order --- 2016-08-04 Tero Kristo New
hw_random: Improve description of the ->read() interface --- 2016-08-18 Daniel Thompson Accepted
fix:caam:ctrl:add missing header dependencies --- 2016-08-26 Baoyou Xie Accepted
« 1 2 3 4107 108 »