summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-05-30x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter
2024-05-30x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter
2024-05-30x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter
2024-05-30x86/purgatory: Switch to the position-independent small code modelArd Biesheuvel
2024-05-30x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross
2024-05-30x86/pat: Restructure _lookup_address_cpa()Juergen Gross
2024-05-30x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-05-30x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57Ard Biesheuvel
2024-05-30locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()Uros Bizjak
2024-05-30x86/microcode/AMD: Avoid -Wformat warning with clang-15Arnd Bergmann
2024-05-30x86/boot: Ignore relocations in .notes sections in walk_relocs() tooGuixiong Wei
2024-05-30crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers
2024-05-30crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers
2024-05-30crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers
2024-05-30x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
2024-05-30bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan
2024-05-30cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson
2024-05-30x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman
2024-05-17x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson
2024-05-02x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov
2024-05-02x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan
2024-05-02x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang
2024-05-02KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"Sean Christopherson
2024-05-02KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabledSean Christopherson
2024-04-27KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty statusDavid Matlack
2024-04-27KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributesRick Edgecombe
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-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-27x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-04-27x86/bugs: Fix BHI retpoline checkJosh Poimboeuf
2024-04-17x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf
2024-04-17x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf
2024-04-17x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf
2024-04-17x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf
2024-04-17x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar
2024-04-17x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIESJosh Poimboeuf
2024-04-17x86/bugs: Fix return type of spectre_bhi_state()Daniel Sneddon
2024-04-17x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap
2024-04-17perf/x86: Fix out of range dataNamhyung Kim
2024-04-13x86/vdso: Fix rethunk patching for vdso-image-x32.o tooBorislav Petkov (AMD)
2024-04-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne
2024-04-13perf/x86/amd/lbr: Discard erroneous branch entriesSandipan Das
2024-04-13PCI: Disable D3cold on Asus B1400 PCI-NVMe bridgeDaniel Drake
2024-04-13x86/vdso: Fix rethunk patching for vdso-image-{32,64}.oJosh Poimboeuf
2024-04-10x86: set SPECTRE_BHI_ON as defaultGreg Kroah-Hartman
2024-04-10KVM: x86: Add BHI_NODaniel Sneddon
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta