summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix the intel_pt PMI handling wrongly considered from guestYanfei Xu2022-05-251-1/+1
* x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini2022-05-251-1/+1
* KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timerWanpeng Li2022-05-251-0/+1
* x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson2022-05-251-14/+27
* 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
* x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson2022-05-251-1/+16
* Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-254-48/+68
|\
| * x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger2022-05-131-2/+3
| * Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-081-41/+26
| |\
| | * x86/fpu: Prevent FPU state corruptionThomas Gleixner2022-05-051-41/+26
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-069-69/+190
| |\ \ | | |/ | |/|
| | * KVM: VMX: Exit to userspace if vCPU has injected exception and invalid stateSean Christopherson2022-05-061-1/+1
| | * KVM: SEV: Mark nested locking of vcpu->lockPeter Gonda2022-05-061-4/+38
| | * 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
| | |\ \
* | | | | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2552-232/+419
|\| | | |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-018-41/+103
| |\| | |
| | * | | KVM: x86: work around QEMU issue with synthetic CPUID leavesPaolo Bonzini2022-04-291-5/+14
| | * | | Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson2022-04-292-15/+0
| | * | | Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-295-21/+89
| | |\ \ \
| * | \ \ \ Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-0113-11/+38
| |\ \ \ \ \
| | * | | | | x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guestsThomas Gleixner2022-04-291-1/+5
| | * | | | | x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_IBT configNur Hussein2022-04-191-1/+1
| | * | | | | x86/xen: Add ANNOTATE_NOENDBR to startup_xen()Josh Poimboeuf2022-04-191-0/+1
| | * | | | | x86/uaccess: Add ENDBR to __put_user_nocheck*()Josh Poimboeuf2022-04-191-0/+4
| | * | | | | x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesJosh Poimboeuf2022-04-191-1/+1
| | * | | | | x86/static_call: Add ANNOTATE_NOENDBR to static call trampolineJosh Poimboeuf2022-04-191-0/+1
| | * | | | | x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra2022-04-191-0/+3
| | * | | | | x86,xen,objtool: Add UNWIND hintPeter Zijlstra2022-04-191-0/+1
| | * | | | | x86/unwind/orc: Recheck address range after stack info was updatedDmitry Monakhov2022-04-191-4/+4
| | * | | | | x86/cpu: Load microcode during restore_processor_state()Borislav Petkov2022-04-193-4/+14
| | * | | | | x86/cpu: Add new Alderlake and Raptorlake CPU model numbersTony Luck2022-04-191-0/+3
| * | | | | | Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-011-35/+52
| |\ \ \ \ \ \
| | * | | | | | x86/uaccess: Don't jump between functionsJosh Poimboeuf2022-04-191-35/+52
| | |/ / / / /
| * | | | | | Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-241-3/+4
| |\ \ \ \ \ \
| | * | | | | | perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU supportZhang Rui2022-04-191-3/+4
| | |/ / / / /
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-2213-64/+110
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-216-0/+18
| | * | | | | KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang2022-04-211-3/+6
| | * | | | | KVM: SVM: Simplify and harden helper to flush SEV guest page(s)Sean Christopherson2022-04-211-34/+20
| | * | | | | KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu2022-04-213-6/+12
| | * | | | | x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li2022-04-211-0/+13
| | * | | | | KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabledSean Christopherson2022-04-211-0/+3
| | * | | | | KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceSean Christopherson2022-04-211-1/+14
| | * | | | | KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson2022-04-213-0/+11
| | * | | | | KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabledSean Christopherson2022-04-211-1/+1
| | * | | | | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-15/+13
| | * | | | | KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()Sean Christopherson2022-04-211-6/+1
| | |/ / / /
| * / / / / x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka2022-04-201-1/+1
| |/ / / /