summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner
2021-10-20x86/fpu: Move fpstate functions to api.hThomas Gleixner
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner
2021-10-20x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner
2021-10-20x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner
2021-10-20x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner
2021-10-20x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner
2021-10-20x86/fpu: Make os_xrstor_booting() privateThomas Gleixner
2021-10-20x86/fpu: Clean up CPU feature testsThomas Gleixner
2021-10-20x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner
2021-10-20x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner
2021-10-20x86/pkru: Remove useless includeThomas Gleixner
2021-10-20x86/fpu: Remove pointless argument from switch_fpu_finish()Thomas Gleixner
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar
2021-10-10Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-10-06x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-22x86/asm: Fix SETZ size enqcmds() build failureKees Cook
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner
2021-09-14x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()Thomas Gleixner
2021-09-13x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon
2021-09-13x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()Thomas Gleixner
2021-09-13x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixupsThomas Gleixner
2021-09-13x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner
2021-09-13x86/extable: Get rid of redundant macrosThomas Gleixner
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-06kvm: x86: Increase KVM_SOFT_MAX_VCPUS to 710Eduardo Habkost
2021-09-06kvm: x86: Increase MAX_VCPUS to 1024Eduardo Habkost
2021-09-06kvm: x86: Set KVM_MAX_VCPU_ID to 4*KVM_MAX_VCPUSEduardo Habkost
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds