summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh2018-07-031-6/+8
* x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov2018-07-031-8/+10
* x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck2018-07-031-8/+18
* x86/mce: Check for alternate indication of machine check recovery on SkylakeTony Luck2018-07-031-2/+9
* x86/mce: Improve error message when kernel cannot recoverTony Luck2018-07-031-0/+5
* x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()Dan Williams2018-07-031-1/+1
* kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-163-12/+24
* KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-163-28/+38
* KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-161-32/+32
* x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c codeAndy Lutomirski2018-06-161-5/+0
* x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski2018-06-163-90/+5
* complete e390f9a port for v4.9.106Philip Müller2018-06-131-2/+0
* KVM: VMX: Expose SSBD properly to guests, 4.9 supplementBen Hutchings2018-06-131-1/+1
* x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross2018-06-062-5/+4
* xen: set cpu capabilities from xen_start_kernel()Juergen Gross2018-06-061-9/+9
* x86/amd: revert commit 944e0fc51a89c9827b9Juergen Gross2018-06-062-4/+5
* x86/xen: Add unwind hint annotations to xen_setup_gdtGreg Kroah-Hartman2018-06-051-1/+4
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2018-06-0514-5/+36
* objtool: sync up with the 4.14.47 version of objtoolGreg Kroah-Hartman2018-06-052-0/+210
* objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2018-06-051-0/+1
* x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He2018-05-301-1/+1
* x86/devicetree: Fix device IRQ settings in DTIvan Gorinov2018-05-301-5/+8
* x86/devicetree: Initialize device tree before using itIvan Gorinov2018-05-301-3/+5
* perf/x86/intel: Fix event update for auto-reloadKan Liang2018-05-302-13/+94
* perf/x86/intel: Fix large period handling on Broadwell CPUsKan Liang2018-05-302-2/+2
* perf/x86/intel: Properly save/restore the PMU state in the NMI handlerKan Liang2018-05-301-1/+9
* KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov2018-05-301-1/+9
* KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson2018-05-301-6/+14
* x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen2018-05-301-2/+4
* x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel2018-05-301-0/+9
* perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUsStephane Eranian2018-05-301-8/+17
* x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-05-301-0/+1
* vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-05-301-2/+1
* x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-05-302-2/+2
* kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini2018-05-301-3/+4
* x86/tsc: Allow TSC calibration without PITPeter Zijlstra2018-05-302-0/+23
* kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson2018-05-301-0/+5
* KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang2018-05-301-1/+4
* KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk2018-05-301-1/+1
* x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa2018-05-252-2/+8
* x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk2018-05-222-2/+2
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-227-18/+59
* x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2018-05-222-0/+36
* x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner2018-05-221-7/+19
* x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2018-05-222-13/+2
* x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2018-05-223-24/+6
* x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2018-05-222-49/+44
* x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-05-223-4/+9
* x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-05-224-2/+18
* x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-224-9/+36