aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-071-0/+3
* KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon2021-01-071-2/+14
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-076-6/+32
|\
| * x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-101-0/+1
| * x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2020-12-091-4/+5
| * Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-061-0/+15
| |\
| | * x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-061-0/+15
| * | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-2/+0
| |\ \
| | * | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-2/+0
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-271-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini2020-11-271-0/+1
| * | | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-0/+10
* | | | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-152-11/+3
|\| | |
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-151-0/+1
| |\| |
| * | | Merge tag 'x86-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-151-10/+0
| |\ \ \
| | * | | x86/platform/uv: Drop last traces of uv_flush_tlb_othersJiri Slaby2020-11-111-10/+0
| | | |/ | | |/|
| * / | perf/x86/intel: Make anythread filter support conditionalStephane Eranian2020-11-091-1/+3
| |/ /
* | | KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-151-3/+7
* | | KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky2020-12-151-1/+14
* | | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky2020-12-151-0/+2
* | | KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-151-1/+1
* | | KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | | KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-152-0/+2
* | | KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-152-0/+18
* | | KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+2
* | | KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | | KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2020-12-152-1/+8
* | | KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky2020-12-151-1/+2
* | | KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-151-0/+1
* | | KVM: SVM: Add support for the SEV-ES VMSATom Lendacky2020-12-141-0/+3
* | | KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky2020-12-141-0/+10
* | | x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky2020-12-142-0/+2
* | | x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park2020-12-111-0/+1
* | | KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-152-0/+4
* | | KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-151-1/+2
* | | KVM: x86: emulate wait-for-SIPI and SIPI-VMExitYadong Qi2020-11-152-0/+3
* | | KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-151-1/+2
| |/ |/|
* | KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_archBabu Moger2020-11-131-0/+1
|/
* x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_IDDavid Woodhouse2020-10-281-0/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-256-7/+7
* x86/uaccess: fix code generation in put_user()Rasmus Villemoes2020-10-231-1/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-235-44/+140
|\
| * kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon2020-10-231-0/+4
| * kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon2020-10-211-0/+1
| * kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon2020-10-211-0/+9
| * KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky2020-10-211-1/+1
| * KVM: x86: bump KVM_MAX_CPUID_ENTRIESVitaly Kuznetsov2020-10-211-1/+1
| * KVM: x86: allocate vcpu->arch.cpuid_entries dynamicallyVitaly Kuznetsov2020-10-211-1/+1
| * kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton2020-10-211-0/+15
| * KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini2020-09-281-2/+2