summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-04-17perf/x86/intel: Add Panther Lake supportKan Liang
2025-04-17perf/x86/intel: Allow to update user space GPRs from PEBS recordsDapeng Mi
2025-04-17perf/x86/intel: Don't clear perf metrics overflow bit unconditionallyDapeng Mi
2025-04-17perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPRKan Liang
2025-04-17perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICXKan Liang
2025-04-17perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNRKan Liang
2025-04-17x86/boot/startup: Disable LTO for the startup codeNathan Chancellor
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-16crypto: x86/poly1305 - don't select CRYPTO_LIB_POLY1305_GENERICEric Biggers
2025-04-16crypto: x86/poly1305 - remove redundant shash algorithmEric Biggers
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu
2025-04-16x86: Make simd.h more resilientHerbert Xu
2025-04-16Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commitsIngo Molnar
2025-04-16x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove coresPi Xiange
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-15x86/cpufeatures: Clean up formattingBorislav Petkov (AMD)
2025-04-14x86/bugs: Remove X86_BUG_MMIO_UNKNOWNBorislav Petkov (AMD)
2025-04-14x86/cpuid: Align macro linebreaks verticallyBorislav 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: Clean up the <asm/amd/hsmp.h> header guards a bitIngo Molnar
2025-04-14x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.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/platform/amd: Add standard header guards to <asm/amd/ibs.h>Ingo Molnar
2025-04-14x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.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: Introduce the x86_task_fpu() helper methodIngo 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-13x86/uaccess: Use asm_inline() instead of asm() in __untagged_addr()Uros Bizjak