summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-122-5/+8
|\
| * x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc2021-06-101-2/+2
| * perf/x86/intel/uncore: Fix M2M event umask for Ice Lake serverKan Liang2021-06-011-1/+2
| * perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1Kan Liang2021-05-311-2/+4
* | x86, lto: Pass -stack-alignment only on LLD < 13.0.0Tor Vic2021-06-111-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-095-20/+42
|\ \
| * | KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU syncLai Jiangshan2021-06-081-0/+13
| * | KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson2021-06-081-3/+3
| * | KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorLai Jiangshan2021-06-081-2/+4
| * | KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan2021-06-081-5/+9
| * | KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timerWanpeng Li2021-06-081-6/+11
| * | KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...Ashish Kalra2021-06-081-4/+2
* | | Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-0614-120/+132
|\ \ \ | |_|/ |/| |
| * | x86/sev: Check SME/SEV support in CPUID firstPu Wen2021-06-041-5/+6
| * | x86/fault: Don't send SIGSEGV twice on SEGV_PKUERRJiashuo Liang2021-06-041-2/+2
| * | x86/setup: Always reserve the first 1M of RAMMike Rapoport2021-06-033-20/+41
| * | x86/alternative: Optimize single-byte NOPs at an arbitrary positionBorislav Petkov2021-06-031-18/+46
| * | x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner2021-06-034-74/+3
| * | x86/thermal: Fix LVT thermal setup for SMI delivery modeBorislav Petkov2021-05-312-1/+12
| * | x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-05-293-0/+22
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-2915-36/+67
|\ \ \ | |/ / |/| / | |/
| * 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