Show patches with: Archived = No       |   10773 patches
« 1 2 3 4107 108 »
Patch Series S/W/F Date Submitter Delegate State
[1/2] crypto: arm/ghash-ce - add missing async import/export --- 2016-08-29 Ard Biesheuvel New
[2/2] crypto: arm/sha1-neon - add support for building in Thumb2 mode --- 2016-08-29 Ard Biesheuvel Superseded
crypto: hide unused label --- 2016-08-29 Arnd Bergmann New
[v2] crypto: hide unused label --- 2016-08-29 Arnd Bergmann Superseded
[v2,1/3] crypto: arm/sha1-neon - add support for building in Thumb2 mode --- 2016-09-01 Ard Biesheuvel New
[v2,2/3] crypto: arm/ghash-ce - add missing async import/export --- 2016-09-01 Ard Biesheuvel Accepted
[v2,3/3] crypto: cryptd - initialize child shash_desc on import --- 2016-09-01 Ard Biesheuvel Accepted
crypto: mv_cesa: remove NO_IRQ reference --- 2016-09-02 Arnd Bergmann Accepted
crypto: arm/ghash: change internal cra_name to "__ghash" --- 2016-09-05 Ard Biesheuvel Accepted
crypto: engine: fix linux-next merge conflict --- 2016-09-08 Arnd Bergmann New
Kernel panic - encryption/decryption failed when open file on Arm64 --- 2016-09-09 Ard Biesheuvel New
Kernel panic - encryption/decryption failed when open file on Arm64 --- 2016-09-13 Kaixu Xia New
[1/2] crypto: arm/aes-ctr: fix NULL dereference in tail processing --- 2016-09-13 Ard Biesheuvel Accepted
[2/2] crypto: arm64/aes-ctr: fix NULL dereference in tail processing --- 2016-09-13 Ard Biesheuvel Accepted
crypto: sun4i-ss: mark sun4i_hash() static --- 2016-09-18 Baoyou Xie Superseded
[1/8] crypto: omap-sham: add context export/import stubs --- 2016-09-19 Tero Kristo Accepted
[3/8] crypto: omap-sham: rename sgl to sgl_tmp for deprecation --- 2016-09-19 Tero Kristo Accepted
[5/8] crypto: omap-sham: change the DMA threshold value to a define --- 2016-09-19 Tero Kristo Accepted
[6/8] crypto: omap-sham: convert driver logic to use sgs for data xmit --- 2016-09-19 Tero Kristo Accepted
[8/8] crypto: omap-sham: shrink the internal buffer size --- 2016-09-19 Tero Kristo Accepted
crypto: sunxi-ss: mark sun4i_hash() static --- 2016-09-24 Baoyou Xie Accepted
crypto: arm64/sha256 - add support for SHA256 using NEON instructions --- 2016-09-29 Ard Biesheuvel New
[1/6] crypto: arm64/aes-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[2/6] crypto: arm64/ghash-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[3/6] crypto: arm64/sha1-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[4/6] crypto: arm64/sha2-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[5/6] crypto: arm64/aes-ccm-ce: fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[6/6] crypto: arm64/aes-neon - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[v2,1/8] crypto: arm64/aes-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel New
[v2,2/8] crypto: arm64/ghash-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[v2,3/8] crypto: arm64/sha1-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel New
[v2,4/8] crypto: arm64/sha2-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[v2,5/8] crypto: arm64/aes-ccm-ce: fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[v2,6/8] crypto: arm64/aes-neon - fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[v2,7/8] crypto: arm64/aes-xts-ce: fix for big endian --- 2016-10-11 Ard Biesheuvel New
[v2,8/8] crypto: arm/aes-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[15/28] crypto: aesni: avoid -Wmaybe-uninitialized warning Untitled series #1808 --- 2016-10-17 Arnd Bergmann New
[28/28] Kbuild: bring back -Wmaybe-uninitialized warning Untitled series #1808 --- 2016-10-17 Arnd Bergmann New
[1/5] ARM: wire up HWCAP2 feature bits to the CPU modalias --- 2016-10-18 Ard Biesheuvel New
[2/5] crypto: arm/aes-ce - enable module autoloading based on CPU feature bits --- 2016-10-18 Ard Biesheuvel New
[3/5] crypto: arm/ghash-ce - enable module autoloading based on CPU feature bits --- 2016-10-18 Ard Biesheuvel Superseded
[4/5] crypto: arm/sha1-ce - enable module autoloading based on CPU feature bits --- 2016-10-18 Ard Biesheuvel Superseded
[5/5] crypto: arm/sha2-ce - enable module autoloading based on CPU feature bits --- 2016-10-18 Ard Biesheuvel Superseded
hwrng: core - don't pass stack allocated buffer to rng->read() --- 2016-10-21 Laszlo Ersek Superseded
[RESEND] hwrng: core - don't pass stack allocated buffer to rng->read() --- 2016-10-21 Laszlo Ersek New
crypto: caam: fix type mismatch warning --- 2016-10-25 Arnd Bergmann Accepted
crypto: fix AEAD tag memory handling --- 2016-11-09 Stephan Mueller New
[1/4] crypto: testmgr - avoid overlap in chunked tests --- 2016-11-24 Ard Biesheuvel Superseded
[2/4] crypto: testmgr - add/enhance test cases for CRC-T10DIF --- 2016-11-24 Ard Biesheuvel Superseded
[3/4] crypto: arm64/crct10dif - port x86 SSE implementation to arm64 --- 2016-11-24 Ard Biesheuvel New
[4/4] crypto: arm/crct10dif - port x86 SSE implementation to ARM --- 2016-11-24 Ard Biesheuvel New
[1/2] crypto: arm64/crc32 - accelerated support based on x86 SSE implementation --- 2016-11-26 Ard Biesheuvel New
[2/2] crypto: arm/crc32 - accelerated support based on x86 SSE implementation --- 2016-11-26 Ard Biesheuvel New
crypto: arm64/sha2: add generated .S files to .gitignore --- 2016-11-28 Ard Biesheuvel Accepted
[1/4] crypto: arm/aes-ce: fix broken monolithic build --- 2016-11-29 Ard Biesheuvel New
[2/4] crypto: skcipher - fix crash in skcipher_walk_aead() --- 2016-11-29 Ard Biesheuvel Accepted
[3/4] crypto: arm64/aes-ce-ccm - fix decrypt path with new skcipher interface --- 2016-11-29 Ard Biesheuvel New
[4/4] crypto: arm64/aes-ce-ctr: fix skcipher conversion --- 2016-11-29 Ard Biesheuvel Accepted
crypto: arm/aesbs - fix brokenness after skcipher conversion --- 2016-11-29 Ard Biesheuvel Accepted
crypto: arm/aesbs - Select SIMD in Kconfig --- 2016-11-30 Arnd Bergmann New
[v2,1/6] crypto: testmgr - avoid overlap in chunked tests --- 2016-12-04 Ard Biesheuvel Superseded
[v2,2/6] crypto: testmgr - add/enhance test cases for CRC-T10DIF --- 2016-12-04 Ard Biesheuvel Superseded
[v2,3/6] crypto: arm64/crct10dif - port x86 SSE implementation to arm64 --- 2016-12-04 Ard Biesheuvel New
[v2,4/6] crypto: arm/crct10dif - port x86 SSE implementation to ARM --- 2016-12-04 Ard Biesheuvel New
[v2,5/6] crypto: arm64/crc32 - accelerated support based on x86 SSE implementation --- 2016-12-04 Ard Biesheuvel Superseded
[v2,6/6] crypto: arm/crc32 - accelerated support based on x86 SSE implementation --- 2016-12-04 Ard Biesheuvel New
[v3,1/6] crypto: testmgr - avoid overlap in chunked tests --- 2016-12-05 Ard Biesheuvel Superseded
[v3,2/6] crypto: testmgr - add/enhance test cases for CRC-T10DIF --- 2016-12-05 Ard Biesheuvel New
[v3,3/6] crypto: arm64/crct10dif - port x86 SSE implementation to arm64 --- 2016-12-05 Ard Biesheuvel Accepted
[v3,4/6] crypto: arm/crct10dif - port x86 SSE implementation to ARM --- 2016-12-05 Ard Biesheuvel Accepted
[v3,5/6] crypto: arm64/crc32 - accelerated support based on x86 SSE implementation --- 2016-12-05 Ard Biesheuvel Accepted
[v3,6/6] crypto: arm/crc32 - accelerated support based on x86 SSE implementation --- 2016-12-05 Ard Biesheuvel Accepted
[v3,1/6] crypto: testmgr - avoid overlap in chunked tests --- 2016-12-07 Ard Biesheuvel New
crypto: testmgr - fix overlap in chunked tests again --- 2016-12-08 Ard Biesheuvel Accepted
[1/2] crypto: arm64/chacha20 - implement NEON version based on SSE3 code --- 2016-12-08 Ard Biesheuvel New
[2/2] crypto: arm/chacha20 - implement NEON version based on SSE3 code --- 2016-12-08 Ard Biesheuvel Superseded
crypto: arm/aes-neonbs - process 8 blocks in parallel if we can --- 2016-12-09 Ard Biesheuvel Superseded
[v2,1/3] crypto: chacha20 - convert generic and x86 versions to skcipher --- 2016-12-09 Ard Biesheuvel Accepted
[v2,2/3] crypto: arm64/chacha20 - implement NEON version based on SSE3 code --- 2016-12-09 Ard Biesheuvel New
[v2,3/3] crypto: arm/chacha20 - implement NEON version based on SSE3 code --- 2016-12-09 Ard Biesheuvel Superseded
crypto: arm64/aes: reimplement bit-sliced ARM/NEON implementation for arm64 --- 2016-12-12 Ard Biesheuvel New
crypto: skcipher - fix crash in virtual walk --- 2016-12-13 Ard Biesheuvel Accepted
[RFC] crypto: skcipher - introduce walksize attribute for SIMD algos --- 2016-12-29 Ard Biesheuvel Accepted
[1/6] crypto: generic/aes - export encrypt and decrypt entry points --- 2017-01-02 Ard Biesheuvel New
[2/6] crypto: arm/aes-neonbs - process 8 blocks in parallel if we can --- 2017-01-02 Ard Biesheuvel New
[3/6] crypto: arm/chacha20 - implement NEON version based on SSE3 code --- 2017-01-02 Ard Biesheuvel Superseded
[4/6] crypto: arm64/chacha20 - implement NEON version based on SSE3 code --- 2017-01-02 Ard Biesheuvel Superseded
[5/6] crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well --- 2017-01-02 Ard Biesheuvel Superseded
[6/6] crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 --- 2017-01-02 Ard Biesheuvel New
crypto: arm64/aes - add scalar implementation --- 2017-01-04 Ard Biesheuvel Superseded
[v2,1/7] crypto: arm64/chacha20 - implement NEON version based on SSE3 code --- 2017-01-11 Ard Biesheuvel New
[v2,2/7] crypto: arm/chacha20 - implement NEON version based on SSE3 code --- 2017-01-11 Ard Biesheuvel Accepted
[v2,3/7] crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well --- 2017-01-11 Ard Biesheuvel Accepted
[v2,4/7] crypto: arm64/aes - add scalar implementation --- 2017-01-11 Ard Biesheuvel Accepted
[v2,5/7] crypto: arm/aes - replace scalar AES cipher --- 2017-01-11 Ard Biesheuvel Accepted
[v2,7/7] crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 --- 2017-01-11 Ard Biesheuvel Accepted
crypto: testmgr - use calculated count for number of test vectors --- 2017-01-12 Ard Biesheuvel Accepted
crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code --- 2017-01-13 Ard Biesheuvel Accepted
crypto: generic/cts - fix regression in iv handling --- 2017-01-16 Ard Biesheuvel New
[02/10] crypto: arm/aes-ce - remove cra_alignmask crypto - AES for ARM/arm64 updates for v4.11 (round #2) --- 2017-01-17 Ard Biesheuvel Superseded
« 1 2 3 4107 108 »