summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan3-6/+15
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan5-4/+135
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 Pan4-0/+35
2024-04-30x86/irq: Reserve a per CPU IDT vector for posted MSIsJacob Pan1-1/+7
2024-04-30x86/irq: Add a Kconfig option for posted MSIJacob Pan1-0/+11
2024-04-30x86/irq: Remove bitfields in posted interrupt descriptorJacob Pan3-12/+15
2024-04-30x86/irq: Unionize PID.PIR for 64bit access w/o castingJacob Pan1-1/+4
2024-04-30KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan4-93/+91
2024-04-30x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman1-4/+2
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+91
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra3-0/+45
2024-04-29x86/e820: Add a new e820 table update helperAshish Kalra2-3/+5
2024-04-29x86/mm: Switch to new Intel CPU model definesTony Luck1-10/+6
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-29perf/x86/msr: Switch to new Intel CPU model definesTony Luck1-66/+66
2024-04-29perf/x86/intel/uncore: Switch to new Intel CPU model definesTony Luck3-53/+55
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-32/+31
2024-04-26bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan1-32/+25
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan1-0/+6
2024-04-26crypto: x86/aes-gcm - simplify GCM hash subkey derivationEric Biggers1-18/+8
2024-04-26crypto: x86/aes-gcm - delete unused GCM assembly codeEric Biggers1-186/+0
2024-04-26crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()Eric Biggers1-8/+5
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-125/+247
2024-04-25perf/x86/intel/pt: Switch to new Intel CPU model definesTony Luck1-6/+6
2024-04-25perf/x86/lbr: Switch to new Intel CPU model definesTony Luck1-1/+2
2024-04-25perf/x86/intel/cstate: Switch to new Intel CPU model definesTony Luck1-72/+72
2024-04-25x86/sev: Make the VMPL0 checking more straight forwardTom Lendacky1-21/+14
2024-04-25x86/sev: Rename snp_init() in boot/compressed/sev.cTom Lendacky1-81/+81
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky2-4/+4
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-2/+6
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-5/+6
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/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2-1/+3
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