summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-17/+166
2024-05-14Merge tag 'x86-timers-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2024-05-14Merge tag 'x86_apic_for_6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2024-05-14Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-05-14Merge tag 'x86_microcode_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-8/+1
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-83/+66
2024-05-14Merge tag 'x86_alternatives_for_v6.10_rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-81/+64
2024-05-14Merge tag 'ras_core_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+25
2024-05-14Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+8
2024-05-14Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+14
2024-05-14Merge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2024-05-14Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-261/+283
2024-05-14Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-5/+3
2024-05-14Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2024-05-14Merge tag 'x86-bugs-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-05-14Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-27/+21
2024-05-14Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2024-05-10x86/topology/amd: Ensure that LLC ID is initializedThomas Gleixner1-9/+7
2024-05-10x86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K1-0/+1
2024-05-06x86/microcode: Remove unused struct cpu_info_ctxDr. David Alan Gilbert1-5/+0
2024-04-30x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner1-5/+11
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan2-6/+4
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan2-4/+124
2024-04-30x86/irq: Factor out handler invocation from common_interrupt()Jacob Pan1-9/+14
2024-04-30x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan2-0/+26
2024-04-30x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman1-4/+2
2024-04-29x86/e820: Add a new e820 table update helperAshish Kalra1-3/+4
2024-04-29x86/tsc_msr: Switch to new Intel CPU model definesTony Luck1-7/+7
2024-04-29x86/tsc: Switch to new Intel CPU model definesTony Luck1-3/+3
2024-04-29x86/cpu: Switch to new Intel CPU model definesTony Luck1-3/+3
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck2-16/+16
2024-04-29x86/microcode/intel: Switch to new Intel CPU model definesTony Luck1-3/+2
2024-04-29x86/mce: Switch to new Intel CPU model definesTony Luck3-19/+18
2024-04-29x86/cpu: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-04-29x86/cpu/intel_epb: Switch to new Intel CPU model definesTony Luck1-6/+6
2024-04-29x86/aperfmperf: Switch to new Intel CPU model definesTony Luck1-9/+8
2024-04-29x86/apic: Switch to new Intel CPU model definesTony Luck1-19/+19
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky1-3/+3
2024-04-25x86/bugs: Switch to new Intel CPU model definesTony Luck1-78/+76
2024-04-25x86/bugs: Switch to new Intel CPU model definesTony Luck1-15/+15
2024-04-24x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan1-1/+1
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu2-0/+27
2024-04-24x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu2-5/+5
2024-04-24x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang1-2/+1
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck3-27/+18
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck4-52/+17
2024-04-22x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handlerTom Lendacky1-2/+4
2024-04-22x86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck1-2/+1
2024-04-18x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers1-3/+3
2024-04-14x86/bugs: Fix BHI retpoline checkJosh Poimboeuf1-4/+7