aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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-29x86/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/mm: care about shadow stack guard gap during placementRick Edgecombe1-0/+10
2024-04-25x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGSRick Edgecombe1-5/+20
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-5/+2
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-1/+1
2024-04-25x86: remove unneeded memblock_find_dma_reserve()Baoquan He1-2/+0
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2024-04-25fix missing vmalloc.h includesKent Overstreet2-0/+2
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-23crash: add a new kexec flag for hotplug supportSourabh Jain1-11/+17
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain1-1/+3
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-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini12-68/+65
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
2024-04-12x86/sev: Take NUMA node into account when allocating memory for per-CPU SEV dataLi RongQing1-4/+4
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar7-101/+216
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner2-15/+21
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner1-3/+3
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner1-6/+18
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf1-1/+1
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf1-9/+1
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini2-2/+1
2024-04-11Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar24-201/+185
2024-04-11x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf1-3/+3
2024-04-11x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf1-12/+18