| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/gpu: Add Alderlake-S stolen memory support | Caz Yokoyama | 2021-01-26 | 1 | -0/+1 |
* | local64.h: make <asm/local64.h> mandatory | Randy Dunlap | 2020-12-29 | 1 | -1/+0 |
* | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-24 | 1 | -0/+1 |
|\ |
|
| * | genirq: Move irq_has_action() into core code | Thomas Gleixner | 2020-12-15 | 1 | -0/+1 |
* | | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-24 | 5 | -127/+13 |
|\ \ |
|
| * | | efi: x86/xen: switch to efi_get_secureboot_mode helper | Ard Biesheuvel | 2020-11-17 | 1 | -28/+9 |
| * | | ima: generalize x86/EFI arch glue for other EFI architectures | Chester Lin | 2020-11-06 | 3 | -96/+3 |
| * | | efi: generalize efi_get_secureboot | Chester Lin | 2020-11-04 | 1 | -1/+1 |
| * | | efi/libstub/x86: simplify efi_is_native() | Heinrich Schuchardt | 2020-10-26 | 1 | -2/+0 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-22 | 2 | -1/+2 |
|\ \ \ |
|
| * | | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 2020-12-22 | 1 | -1/+1 |
| * | | | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov | 2020-12-22 | 1 | -0/+1 |
* | | | | x86/split-lock: Avoid returning with interrupts enabled | Andi Kleen | 2020-12-22 | 1 | -1/+2 |
|/ / / |
|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-12-20 | 38 | -498/+2297 |
|\ \ \ |
|
| * | | | KVM: SVM: fix 32-bit compilation | Paolo Bonzini | 2020-12-16 | 1 | -0/+2 |
| * | | | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 2020-12-15 | 9 | -47/+62 |
| |\ \ \ |
|
| * | | | | KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting | Tom Lendacky | 2020-12-15 | 2 | -0/+29 |
| * | | | | KVM: SVM: Provide support to launch and run an SEV-ES guest | Tom Lendacky | 2020-12-15 | 1 | -0/+104 |
| * | | | | KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests | Tom Lendacky | 2020-12-15 | 4 | -9/+77 |
| * | | | | KVM: SVM: Provide support for SEV-ES vCPU loading | Tom Lendacky | 2020-12-15 | 6 | -23/+103 |
| * | | | | KVM: SVM: Provide support for SEV-ES vCPU creation/loading | Tom Lendacky | 2020-12-15 | 4 | -5/+92 |
| * | | | | KVM: SVM: Update ASID allocation to support SEV-ES guests | Tom Lendacky | 2020-12-15 | 1 | -11/+14 |
| * | | | | KVM: SVM: Set the encryption mask for the SVM host save area | Tom Lendacky | 2020-12-15 | 3 | -2/+4 |
| * | | | | KVM: SVM: Add NMI support for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 2 | -7/+17 |
| * | | | | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest | Tom Lendacky | 2020-12-15 | 3 | -10/+56 |
| * | | | | KVM: SVM: Do not report support for SMM for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 4 | -5/+18 |
| * | | | | KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES | Tom Lendacky | 2020-12-15 | 1 | -9/+18 |
| * | | | | KVM: SVM: Add support for CR8 write traps for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 2 | -1/+7 |
| * | | | | KVM: SVM: Add support for CR4 write traps for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 4 | -4/+21 |
| * | | | | KVM: SVM: Add support for CR0 write traps for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 4 | -13/+64 |
| * | | | | KVM: SVM: Add support for EFER write traps for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 2 | -0/+22 |
| * | | | | KVM: SVM: Support string IO operations for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 6 | -5/+83 |
| * | | | | KVM: SVM: Support MMIO for an SEV-ES guest | Tom Lendacky | 2020-12-15 | 4 | -0/+258 |
| * | | | | KVM: SVM: Create trace events for VMGEXIT MSR protocol processing | Tom Lendacky | 2020-12-15 | 3 | -0/+52 |
| * | | | | KVM: SVM: Create trace events for VMGEXIT processing | Tom Lendacky | 2020-12-15 | 3 | -0/+61 |
| * | | | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100 | Tom Lendacky | 2020-12-15 | 2 | -0/+19 |
| * | | | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004 | Tom Lendacky | 2020-12-15 | 2 | -2/+63 |
| * | | | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002 | Tom Lendacky | 2020-12-15 | 2 | -1/+42 |
| * | | | | KVM: SVM: Add initial support for a VMGEXIT VMEXIT | Tom Lendacky | 2020-12-15 | 5 | -3/+292 |
| * | | | | KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file | Tom Lendacky | 2020-12-15 | 1 | -26/+38 |
| * | | | | KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES | Tom Lendacky | 2020-12-15 | 1 | -0/+7 |
| * | | | | KVM: SVM: Do not allow instruction emulation under SEV-ES | Tom Lendacky | 2020-12-15 | 1 | -0/+6 |
| * | | | | KVM: SVM: Prevent debugging under SEV-ES | Tom Lendacky | 2020-12-15 | 3 | -14/+35 |
| * | | | | KVM: SVM: Add required changes to support intercepts under SEV-ES | Tom Lendacky | 2020-12-15 | 3 | -13/+84 |
| * | | | | KVM: x86: introduce complete_emulated_msr callback | Paolo Bonzini | 2020-12-15 | 4 | -4/+7 |
| * | | | | KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR | Paolo Bonzini | 2020-12-15 | 1 | -28/+16 |
| * | | | | KVM: x86: remove bogus #GP injection | Paolo Bonzini | 2020-12-15 | 1 | -5/+1 |
| * | | | | KVM: x86: Mark GPRs dirty when written | Tom Lendacky | 2020-12-14 | 1 | -25/+26 |
| * | | | | KVM: SVM: Add support for the SEV-ES VMSA | Tom Lendacky | 2020-12-14 | 4 | -2/+97 |
| * | | | | KVM: SVM: Add GHCB accessor functions for retrieving fields | Tom Lendacky | 2020-12-14 | 2 | -6/+16 |