summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-05-30x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter
2024-05-30x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-05-30locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()Uros Bizjak
2024-05-30x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
2024-05-02x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov
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-17x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap
2024-04-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-10x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel
2024-04-10x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-04-10x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld
2024-04-10x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson
2024-04-10x86/cpufeatures: Add new word for scattered featuresSandipan Das
2024-04-03x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin
2024-04-03Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen
2024-04-03x86/bugs: Use fixed addressing for VERW operandPawan Gupta
2024-04-03crash: use macro to add crashk_res into iomem early for specific archBaoquan He
2024-04-03x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)
2024-04-03x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel
2024-04-03x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov
2024-03-26x86/asm: Remove the __iomem annotation of movdir64b()'s dst argumentKai Huang
2024-03-26x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley
2024-02-25Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-19x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-02-19x86/bugs: Add asm helpers for executing VERWPawan Gupta
2024-02-15x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-02-06x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORMNathan Chancellor
2024-01-31KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumMaciej S. Szmigiero
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-25mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver
2024-01-24x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe
2024-01-23x86/cpu: Add model number for Intel Clearwater Forest processorTony Luck
2024-01-23x86/CPU/AMD: Add X86_FEATURE_ZEN5Borislav Petkov (AMD)
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds