summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen1-2/+1
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen4-5/+5
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner2-2/+3
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner1-1/+1
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)1-0/+19
2023-08-08x86/microcode: Remove microcode_mutexSebastian Andrzej Siewior2-8/+1
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-9/+184
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-1/+207
2023-08-07x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2-11/+15
2023-08-05x86/resctrl: make pseudo_lock_class a static const structureIvan Orlov1-20/+21
2023-08-02x86/cpufeatures: Enable CET CR4 bit for shadow stackRick Edgecombe1-8/+27
2023-08-02x86: Expose thread features in /proc/$PID/statusRick Edgecombe1-0/+23
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+11
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf1-0/+6
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman1-1/+1
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)1-0/+19
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)1-0/+23
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)3-12/+30
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)1-1/+11
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)3-1/+127
2023-07-27x86/microcode/AMD: Rip out static buffersBorislav Petkov (AMD)2-66/+29
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips1-6/+9
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam1-2/+2
2023-07-21KVM: Add GDS_NO support to KVMDaniel Sneddon1-0/+7
2023-07-21x86/speculation: Add Kconfig option for GDSDaniel Sneddon1-0/+4
2023-07-21x86/speculation: Add force option to GDS mitigationDaniel Sneddon1-1/+19
2023-07-21x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)3-2/+27
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon3-9/+155
2023-07-17x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)2-0/+62
2023-07-17x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)1-72/+67
2023-07-11x86/cpufeatures: Add CPU feature flags for shadow stacksRick Edgecombe1-0/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+8
2023-06-27Merge tag 'x86_sgx_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2023-06-27Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-447/+659
2023-06-27Merge tag 'x86_microcode_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+4
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-7/+1
2023-06-26Merge tag 'x86_cache_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+156
2023-06-26Merge tag 'ras_core_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+5
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2-54/+18
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds3-57/+74
2023-06-16x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner1-4/+8
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner1-1/+1
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner1-3/+0
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner1-0/+11
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-50/+55
2023-06-13x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel1-1/+3
2023-06-12x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)1-1/+1
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-1/+1
2023-06-07x86/resctrl: Implement rename op for mon groupsPeter Newman1-0/+128