linux-2.6-microblaze.git
2020-11-13 Herbert Xucrypto: cavium/nitrox - Fix sparse warnings
2020-11-13 Adam Guerincrypto: qat - replace pci with PCI in comments
2020-11-13 Ard Biesheuvelcrypto: arm/chacha-neon - optimize for non-block size...
2020-11-13 Adam Guerincrypto: qat - remove cast for mailbox CSR
2020-11-13 Jason A. Donenfeldcrypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires...
2020-11-06 Horia Geantăcrypto: caam - fix printing on xts fallback allocation...
2020-11-06 Weili Qiancrypto: hisilicon/qm - split 'hisi_qm_init' into smalle...
2020-11-06 Weili Qiancrypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into small...
2020-11-06 Weili Qiancrypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into small...
2020-11-06 Weili Qiancrypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'
2020-11-06 Weili Qiancrypto: hisilicon/qm - modify return type of 'qm_set_sq...
2020-11-06 Weili Qiancrypto: hisilicon/qm - modify the return type of debugf...
2020-11-06 Weili Qiancrypto: hisilicon/qm - modify the return type of function
2020-11-06 Weili Qiancrypto: hisilicon/qm - numbers are replaced by macros
2020-11-06 Nigel Christianhwrng: imx-rngc - irq already prints an error
2020-11-06 Horia Geantăcrypto: arm/aes-neonbs - fix usage of cbc(aes) fallback
2020-11-06 Tom Rixcrypto: qat - remove unneeded semicolon
2020-11-06 Tom Rixcrypto: cavium/nitrox - remove unneeded semicolon
2020-11-06 Ard Biesheuvelcrypto: arm64/poly1305-neon - reorder PAC authenticatio...
2020-11-06 Eric Biggerscrypto: af_alg - avoid undefined behavior accessing...
2020-11-06 Iuliana Prodancrypto: caam - enable crypto-engine retry mechanism
2020-11-06 Eric Biggerscrypto: testmgr - WARN on test failure
2020-11-06 Eric Biggerscrypto: testmgr - always print the actual skcipher...
2020-11-06 Eric Biggerscrypto: testmgr - always print the actual AEAD driver...
2020-11-06 Eric Biggerscrypto: testmgr - always print the actual hash driver...
2020-11-06 Eric Biggerscrypto: aead - add crypto_aead_driver_name()
2020-11-06 Tom Rixcrypto: atmel-sha - remove unneeded break
2020-10-30 Arvind Sankarcrypto: lib/sha256 - Unroll LOAD and BLEND loops
2020-10-30 Arvind Sankarcrypto: lib/sha256 - Unroll SHA256 loop 8 times intead...
2020-10-30 Arvind Sankarcrypto: lib/sha256 - Clear W[] in sha256_update() inste...
2020-10-30 Arvind Sankarcrypto: lib/sha256 - Don't clear temporary variables
2020-10-30 Arvind Sankarcrypto: hash - Use memzero_explicit() for clearing...
2020-10-30 Arvind Sankarcrypto: lib/sha256 - Use memzero_explicit() for clearin...
2020-10-30 Zhang Qilongcrypto: omap-aes - fix the reference count leak of...
2020-10-30 Tianjia Zhangcrypto: sm2 - remove unnecessary reset operations
2020-10-30 Herbert Xucrypto: sa2ul - Reduce stack usage
2020-10-30 Longfang Liucrypto: hisilicon - fixes some coding style
2020-10-30 Longfang Liucrypto: hisilicon - delete unused structure member...
2020-10-30 Eric Biggerscrypto: x86/aes - remove unused file aes_glue.c
2020-10-30 Giovanni Cabidducrypto: qat - extend ae_mask
2020-10-30 Giovanni Cabidducrypto: qat - allow for instances in different banks
2020-10-30 Giovanni Cabidducrypto: qat - refactor qat_crypto_dev_config()
2020-10-30 Giovanni Cabidducrypto: qat - refactor qat_crypto_create_instances()
2020-10-30 Giovanni Cabidducrypto: qat - change return value in adf_cfg_key_val_get()
2020-10-30 Giovanni Cabidducrypto: qat - change return value in adf_cfg_add_key_va...
2020-10-30 Giovanni Cabidducrypto: qat - remove unnecessary void* casts
2020-10-30 Giovanni Cabidducrypto: qat - call functions in adf_sriov if available
2020-10-30 Giovanni Cabidducrypto: qat - remove hardcoded bank irq clear flag...
2020-10-30 Giovanni Cabidducrypto: qat - abstract writes to arbiter enable
2020-10-30 Giovanni Cabidducrypto: qat - use BIT_ULL() - 1 pattern for masks
2020-10-30 Giovanni Cabidducrypto: qat - replace constant masks with GENMASK
2020-10-30 Giovanni Cabidducrypto: qat - abstract build ring base
2020-10-30 Giovanni Cabidducrypto: qat - enable ring after pair is programmed
2020-10-30 Giovanni Cabidducrypto: qat - register crypto instances based on capability
2020-10-30 Marco Chiapperocrypto: qat - add support for capability detection
2020-10-30 Giovanni Cabidducrypto: qat - abstract arbiter access
2020-10-30 Giovanni Cabidducrypto: qat - remove unused macros in arbiter module
2020-10-30 Giovanni Cabidducrypto: qat - remove writes into WQCFG
2020-10-30 Giovanni Cabidducrypto: qat - update constants table
2020-10-30 Giovanni Cabidducrypto: qat - use admin mask to send fw constants
2020-10-30 Giovanni Cabidducrypto: qat - change admin sequence
2020-10-30 Giovanni Cabidducrypto: qat - rename ME in AE
2020-10-30 Giovanni Cabidducrypto: qat - add packed to init admin structures
2020-10-30 Giovanni Cabidducrypto: qat - abstract admin interface
2020-10-30 Giovanni Cabidducrypto: qat - relocate GEN2 CSR access code
2020-10-30 Giovanni Cabidducrypto: qat - split transport CSR access logic
2020-10-30 Giovanni Cabidducrypto: qat - fix configuration of iov threads
2020-10-30 Ahsan Attacrypto: qat - num_rings_per_bank is device dependent
2020-10-30 Giovanni Cabidducrypto: qat - mask device capabilities with soft straps
2020-10-30 Marco Chiapperocrypto: qat - update IV in software
2020-10-30 Colin Ian Kingcrypto: inside-secure - Fix sizeof() mismatch
2020-10-30 Shiju Josecrypto: hisilicon - Fix doc warnings in sgl.c and qm.c
2020-10-30 Christophe... crypto: talitos - Fix return type of current_desc_hdr()
2020-10-30 Christophe... crypto: talitos - Endianess in current_desc_hdr()
2020-10-30 Herbert Xulib/mpi: Remove unused scalar_copied
2020-10-30 Giovanni Cabidducrypto: qat - remove unused function
2020-10-25 Linus TorvaldsLinux 5.10-rc1
2020-10-25 Joe Perchestreewide: Convert macro and uses of __section(foo)...
2020-10-25 Rasmus Villemoeskernel/sys.c: fix prototype of prctl_get_tid_address()
2020-10-25 Eric Biggersmm: remove kzfree() compatibility definition
2020-10-25 Joe Perchescheckpatch: enable GIT_DIR environment use to set git...
2020-10-25 Linus TorvaldsMerge tag 'timers-urgent-2020-10-25' of git://git....
2020-10-25 Linus TorvaldsMerge tag 'sched-urgent-2020-10-25' of git://git./linux...
2020-10-25 Linus TorvaldsMerge tag 'perf-urgent-2020-10-25' of git://git./linux...
2020-10-25 Linus TorvaldsMerge tag 'locking-urgent-2020-10-25' of git://git...
2020-10-25 Linus TorvaldsMerge tag 'ntb-5.10' of git://github.com/jonmason/ntb
2020-10-25 Linus TorvaldsMerge branch 'i2c/for-5.10' of git://git./linux/kernel...
2020-10-25 Linus TorvaldsMerge tag '5.10-rc-smb3-fixes-part2' of git://git.samba...
2020-10-25 Linus TorvaldsMerge branch 'parisc-5.10-2' of git://git./linux/kernel...
2020-10-25 Linus TorvaldsMerge tag 'for-linus-5.10b-rc1c-tag' of git://git....
2020-10-25 Linus TorvaldsMerge tag 'safesetid-5.10' of git://github.com/micah...
2020-10-25 Linus TorvaldsMerge tag '20201024-v4-5.10' of git://git./linux/kernel...
2020-10-25 Hans de Goedei2c: core: Restore acpi_walk_dep_device_list() getting...
2020-10-24 Linus TorvaldsMerge tag 'block-5.10-2020-10-24' of git://git.kernel...
2020-10-24 Linus TorvaldsMerge tag 'io_uring-5.10-2020-10-24' of git://git.kerne...
2020-10-24 Linus TorvaldsMerge tag 'libata-5.10-2020-10-24' of git://git.kernel...
2020-10-24 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2020-10-24 Linus TorvaldsMerge tag 'dma-mapping-5.10-1' of git://git.infradead...
2020-10-24 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-10-24 Linus TorvaldsMerge tag 'x86_seves_fixes_for_v5.10_rc1' of git:/...
next