summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich1-2/+4
2025-07-17x86/process: Move the buffer clearing before MONITORBorislav Petkov1-5/+11
2025-07-17KVM: SVM: Advertise TSA CPUID bits to guestsBorislav Petkov4-8/+9
2025-07-17x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov4-4/+29
2025-07-17x86/bugs: Rename MDS machinery to something more genericBorislav Petkov3-18/+20
2025-07-17x86/its: FineIBT-paranoid vs ITSPeter Zijlstra1-0/+2
2025-07-17x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra1-0/+10
2025-07-17x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta1-0/+1
2025-07-17x86/its: Fix undefined reference to cpu_wants_rethunk_at()Pawan Gupta1-1/+1
2025-07-17x86/its: Add support for ITS-safe return thunkPawan Gupta2-0/+20
2025-07-17x86/its: Add support for ITS-safe indirect thunkPawan Gupta2-1/+6
2025-07-17x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra1-0/+31
2025-07-17x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta2-0/+9
2025-07-17x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon2-2/+5
2025-06-04perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCntRavi Bangoria1-0/+1
2025-06-04x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus()Waiman Long1-0/+2
2025-04-10x86/mm: Fix flush_tlb_range() when used for zapping normal PMDsJann Horn1-1/+1
2025-03-13perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson1-1/+2
2025-02-01x86/asm: Make serialize() always_inlineJuergen Gross1-1/+1
2024-12-19x86/xen: remove hypercall pageJuergen Gross1-2/+0
2024-12-19x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross1-13/+20
2024-12-19x86/xen: add central hypercall functionsJuergen Gross1-0/+3
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross2-3/+18
2024-12-19x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross1-0/+2
2024-12-14x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)3-18/+19
2024-12-14x86/amd_nb: Fix compile-testing without CONFIG_AMD_NBArnd Bergmann1-1/+4
2024-11-08x86/bugs: Use code segment selector for VERW operandPawan Gupta1-1/+10
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner1-0/+2
2024-10-22x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson1-1/+2
2024-10-17x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook1-1/+6
2024-07-05efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel1-1/+0
2024-07-05efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel1-0/+12
2024-07-05x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck1-0/+5
2024-07-05x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck1-0/+93
2024-06-16x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds1-1/+0
2024-05-25x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross3-20/+0
2024-05-02x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap1-1/+2
2024-04-13x86/head/64: Re-enable stack protectionMichael Roth1-1/+0
2024-04-13x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson1-0/+2
2024-04-13x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2-6/+15
2024-04-13x86/cpufeatures: Add new word for scattered featuresSandipan Das4-5/+9
2024-04-13x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2-0/+9
2024-04-13x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta2-13/+0
2024-04-13x86/entry_64: Add VERW just before userspace transitionPawan Gupta1-0/+1
2024-04-13x86/bugs: Add asm helpers for executing VERWPawan Gupta2-0/+16
2024-04-13x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffixPawan Gupta1-0/+5
2024-04-13x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov1-5/+5
2024-04-13x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski5-101/+34
2024-04-13x86/cpu: Support AMD Automatic IBRSKim Phillips2-0/+3
2024-03-27x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao1-0/+10