summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-07-14crypto: x86/sha1 - Rename conflicting symbolEric Biggers
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2025-07-14x86/tools: insn_sanity.c: Emit standard build success messagesIngo Molnar
2025-07-14x86/tools: insn_decoder_test.c: Emit standard build success messagesIngo Molnar
2025-07-14x86/kconfig/32: Refresh defconfigIngo Molnar
2025-07-14x86/smpboot: avoid SMT domain attach/destroy if SMT is not enabledLi Chen
2025-07-14x86/smpboot: moves x86_topology to static initialize and truncateLi Chen
2025-07-14x86/smpboot: remove redundant CONFIG_SCHED_SMTLi Chen
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie
2025-07-13Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-11x86/bugs: Print enabled attack vectorsDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for TSADavid Kaplan
2025-07-11x86/pti: Add attack vector controls for PTIDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for ITSDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for SRSODavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for L1TFDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for spectre_v2David Kaplan
2025-07-11x86/bugs: Add attack vector controls for BHIDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for spectre_v2_userDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for retbleedDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for spectre_v1David Kaplan
2025-07-11x86/bugs: Add attack vector controls for GDSDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for SRBDSDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for RFDSDavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for MMIODavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for TAADavid Kaplan
2025-07-11x86/bugs: Add attack vector controls for MDSDavid Kaplan
2025-07-11x86/bugs: Define attack vectors relevant for each bugDavid Kaplan
2025-07-11x86/Kconfig: Add arch attack vector supportDavid Kaplan
2025-07-11um: simplify syscall header filesJohannes Berg
2025-07-11um/x86: Add system call table to header fileThomas Weißschuh
2025-07-10x86/apic: Rename 'reg_off' to 'reg'Neeraj Upadhyay
2025-07-10x86/apic: KVM: Move apic_test)vector() to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move lapic set/clear_vector() helpers to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move lapic get/set helpers to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move apic_find_highest_vector() to a common headerNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic set/clear vector helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic get/set_reg64() helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic get/set_reg() helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename find_highest_vector()Neeraj Upadhyay
2025-07-10KVM: x86: Change lapic regs base address to void pointerNeeraj Upadhyay
2025-07-10KVM: x86: Rename VEC_POS/REG_POS macro usagesNeeraj Upadhyay
2025-07-10x86/apic: KVM: Deduplicate APIC vector => register+bit mathSean Christopherson
2025-07-10KVM: x86: Remove redundant parentheses around 'bitmap'Neeraj Upadhyay
2025-07-10KVM: x86: Open code setting/clearing of bits in the ISRNeeraj Upadhyay
2025-07-10KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiencyKevin Loughlin
2025-07-10KVM: SVM: Remove wbinvd in sev_vm_destroy()Zheyun Shen
2025-07-10KVM: x86: Use wbinvd_on_cpu() instead of an open-coded equivalentSean Christopherson
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds