summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam
2024-06-21x86/boot: Don't add the EFI stub to targets, againBenjamin Segall
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts
2024-06-12x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada
2024-06-12um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie
2024-06-12x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter
2024-06-12x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter
2024-06-12x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter
2024-06-12x86/purgatory: Switch to the position-independent small code modelArd Biesheuvel
2024-06-12x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross
2024-06-12x86/pat: Restructure _lookup_address_cpa()Juergen Gross
2024-06-12x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-06-12x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57Ard Biesheuvel
2024-06-12x86/boot: Ignore relocations in .notes sections in walk_relocs() tooGuixiong Wei
2024-06-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers
2024-06-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers
2024-06-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers
2024-06-12x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-06-12KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann
2024-06-12x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman
2024-05-02x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson
2024-05-02x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan
2024-04-27KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das
2024-04-27KVM: x86/pmu: Disable support for adaptive PEBSSean Christopherson
2024-04-27KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2024-04-27x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-04-27x86/bugs: Fix BHI retpoline checkJosh Poimboeuf
2024-04-27x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann
2024-04-27x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel
2024-04-27x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-04-27x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel
2024-04-27x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong
2024-04-27x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong
2024-04-27x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin
2024-04-27x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel
2024-04-27x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel
2024-04-27x86/boot: Split off PE/COFF .data sectionArd Biesheuvel
2024-04-27x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel
2024-04-27x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel
2024-04-27x86/boot: Derive file size from _edata symbolArd Biesheuvel
2024-04-27x86/boot: Define setup size in linker scriptArd Biesheuvel
2024-04-27x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel
2024-04-27x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel
2024-04-27x86/boot: Drop references to startup_64Ard Biesheuvel
2024-04-27x86/boot: Drop redundant code setting the root deviceArd Biesheuvel
2024-04-27x86/boot: Omit compression buffer from PE/COFF image memory footprintArd Biesheuvel
2024-04-27x86/boot: Remove the 'bugger off' messageArd Biesheuvel
2024-04-27x86/efi: Drop alignment flags from PE section headersArd Biesheuvel