summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-04-20x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor
2019-04-20x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead
2019-04-20x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki
2019-04-17xen: Prevent buffer overflow in privcmd ioctlDan Carpenter
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2019-04-17x86: vdso: Use $LD instead of $CC to linkAlistair Strachan
2019-04-17x86/power: Make restore_processor_context() saneAndy Lutomirski
2019-04-17x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski
2019-04-17x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski
2019-04-17x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski
2019-04-05x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola
2019-04-05x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-04-03x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner
2019-03-23KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li
2019-03-23KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-03-23KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-03-19perf/x86: Fixup typo in stub functionsPeter Zijlstra
2019-03-13x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)
2019-03-13perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)
2019-03-13perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)
2019-03-13x86_64: increase stack size for KASAN_EXTRAQian Cai
2019-03-13x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song
2019-03-13x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang
2019-03-05x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski
2019-03-05KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov
2019-03-05svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit
2019-02-27x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke
2019-02-20x86/a.out: Clear the dump structure initiallyBorislav Petkov
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche
2019-02-20kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa
2019-02-12perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra
2019-02-12x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck
2019-02-12perf/x86/intel/uncore: Add Node ID maskKan Liang
2019-02-12KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier
2019-02-12KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-02-12KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov
2019-02-12x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior
2019-02-12x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King
2019-01-31x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake
2019-01-31KVM: x86: Fix single-step debuggingAlexander Popov
2019-01-13crypto: x86/chacha20 - avoid sleeping with preemption disabledEric Biggers
2019-01-09x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2019-01-09KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson
2018-12-29x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior
2018-12-29x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King
2018-12-21x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra
2018-12-21locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon