summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-04-02ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Jiri Kosina1-0/+2
2020-03-25x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+24
2020-03-20perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips1-7/+7
2020-03-18x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck1-4/+5
2020-03-18KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov1-0/+1
2020-03-16KVM: SVM: fix up incorrect backportGreg Kroah-Hartman1-1/+1
2020-03-11efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel1-19/+26
2020-03-11efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel1-4/+21
2020-03-11x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson1-1/+1
2020-03-11x86/xen: Distribute switch variables for initializationKees Cook1-3/+4
2020-03-11x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu1-3/+0
2020-03-05KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson1-2/+0
2020-03-05KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson1-4/+0
2020-03-05KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky1-0/+43
2020-03-05KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov4-10/+17
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton1-7/+52
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton1-13/+27
2020-02-28KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin1-1/+1
2020-02-28KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini1-1/+1
2020-02-28x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips2-0/+16
2020-02-28x86/mce/amd: Fix kobject lifetimeThomas Gleixner1-6/+11
2020-02-28x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov1-17/+16
2020-02-24x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu1-1/+1
2020-02-24x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel1-7/+1
2020-02-24x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du2-12/+9
2020-02-24efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2-18/+19
2020-02-24x86/vdso: Provide missing include fileValdis Klētnieks1-0/+1
2020-02-24x86/sysfb: Fix check for bad VRAM sizeArvind Sankar1-1/+1
2020-02-24efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel1-6/+7
2020-02-24KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson1-0/+3
2020-02-24Revert "KVM: VMX: Add non-canonical check on writes to RTIT address MSRs"Sasha Levin1-8033/+0
2020-02-24Revert "KVM: nVMX: Use correct root level for nested EPT shadow page tables"Sasha Levin1-3/+0
2020-02-19KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson1-1/+1
2020-02-19perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang1-0/+2
2020-02-19perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips1-0/+1
2020-02-19KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson1-0/+3
2020-02-14x86/stackframe, x86/ftrace: Add pt_regs frame annotationsPeter Zijlstra2-0/+6
2020-02-14x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra3-31/+49
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-3/+133
2020-02-11KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson1-3/+3
2020-02-11KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin1-1/+3
2020-02-11KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson1-0/+8033
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson6-70/+86
2020-02-11KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson1-1/+1
2020-02-11KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson1-1/+1
2020-02-11KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson1-1/+34
2020-02-11x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky1-0/+3
2020-02-11KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson1-0/+4