summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, relocs: Ignore relocations in .notes sectionKees Cook2024-03-261-0/+8
* x86/xen: Add some null pointer checking to smp.cKunwu Chan2024-03-261-0/+12
* um: allow not setting extra rpaths in the linux binaryJohannes Berg2024-03-151-1/+1
* x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl2024-02-231-5/+18
* x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur2024-02-231-1/+1
* x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe2024-02-231-4/+21
* x86/CPU/AMD: Fix disabling XSAVES on AMD family 0x17 due to erratumMaciej S. Szmigiero2024-02-231-9/+11
* x86/lib: Fix overflow when counting digitsColin Ian King2024-01-251-1/+1
* x86/alternatives: Sync core before enabling interruptsThomas Gleixner2024-01-081-1/+1
* x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)2023-12-131-0/+3
* KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero2023-11-282-0/+3
* x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)2023-11-282-14/+0
* x86: Fix .brk attribute in linker scriptJuergen Gross2023-11-081-1/+1
* x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf2023-11-082-19/+23
* x86/mm: Simplify RESERVE_BRK()Josh Poimboeuf2023-11-081-19/+11
* x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner2023-11-083-8/+35
* 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