summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-2630-1098/+2490
|\
| * KVM: x86: Fix the intel_pt PMI handling wrongly considered from guestYanfei Xu2022-05-251-1/+1
| * KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timerWanpeng Li2022-05-251-0/+1
| * KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson2022-05-251-12/+19
| * KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leakAshish Kalra2022-05-251-6/+6
| * Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-252-5/+39
| |\
| * \ Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2511-69/+109
| |\ \
| * | | KVM: LAPIC: Trace LAPIC timer expiration on every vmentryWanpeng Li2022-05-253-11/+2
| * | | KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmapsVipin Sharma2022-05-121-2/+4
| * | | KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang2022-05-123-19/+50
| * | | KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang2022-05-125-10/+34
| * | | KVM: x86/mmu: Rename reset_rsvds_bits_mask()Kai Huang2022-05-121-3/+3
| * | | KVM: x86: a vCPU with a pending triple fault is runnablePaolo Bonzini2022-05-121-0/+3
| * | | KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson2022-05-125-12/+37
| * | | KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faultsSean Christopherson2022-05-121-3/+3
| * | | KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson2022-05-124-107/+108
| * | | KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson2022-05-124-32/+35
| * | | KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"Sean Christopherson2022-05-121-7/+12
| * | | KVM: x86/mmu: Don't attempt fast page fault just because EPT is in useSean Christopherson2022-05-123-17/+41
| * | | KVM: VMX: clean up pi_wakeup_handlerLi RongQing2022-05-121-4/+5
| * | | KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky2022-05-121-1/+1
| * | | Merge branch 'kvm-amd-pmu-fixes' into HEADPaolo Bonzini2022-05-032-3/+30
| |\ \ \
| * \ \ \ Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEADPaolo Bonzini2022-05-035-61/+121
| |\ \ \ \
| * | | | | KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.cYuan Yao2022-05-021-1/+1
| * | | | | KVM: x86: avoid loading a vCPU after .vm_destroy was calledMaxim Levitsky2022-05-021-7/+3
| * | | | | KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guestLai Jiangshan2022-04-292-0/+17
| * | | | | KVM: X86/MMU: Add sp_has_gptes()Lai Jiangshan2022-04-291-7/+15
| * | | | | KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpusSuravee Suthikulpanit2022-04-293-0/+23
| * | | | | KVM: SVM: Use target APIC ID to complete AVIC IRQs when possibleSuravee Suthikulpanit2022-04-291-4/+68
| * | | | | KVM: x86/mmu: replace direct_map with root_role.directPaolo Bonzini2022-04-292-21/+18
| * | | | | KVM: x86/mmu: replace root_level with cpu_role.base.levelPaolo Bonzini2022-04-292-13/+9
| * | | | | KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini2022-04-295-23/+18
| * | | | | KVM: x86/mmu: pull CPU mode computation to kvm_init_mmuPaolo Bonzini2022-04-291-11/+9
| * | | | | KVM: x86/mmu: simplify and/or inline computation of shadow MMU rolesPaolo Bonzini2022-04-291-41/+24
| * | | | | KVM: x86/mmu: remove redundant bits from extended rolePaolo Bonzini2022-04-291-4/+10
| * | | | | KVM: x86/mmu: rename kvm_mmu_role unionPaolo Bonzini2022-04-291-14/+14
| * | | | | KVM: x86/mmu: remove extended bits from mmu_role, rename fieldPaolo Bonzini2022-04-293-47/+45
| * | | | | KVM: x86/mmu: store shadow EFER.NX in the MMU rolePaolo Bonzini2022-04-291-11/+12
| * | | | | KVM: x86/mmu: cleanup computation of MMU roles for shadow pagingPaolo Bonzini2022-04-291-8/+6
| * | | | | KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional pagingPaolo Bonzini2022-04-291-32/+9
| * | | | | KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_commonPaolo Bonzini2022-04-291-20/+7
| * | | | | KVM: x86/mmu: remove ept_ad fieldPaolo Bonzini2022-04-292-2/+1
| * | | | | KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regsPaolo Bonzini2022-04-291-15/+9
| * | | | | KVM: x86/mmu: split cpu_role from mmu_rolePaolo Bonzini2022-04-292-42/+69
| * | | | | KVM: x86/mmu: remove "bool base_only" argumentsPaolo Bonzini2022-04-291-43/+23
| * | | | | KVM: x86: Clean up and document nested #PF workaroundSean Christopherson2022-04-293-19/+35
| * | | | | KVM: x86/mmu: rephrase unclear commentPaolo Bonzini2022-04-291-1/+1
| * | | | | KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmuPaolo Bonzini2022-04-291-13/+15
| * | | | | KVM: x86/mmu: constify uses of struct kvm_mmu_role_regsPaolo Bonzini2022-04-291-11/+15
| * | | | | KVM: x86/mmu: nested EPT cannot be used in SMMPaolo Bonzini2022-04-291-3/+5