summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-07-03mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams
2018-07-03x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh
2018-07-03x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov
2018-07-03x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck
2018-07-03x86/mce: Check for alternate indication of machine check recovery on SkylakeTony Luck
2018-07-03x86/mce: Improve error message when kernel cannot recoverTony Luck
2018-07-03x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()Dan Williams
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2018-06-16KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini
2018-06-16x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c codeAndy Lutomirski
2018-06-16x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski
2018-06-13complete e390f9a port for v4.9.106Philip Müller
2018-06-13KVM: VMX: Expose SSBD properly to guests, 4.9 supplementBen Hutchings
2018-06-06x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross
2018-06-06xen: set cpu capabilities from xen_start_kernel()Juergen Gross
2018-06-06x86/amd: revert commit 944e0fc51a89c9827b9Juergen Gross
2018-06-05x86/xen: Add unwind hint annotations to xen_setup_gdtGreg Kroah-Hartman
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2018-06-05objtool: sync up with the 4.14.47 version of objtoolGreg Kroah-Hartman
2018-06-05objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf
2018-05-30x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He
2018-05-30x86/devicetree: Fix device IRQ settings in DTIvan Gorinov
2018-05-30x86/devicetree: Initialize device tree before using itIvan Gorinov
2018-05-30perf/x86/intel: Fix event update for auto-reloadKan Liang
2018-05-30perf/x86/intel: Fix large period handling on Broadwell CPUsKan Liang
2018-05-30perf/x86/intel: Properly save/restore the PMU state in the NMI handlerKan Liang
2018-05-30KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov
2018-05-30KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson
2018-05-30x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen
2018-05-30x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel
2018-05-30perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUsStephane Eranian
2018-05-30x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves
2018-05-30vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-05-30x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann
2018-05-30kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini
2018-05-30x86/tsc: Allow TSC calibration without PITPeter Zijlstra
2018-05-30kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson
2018-05-30KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang
2018-05-30KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk
2018-05-25x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa
2018-05-22x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-22x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner
2018-05-22x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner
2018-05-22x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner
2018-05-22x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner
2018-05-22x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov
2018-05-22x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner
2018-05-22x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky