aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2025-07-29Merge tag 'x86-fpu-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+49
2025-07-29Merge tag 'x86-cpu-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+4
2025-07-29Merge tag 'x86-cleanups-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2025-07-29compiler_types: Provide __no_kstack_erase to disable coverage only on ClangKees Cook1-1/+1
2025-07-29Merge tag 'x86_sev_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+6
2025-07-29Merge tag 'x86_core_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+48
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+6
2025-07-29Merge tag 'x86_core_for_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2-4/+48
2025-07-29Merge tag 'kvm-x86-apic-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+64
2025-07-29Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+3
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-9/+17
2025-07-29Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux in...Paolo Bonzini1-2/+0
2025-07-29Merge tag 'kvm-x86-mmio-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-34/+43
2025-07-28Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-37/+0
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+4
2025-07-28Merge tag 'v6.16' into x86/cpu, to resolve conflictIngo Molnar16-72/+147
2025-07-26init.h: Disable sanitizer coverage for __init and __headKees Cook1-1/+1
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts1-5/+0
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook2-3/+3
2025-07-22x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori1-28/+28
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman11-65/+79
2025-07-20Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-20/+2
2025-07-15x86/hyperv: Expose hv_map_msi_interrupt()Stanislav Kinsburskii1-0/+2
2025-07-15Drivers: hv: Use nested hypercall for post message and signal eventNuno Das Neves1-20/+0
2025-07-14x86/mm: Remove duplicated __PAGE_KERNEL(_EXEC) definitionsNikolay Borisov1-3/+0
2025-07-13Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-07-10x86/apic: Rename 'reg_off' to 'reg'Neeraj Upadhyay1-4/+4
2025-07-10x86/apic: KVM: Move apic_test)vector() to common codeNeeraj Upadhyay1-0/+5
2025-07-10x86/apic: KVM: Move lapic set/clear_vector() helpers to common codeNeeraj Upadhyay1-0/+10
2025-07-10x86/apic: KVM: Move lapic get/set helpers to common codeNeeraj Upadhyay1-0/+22
2025-07-10x86/apic: KVM: Move apic_find_highest_vector() to a common headerNeeraj Upadhyay1-0/+22
2025-07-10x86/apic: KVM: Deduplicate APIC vector => register+bit mathSean Christopherson1-2/+5
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-2/+14
2025-07-10x86/lib: Add WBINVD and WBNOINVD helpers to target multiple CPUsZheyun Shen1-0/+12
2025-07-10x86/lib: Add WBNOINVD helper functionsKevin Loughlin2-1/+34
2025-07-10x86/lib: Drop the unused return value from wbinvd_on_all_cpus()Sean Christopherson1-3/+2
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple2-53/+3
2025-07-09KVM: x86: Replace growing set of *_in_guest bools with a u64Jim Mattson1-4/+1
2025-07-08x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka1-0/+1
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-29/+46
2025-07-07x86/msr-index: Add AMD workload classification MSRsPerry Yuan1-0/+5
2025-07-06Merge tag 'x86_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+16
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+0
2025-07-02Merge branch 'fixes' into for-nextIlpo Järvinen1-13/+0
2025-07-01x86/sev: Use TSC_FACTOR for Secure TSC frequency calculationNikunj A Dadhania1-1/+16
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello1-13/+0
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman7-7/+68
2025-06-29Merge tag 'x86_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-6/+36