- 647daca KVM: SVM: Add support for booting APs in an SEV-ES guest by Tom Lendacky · 4 years ago
- f2c7ef3 KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit by Maxim Levitsky · 4 years ago
- 56fe28d KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode by Maxim Levitsky · 4 years ago
- 81f76ad KVM: nSVM: correctly restore nested_run_pending on migration by Maxim Levitsky · 4 years ago
- c0dba6e KVM: x86/mmu: Clarify TDP MMU page list invariants by Ben Gardon · 4 years ago
- a889ea5 KVM: x86/mmu: Ensure TDP MMU roots are freed after yield by Ben Gardon · 4 years ago
- 88bf56d kvm: check tlbs_dirty directly by Lai Jiangshan · 4 years, 1 month ago
- de7860c8 KVM: x86: change in pv_eoi_get_pending() to make code more readable by Stephen Zhang · 4 years, 1 month ago
- 7f0c1f1 MAINTAINERS: Really update email address for Sean Christopherson by Sean Christopherson · 4 years ago
- 2f80d50 KVM: x86: fix shift out of bounds reported by UBSAN by Paolo Bonzini · 4 years, 1 month ago
- b268b6f KVM: selftests: Implement perf_test_util more conventionally by Andrew Jones · 4 years, 1 month ago
- 1133e17 KVM: selftests: Use vm_create_with_vcpus in create_vm by Andrew Jones · 4 years, 1 month ago
- e42ac77 KVM: selftests: Factor out guest mode code by Andrew Jones · 4 years, 1 month ago
- 52782d5 KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c by Uros Bizjak · 4 years, 1 month ago
- f65cf84 KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load by Nathan Chancellor · 4 years, 1 month ago
- bc351f0 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 4 years ago
- 9aa4187 KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte() by Sean Christopherson · 4 years, 1 month ago
- dde81f9 KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array by Sean Christopherson · 4 years, 1 month ago
- 39b4d43 KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE by Sean Christopherson · 4 years, 1 month ago
- 2aa07893 KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte() by Sean Christopherson · 4 years, 1 month ago
- d45f89f KVM: SVM: fix 32-bit compilation by Paolo Bonzini · 4 years, 1 month ago
- 722e039 Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 1 month ago
- 8640ca5 KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting by Tom Lendacky · 4 years, 1 month ago
- ad73109 KVM: SVM: Provide support to launch and run an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 16809ec KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests by Tom Lendacky · 4 years, 1 month ago
- 8613777 KVM: SVM: Provide support for SEV-ES vCPU loading by Tom Lendacky · 4 years, 1 month ago
- 376c6d2 KVM: SVM: Provide support for SEV-ES vCPU creation/loading by Tom Lendacky · 4 years, 1 month ago
- 80675b3 KVM: SVM: Update ASID allocation to support SEV-ES guests by Tom Lendacky · 4 years, 1 month ago
- 85ca8be KVM: SVM: Set the encryption mask for the SVM host save area by Tom Lendacky · 4 years, 1 month ago
- 4444dfe KVM: SVM: Add NMI support for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- ed02b21 KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 5719455 KVM: SVM: Do not report support for SMM for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 5265713 KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES by Tom Lendacky · 4 years, 1 month ago
- d1949b9 KVM: SVM: Add support for CR8 write traps for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 5b51cb1 KVM: SVM: Add support for CR4 write traps for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- f27ad38 KVM: SVM: Add support for CR0 write traps for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 2985afb KVM: SVM: Add support for EFER write traps for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 7ed9abf KVM: SVM: Support string IO operations for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 8f423a8 KVM: SVM: Support MMIO for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 59e38b5 KVM: SVM: Create trace events for VMGEXIT MSR protocol processing by Tom Lendacky · 4 years, 1 month ago
- d523ab6b KVM: SVM: Create trace events for VMGEXIT processing by Tom Lendacky · 4 years, 1 month ago
- e1d7111 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100 by Tom Lendacky · 4 years, 1 month ago
- d369466 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004 by Tom Lendacky · 4 years, 1 month ago
- 1edc145 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002 by Tom Lendacky · 4 years, 1 month ago
- 291bd20 KVM: SVM: Add initial support for a VMGEXIT VMEXIT by Tom Lendacky · 4 years, 1 month ago
- e9093fd4 KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file by Tom Lendacky · 4 years, 1 month ago
- 8164a5f KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES by Tom Lendacky · 4 years, 1 month ago
- bc624d9 KVM: SVM: Do not allow instruction emulation under SEV-ES by Tom Lendacky · 4 years, 1 month ago
- 8d4846b KVM: SVM: Prevent debugging under SEV-ES by Tom Lendacky · 4 years, 1 month ago
- f1c6366 KVM: SVM: Add required changes to support intercepts under SEV-ES by Tom Lendacky · 4 years, 1 month ago
- f9a4d62 KVM: x86: introduce complete_emulated_msr callback by Paolo Bonzini · 4 years, 1 month ago
- 8b47442 KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR by Paolo Bonzini · 4 years, 1 month ago
- 9caec4b KVM: x86: remove bogus #GP injection by Paolo Bonzini · 4 years, 1 month ago
- 1c04d8c KVM: x86: Mark GPRs dirty when written by Tom Lendacky · 4 years, 1 month ago
- add5e2f KVM: SVM: Add support for the SEV-ES VMSA by Tom Lendacky · 4 years, 1 month ago
- 0f60bde KVM: SVM: Add GHCB accessor functions for retrieving fields by Tom Lendacky · 4 years, 1 month ago
- 916391a KVM: SVM: Add support for SEV-ES capability in KVM by Tom Lendacky · 4 years, 1 month ago
- 9d4747d KVM: SVM: Remove the call to sev_platform_status() during setup by Tom Lendacky · 4 years, 1 month ago
- 69372cf0 x86/cpu: Add VM page flush MSR availablility as a CPUID feature by Tom Lendacky · 4 years, 1 month ago
- 3f1a18b KVM/VMX/SVM: Move kvm_machine_check function to x86.h by Uros Bizjak · 4 years, 3 months ago
- 2c85ebc Linux 5.10 by Linus Torvalds · 4 years, 1 month ago
- ec6f5e0 Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- d2360a3 Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 6bff9bb Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 1 month ago
- 5ee595d Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 1 month ago
- 7b1b868 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 1 month ago
- b53966f Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 1 month ago
- b01dedd Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 1 month ago
- 31d00f6 Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 643e69a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 1 month ago
- 6ffeb1c md: change mddev 'chunk_sectors' from int to unsigned by Mike Snitzer · 4 years, 1 month ago
- 0d07c0e x86/kprobes: Fix optprobe to detect INT3 padding correctly by Masami Hiramatsu · 4 years, 1 month ago
- e8614e5 Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 1 month ago
- cffdd6d Input: goodix - add upside-down quirk for Teclast X98 Pro tablet by Simon Beginn · 4 years, 1 month ago
- 111d0bd tools/kvm_stat: Exempt time-based counters by Stefan Raspl · 4 years, 1 month ago
- 34c0f6f KVM: mmu: Fix SPTE encoding of MMIO generation upper half by Maciej S. Szmigiero · 4 years, 1 month ago
- 39485ed KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits by Paolo Bonzini · 4 years, 1 month ago
- 2224fc9 KVM: x86: Expose AVX512_FP16 for supported CPUID by Cathy Zhang · 4 years, 1 month ago
- e1b35da x86: Enumerate AVX512 FP16 CPUID feature flag by Kyung Min Park · 4 years, 1 month ago
- fb63605 selftests: kvm: Merge user_msr_test into userspace_msr_exit_test by Aaron Lewis · 4 years, 1 month ago
- 3cea189 selftests: kvm: Test MSR exiting to userspace by Aaron Lewis · 4 years, 3 months ago
- 6c44221 KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S by Uros Bizjak · 4 years, 3 months ago
- 7f376f1 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 1 month ago
- 1de5d12 Merge tag 'mmc-v5.10-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 1 month ago
- e977aaf Merge tag 'at24-fixes-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 4 years, 1 month ago
- 782598e Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 1 month ago
- b7906b7 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 4 years, 1 month ago
- a06caa4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
- ba9c120 mm/hugetlb: clear compound_nr before freeing gigantic pages by Gerald Schaefer · 4 years, 1 month ago
- 6c82d45 kasan: fix object remaining in offline per-cpu quarantine by Kuan-Ying Lee · 4 years, 1 month ago
- 6e7b64b9 elfcore: fix building with clang by Arnd Bergmann · 4 years, 1 month ago
- 55d5b7dd initramfs: fix clang build failure by Arnd Bergmann · 4 years, 1 month ago
- 14dc398 kbuild: avoid static_assert for genksyms by Arnd Bergmann · 4 years, 1 month ago
- 84edc2e selftest/fpu: avoid clang warning by Arnd Bergmann · 4 years, 1 month ago
- 40d6366 proc: use untagged_addr() for pagemap_read addresses by Miles Chen · 4 years, 1 month ago
- 16c0cc0 revert "mm/filemap: add static for function __add_to_page_cache_locked" by Andrew Morton · 4 years, 1 month ago
- 82e0609 Input: cm109 - do not stomp on control URB by Dmitry Torokhov · 4 years, 1 month ago
- 33d974e mtd: rawnand: xway: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 1 month ago
- cf75f00 mtd: rawnand: socrates: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 1 month ago
- 148b4f1 mtd: rawnand: plat_nand: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 1 month ago