summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-30x86/tlb: Flush global mappings when KAISER is disabledBorislav Petkov1-4/+7
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2-10/+18
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu1-0/+15
2020-10-01x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner1-2/+2
2020-06-20x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2-1/+2
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2-0/+6
2020-06-11x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-0/+27
2020-06-11x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2-2/+2
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-1/+6
2020-05-20x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2-16/+0
2020-05-20x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä1-6/+0
2020-04-24x86/vdso: Fix lsl operand orderSamuel Neves1-1/+1
2020-04-24x86/microcode/intel: replace sync_core() with native_cpuid_reg(eax)Evalds Iodzevics1-1/+1
2020-04-24x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov1-0/+18
2020-04-24x86/mitigations: Clear CPU buffers on the SYSCALL fast pathBorislav Petkov1-0/+2
2020-02-28x86/vdso: Use RDPID in preference to LSL when availableAndy Lutomirski2-1/+7
2020-01-12locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov1-13/+0
2020-01-04x86/crash: Add a forward declaration of struct kimageLianbo Jiang1-0/+2
2020-01-04x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen1-1/+1
2019-11-28kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)1-7/+35
2019-11-25x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas1-1/+1
2019-11-25kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu1-0/+18
2019-11-25x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra3-10/+10
2019-11-16x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2-0/+8
2019-11-16x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta4-2/+14
2019-11-16x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-11-16KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson1-0/+1
2019-11-16KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings1-0/+1
2019-11-06x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang1-1/+2
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan1-1/+1
2019-09-21x86/boot: Add missing bootparam that breaks boot on some platformsCorey Minyard1-0/+1
2019-09-06ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri1-1/+5
2019-09-06x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky1-0/+1
2019-09-06x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu3-0/+12
2019-09-06x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard1-0/+1
2019-09-06x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-13/+46
2019-09-06x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson1-1/+1
2019-08-25x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski1-2/+1
2019-08-11x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner1-0/+1
2019-08-11x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf1-0/+3
2019-08-11x86: cpufeatures: Sort feature word 7Ben Hutchings1-4/+2
2019-08-06x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf1-15/+19
2019-08-06x86/apic: Silence -Wtype-limits compiler warningsQian Cai1-1/+1
2019-05-16x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner1-0/+1
2019-05-16x86/speculation/mds: Add mitigation control for MDSThomas Gleixner1-0/+6
2019-05-16x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner3-0/+24
2019-05-16x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner1-0/+13
2019-05-16x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner1-0/+25
2019-05-16x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner1-0/+1