aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/camellia - switch to XTS templateArd Biesheuvel2021-01-145-576/+1
* crypto: aesni - replace function pointers with static branchesArd Biesheuvel2021-01-141-44/+54
* crypto: aesni - refactor scatterlist processingArd Biesheuvel2021-01-141-83/+56
* crypto: aesni - clean up mapping of associated dataArd Biesheuvel2021-01-141-4/+5
* crypto: aesni - drop unused asm prototypesArd Biesheuvel2021-01-141-67/+0
* crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel2021-01-141-12/+16
* crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2021-01-082-144/+356
* crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2021-01-082-56/+84
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-67/+7
* crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers2021-01-031-61/+23
* crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2021-01-032-1/+261
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-0/+1
|\
| * genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-151-0/+1
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-245-127/+13
|\ \
| * | efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel2020-11-171-28/+9
| * | ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin2020-11-063-96/+3
| * | efi: generalize efi_get_securebootChester Lin2020-11-041-1/+1
| * | efi/libstub/x86: simplify efi_is_native()Heinrich Schuchardt2020-10-261-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-222-1/+2
|\ \ \
| * | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-1/+1
| * | | kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2020-12-221-0/+1
* | | | x86/split-lock: Avoid returning with interrupts enabledAndi Kleen2020-12-221-1/+2
|/ / /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2038-498/+2297
|\ \ \
| * | | KVM: SVM: fix 32-bit compilationPaolo Bonzini2020-12-161-0/+2
| * | | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-159-47/+62
| |\ \ \
| * | | | KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky2020-12-152-0/+29
| * | | | KVM: SVM: Provide support to launch and run an SEV-ES guestTom Lendacky2020-12-151-0/+104
| * | | | KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky2020-12-154-9/+77
| * | | | KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-156-23/+103
| * | | | KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky2020-12-154-5/+92
| * | | | KVM: SVM: Update ASID allocation to support SEV-ES guestsTom Lendacky2020-12-151-11/+14
| * | | | KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky2020-12-153-2/+4
| * | | | KVM: SVM: Add NMI support for an SEV-ES guestTom Lendacky2020-12-152-7/+17
| * | | | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky2020-12-153-10/+56
| * | | | KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-154-5/+18
| * | | | KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ESTom Lendacky2020-12-151-9/+18
| * | | | KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky2020-12-152-1/+7
| * | | | KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-154-4/+21
| * | | | KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-154-13/+64
| * | | | KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky2020-12-152-0/+22
| * | | | KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-156-5/+83
| * | | | KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky2020-12-154-0/+258
| * | | | KVM: SVM: Create trace events for VMGEXIT MSR protocol processingTom Lendacky2020-12-153-0/+52
| * | | | KVM: SVM: Create trace events for VMGEXIT processingTom Lendacky2020-12-153-0/+61
| * | | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100Tom Lendacky2020-12-152-0/+19
| * | | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004Tom Lendacky2020-12-152-2/+63
| * | | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002Tom Lendacky2020-12-152-1/+42
| * | | | KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2020-12-155-3/+292
| * | | | KVM: SVM: Prepare for SEV-ES exit handling in the sev.c fileTom Lendacky2020-12-151-26/+38
| * | | | KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ESTom Lendacky2020-12-151-0/+7