summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86 - exit fpu context earlier in ECB/CBC macrosPeter Lafreniere2023-02-031-4/+15
* crypto: x86/aria-avx512 - fix build failure with old binutilsTaehee Yoo2023-01-201-1/+1
* crypto: x86/aria-avx2 - fix build failure with old binutilsTaehee Yoo2023-01-202-2/+12
* crypto: x86/aria-avx - fix build failure with old binutilsTaehee Yoo2023-01-203-1/+18
* crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel2023-01-201-38/+107
* crypto: p10-aes-gcm - Revert implementationHerbert Xu2023-01-187-6330/+0
* ARM: dts: aspeed: Add ACRY/AHBC device controller nodeNeal Liu2023-01-131-0/+13
* crypto: p10-aes-gcm - A perl script to process PowerPC assembler sourceDanny Tsen2023-01-131-0/+229
* crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen2023-01-131-0/+370
* crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen2023-01-131-0/+3846
* crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen2023-01-131-0/+1519
* crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen2023-01-131-0/+345
* crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2023-01-132-0/+21
* crypto: x86/aria - implement aria-avx512Taehee Yoo2023-01-065-0/+1251
* crypto: x86/aria - implement aria-avx2Taehee Yoo2023-01-066-1/+1752
* crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-062-15/+19
* crypto: x86/aria - add keystream array into request ctxTaehee Yoo2023-01-061-13/+26
* crypto: s390/aes - drop redundant xts key checkVladis Dronov2023-01-061-4/+0
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-061-1/+1
* crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu2022-12-301-8/+6
* crypto: x86/ghash - add comment and fix broken linkEric Biggers2022-12-302-5/+24
* crypto: x86/ghash - use le128 instead of u128Eric Biggers2022-12-302-8/+8
* crypto: x86/ghash - fix unaligned access in ghash_setkey()Eric Biggers2022-12-301-3/+3
* crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2022-12-302-4/+6
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2022-12-232-1/+5
|\
| * MIPS: dts: bcm63268: Add missing properties to the TWD nodeFlorian Fainelli2022-12-211-0/+2
| * MIPS: ralink: mt7621: avoid to init common ralink reset controllerSergio Paracuellos2022-12-211-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-2211-44/+97
|\ \
| * | RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel2022-12-072-0/+30
| * | RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel2022-12-073-6/+16
| * | RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel2022-12-071-0/+3
| * | RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel2022-12-072-8/+8
| * | RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel2022-12-071-14/+22
| * | RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel2022-12-075-5/+0
| * | RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel2022-12-071-1/+0
| * | RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-071-4/+7
| * | RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET2022-12-071-3/+1
| * | RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel2022-12-071-2/+3
| * | RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu2022-12-071-1/+1
| * | RISC-V: KVM: Add exit logic to main.cXiakaiPan2022-12-071-0/+6
* | | Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2022-12-211-0/+33
|\ \ \
| * | | arm64: dts: xilinx: zynqmp: Add RPU subsystem device nodeTanmay Shah2022-11-251-0/+33
* | | | m68k: remove broken strcmp implementationLinus Torvalds2022-12-211-20/+0
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-213-1/+3
|\ \ \ \
| * | | | prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
| * | | | random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2022-12-202-0/+2
* | | | | Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-201-2/+1
|\ \ \ \ \
| * | | | | m68k: use strscpy() to instead of strncpy()Xu Panda2022-12-051-2/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-2013-102/+91
|\ \ \ \ \