summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-03-04KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed
2026-03-04KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson
2026-03-04x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is setHou Wenlong
2026-02-11x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper
2026-02-06perf/x86/intel: Do not enable BTS for guestsFernand Sieber
2026-02-06x86: make page fault handling disable interrupts properlyCedric Xing
2026-02-06x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper
2026-02-06x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen
2026-02-06x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen
2026-02-06x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams
2026-01-19x86: remove __range_not_ok()Arnd Bergmann
2026-01-19KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson
2026-01-19KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson
2026-01-19KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang
2026-01-19KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson
2026-01-19KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson
2026-01-19KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed
2026-01-19KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang
2026-01-19KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang
2026-01-19KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson
2026-01-19lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bitEric Biggers
2026-01-19x86/ptrace: Always inline trivial accessorsPeter Zijlstra
2026-01-19perf/x86/intel: Correct large PEBS flag checkDapeng Mi
2026-01-19x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu
2026-01-19x86: kmsan: don't instrument stack walking functionsAlexander Potapenko
2025-12-07Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"Jiri Olsa
2025-12-07x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing
2025-12-07x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscallKirill A. Shutemov
2025-12-07arch: back to -std=gnu89 in < v5.18Matthieu Baerts (NGI0)
2025-12-07x86/boot: Compile boot code with -std=gnu11 tooAlexey Dobriyan
2025-12-07x86/resctrl: Fix miscount of bandwidth event when reactivating previously una...Babu Moger
2025-12-07bpf: Do not audit capability check in do_jit()Ondrej Mosnacek
2025-12-07x86/bugs: Fix reporting of LFENCE retpolineDavid Kaplan
2025-10-19minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2025-10-19KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson
2025-10-19x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)Sean Christopherson
2025-10-19x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson
2025-10-19x86/vdso: Fix output operand size of RDPIDUros Bizjak
2025-10-02KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is activeMaciej S. Szmigiero
2025-10-02KVM: SVM: Set synthesized TSA CPUID flagsBorislav Petkov (AMD)
2025-10-02KVM: SVM: Return TSA_SQ_NO and TSA_L1_NO bits in __do_cpuid_func()Boris Ostrovsky
2025-10-02KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation codeKim Phillips
2025-09-11x86/vmscape: Add old Intel CPUs to affected listPawan Gupta
2025-09-11x86/vmscape: Warn when STIBP is disabled with SMTPawan Gupta
2025-09-11x86/bugs: Move cpu_bugs_smt_update() downPawan Gupta
2025-09-11x86/vmscape: Enable the mitigationPawan Gupta
2025-09-11x86/vmscape: Add conditional IBPB mitigationPawan Gupta
2025-09-11x86/vmscape: Enumerate VMSCAPE bugPawan Gupta
2025-09-09KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producerSean Christopherson
2025-09-09x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()Harry Yoo