aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar9-117/+114
2025-04-30x86/CPU/AMD: Replace strcpy() with strscpy()Ruben Wauters1-1/+1
2025-04-30x86/microcode/AMD: Do not return error when microcode update is not necessaryAnnie Li1-0/+2
2025-04-30x86/bugs: Restructure SRSO mitigationDavid Kaplan1-114/+101
2025-04-29x86/bugs: Restructure L1TF mitigationDavid Kaplan1-6/+19
2025-04-29x86/bugs: Restructure SSB mitigationDavid Kaplan1-19/+17
2025-04-29x86/bugs: Restructure spectre_v2 mitigationDavid Kaplan1-45/+56
2025-04-29x86/bugs: Restructure BHI mitigationDavid Kaplan1-4/+27
2025-04-29x86/bugs: Restructure spectre_v2_user mitigationDavid Kaplan1-74/+94
2025-04-29x86/bugs: Restructure retbleed mitigationDavid Kaplan1-97/+98
2025-04-28x86/sgx: Use SHA-256 library API instead of crypto_shash APIEric Biggers2-29/+2
2025-04-28x86/microcode/AMD: Use sha256() instead of init/update/finalEric Biggers1-4/+1
2025-04-28x86/bugs: Allow retbleed=stuff only on IntelDavid Kaplan1-0/+4
2025-04-28x86/bugs: Restructure spectre_v1 mitigationDavid Kaplan1-2/+8
2025-04-28x86/bugs: Restructure GDS mitigationDavid Kaplan1-14/+29
2025-04-28x86/bugs: Restructure SRBDS mitigationDavid Kaplan1-4/+16
2025-04-28x86/bugs: Remove md_clear_*_mitigation()David Kaplan1-65/+0
2025-04-28x86/bugs: Restructure RFDS mitigationDavid Kaplan1-5/+36
2025-04-28x86/bugs: Restructure MMIO mitigationDavid Kaplan1-24/+50
2025-04-28x86/bugs: Restructure TAA mitigationDavid Kaplan1-35/+59
2025-04-28x86/bugs: Restructure MDS mitigationDavid Kaplan1-2/+59
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra3-10/+21
2025-04-24x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIsSean Christopherson1-47/+3
2025-04-24x86/irq: KVM: Track PIR bitmap as an "unsigned long" arraySean Christopherson1-6/+6
2025-04-24x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)Sean Christopherson1-9/+10
2025-04-24x86/irq: Ensure initial PIR loads are performed exactly onceSean Christopherson1-1/+1
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross1-2/+2
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstream fixesIngo Molnar8-115/+112
2025-04-22x86/cpu: Help users notice when running old Intel microcodeDave Hansen3-0/+208
2025-04-22Merge branch 'x86/cpu' into x86/microcode, to pick up dependent commitsIngo Molnar22-966/+890
2025-04-19x86/e820: Discard high memory that can't be addressed by 32-bit systemsMike Rapoport (Microsoft)1-0/+8
2025-04-18Merge tag 'x86-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+19
2025-04-18x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das1-7/+12
2025-04-18x86/asm: Rename rep_nop() to native_pause()Uros Bizjak1-1/+1
2025-04-18x86/asm: Replace "REP; NOP" with PAUSE mnemonicUros Bizjak1-2/+2
2025-04-18x86/asm: Remove semicolon from "rep" prefixesUros Bizjak3-11/+9
2025-04-18uprobes/x86: Add support to emulate NOP instructionsJiri Olsa1-0/+5
2025-04-16x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clearPawan Gupta1-6/+10
2025-04-16x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()Chang S. Bae1-3/+3
2025-04-16x86/fpu: Remove export of mxcsr_feature_maskChang S. Bae1-1/+0
2025-04-16x86/pkeys: Simplify PKRU update in signal frameChang S. Bae1-6/+3
2025-04-16x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVEChang S. Bae2-10/+14
2025-04-16x86/fpu: Log XSAVE disablement consistentlyChang S. Bae1-3/+5
2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae1-1/+2
2025-04-16x86/fpu/apx: Disallow conflicting MPX presenceChang S. Bae1-0/+11
2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae1-0/+3
2025-04-16x86/cpufeatures: Add X86_FEATURE_APXChang S. Bae2-0/+2
2025-04-16Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commitsIngo Molnar17-861/+807
2025-04-16Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar6-105/+83
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORESXin Li (Intel)3-3/+3