summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: X86: Kill off ctxt->udWanpeng Li2021-05-283-7/+5
| * | KVM: X86: Fix warning caused by stale emulation contextWanpeng Li2021-05-281-5/+5
| * | KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interceptionYuan Yao2021-05-282-5/+3
| * | KVM: x86/mmu: Fix comment mentioning skip_4kDavid Matlack2021-05-271-3/+3
| * | KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti2021-05-273-0/+16
| * | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti2021-05-272-2/+2
| * | KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti2021-05-273-1/+4
| * | KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switchWanpeng Li2021-05-271-3/+11
| * | KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()Wanpeng Li2021-05-271-0/+8
| * | KVM: X86: Fix vCPU preempted state from guest's point of viewWanpeng Li2021-05-271-0/+2
| * | KVM: X86: Bail out of direct yield in case of under-committed scenariosWanpeng Li2021-05-271-0/+3
| * | KVM: SVM: make the avic parameter a boolPaolo Bonzini2021-05-242-3/+3
| * | KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2021-05-241-2/+1
| * | KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2021-05-242-5/+1
| * | Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-05-1722-168/+197
| |\|
* | | Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-234-9/+31
|\ \ \
| * | | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-05-183-8/+30
| * | | perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-181-1/+1
* | | | Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-233-57/+92
|\ \ \ \
| * | | | x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel2021-05-191-20/+46
| * | | | x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel2021-05-191-0/+4
| * | | | x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel2021-05-191-13/+12
| * | | | x86/build: Fix location of '-plugin-opt=' flagsNathan Chancellor2021-05-191-6/+6
| * | | | x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky2021-05-182-0/+6
| * | | | x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky2021-05-181-18/+18
| |/ / /
* | | | Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-221-4/+4
|\ \ \ \
| * | | | x86/Xen: swap NX determination and GDT setup on BSPJan Beulich2021-05-211-4/+4
| | |_|/ | |/| |
* | | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-2/+7
|\ \ \ \
| * | | | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-2/+4
| * | | | siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman2021-05-181-0/+3
* | | | | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-202-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | quota: Disable quotactl_path syscallJan Kara2021-05-172-2/+2
| | |/ / | |/| |
* | | | Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-161-0/+2
|\ \ \ \
| * | | | clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86Vitaly Kuznetsov2021-05-141-0/+2
| |/ / /
* | | | Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-1625-105/+116
|\ \ \ \
| * | | | x86/boot/compressed: Enable -WundefNick Desaulniers2021-05-123-2/+3
| * | | | x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-1010-18/+18
| * | | | x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerBrijesh Singh2021-05-104-70/+80
| * | | | x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-1011-15/+15
| |/ / /
* | | | x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-133-1/+19
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-1020-316/+463
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky2021-05-073-4/+5
| * | KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpersSean Christopherson2021-05-071-13/+11
| * | KVM: x86: Prevent deadlock against tk_core.seqThomas Gleixner2021-05-071-4/+18
| * | KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner2021-05-071-0/+1
| * | KVM: x86: Prevent KVM SVM from loading on kernels with 5-level pagingSean Christopherson2021-05-073-11/+16
| * | KVM: X86: Expose bus lock debug exception to guestPaolo Bonzini2021-05-073-1/+7
| * | KVM: X86: Add support for the emulation of DR6_BUS_LOCK bitChenyi Qiang2021-05-072-1/+5
| * | KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failedSean Christopherson2021-05-071-0/+15
| * | KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU modelSean Christopherson2021-05-074-39/+41