aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-1/+4
2022-01-07KVM: x86: Check for rmaps allocationGravatar Nikunj A Dadhania 1-0/+3
2022-01-07KVM: SEV: Mark nested locking of kvm->lockGravatar Wanpeng Li 1-1/+1
2022-01-02Merge tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-12-29x86/build: Use the proper name CONFIG_FW_LOADERGravatar Lukas Bulwahn 1-1/+1
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+0
2021-12-26Merge tag 'x86_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-44/+32
2021-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-44/+76
2021-12-21KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPUGravatar Sean Christopherson 1-2/+1
2021-12-20KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is requiredGravatar Sean Christopherson 1-8/+24
2021-12-20KVM: VMX: Always clear vmx->fail on emulation_requiredGravatar Sean Christopherson 1-3/+1
2021-12-20KVM: x86: Always set kvm_run->if_flagGravatar Marc Orr 5-17/+21
2021-12-20KVM: x86/mmu: Don't advance iterator after restart due to yieldingGravatar Sean Christopherson 3-13/+28
2021-12-20KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_allGravatar Wei Wang 1-1/+1
2021-12-19x86/pkey: Fix undefined behaviour with PKRU_WD_BITGravatar Andrew Cooper 1-2/+2
2021-12-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-2/+16
2021-12-19KVM: x86: Retry page fault if MMU reload is pending and root has no spGravatar Sean Christopherson 1-1/+15
2021-12-19KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...Gravatar Vitaly Kuznetsov 1-1/+1
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-8/+43
2021-12-16bpf: Fix extable address check.Gravatar Alexei Starovoitov 1-7/+42
2021-12-16bpf: Fix extable fixup offset.Gravatar Alexei Starovoitov 1-1/+1
2021-12-15x86/boot: Move EFI range reservation after cmdline parsingGravatar Mike Rapoport 1-3/+3
2021-12-15Revert "x86/boot: Pull up cmdline preparation and early param parsing"Gravatar Borislav Petkov 1-39/+27
2021-12-15Revert "x86/boot: Mark prepare_command_line() __init"Gravatar Borislav Petkov 1-1/+1
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersGravatar Javier Martinez Canillas 1-2/+0
2021-12-12Merge tag 'sched-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+14
2021-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-15/+28
2021-12-10KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exitGravatar Sean Christopherson 1-2/+7
2021-12-10KVM: X86: Raise #GP when clearing CR0_PG in 64 bit modeGravatar Lai Jiangshan 1-1/+2
2021-12-10KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI reqGravatar Sean Christopherson 1-2/+5
2021-12-10KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...Gravatar Vitaly Kuznetsov 1-1/+1
2021-12-08sched,x86: Don't use cluster topology for x86 hybrid CPUsGravatar Peter Zijlstra 1-0/+14
2021-12-08KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Gravatar Vitaly Kuznetsov 1-9/+13
2021-12-06Merge tag 'efi-urgent-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+3
2021-12-05Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-43/+154
2021-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 10-51/+106
2021-12-05x86/sme: Explicitly map new EFI memmap table as encryptedGravatar Tom Lendacky 2-1/+3
2021-12-05KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failureGravatar Tom Lendacky 2-46/+71
2021-12-05KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessaryGravatar Sean Christopherson 1-4/+4
2021-12-05KVM: SEV: Return appropriate error codes if SEV-ES scratch setup failsGravatar Sean Christopherson 1-13/+17
2021-12-03x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Gravatar Lai Jiangshan 2-0/+24
2021-12-03x86/entry: Use the correct fence macro after swapgs in kernel CR3Gravatar Lai Jiangshan 1-7/+8
2021-12-03x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Gravatar Lai Jiangshan 1-11/+5
2021-12-03x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qwordGravatar Michael Sterritt 1-18/+39
2021-12-03x86/64/mm: Map all kernel memory into trampoline_pgdGravatar Joerg Roedel 1-1/+11
2021-12-02KVM: x86/mmu: Retry page fault if root is invalidated by memslot updateGravatar Sean Christopherson 2-3/+23
2021-12-02KVM: VMX: Set failure code in prepare_vmcs02()Gravatar Dan Carpenter 1-1/+3
2021-12-02KVM: ensure APICv is considered inactive if there is no APICGravatar Paolo Bonzini 4-4/+8
2021-12-02KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln registerGravatar Like Xu 1-1/+1
2021-12-02x86/tsc: Disable clocksource watchdog for TSC on qualified platormsGravatar Feng Tang 1-4/+24