summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-12-13x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)
2023-11-28KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero
2023-11-28KVM: x86: hyper-v: Don't auto-enable stimer on write from user-spaceNicolas Saenz Julienne
2023-11-28x86/cpu/hygon: Fix the CPU topology evaluation for realPu Wen
2023-11-28x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)
2023-11-08x86: Fix .brk attribute in linker scriptJuergen Gross
2023-11-08x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf
2023-11-08x86/mm: Simplify RESERVE_BRK()Josh Poimboeuf
2023-11-08x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner
2023-10-25KVM: x86: Mask LVTPC when handling a PMIJim Mattson
2023-10-25x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)
2023-09-23x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()Sean Christopherson
2023-09-23x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen
2023-09-23x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap
2023-09-23x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel
2023-09-23x86/boot: Annotate local functionsJiri Slaby
2023-09-23x86/asm: Make more symbols localJiri Slaby
2023-08-30x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang
2023-08-16x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-16x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov
2023-08-16x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea
2023-08-16x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman
2023-08-08x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
2023-08-08x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)
2023-08-08x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson
2023-08-08x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky
2023-08-08x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2023-08-08x86/mm: fix poking_init() for Xen PV guestsJuergen Gross
2023-08-08x86/xen: Fix secondary processors' FPU initializationJuergen Gross
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-08-08x86/speculation: Add Kconfig option for GDSDaniel Sneddon
2023-08-08x86/speculation: Add force option to GDS mitigationDaniel Sneddon
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-07-27x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-07-27x86/resctrl: Use is_closid_match() in more placesJames Morse
2023-07-27x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)
2023-07-24x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)
2023-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava
2023-06-28x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones
2023-06-28x86/purgatory: remove PGO flagsRicardo Ribalda
2023-06-09treewide: Remove uninitialized_var() usageKees Cook