summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-04-27perf/x86/amd: Add event map for AMD Family 17hKim Phillips1-9/+26
2019-04-27x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+26
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2-12/+24
2019-04-27Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee1-4/+15
2019-04-27KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson1-10/+11
2019-04-20x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor1-0/+1
2019-04-20x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead1-7/+7
2019-04-20x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-04-17xen: Prevent buffer overflow in privcmd ioctlDan Carpenter1-0/+3
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers1-2/+2
2019-04-17x86: vdso: Use $LD instead of $CC to linkAlistair Strachan1-13/+9
2019-04-17x86/power: Make restore_processor_context() saneAndy Lutomirski3-41/+62
2019-04-17x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski1-6/+3
2019-04-17x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2-12/+2
2019-04-17x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski1-4/+17
2019-04-05x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola1-1/+1
2019-04-05x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar2-2/+2
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson3-14/+13
2019-04-03x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner1-7/+1
2019-03-23KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li2-0/+2
2019-03-23KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson1-3/+9
2019-03-23KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson1-0/+4
2019-03-19perf/x86: Fixup typo in stub functionsPeter Zijlstra1-2/+2
2019-03-14x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2-0/+7
2019-03-14perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)1-21/+30
2019-03-14perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)3-22/+31
2019-03-14x86_64: increase stack size for KASAN_EXTRAQian Cai1-0/+4
2019-03-14x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song1-0/+3
2019-03-14x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang1-5/+3
2019-03-05x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski1-3/+4
2019-03-05KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov1-0/+8
2019-03-05svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit1-15/+4
2019-02-27x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke1-0/+1
2019-02-20x86/a.out: Clear the dump structure initiallyBorislav Petkov1-2/+4
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2-3/+28
2019-02-20kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li1-1/+2
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa3-2/+37
2019-02-12perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra1-2/+8
2019-02-12x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck1-0/+1
2019-02-12perf/x86/intel/uncore: Add Node ID maskKan Liang1-1/+3
2019-02-12KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier1-0/+1
2019-02-12KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini1-0/+7
2019-02-12KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov1-0/+7
2019-02-12x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior1-0/+3
2019-02-12x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King1-2/+2
2019-01-31x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake1-2/+2
2019-01-31KVM: x86: Fix single-step debuggingAlexander Popov1-2/+1
2019-01-13crypto: x86/chacha20 - avoid sleeping with preemption disabledEric Biggers1-0/+1
2019-01-09x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2-3/+19
2019-01-09KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson1-1/+1