Age | Commit message (Expand) | Author | Files | Lines |
2017-03-01 | crypto: arm/crc32 - add build time test for CRC instruction support | Ard Biesheuvel | 1 | -1/+11 |
2017-03-01 | crypto: arm/crc32 - fix build error with outdated binutils | Ard Biesheuvel | 1 | -1/+1 |
2017-02-11 | crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver | Ard Biesheuvel | 2 | -2/+267 |
2017-02-11 | crypto: sha512-mb - Protect sha512 mb ctx mgr access | Tim Chen | 1 | -22/+42 |
2017-02-11 | crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers | Ard Biesheuvel | 5 | -312/+41 |
2017-02-03 | crypto: arm/aes - don't use IV buffer to return final keystream block | Ard Biesheuvel | 2 | -11/+14 |
2017-02-03 | crypto: arm64/aes - don't use IV buffer to return final keystream block | Ard Biesheuvel | 2 | -18/+28 |
2017-02-03 | crypto: arm64/aes - replace scalar fallback with plain NEON fallback | Ard Biesheuvel | 2 | -11/+29 |
2017-02-03 | crypto: arm64/aes-neon-blk - tweak performance for low end cores | Ard Biesheuvel | 2 | -135/+102 |
2017-02-03 | crypto: arm64/aes - performance tweak | Ard Biesheuvel | 1 | -33/+19 |
2017-02-03 | crypto: arm64/aes - avoid literals for cross-module symbol references | Ard Biesheuvel | 1 | -5/+2 |
2017-02-03 | crypto: arm64/chacha20 - remove cra_alignmask | Ard Biesheuvel | 1 | -1/+0 |
2017-02-03 | crypto: arm64/aes-blk - remove cra_alignmask | Ard Biesheuvel | 2 | -15/+9 |
2017-02-03 | crypto: arm64/aes-ce-ccm - remove cra_alignmask | Ard Biesheuvel | 1 | -1/+0 |
2017-02-03 | crypto: arm/chacha20 - remove cra_alignmask | Ard Biesheuvel | 1 | -1/+0 |
2017-02-03 | crypto: arm/aes-ce - remove cra_alignmask | Ard Biesheuvel | 2 | -52/+47 |
2017-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2 | -51/+48 |
2017-02-03 | crypto: aesni - Fix failure when pcbc module is absent | Herbert Xu | 1 | -4/+4 |
2017-01-23 | crypto: x86 - make constants readonly, allow linker to merge them | Denys Vlasenko | 33 | -74/+229 |
2017-01-23 | crypto: x86/crc32c - fix %progbits -> @progbits | Denys Vlasenko | 1 | -1/+1 |
2017-01-23 | crypto: arm/aes-neonbs - fix issue with v2.22 and older assembler | Ard Biesheuvel | 1 | -4/+4 |
2017-01-23 | crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes | Ard Biesheuvel | 1 | -46/+42 |
2017-01-13 | crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code | Ard Biesheuvel | 1 | -5/+5 |
2017-01-13 | crypto: arm/aes - replace bit-sliced OpenSSL NEON code | Ard Biesheuvel | 9 | -6499/+1429 |
2017-01-12 | crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 | Ard Biesheuvel | 4 | -0/+1393 |
2017-01-12 | crypto: arm/aes - replace scalar AES cipher | Ard Biesheuvel | 5 | -119/+256 |
2017-01-12 | crypto: arm64/aes - add scalar implementation | Ard Biesheuvel | 4 | -0/+203 |
2017-01-12 | crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well | Ard Biesheuvel | 1 | -2/+23 |
2017-01-12 | crypto: arm/chacha20 - implement NEON version based on SSE3 code | Ard Biesheuvel | 4 | -0/+659 |
2017-01-12 | crypto: arm64/chacha20 - implement NEON version based on SSE3 code | Ard Biesheuvel | 4 | -0/+586 |
2017-01-12 | crypto: x86/chacha20 - Manually align stack buffer | Herbert Xu | 1 | -1/+4 |
2017-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 80 | -373/+477 |
2017-01-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -15/+17 |
2017-01-07 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2 | -5/+13 |
2017-01-06 | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -7/+7 |
2017-01-05 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 52 | -263/+314 |
2017-01-05 | Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+3 |
2017-01-05 | KVM: VMX: remove duplicated declaration | Jan Dakinevich | 1 | -6/+0 |
2017-01-05 | KVM: MIPS: Flush KVM entry code from icache globally | James Hogan | 1 | -2/+2 |
2017-01-05 | KVM: MIPS: Don't clobber CP0_Status.UX | James Hogan | 1 | -1/+4 |
2017-01-04 | arm64: restore get_current() optimisation | Mark Rutland | 1 | -1/+9 |
2017-01-04 | arm64: mm: fix show_pte KERN_CONT fallout | Mark Rutland | 1 | -4/+4 |
2017-01-04 | Merge tag 'davinci-fixes-for-v4.10' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 4 | -27/+53 |
2017-01-04 | Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh... | Arnd Bergmann | 9 | -1/+94 |
2017-01-04 | Merge tag 'juno-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 1 | -1/+1 |
2017-01-04 | Merge tag 'vexpress-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Arnd Bergmann | 2 | -2/+2 |
2017-01-04 | Merge tag 'imx-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Arnd Bergmann | 7 | -5/+7 |
2017-01-04 | Merge tag 'qcom-arm-fixes-for-4.10-rc2' of git://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 1 | -0/+4 |
2017-01-04 | Merge tag 'omap-for-v4.10/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 23 | -193/+65 |
2017-01-04 | Merge tag 'samsung-soc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Arnd Bergmann | 3 | -33/+77 |