summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
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
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-03-23perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang
2019-03-23x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu
2019-03-23xen: fix dom0 boot on huge systemsJuergen Gross
2019-03-23crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-03-23crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers
2019-03-23crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-03-23x86/CPU: Add Icelake model numberRajneesh Bhardwaj
2019-03-19perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot
2019-03-19perf/x86/intel: Fix memory corruptionPeter Zijlstra
2019-03-19perf/x86: Fixup typo in stub functionsPeter Zijlstra
2019-03-13perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)
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/PCI: Fixup RTIT_BAR of Intel Denverton Trace HubAlexander Shishkin
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/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky
2019-03-13x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang
2019-03-10x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov
2019-03-10x86/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