aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers
2021-01-03crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel
2021-01-03crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel
2020-12-24Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-24Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen
2020-12-22kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov
2020-12-22kasan, arm64: enable CONFIG_KASAN_HW_TAGSAndrey Konovalov
2020-12-22kasan, arm64: print report from tag fault handlerAndrey Konovalov
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov
2020-12-22arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov
2020-12-22arm64: kasan: align allocations for HW_TAGSAndrey Konovalov
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino
2020-12-22arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino
2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino
2020-12-22arm64: enable armv8.5-a asm-arch optionVincenzo Frascino