aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-20KVM: x86: Always set kvm_run->if_flagMarc Orr2-0/+2
2021-12-19x86/pkey: Fix undefined behaviour with PKRU_WD_BITAndrew Cooper1-2/+2
2021-12-15x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi()Arnd Bergmann1-1/+1
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner1-1/+1
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-2/+0
2021-12-11x86/word-at-a-time: Remove .fixup usagePeter Zijlstra1-19/+47
2021-12-11x86/usercopy: Remove .fixup usagePeter Zijlstra1-0/+5
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra2-0/+20
2021-12-11x86/kvm: Remove .fixup usagePeter Zijlstra1-0/+1
2021-12-11x86/segment: Remove .fixup usagePeter Zijlstra2-8/+2
2021-12-11x86/xen: Remove .fixup usagePeter Zijlstra1-11/+3
2021-12-11x86/uaccess: Remove .fixup usagePeter Zijlstra1-22/+17
2021-12-11x86/futex: Remove .fixup usagePeter Zijlstra2-20/+10
2021-12-11x86/msr: Remove .fixup usagePeter Zijlstra2-30/+19
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra4-3/+66
2021-12-11x86/entry_32: Remove .fixup usagePeter Zijlstra1-0/+2
2021-12-11x86/mmx_32: Remove X86_USE_3DNOWPeter Zijlstra4-66/+0
2021-12-10x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang1-3/+0
2021-12-10x86/uaccess: Move variable into switch case statementKees Cook1-2/+3
2021-12-10KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hypercallVitaly Kuznetsov1-1/+1
2021-12-09x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()Marco Elver1-0/+1
2021-12-09x86/barriers, kcsan: Use generic instrumentation for non-smp barriersMarco Elver1-5/+5
2021-12-09x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior1-0/+1
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra2-1/+11
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2-6/+8
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra3-3/+7
2021-12-08x86/sev: Use CC_ATTR attribute to generalize string I/O unrollKuppuswamy Sathyanarayanan1-17/+3
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini4-9/+4
2021-12-08KVM: x86: Add an emulation type to handle completion of user exitsHou Wenlong1-1/+7
2021-12-08KVM: X86: Remove mmu parameter from load_pdptrs()Lai Jiangshan1-1/+1
2021-12-08KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the directionLai Jiangshan1-4/+4
2021-12-08KVM: X86: Remove mmu->translate_gpaLai Jiangshan1-4/+0
2021-12-08KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()Lai Jiangshan1-2/+3
2021-12-08KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()Lai Jiangshan1-1/+0
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-2/+0
2021-12-08KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: x86/mmu: Propagate memslot const qualifierBen Gardon1-2/+2
2021-12-08KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_activeBen Gardon1-1/+1
2021-12-08KVM: x86: Use nr_memslot_pages to avoid traversing the memslots arrayMaciej S. Szmigiero1-2/+1
2021-12-08KVM: MMU: update comment on the number of page role combinationsPaolo Bonzini1-12/+18
2021-12-06x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel1-0/+1
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel1-0/+5
2021-12-05Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+12
2021-12-05KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failureTom Lendacky1-0/+11
2021-12-03x86/mm: Add missing <asm/cpufeatures.h> dependency to <asm/page_64.h>Ingo Molnar1-0/+1
2021-12-02KVM: ensure APICv is considered inactive if there is no APICPaolo Bonzini1-0/+1
2021-11-30x86/insn-eval: Introduce insn_decode_mmio()Kirill A. Shutemov1-0/+12
2021-11-30x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Kirill A. Shutemov1-0/+1
2021-11-30x86/cpu: Drop spurious underscore from RAPTOR_LAKE #defineTony Luck1-1/+1