summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2018-12-19Revert "x86/refcount: Work around GCC inlining bug"Ingo Molnar
2018-12-19Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining b...Ingo Molnar
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar
2018-12-19Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Ingo Molnar
2018-12-19Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...Ingo Molnar
2018-12-19Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...Ingo Molnar
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar
2018-12-18kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2018-12-18x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae
2018-12-18x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr
2018-12-14x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov
2018-12-14x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definitionVitaly Kuznetsov
2018-12-14x86/hyper-v: Do some housekeeping in hyperv-tlfs.hVitaly Kuznetsov
2018-12-14x86/hyper-v: Mark TLFS structures packedVitaly Kuznetsov
2018-12-14Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shua...Paolo Bonzini
2018-12-11x86/mm: Fix guard hole handlingKirill A. Shutemov
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon
2018-12-05x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior
2018-12-03x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior
2018-12-03x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior
2018-12-03x86/boot: Clear RSDP address in boot_params for broken loadersJuergen Gross
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-12-03Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-11-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya
2018-11-30x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya
2018-11-28x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2018-11-28x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-11-28x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner
2018-11-28x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner
2018-11-28x86/speculation: Prepare for per task indirect branch speculation controlTim Chen
2018-11-28x86/speculation: Add command line control for indirect branch speculationThomas Gleixner
2018-11-28x86/speculation: Rename SSBD update functionsThomas Gleixner
2018-11-28x86/speculation: Update the TIF_SSBD commentTim Chen
2018-11-28x86/retpoline: Remove minimal retpoline supportZhenzhong Duan
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan
2018-11-27x86/fpu: Use the correct exception table macro in the XSTATE_OP wrapperJann Horn
2018-11-27KVM: nVMX: Unrestricted guest mode requires EPTJim Mattson
2018-11-27KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang