Age | Commit message (Expand) | Author | Files | Lines |
2021-01-14 | crypto: x86/camellia - drop CTR mode implementation | Ard Biesheuvel | 6 | -416/+0 |
2021-01-14 | crypto: x86/glue-helper - drop XTS helper routines | Ard Biesheuvel | 4 | -303/+0 |
2021-01-14 | crypto: x86/twofish - switch to XTS template | Ard Biesheuvel | 2 | -151/+0 |
2021-01-14 | crypto: x86/serpent- switch to XTS template | Ard Biesheuvel | 5 | -304/+0 |
2021-01-14 | crypto: x86/cast6 - switch to XTS template | Ard Biesheuvel | 2 | -154/+0 |
2021-01-14 | crypto: x86/camellia - switch to XTS template | Ard Biesheuvel | 5 | -576/+1 |
2021-01-14 | crypto: aesni - replace function pointers with static branches | Ard Biesheuvel | 1 | -44/+54 |
2021-01-14 | crypto: aesni - refactor scatterlist processing | Ard Biesheuvel | 1 | -83/+56 |
2021-01-14 | crypto: aesni - clean up mapping of associated data | Ard Biesheuvel | 1 | -4/+5 |
2021-01-14 | crypto: aesni - drop unused asm prototypes | Ard Biesheuvel | 1 | -67/+0 |
2021-01-14 | crypto: aesni - prevent misaligned buffers on the stack | Ard Biesheuvel | 1 | -12/+16 |
2021-01-08 | crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper | Ard Biesheuvel | 2 | -144/+356 |
2021-01-08 | crypto: x86/aes-ni-xts - use direct calls to and 4-way stride | Ard Biesheuvel | 2 | -56/+84 |
2021-01-03 | crypto: arm/blake2b - add NEON-accelerated BLAKE2b | Eric Biggers | 4 | -0/+464 |
2021-01-03 | crypto: arm/blake2s - add ARM scalar optimized BLAKE2s | Eric Biggers | 4 | -0/+374 |
2021-01-03 | crypto: blake2s - share the "shash" API boilerplate code | Eric Biggers | 1 | -67/+7 |
2021-01-03 | crypto: x86/blake2s - define shash_alg structs using macros | Eric Biggers | 1 | -61/+23 |
2021-01-03 | crypto: arm64/aes-ctr - improve tail handling | Ard Biesheuvel | 2 | -74/+137 |
2021-01-03 | crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled | Ard Biesheuvel | 1 | -2/+2 |
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel | 2 | -0/+5 |
2021-01-03 | crypto: aesni - implement support for cts(cbc(aes)) | Ard Biesheuvel | 2 | -1/+261 |
2021-01-03 | crypto: arm/chacha-neon - add missing counter increment | Ard Biesheuvel | 1 | -0/+1 |
2020-12-25 | Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2020-12-25 | Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 7 | -15/+29 |
2020-12-25 | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -9/+7 |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -152/+30 |
2020-12-23 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2020-12-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 36 | -51/+466 |
2020-12-23 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux | Linus Torvalds | 50 | -473/+1256 |
2020-12-23 | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 3 | -12/+111 |
2020-12-23 | x86/split-lock: Avoid returning with interrupts enabled | Andi Kleen | 1 | -1/+2 |
2020-12-22 | kasan: allow VMAP_STACK for HW_TAGS mode | Andrey Konovalov | 1 | -4/+4 |
2020-12-22 | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 2 | -2/+2 |
2020-12-22 | kasan, arm64: enable CONFIG_KASAN_HW_TAGS | Andrey Konovalov | 1 | -0/+1 |
2020-12-22 | kasan, arm64: print report from tag fault handler | Andrey Konovalov | 1 | -0/+14 |
2020-12-22 | kasan, arm64: implement HW_TAGS runtime | Andrey Konovalov | 3 | -2/+7 |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 10 | -14/+18 |
2020-12-22 | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov | 2 | -0/+2 |
2020-12-22 | arm64: kasan: add arch layer for memory tagging helpers | Andrey Konovalov | 1 | -0/+9 |
2020-12-22 | arm64: kasan: align allocations for HW_TAGS | Andrey Konovalov | 1 | -0/+3 |
2020-12-22 | arm64: mte: switch GCR_EL1 in kernel entry and exit | Vincenzo Frascino | 6 | -4/+79 |
2020-12-22 | arm64: mte: convert gcr_user into an exclude mask | Vincenzo Frascino | 2 | -15/+16 |
2020-12-22 | arm64: kasan: allow enabling in-kernel MTE | Vincenzo Frascino | 3 | -3/+33 |
2020-12-22 | arm64: mte: add in-kernel tag fault handler | Vincenzo Frascino | 3 | -0/+70 |
2020-12-22 | arm64: mte: reset the page tag in page->flags | Vincenzo Frascino | 4 | -0/+32 |
2020-12-22 | arm64: mte: add in-kernel MTE helpers | Vincenzo Frascino | 6 | -6/+150 |
2020-12-22 | arm64: enable armv8.5-a asm-arch option | Vincenzo Frascino | 2 | -0/+9 |
2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov | 2 | -2/+2 |
2020-12-22 | kasan, arm64: move initialization message | Andrey Konovalov | 2 | -14/+8 |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov | 1 | -3/+8 |