summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-04-29x86/bugs: Restructure BHI mitigationDavid Kaplan-4/+27
2025-04-29x86/bugs: Restructure spectre_v2_user mitigationDavid Kaplan-74/+94
2025-04-29x86/bugs: Restructure retbleed mitigationDavid Kaplan-97/+98
2025-04-28x86/sgx: Use SHA-256 library API instead of crypto_shash APIEric Biggers-29/+2
2025-04-28x86/microcode/AMD: Use sha256() instead of init/update/finalEric Biggers-4/+1
2025-04-28x86/bugs: Allow retbleed=stuff only on IntelDavid Kaplan-0/+4
2025-04-28x86/bugs: Restructure spectre_v1 mitigationDavid Kaplan-2/+8
2025-04-28x86/bugs: Restructure GDS mitigationDavid Kaplan-14/+29
2025-04-28x86/bugs: Restructure SRBDS mitigationDavid Kaplan-4/+16
2025-04-28x86/bugs: Remove md_clear_*_mitigation()David Kaplan-65/+0
2025-04-28x86/bugs: Restructure RFDS mitigationDavid Kaplan-5/+36
2025-04-28x86/bugs: Restructure MMIO mitigationDavid Kaplan-24/+50
2025-04-28x86/bugs: Restructure TAA mitigationDavid Kaplan-35/+59
2025-04-28x86/bugs: Restructure MDS mitigationDavid Kaplan-2/+59
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra-10/+21
2025-04-24x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIsSean Christopherson-47/+3
2025-04-24x86/irq: KVM: Track PIR bitmap as an "unsigned long" arraySean Christopherson-6/+6
2025-04-24x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)Sean Christopherson-9/+10
2025-04-24x86/irq: Ensure initial PIR loads are performed exactly onceSean Christopherson-1/+1
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross-2/+2
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre...Ingo Molnar-115/+112
2025-04-22x86/cpu: Help users notice when running old Intel microcodeDave Hansen-0/+208
2025-04-22Merge branch 'x86/cpu' into x86/microcode, to pick up dependent commitsIngo Molnar-970/+894
2025-04-19x86/e820: Discard high memory that can't be addressed by 32-bit systemsMike Rapoport (Microsoft)-0/+8
2025-04-18Merge tag 'x86-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+19
2025-04-18x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das-7/+12
2025-04-18x86/asm: Rename rep_nop() to native_pause()Uros Bizjak-1/+1
2025-04-18x86/asm: Replace "REP; NOP" with PAUSE mnemonicUros Bizjak-2/+2
2025-04-18x86/asm: Remove semicolon from "rep" prefixesUros Bizjak-11/+9
2025-04-18uprobes/x86: Add support to emulate NOP instructionsJiri Olsa-0/+5
2025-04-16x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clearPawan Gupta-6/+10
2025-04-16x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()Chang S. Bae-3/+3
2025-04-16x86/fpu: Remove export of mxcsr_feature_maskChang S. Bae-1/+0
2025-04-16x86/pkeys: Simplify PKRU update in signal frameChang S. Bae-6/+3
2025-04-16x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVEChang S. Bae-10/+14
2025-04-16x86/fpu: Log XSAVE disablement consistentlyChang S. Bae-3/+5
2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae-1/+2
2025-04-16x86/fpu/apx: Disallow conflicting MPX presenceChang S. Bae-0/+11
2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae-0/+3
2025-04-16x86/cpufeatures: Add X86_FEATURE_APXChang S. Bae-0/+2
2025-04-16Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commitsIngo Molnar-865/+811
2025-04-16Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar-105/+83
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORESXin Li (Intel)-3/+3
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXITXin Li (Intel)-3/+3
2025-04-14x86/bugs: Remove X86_BUG_MMIO_UNKNOWNBorislav Petkov (AMD)-16/+1
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar-1/+1
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar-6/+6
2025-04-14x86/fpu: Clarify FPU context cacheline alignmentIngo Molnar-1/+2
2025-04-14x86/fpu: Use 'fpstate' variable names consistentlyIngo Molnar-9/+9
2025-04-14x86/fpu: Remove init_task FPU state dependencies, add debugging warning for P...Ingo Molnar-13/+12