summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-06-27x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2-3/+6
2024-06-27x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck1-0/+93
2024-06-27KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson1-5/+4
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam1-1/+8
2024-06-21x86/boot: Don't add the EFI stub to targets, againBenjamin Segall1-2/+2
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+2
2024-06-12x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada1-4/+1
2024-06-12um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-0/+7
2024-06-12x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter1-4/+4
2024-06-12x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter1-1/+1
2024-06-12x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter2-4/+2
2024-06-12x86/purgatory: Switch to the position-independent small code modelArd Biesheuvel1-1/+2
2024-06-12x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross1-8/+18
2024-06-12x86/pat: Restructure _lookup_address_cpa()Juergen Gross1-4/+7
2024-06-12x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross2-3/+32
2024-06-12x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57Ard Biesheuvel1-0/+5
2024-06-12x86/boot: Ignore relocations in .notes sections in walk_relocs() tooGuixiong Wei1-0/+9
2024-06-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-06-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-06-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-06-12x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds3-59/+3
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-3/+6
2024-06-12KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann1-11/+10
2024-06-12x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman1-4/+2
2024-05-02x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2-2/+6
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-5/+6
2024-05-02x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan1-1/+1
2024-04-27KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das1-1/+2
2024-04-27KVM: x86/pmu: Disable support for adaptive PEBSSean Christopherson1-2/+22
2024-04-27KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson5-2/+14
2024-04-27x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers1-3/+3
2024-04-27x86/bugs: Fix BHI retpoline checkJosh Poimboeuf1-4/+7
2024-04-27x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann1-0/+1
2024-04-27x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel3-1/+3
2024-04-27x86/sev: Move early startup code into .head.text sectionArd Biesheuvel4-23/+24
2024-04-27x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2-29/+21
2024-04-27x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong2-2/+3
2024-04-27x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong1-1/+1
2024-04-27x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin7-26/+20
2024-04-27x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2-11/+9
2024-04-27x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel4-125/+51
2024-04-27x86/boot: Split off PE/COFF .data sectionArd Biesheuvel2-5/+16
2024-04-27x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel3-51/+7
2024-04-27x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel2-62/+7
2024-04-27x86/boot: Derive file size from _edata symbolArd Biesheuvel4-25/+12
2024-04-27x86/boot: Define setup size in linker scriptArd Biesheuvel3-7/+5
2024-04-27x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel2-25/+17
2024-04-27x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel2-5/+1
2024-04-27x86/boot: Drop references to startup_64Ard Biesheuvel2-4/+1
2024-04-27x86/boot: Drop redundant code setting the root deviceArd Biesheuvel2-8/+1