summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson2019-04-271-10/+11
* KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson2019-04-201-20/+153
* x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor2019-04-201-0/+1
* x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead2019-04-201-7/+7
* x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki2019-04-201-0/+2
* x86/mm: Don't leak kernel addressesMatteo Croce2019-04-201-2/+2
* x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas2019-04-172-12/+22
* x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas2019-04-171-1/+55
* x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas2019-04-171-3/+62
* xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2019-04-171-0/+3
* x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers2019-04-171-2/+2
* x86: vdso: Use $LD instead of $CC to linkAlistair Strachan2019-04-171-13/+9
* x86/power: Make restore_processor_context() saneAndy Lutomirski2019-04-173-41/+62
* x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski2019-04-171-6/+3
* x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2019-04-172-12/+2
* x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski2019-04-171-4/+17
* x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola2019-04-051-1/+1
* x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar2019-04-052-2/+2
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-033-14/+13
* x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner2019-04-031-7/+1
* x86/unwind: Add hardcoded ORC entry for NULLJann Horn2019-03-271-0/+17
* x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn2019-03-272-3/+28
* KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson2019-03-231-3/+9
* KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson2019-03-231-2/+23
* KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson2019-03-231-0/+4
* KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-03-231-1/+6
* KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-03-231-2/+19
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-233-5/+5
* x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu2019-03-231-0/+5
* xen: fix dom0 boot on huge systemsJuergen Gross2019-03-231-7/+6
* perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-191-1/+1
* perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-191-1/+1
* perf/x86: Fixup typo in stub functionsPeter Zijlstra2019-03-191-2/+2
* perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-132-3/+77
* x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2019-03-132-0/+7
* perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-131-21/+30
* perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-133-22/+31
* x86_64: increase stack size for KASAN_EXTRAQian Cai2019-03-131-0/+4
* x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-03-131-0/+3
* x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-03-131-1/+1
* x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang2019-03-131-5/+3
* x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski2019-03-051-3/+4
* KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov2019-03-051-0/+8
* svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit2019-03-051-15/+4
* always clear the X2APIC_ENABLE bit for PV guestTalons Lee2019-02-271-4/+1
* x86/a.out: Clear the dump structure initiallyBorislav Petkov2019-02-201-2/+4
* x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-202-3/+28
* kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li2019-02-201-1/+2
* perf/x86: Add check_period PMU callbackJiri Olsa2019-02-203-2/+37
* perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-121-2/+8