summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-04-11x86/alternatives: Rename 'int3_desc' to 'int3_vec'Ingo Molnar-6/+6
2025-04-11x86/alternatives: Rename 'struct text_poke_loc' to 'struct smp_text_poke_loc'Ingo Molnar-13/+13
2025-04-11x86/alternatives: Rename 'text_poke_loc_init()' to 'text_poke_int3_loc_init()'Ingo Molnar-3/+3
2025-04-11x86/alternatives: Rename 'text_poke_queue()' to 'smp_text_poke_batch_add()'Ingo Molnar-5/+5
2025-04-11x86/alternatives: Rename 'text_poke_finish()' to 'smp_text_poke_batch_finish()'Ingo Molnar-4/+4
2025-04-11x86/alternatives: Rename 'text_poke_flush()' to 'smp_text_poke_batch_flush()'Ingo Molnar-3/+3
2025-04-11x86/alternatives: Remove the confusing, inaccurate & unnecessary 'temp_mm_sta...Ingo Molnar-14/+10
2025-04-11x86/alternatives: Remove duplicate 'text_poke_early()' prototypeIngo Molnar-1/+0
2025-04-11x86/alternatives: Rename 'bp_desc' to 'int3_desc'Ingo Molnar-6/+6
2025-04-11x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'Ingo Molnar-8/+8
2025-04-11x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'Ingo Molnar-9/+9
2025-04-11x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'Ingo Molnar-4/+4
2025-04-11x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'Ingo Molnar-9/+9
2025-04-11x86/alternatives: Rename 'text_poke_bp_batch()' to 'smp_text_poke_batch_proce...Ingo Molnar-6/+6
2025-04-11x86/alternatives: Rename 'bp_refs' to 'text_poke_array_refs'Ingo Molnar-7/+7
2025-04-11x86/alternatives: Rename 'struct bp_patching_desc' to 'struct text_poke_int3_...Ingo Molnar-4/+4
2025-04-11x86/alternatives: Document the text_poke_bp_batch() synchronization rules a b...Peter Zijlstra-0/+7
2025-04-11x86/alternatives: Improve code-patching scalability by removing false sharing...Eric Dumazet-12/+18
2025-04-11x86/i8253: Call clockevent_i8253_disable() with interrupts disabledFernando Fernandez Mancera-1/+2
2025-04-10x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlierDavid Woodhouse-10/+9
2025-04-10x86/kexec: Add 8250 MMIO serial port outputDavid Woodhouse-0/+42
2025-04-10x86/kexec: Add 8250 serial port outputDavid Woodhouse-6/+39
2025-04-10x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()'Ingo Molnar-3/+3
2025-04-10x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'Ingo Molnar-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'Ingo Molnar-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'Ingo Molnar-2/+2
2025-04-10x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'Ingo Molnar-6/+6
2025-04-10x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'Ingo Molnar-17/+17
2025-04-10x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'Ingo Molnar-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar-4/+4
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar-3/+3
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar-15/+15
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar-23/+23
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar-129/+129
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar-93/+93
2025-04-10x86/msr: Use u64 in rdmsrl_amd_safe() and wrmsrl_amd_safe()Ingo Molnar-2/+2
2025-04-09Merge tag 'v6.15-rc1' into x86/mm, to pick up fixesIngo Molnar-54/+87
2025-04-09Merge tag 'v6.15-rc1' into x86/asm, to refresh the branchIngo Molnar-753/+900
2025-04-09x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativityAhmed S. Darwish-2/+8
2025-04-09x86/cacheinfo: Properly parse CPUID(0x80000005) L1d/L1i associativityAhmed S. Darwish-3/+6
2025-04-09x86/cpu: Avoid running off the end of an AMD erratum tableDave Hansen-0/+1
2025-04-09x86/bugs: Add RSB mitigation documentJosh Poimboeuf-51/+13
2025-04-09x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf-12/+12
2025-04-09x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf-4/+4
2025-04-09x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()Josh Poimboeuf-1/+0
2025-04-09x86/bugs: Rename entry_ibpb() to write_ibpb()Josh Poimboeuf-3/+3
2025-04-09x86/early_printk: Use 'mmio32' for consistency, fix commentsAndy Shevchenko-5/+5
2025-04-09x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::nameJames Morse-21/+27
2025-04-07x86/e820: Fix handling of subpage regions when calculating nosave ranges in e...Myrrh Periwinkle-9/+8