summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2025-04-14x86/cpuid: Align macro linebreaks verticallyBorislav Petkov (AMD)1-2/+2
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar2-1/+1
2025-04-14x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bitIngo Molnar1-1/+1
2025-04-14x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h>Ingo Molnar1-0/+0
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar1-0/+0
2025-04-14x86/platform/amd: Add standard header guards to <asm/amd/ibs.h>Ingo Molnar1-0/+5
2025-04-14x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar1-0/+0
2025-04-14x86/fpu: Use 'fpstate' variable names consistentlyIngo Molnar1-1/+1
2025-04-14x86/fpu: Remove init_task FPU state dependencies, add debugging warning for P...Ingo Molnar1-1/+5
2025-04-14x86/fpu: Push 'fpu' pointer calculation into the fpu__drop() callIngo Molnar1-1/+1
2025-04-14x86/fpu: Remove the thread::fpu pointerIngo Molnar1-4/+1
2025-04-14x86/fpu: Make task_struct::thread constant sizeIngo Molnar1-11/+9
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar1-1/+1
2025-04-14x86/fpu: Introduce the x86_task_fpu() helper methodIngo Molnar1-0/+2
2025-04-13x86/uaccess: Use asm_inline() instead of asm() in __untagged_addr()Uros Bizjak1-2/+2
2025-04-13x86/msr: Add compatibility wrappers for rdmsrl()/wrmsrl()Ingo Molnar1-0/+5
2025-04-13objtool, x86/hweight: Remove ANNOTATE_IGNORE_ALTERNATIVEJosh Poimboeuf1-4/+2
2025-04-13x86/percpu: Refer __percpu_prefix to __force_percpu_prefixUros Bizjak1-9/+11
2025-04-12x86/sev: Prepare for splitting off early SEV codeArd Biesheuvel2-0/+159
2025-04-12x86/boot: Drop RIP_REL_REF() uses from SME startup codeArd Biesheuvel2-2/+2
2025-04-12x86/asm: Make rip_rel_ptr() usable from fPIC codeArd Biesheuvel1-1/+1
2025-04-12x86/mm: Opt-in to IRQs-off activate_mm()Andy Lutomirski1-1/+1
2025-04-12x86/mm: Remove 'mm' argument from unuse_temporary_mm() againPeter Zijlstra1-1/+1
2025-04-12x86/mm: Make use_/unuse_temporary_mm() non-staticAndy Lutomirski1-0/+3
2025-04-11x86/cpuid: Remove obsolete CPUID(0x2) iteration macroAhmed S. Darwish1-23/+0
2025-04-11Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changesIngo Molnar34-218/+228
2025-04-11x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Move declarations of vmlinux.lds.S defined section symbols ...Ingo Molnar1-0/+6
2025-04-11x86/alternatives: Rename 'POKE_MAX_OPCODE_SIZE' to 'TEXT_POKE_MAX_OPCODE_SIZE'Ingo Molnar1-2/+2
2025-04-11x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Rename 'text_poke_queue()' to 'smp_text_poke_batch_add()'Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Rename 'text_poke_finish()' to 'smp_text_poke_batch_finish()'Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Update comments in int3_emulate_push()Ingo Molnar1-4/+5
2025-04-11x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'Ingo Molnar1-1/+1
2025-04-10Merge tag 'x86-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+6
2025-04-10Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2025-04-10x86/sev: Add SVSM vTPM probe/send_command functionsStefano Garzarella1-0/+7
2025-04-10x86/kexec: Add 8250 MMIO serial port outputDavid Woodhouse1-0/+1
2025-04-10x86/kexec: Add 8250 serial port outputDavid Woodhouse1-0/+1
2025-04-10x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'Ingo Molnar3-3/+3
2025-04-10x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar3-4/+4
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar5-6/+6