summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-06-05x86/cpu: Drop spurious underscore from RAPTOR_LAKE #defineTony Luck1-1/+1
2023-06-05x86/cpu: Add Raptor Lake to Intel familyTony Luck1-0/+2
2023-05-30x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy1-2/+5
2023-05-30x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-30x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2-0/+30
2023-05-17KVM: x86: move guest_pv_has out of user_access sectionRishabh Bhatnagar1-3/+6
2023-05-17KVM: x86: do not report preemption if the steal time cache is staleRishabh Bhatnagar1-0/+2
2023-05-17KVM: x86: revalidate steal time cache if MSR value changesRishabh Bhatnagar1-3/+3
2023-05-17KVM: x86: do not set st->preempted when going back to user spaceRishabh Bhatnagar1-8/+10
2023-05-17KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()Rishabh Bhatnagar1-10/+0
2023-05-17KVM: Fix steal time asm constraintsRishabh Bhatnagar1-3/+3
2023-05-17KVM: x86: Fix recording of guest steal time / preempted statusRishabh Bhatnagar2-31/+76
2023-05-17KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorRishabh Bhatnagar1-2/+4
2023-05-17KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini4-0/+28
2023-05-17KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask...Vitaly Kuznetsov1-6/+9
2023-05-17x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar1-5/+9
2023-05-17x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak1-3/+2
2023-05-17x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K1-7/+7
2023-05-17KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not interceptedSean Christopherson1-0/+15
2023-05-17x86/fpu: Prevent FPU state corruptionThomas Gleixner1-41/+26
2023-04-26purgatory: fix disabling debug infoAlyssa Ross1-2/+1
2023-04-20x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic1-2/+2
2023-04-20x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar1-0/+21
2023-04-20efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede1-0/+8
2023-03-22x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich1-1/+2
2023-03-22x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam1-0/+1
2023-03-22KVM: nVMX: add missing consistency checks for CR0 and CR4Paolo Bonzini1-2/+8
2023-03-17KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei2-13/+7
2023-03-17KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helperVitaly Kuznetsov1-4/+13
2023-03-17KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Vitaly Kuznetsov1-9/+13
2023-03-17x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper1-0/+9
2023-03-11x86/resctl: fix scheduler confusion with 'current'Linus Torvalds4-10/+10
2023-03-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider2-9/+12
2023-03-11firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh1-0/+8
2023-03-11x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi1-4/+8
2023-03-11x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh1-7/+18
2023-03-11x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)1-13/+21
2023-03-11x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)4-8/+8
2023-03-11x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)1-12/+5
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-1/+1
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-2/+2
2023-03-11x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson1-3/+3
2023-03-11x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson1-12/+11
2023-03-11x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson3-28/+56
2023-03-11x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson1-1/+15
2023-03-11KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson1-3/+7
2023-03-11x86/bugs: Reset speculation control settings on initBreno Leitao2-1/+13
2023-03-11x86/microcode: Adjust late loading result reporting messageAshok Raj1-4/+7
2023-03-11x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj3-13/+30
2023-03-11x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj3-10/+16