summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-05-30x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-2/+0
2024-05-30x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross1-0/+2
2024-05-30locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()Uros Bizjak1-1/+1
2024-05-30x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds1-1/+0
2024-05-02x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2-1/+3
2024-04-27KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson1-0/+1
2024-04-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers1-0/+3
2024-04-17x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap1-1/+2
2024-04-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-0/+5
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta2-0/+6
2024-04-10x86/bhi: Add BHI mitigation knobPawan Gupta1-0/+1
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta2-0/+5
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon2-1/+5
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta3-0/+21
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds1-6/+4
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-0/+1
2024-04-10x86/sev: Move early startup code into .head.text sectionArd Biesheuvel1-5/+5
2024-04-10x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel1-4/+4
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld1-0/+2
2024-04-10x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson1-0/+2
2024-04-10x86/cpufeatures: Add new word for scattered featuresSandipan Das4-5/+9
2024-04-03x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2-3/+4
2024-04-03Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen1-1/+1
2024-04-03x86/bugs: Use fixed addressing for VERW operandPawan Gupta1-1/+1
2024-04-03crash: use macro to add crashk_res into iomem early for specific archBaoquan He1-0/+2
2024-04-03x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2-5/+17
2024-04-03x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel3-7/+30
2024-04-03x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov1-5/+5
2024-03-27x86/asm: Remove the __iomem annotation of movdir64b()'s dst argumentKai Huang2-3/+8
2024-03-27x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth1-1/+5
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2-0/+9
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley1-0/+1
2024-02-25Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+14
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+10
2024-02-20x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta2-13/+0
2024-02-20x86/bugs: Add asm helpers for executing VERWPawan Gupta2-1/+14
2024-02-16x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao1-0/+10
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds5-11/+11
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+5
2024-02-06x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORMNathan Chancellor1-2/+3
2024-02-01KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumMaciej S. Szmigiero1-0/+2
2024-01-30Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+16
2024-01-26mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver1-1/+16
2024-01-24x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe1-4/+21
2024-01-23x86/cpu: Add model number for Intel Clearwater Forest processorTony Luck1-0/+2
2024-01-23x86/CPU/AMD: Add X86_FEATURE_ZEN5Borislav Petkov (AMD)1-3/+1
2024-01-19Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+49
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-13/+67
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+125