summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang
2019-04-16perf/x86: Support outputting XMM registersKan Liang
2019-04-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel
2019-04-12x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior
2019-04-11x86/fpu: Update xstate's PKRU value on write_pkru()Sebastian Andrzej Siewior
2019-04-11x86/entry: Add TIF_NEED_FPU_LOADSebastian Andrzej Siewior
2019-04-11x86/fpu: Eager switch PKRU stateRik van Riel
2019-04-11x86/fpu: Only write PKRU if it is different from currentSebastian Andrzej Siewior
2019-04-11x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior
2019-04-10x86/fpu: Add an __fpregs_load_activate() internal helperRik van Riel
2019-04-10x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior
2019-04-10x86/asm: Modernize sync_bitops.hJan Beulich
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-09x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior
2019-04-09x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior
2019-04-09x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08x86/io: Remove useless definition of mmiowb()Will Deacon
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov
2019-04-08x86/asm: Clarify static_cpu_has()'s intended useBorislav Petkov
2019-04-07Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-04-06x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-05xen: Prevent buffer overflow in privcmd ioctlDan Carpenter
2019-04-03x86/uaccess: Fix implicit cast of __user pointerJann Horn
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long
2019-04-03sched/x86_64: Don't save flags on context switchPeter Zijlstra
2019-04-03x86/smap: Ditch __stringify()Peter Zijlstra
2019-04-03x86/uaccess: Introduce user_access_{save,restore}()Peter Zijlstra
2019-04-03asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra
2019-04-03x86/uaccess: Always inline user_access_begin()Peter Zijlstra
2019-04-03x86/uaccess, xen: Suppress SMAP warningsPeter Zijlstra
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra
2019-04-03sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-03-29x86/cpufeature: Remove __pure attribute to _static_cpu_has()Borislav Petkov
2019-03-29x86/mm/tlb: Define LOADED_MM_SWITCHING with pointer-sized numberJann Horn
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce
2019-03-28KVM: x86: update %rip after emulating IOSean Christopherson
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson
2019-03-28x86/cpufeature: Fix __percpu annotation in this_cpu_has()Jann Horn