summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-11-05perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips1-0/+1
2020-10-01x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner1-2/+2
2020-10-01x86/pkeys: Add check for pkey "overflow"Dave Hansen1-0/+5
2020-07-22x86/entry: Increase entry_stack size to a full pagePeter Zijlstra1-1/+1
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-1/+1
2020-06-20x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2-0/+2
2020-06-20x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon1-1/+1
2020-06-20make 'user_access_begin()' do 'access_ok()'Linus Torvalds1-1/+11
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-11mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
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/asm: Add instruction suffixes to bitopsJan Beulich2-14/+17
2020-04-24x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) featureFenghua Yu1-1/+1
2020-04-24x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-24KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson1-1/+1
2020-04-24x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2-3/+6
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov1-1/+1
2019-12-31x86/crash: Add a forward declaration of struct kimageLianbo Jiang1-0/+2
2019-12-31x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen1-1/+1
2019-12-01kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)1-7/+35
2019-11-24x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas1-1/+1
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+4
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-0/+2
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2-0/+8
2019-11-12x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta4-2/+14
2019-11-12x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-11-12x86/apic: Drop logical_smp_processor_id() inlineDou Liyang1-10/+0
2019-11-06x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang1-1/+2
2019-10-29kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson1-1/+1
2019-10-29KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li1-1/+1
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan1-1/+1
2019-09-21x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra1-1/+3
2019-09-21perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips1-4/+8
2019-09-10x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber1-0/+1
2019-08-29x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard1-0/+1
2019-08-29x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-13/+47
2019-08-29x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky1-0/+1
2019-08-29x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson1-1/+1
2019-08-25x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit1-11/+11
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-0/+1
2019-08-06x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner1-0/+1
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf1-0/+2
2019-08-06x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2-9/+12
2019-08-06x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf1-0/+1
2019-08-06x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf1-15/+19
2019-08-06xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan1-1/+1
2019-08-06x86/apic: Silence -Wtype-limits compiler warningsQian Cai1-1/+1
2019-07-31x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra3-10/+10