summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2018-10-20x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song
2018-10-18mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara
2018-10-18x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov
2018-10-13x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-13x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski
2018-10-13x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski
2018-10-13KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson
2018-10-13KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson
2018-10-10x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap
2018-10-10perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUsJacek Tomaka
2018-10-03x86/pti: Fix section mismatch warning/errorRandy Dunlap
2018-10-03x86/mm: Expand static page table for fixmap spaceFeng Tang
2018-10-03perf/x86/intel/lbr: Fix incomplete LBR call stackKan Liang
2018-10-03x86/entry/64: Add two more instruction suffixesJan Beulich
2018-10-03x86/tsc: Add missing header to tsc_msr.cAndy Shevchenko
2018-10-03x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams
2018-09-29crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek
2018-09-29xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky
2018-09-26x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky
2018-09-26x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel
2018-09-26x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao
2018-09-26x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao
2018-09-19x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel
2018-09-19x86/apic/vector: Make error return value negativeThomas Gleixner
2018-09-19x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn
2018-09-19x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi
2018-09-19x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava
2018-09-19KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson
2018-09-19KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson
2018-09-19KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson
2018-09-19KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson
2018-09-19KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson
2018-09-19KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson
2018-09-15x86: kvm: avoid unused variable warningArnd Bergmann
2018-09-15kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid
2018-09-15x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross
2018-09-15x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross
2018-09-15x86/tsc: Prevent result truncation on 32bitChuanhua Lei
2018-09-15kvm: nVMX: Fix fault vector for VMX operation at CPL > 0Jim Mattson
2018-09-15KVM: vmx: track host_state.loaded using a loaded_vmcs pointerSean Christopherson
2018-09-15x86/mce: Add notifier_block forward declarationArnd Bergmann
2018-09-09crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson
2018-09-09KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini
2018-09-09Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki
2018-09-05x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn
2018-09-05x86: Allow generating user-space headers without a compilerBen Hutchings
2018-09-05x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen
2018-09-05x86/spectre: Add missing family 6 check to microcode checkAndi Kleen
2018-09-05x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers