summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel5-201/+0
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel6-416/+0
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel4-303/+0
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel2-151/+0
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel5-304/+0
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2-154/+0
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel5-576/+1
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel1-44/+54
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel1-83/+56
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel1-4/+5
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel1-67/+0
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel1-12/+16
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2-144/+356
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-67/+7
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers1-61/+23
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2-1/+261
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-127/+13
2020-12-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2020-12-23x86/split-lock: Avoid returning with interrupts enabledAndi Kleen1-1/+2
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov1-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov1-0/+1
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-498/+2297
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-28/+24
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn2-0/+2
2020-12-19mm, kvm: account kvm_vcpu_mmap to kmemcgShakeel Butt1-1/+1
2020-12-19xen: Kconfig: remove X86_64 depends from XEN_512GBJason Andryuk1-1/+1
2020-12-18Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-7/+46
2020-12-17Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2020-12-17Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+39
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+20
2020-12-16KVM: SVM: fix 32-bit compilationPaolo Bonzini1-0/+2
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-12-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+6
2020-12-16xen: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-12-16xen: Kconfig: nest Xen guest optionsJason Andryuk1-13/+13
2020-12-16xen: Remove Xen PVH/PVHVM dependency on PCIJason Andryuk1-6/+12
2020-12-16x86/xen: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-11/+1
2020-12-16Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+7
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport2-3/+2
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2-3/+3
2020-12-15mm: forbid splitting special mappingsDmitry Safonov1-17/+0
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov1-1/+1
2020-12-15x86: mremap speedup - Enable HAVE_MOVE_PUDKalesh Singh1-0/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-12-15Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini9-47/+62
2020-12-15KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky2-0/+29
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner1-0/+1