summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: x86: Mask LVTPC when handling a PMIJim Mattson2023-10-251-2/+6
* x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov2023-10-251-0/+13
* x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2023-10-252-0/+12
* x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()Sean Christopherson2023-09-231-6/+0
* x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap2023-09-231-6/+0
* x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang2023-08-301-0/+8
* x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui2023-08-301-2/+3
* x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2023-08-162-2/+2
* x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov2023-08-161-2/+2
* x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea2023-08-161-0/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-5/+5
* x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner2023-08-111-10/+14
* x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman2023-08-081-1/+5
* x86/xen: Fix secondary processors' FPU initializationJuergen Gross2023-08-081-0/+2
* KVM: Add GDS_NO support to KVMDaniel Sneddon2023-08-082-0/+12
* x86/speculation: Add Kconfig option for GDSDaniel Sneddon2023-08-082-0/+23
* x86/speculation: Add force option to GDS mitigationDaniel Sneddon2023-08-081-1/+19
* x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-08-085-9/+167
* x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner2023-08-082-6/+8
* x86/fpu: Mark init functions __initThomas Gleixner2023-08-081-2/+2
* x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner2023-08-083-5/+5
* init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-08-082-0/+13
* x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-085-52/+58
* x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)2023-07-245-0/+66
* x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)2023-07-241-72/+67
* x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)2023-07-241-1/+1
* x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava2023-06-281-1/+4
* x86/purgatory: remove PGO flagsRicardo Ribalda2023-06-281-0/+5
* x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2023-06-092-13/+25
* x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy2023-05-301-2/+5
* x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2023-05-302-0/+30
* x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar2023-05-171-5/+9
* x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak2023-05-171-3/+2
* KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not interceptedSean Christopherson2023-05-171-0/+15
* x86/purgatory: Don't generate debug info for purgatory.roPingfan Liu2023-04-261-1/+4
* KVM: nVMX: add missing consistency checks for CR0 and CR4Paolo Bonzini2023-04-201-2/+8
* x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar2023-04-201-0/+21
* efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede2023-04-201-0/+8
* x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-221-1/+2
* x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper2023-03-171-0/+9
* firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh2023-03-111-0/+8
* x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi2023-03-111-4/+8
* x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-03-111-7/+18
* x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)2023-03-111-13/+21
* x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2023-03-114-8/+8
* x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)2023-03-111-12/+5
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-111-1/+1
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-111-2/+2
* x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson2023-03-111-3/+3
* x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson2023-03-111-12/+11