summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-04-24x86/irq: Ensure initial PIR loads are performed exactly onceSean Christopherson
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre...Ingo Molnar
2025-04-22x86/cpu: Help users notice when running old Intel microcodeDave Hansen
2025-04-22Merge branch 'x86/cpu' into x86/microcode, to pick up dependent commitsIngo Molnar
2025-04-19x86/e820: Discard high memory that can't be addressed by 32-bit systemsMike Rapoport (Microsoft)
2025-04-18Merge tag 'x86-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-18x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das
2025-04-18x86/asm: Rename rep_nop() to native_pause()Uros Bizjak
2025-04-18x86/asm: Replace "REP; NOP" with PAUSE mnemonicUros Bizjak
2025-04-18x86/asm: Remove semicolon from "rep" prefixesUros Bizjak
2025-04-18uprobes/x86: Add support to emulate NOP instructionsJiri Olsa
2025-04-16x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clearPawan Gupta
2025-04-16x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()Chang S. Bae
2025-04-16x86/fpu: Remove export of mxcsr_feature_maskChang S. Bae
2025-04-16x86/pkeys: Simplify PKRU update in signal frameChang S. Bae
2025-04-16x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVEChang S. Bae
2025-04-16x86/fpu: Log XSAVE disablement consistentlyChang S. Bae
2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae
2025-04-16x86/fpu/apx: Disallow conflicting MPX presenceChang S. Bae
2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae
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