summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorLines
2025-08-18x86/fred: Install system vector handlers even if FRED isn't fully enabledSean Christopherson-7/+2
2025-08-18x86/hyperv: Clean up hv_do_hypercall()Peter Zijlstra-96/+41
2025-08-18KVM: x86: Implement test_cc() in CPeter Zijlstra-7/+13
2025-08-17Merge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+0
2025-08-15x86/cpuid: Remove transitional <asm/cpuid.h> headerAhmed S. Darwish-8/+0
2025-08-14x86/vmscape: Add conditional IBPB mitigationPawan Gupta-0/+10
2025-08-14x86/vmscape: Enumerate VMSCAPE bugPawan Gupta-0/+1
2025-08-12Merge tag 'snp_cache_coherency' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+20
2025-08-10Merge tag 'x86_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+12
2025-08-06x86/sev: Evict cache lines during SNP memory validationTom Lendacky-0/+20
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar-292/+441
2025-08-04x86/irq: Plug vector setup raceThomas Gleixner-5/+7
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-28/+28
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-8/+2
2025-08-01x86/cpu: Add new Intel CPU model numbers for Wildcatlake and NovalakeTony Luck-0/+5
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen-8/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-58/+3
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-50/+128
2025-07-29Merge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2025-07-29Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+5
2025-07-29Merge tag 'x86-fpu-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+49
2025-07-29Merge tag 'x86-cpu-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2025-07-29Merge tag 'x86-cleanups-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+0
2025-07-29compiler_types: Provide __no_kstack_erase to disable coverage only on ClangKees Cook-1/+1
2025-07-29Merge tag 'x86_sev_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+6
2025-07-29Merge tag 'x86_core_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+48
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+6
2025-07-29Merge tag 'x86_core_for_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini-4/+48
2025-07-29Merge tag 'kvm-x86-apic-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-2/+64
2025-07-29Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-3/+3
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-9/+17
2025-07-29Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux in...Paolo Bonzini-2/+0
2025-07-29Merge tag 'kvm-x86-mmio-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+1
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-34/+43
2025-07-28Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-37/+0
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2025-07-28Merge tag 'v6.16' into x86/cpu, to resolve conflictIngo Molnar-72/+147
2025-07-26init.h: Disable sanitizer coverage for __init and __headKees Cook-1/+1
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts-5/+0
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook-3/+3
2025-07-22x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori-28/+28
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman-65/+79
2025-07-20Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-20/+2
2025-07-15x86/hyperv: Expose hv_map_msi_interrupt()Stanislav Kinsburskii-0/+2
2025-07-15Drivers: hv: Use nested hypercall for post message and signal eventNuno Das Neves-20/+0
2025-07-14x86/mm: Remove duplicated __PAGE_KERNEL(_EXEC) definitionsNikolay Borisov-3/+0
2025-07-13Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2025-07-10x86/apic: Rename 'reg_off' to 'reg'Neeraj Upadhyay-4/+4
2025-07-10x86/apic: KVM: Move apic_test)vector() to common codeNeeraj Upadhyay-0/+5
2025-07-10x86/apic: KVM: Move lapic set/clear_vector() helpers to common codeNeeraj Upadhyay-0/+10