summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2019-05-05KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson
2019-05-05KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson
2019-05-04x86/mm: Don't exceed the valid physical address spaceRalph Campbell
2019-05-04x86/realmode: Don't leak the trampoline kernel addressMatteo Croce
2019-05-02x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior
2019-05-02x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann
2019-05-02x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann
2019-05-02perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan
2019-04-27x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner
2019-04-27perf/x86: Fix incorrect PEBS_REGSKan Liang
2019-04-27x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen
2019-04-27perf/x86/amd: Add event map for AMD Family 17hKim Phillips
2019-04-27x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-04-27Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee
2019-04-27KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov
2019-04-27KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson
2019-04-20KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson
2019-04-20x86/gart: Exclude GART aperture from kcoreKairui Song
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/hyperv: Prevent potential NULL pointer dereferenceKangjie Lu
2019-04-20x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki
2019-04-20x86/mm: Don't leak kernel addressesMatteo Croce
2019-04-17KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr
2019-04-17KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr
2019-04-17x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas
2019-04-17x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas
2019-04-17x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas
2019-04-17x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko
2019-04-17x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes
2019-04-17xen: Prevent buffer overflow in privcmd ioctlDan Carpenter
2019-04-17kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2019-04-17kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson
2019-04-05kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi
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-05perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-04-05x86/hyperv: Fix kernel panic when kexec on HyperVKairui Song
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-04-03KVM: x86: update %rip after emulating IOSean Christopherson
2019-04-03x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner
2019-03-27x86/unwind: Add hardcoded ORC entry for NULLJann Horn
2019-03-27x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn
2019-03-23KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-03-23KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson
2019-03-23KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-03-23KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson
2019-03-23KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson