summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-04-16x86/cpufeatures: Add X86_FEATURE_APXChang S. Bae
2025-04-16Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commitsIngo Molnar
2025-04-16Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORESXin Li (Intel)
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXITXin Li (Intel)
2025-04-14x86/bugs: Remove X86_BUG_MMIO_UNKNOWNBorislav Petkov (AMD)
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar
2025-04-14x86/fpu: Clarify FPU context cacheline alignmentIngo Molnar
2025-04-14x86/fpu: Use 'fpstate' variable names consistentlyIngo Molnar
2025-04-14x86/fpu: Remove init_task FPU state dependencies, add debugging warning for P...Ingo Molnar
2025-04-14x86/fpu: Make sure x86_task_fpu() doesn't get called for PF_KTHREAD|PF_USER_W...Ingo Molnar
2025-04-14x86/fpu: Push 'fpu' pointer calculation into the fpu__drop() callIngo Molnar
2025-04-14x86/fpu: Remove the thread::fpu pointerIngo Molnar
2025-04-14x86/fpu: Make task_struct::thread constant sizeIngo Molnar
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar
2025-04-14x86/fpu/xstate: Adjust xstate copying logic for user ABIChang S. Bae
2025-04-14x86/fpu/xstate: Adjust XSAVE buffer size calculationChang S. Bae
2025-04-14x86/fpu/xstate: Introduce xfeature order table and accessor macroChang S. Bae
2025-04-14x86/fpu/xstate: Remove xstate offset checkChang S. Bae
2025-04-12x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unrelea...Borislav Petkov (AMD)
2025-04-12x86/boot: Move early kernel mapping code into startup/Ard Biesheuvel
2025-04-12x86/boot: Move the early GDT/IDT setup code into startup/Ard Biesheuvel
2025-04-12x86/asm: Make rip_rel_ptr() usable from fPIC codeArd Biesheuvel
2025-04-12x86/mm: Remove 'mm' argument from unuse_temporary_mm() againPeter Zijlstra
2025-04-12x86/mm: Make use_/unuse_temporary_mm() non-staticAndy Lutomirski
2025-04-12x86/mm: Add 'mm' argument to unuse_temporary_mm()Peter Zijlstra
2025-04-11x86/cacheinfo: Standardize header files and CPUID referencesAhmed S. Darwish
2025-04-11Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changesIngo Molnar
2025-04-11x86/alternatives: Make smp_text_poke_batch_process() subsume smp_text_poke_ba...Nikolay Borisov
2025-04-11x86/alternatives: Add comment about noinstr expectationsIngo Molnar
2025-04-11x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'Ingo Molnar
2025-04-11x86/alternatives: Update the comments in smp_text_poke_batch_process()Ingo Molnar
2025-04-11x86/alternatives: Remove 'smp_text_poke_batch_flush()'Ingo Molnar
2025-04-11x86/alternatives: Move declarations of vmlinux.lds.S defined section symbols ...Ingo Molnar
2025-04-11x86/alternatives: Simplify the #include sectionIngo Molnar
2025-04-11x86/alternatives: Rename 'POKE_MAX_OPCODE_SIZE' to 'TEXT_POKE_MAX_OPCODE_SIZE'Ingo Molnar
2025-04-11x86/alternatives: Rename 'TP_ARRAY_NR_ENTRIES_MAX' to 'TEXT_POKE_ARRAY_MAX'Ingo Molnar
2025-04-11x86/alternatives: Standardize on 'tpl' local variable names for 'struct smp_t...Ingo Molnar
2025-04-11x86/alternatives: Simplify and clean up patch_cmp()Ingo Molnar
2025-04-11x86/alternatives: Constify text_poke_addr()Ingo Molnar
2025-04-11x86/alternatives: Simplify text_poke_addr_ordered()Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'Ingo Molnar
2025-04-11x86/alternatives: Move text_poke_array completion from smp_text_poke_batch_fi...Ingo Molnar
2025-04-11x86/alternatives: Add documentation for smp_text_poke_batch_add()Ingo Molnar
2025-04-11x86/alternatives: Document 'smp_text_poke_single()'Ingo Molnar
2025-04-11x86/alternatives: Remove the mixed-patching restriction on smp_text_poke_sing...Ingo Molnar
2025-04-11x86/alternatives: Move the text_poke_array manipulation into text_poke_int3_l...Ingo Molnar
2025-04-11x86/alternatives: Simplify smp_text_poke_batch_process()Ingo Molnar
2025-04-11x86/alternatives: Simplify smp_text_poke_int3_handler()Ingo Molnar