linux-2.6-microblaze.git
2021-01-14 Ard Biesheuvelcrypto: x86 - add some helper macros for ECB and CBC...
2021-01-14 Ard Biesheuvelcrypto: x86/blowfish - drop CTR mode implementation
2021-01-14 Ard Biesheuvelcrypto: x86/des - drop CTR mode implementation
2021-01-14 Ard Biesheuvelcrypto: x86/glue-helper - drop CTR helper routines
2021-01-14 Ard Biesheuvelcrypto: x86/twofish - drop CTR mode implementation
2021-01-14 Ard Biesheuvelcrypto: x86/cast6 - drop CTR mode implementation
2021-01-14 Ard Biesheuvelcrypto: x86/cast5 - drop CTR mode implementation
2021-01-14 Ard Biesheuvelcrypto: x86/serpent - drop CTR mode implementation
2021-01-14 Ard Biesheuvelcrypto: x86/camellia - drop CTR mode implementation
2021-01-14 Ard Biesheuvelcrypto: x86/glue-helper - drop XTS helper routines
2021-01-14 Ard Biesheuvelcrypto: x86/twofish - switch to XTS template
2021-01-14 Ard Biesheuvelcrypto: x86/serpent- switch to XTS template
2021-01-14 Ard Biesheuvelcrypto: x86/cast6 - switch to XTS template
2021-01-14 Ard Biesheuvelcrypto: x86/camellia - switch to XTS template
2021-01-14 Bhaskar Chowdhurycrypto: marvell/cesa - Fix a spelling s/fautly/faultly...
2021-01-14 Kai Yecrypto: hisilicon/sec - register SEC device to uacce
2021-01-14 Kai Yecrypto: hisilicon/hpre - register HPRE device to uacce
2021-01-14 Kai Yecrypto: hisilicon - add ZIP device using mode parameter
2021-01-14 Kai Yecrypto: hisilicon/qm - SVA bugfixed on Kunpeng920
2021-01-14 Jiri Olsacrypto: bcm - Rename struct device_private to bcm_devic...
2021-01-14 Adam Guerincrypto: qat - reduce size of mapped region
2021-01-14 Adam Guerincrypto: qat - change format string and cast ring size
2021-01-14 Adam Guerincrypto: qat - fix potential spectre issue
2021-01-14 Wojciech Ziembacrypto: qat - configure arbiter mapping based on engine...
2021-01-14 Ard Biesheuvelcrypto: aesni - replace function pointers with static...
2021-01-14 Ard Biesheuvelcrypto: aesni - refactor scatterlist processing
2021-01-14 Ard Biesheuvelcrypto: aesni - clean up mapping of associated data
2021-01-14 Ard Biesheuvelcrypto: aesni - drop unused asm prototypes
2021-01-14 Ard Biesheuvelcrypto: aesni - prevent misaligned buffers on the stack
2021-01-14 Marco Chiapperocrypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES...
2021-01-14 Herbert Xucrypto: stm32 - Fix last sparse warning in stm32_cryp_c...
2021-01-08 Herbert Xucrypto: vmx - Move extern declarations into header...
2021-01-08 Ard Biesheuvelcrypto: x86/aes-ni-xts - rewrite and drop indirections...
2021-01-08 Ard Biesheuvelcrypto: x86/aes-ni-xts - use direct calls to and 4...
2021-01-02 Rob Herringcrypto: picoxcell - Remove PicoXcell driver
2021-01-02 Eric Biggerscrypto: arm/blake2b - add NEON-accelerated BLAKE2b
2021-01-02 Eric Biggerscrypto: blake2b - update file comment
2021-01-02 Eric Biggerscrypto: blake2b - sync with blake2s implementation
2021-01-02 Eric Biggerswireguard: Kconfig: select CRYPTO_BLAKE2S_ARM
2021-01-02 Eric Biggerscrypto: arm/blake2s - add ARM scalar optimized BLAKE2s
2021-01-02 Eric Biggerscrypto: blake2s - include <linux/bug.h> instead of...
2021-01-02 Eric Biggerscrypto: blake2s - adjust include guard naming
2021-01-02 Eric Biggerscrypto: blake2s - add comment for blake2s_state fields
2021-01-02 Eric Biggerscrypto: blake2s - optimize blake2s initialization
2021-01-02 Eric Biggerscrypto: blake2s - share the "shash" API boilerplate...
2021-01-02 Eric Biggerscrypto: blake2s - move update and final logic to intern...
2021-01-02 Eric Biggerscrypto: blake2s - remove unneeded includes
2021-01-02 Eric Biggerscrypto: x86/blake2s - define shash_alg structs using...
2021-01-02 Eric Biggerscrypto: blake2s - define shash_alg structs using macros
2021-01-02 Christophe... hwrng: ingenic - Fix a resource leak in an error handli...
2021-01-02 Matthias Bruggerhwrng: iproc-rng200 - Move enable/disable in separate...
2021-01-02 Matthias Bruggerhwrng: iproc-rng200 - Fix disable of the block.
2021-01-02 Ard Biesheuvelcrypto: arm64/aes-ctr - improve tail handling
2021-01-02 Ard Biesheuvelcrypto: arm64/aes-ce - really hide slower algos when...
2021-01-02 Daniele AlessandrelliMAINTAINERS: Add maintainers for Keem Bay OCS HCU driver
2021-01-02 Daniele Alessandrellicrypto: keembay-ocs-hcu - Add optional support for...
2021-01-02 Daniele Alessandrellicrypto: keembay-ocs-hcu - Add HMAC support
2021-01-02 Declan Murphycrypto: keembay - Add Keem Bay OCS HCU driver
2021-01-02 Declan Murphydt-bindings: crypto: Add Keem Bay OCS HCU bindings
2021-01-02 Corentin Labbecrypto: sun4i-ss - add SPDX header and remove blank...
2021-01-02 Corentin Labbecrypto: sun4i-ss - enabled stats via debugfs
2021-01-02 Corentin Labbecrypto: sun4i-ss - fix kmap usage
2021-01-02 Corentin Labbecrypto: sun4i-ss - initialize need_fallback
2021-01-02 Corentin Labbecrypto: sun4i-ss - handle BigEndian for cipher
2021-01-02 Corentin Labbecrypto: sun4i-ss - IV register does not work on A10...
2021-01-02 Corentin Labbecrypto: sun4i-ss - checking sg length is not sufficient
2021-01-02 Corentin Labbecrypto: sun4i-ss - linearize buffers content must be...
2021-01-02 Tian Taocrypto: inside-secure - fix platform_get_irq.cocci...
2021-01-02 Ard Biesheuvelcrypto: remove cipher routines from public crypto API
2021-01-02 Ard Biesheuvelchcr_ktls: use AES library for single use cipher
2021-01-02 Tian Taocrypto: ccree - remove unused including <linux/version.h>
2021-01-02 Fabio Estevamcrypto: sahara - Remove unused .id_table support
2021-01-02 Ard Biesheuvelcrypto: tcrypt - avoid signed overflow in byte count
2021-01-02 Ard Biesheuvelcrypto: aesni - implement support for cts(cbc(aes))
2021-01-02 Krzysztof KozlowskiMAINTAINERS: crypto: s5p-sss: drop Kamil Konieczny
2021-01-02 Vic Wucrypto: mediatek - remove obsolete driver
2021-01-02 Ard Biesheuvelcrypto: ecdh - avoid buffer overflow in ecdh_set_secret()
2021-01-02 Ard Biesheuvelcrypto: arm/chacha-neon - add missing counter increment
2020-12-27 Linus TorvaldsLinux 5.11-rc1
2020-12-27 Linus Torvaldsproc mountinfo: make splice available again
2020-12-27 Linus TorvaldsMerge tag 'ntb-5.11' of git://github.com/jonmason/ntb
2020-12-27 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-12-27 Linus TorvaldsMerge tag 'objtool-urgent-2020-12-27' of git://git...
2020-12-27 Linus TorvaldsMerge tag 'locking-urgent-2020-12-27' of git://git...
2020-12-27 Linus TorvaldsMerge tag 'timers-urgent-2020-12-27' of git://git....
2020-12-27 Linus TorvaldsMerge tag 'sched-urgent-2020-12-27' of git://git./linux...
2020-12-26 Linus Torvaldsmfd: ab8500-debugfs: Remove extraneous seq_putc
2020-12-26 Linus TorvaldsMerge tag 'pci-v5.11-fixes-1' of git://git./linux/kerne...
2020-12-26 Nathan Chancellormfd: ab8500-debugfs: Remove extraneous curly brace
2020-12-26 Alexander LobakinPCI: dwc: Fix inverted condition of DMA mask setup...
2020-12-26 Rob HerringPCI: tegra: Fix host link initialization
2020-12-25 Linus Torvaldsdrm/amd/display: avoid uninitialized variable warning
2020-12-25 Linus TorvaldsMerge tag 'perf-tools-2020-12-24' of git://git./linux...
2020-12-25 Linus TorvaldsMerge branch 'for-5.11' of git://git./linux/kernel...
2020-12-25 Michael Ellermangenirq: Fix export of irq_to_desc() for powerpc KVM
2020-12-25 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2020-12-24 Linus TorvaldsMerge tag 'docs-5.11-2' of git://git.lwn.net/linux
2020-12-24 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2020-12-24 Linus TorvaldsMerge tag 'Smack-for-5.11-io_uring-fix' of git://github...
2020-12-24 Linus TorvaldsMerge tag 'riscv-for-linus-5.11-rc1' of git://git....
next