summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-05-02x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski
2019-05-02x86/a.out: Clear the dump structure initiallyBorislav Petkov
2019-05-02x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov
2019-05-02perf/x86: Add check_period PMU callbackJiri Olsa
2019-05-02um: Use get_signal() signal_setup_done()Richard Weinberger
2019-05-02perf/x86/intel/uncore: Add Node ID maskKan Liang
2019-05-02KVM: x86: Fix single-step debuggingAlexander Popov
2019-05-02x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake
2019-04-04KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson
2019-04-04kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson
2019-04-04x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King
2019-03-25KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-03-25KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier
2019-02-11x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2019-02-11x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King
2019-02-11kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2019-02-11KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek
2019-02-11KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov
2019-02-11KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li
2019-02-11kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson
2019-02-11kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2019-02-11x86/hyper-v: Enable PIT shutdown quirkMichael Kelley
2019-02-11um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger
2019-02-11KVM: nVMX: Always reflect #NM VM-exits to L1Jim Mattson
2019-02-11KVM: x86: remove code for lazy FPU handlingPaolo Bonzini
2019-02-11x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu
2019-02-11x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe
2019-02-11x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross
2019-02-11x86/boot: eboot.c: Include string function declarationsBen Hutchings
2019-02-11x86/eisa: Add missing includeThomas Gleixner
2019-02-11x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov
2019-02-11x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky
2019-02-11x86/asm: Fix pud/pmd interfaces to handle large PAT bitToshi Kani
2019-02-11x86/asm: Move PUD_PAGE macros to page_types.hToshi Kani
2019-02-11x86/asm: Add pud/pmd mask interfaces to handle large PAT bitToshi Kani
2018-12-16x86/percpu: Fix this_cpu_read()Peter Zijlstra
2018-12-16x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski
2018-12-16x86/paravirt: Fix some warning messagesDan Carpenter
2018-12-16x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky
2018-12-16x86/boot: Move EISA setup to a separate fileThomas Gleixner
2018-12-16x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit
2018-12-16x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn
2018-12-16x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi
2018-12-16x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava
2018-12-16x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj
2018-12-16x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov
2018-12-16x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen
2018-12-16x86/spectre: Add missing family 6 check to microcode checkAndi Kleen
2018-12-16x86/process: Re-export start_thread()Rian Hunter
2018-11-20x86/apic: Fix build failure with X86_IO_APIC disabledBen Hutchings