summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-09-28KVM: SVM: Change intercept_dr to generic interceptsBabu Moger4-42/+38
2020-09-28KVM: SVM: Change intercept_cr to generic interceptsBabu Moger4-24/+23
2020-09-28KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger3-0/+39
2020-09-28KVM: nSVM: Remove unused fieldBabu Moger2-3/+0
2020-09-28KVM: SVM: refactor exit labels in svm_create_vcpuMaxim Levitsky1-7/+7
2020-09-28KVM: SVM: use __GFP_ZERO instead of clear_pageMaxim Levitsky1-4/+2
2020-09-28KVM: SVM: refactor msr permission bitmap allocationMaxim Levitsky1-22/+23
2020-09-28KVM: nSVM: rename nested vmcb to vmcb12Maxim Levitsky3-119/+117
2020-09-28KVM: SVM: rename a variable in the svm_create_vcpuMaxim Levitsky1-6/+6
2020-09-28KVM: LAPIC: Reduce world switch latency caused by timer_advance_nsWanpeng Li3-12/+7
2020-09-28KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li3-8/+3
2020-09-28KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when settingWanpeng Li1-2/+1
2020-09-28KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di...Wanpeng Li1-2/+1
2020-09-28KVM: LAPIC: Fix updating DFR missing apic map recalculationWanpeng Li1-5/+10
2020-09-28KVM: nVMX: Simplify the initialization of nested_vmx_msrsChenyi Qiang1-2/+1
2020-09-28KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabledChenyi Qiang1-2/+4
2020-09-28KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()Vitaly Kuznetsov1-5/+3
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini62-428/+623
2020-09-21Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov1-19/+3
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky1-5/+17
2020-09-12KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky1-11/+18
2020-09-12SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky1-0/+3
2020-09-12SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky1-1/+3
2020-09-12x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov1-0/+2
2020-09-12x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov1-4/+0
2020-09-12KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li1-0/+1
2020-09-12KVM: SVM: avoid emulation with stale next_ripWanpeng Li1-4/+3
2020-09-11KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_ENVitaly Kuznetsov1-1/+1
2020-09-11KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes1-0/+1
2020-09-11kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when neededLai Jiangshan1-1/+1
2020-09-11KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL controlChenyi Qiang1-1/+1
2020-09-11KVM: Check the allocation of pv cpu maskHaiwei Li1-3/+19
2020-09-11KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detectedPeter Shier3-2/+11
2020-09-11Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini73-1219/+470
2020-09-07KVM: SVM: Use __packed shorthandBorislav Petkov1-6/+6
2020-09-07KVM: SVM: Add GHCB Accessor functionsJoerg Roedel1-0/+43
2020-09-07KVM: SVM: Add GHCB definitionsTom Lendacky2-2/+51
2020-09-07KVM: SVM: nested: Don't allocate VMCB structures on stackJoerg Roedel1-14/+33
2020-09-07Merge 'x86/cpu' to pick up dependent bitsBorislav Petkov6-31/+59
2020-09-07Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov2-135/+107
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner1-9/+20
2020-09-04x86/debug: Allow a single level of #DB recursionAndy Lutomirski1-34/+31
2020-09-04x86/entry: Fix AC assertionPeter Zijlstra1-2/+10
2020-09-04tracing/kprobes, x86/ptrace: Fix regs argument order for i386Vamshi K Sthambamkadi1-1/+1
2020-09-04x86, fakenuma: Fix invalid starting node IDHuang Ying1-1/+1
2020-09-03x86/mm/32: Bring back vmalloc faulting on x86_32Joerg Roedel1-0/+78
2020-09-03x86/cmdline: Disable jump tables for cmdline.cArvind Sankar1-1/+1
2020-08-30x86/kvm: Expose TSX Suspend Load Tracking featureCathy Zhang1-1/+1
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+29
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-20/+3