summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | x86/fpu: Replace KVMs xstate component clearingThomas Gleixner2021-10-202-1/+1
| * | | | | | | | | x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner2021-10-201-1/+1
| * | | | | | | | | x86/fpu: Provide struct fpstateThomas Gleixner2021-10-202-3/+21
| * | | | | | | | | x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner2021-10-201-0/+1
| * | | | | | | | | x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner2021-10-201-3/+1
| * | | | | | | | | x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-26/+0
| * | | | | | | | | x86/fpu: Mop up the internal.h leftoversThomas Gleixner2021-10-202-18/+10
| * | | | | | | | | x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner2021-10-203-7/+16
| * | | | | | | | | x86/fpu: Move fpstate functions to api.hThomas Gleixner2021-10-202-9/+9
| * | | | | | | | | x86/fpu: Move mxcsr related code to coreThomas Gleixner2021-10-201-11/+0
| * | | | | | | | | x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner2021-10-201-83/+0
| * | | | | | | | | x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner2021-10-201-9/+0
| * | | | | | | | | x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner2021-10-201-101/+0
| * | | | | | | | | x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner2021-10-202-171/+0
| * | | | | | | | | x86/fpu: Make os_xrstor_booting() privateThomas Gleixner2021-10-201-25/+0
| * | | | | | | | | x86/fpu: Clean up CPU feature testsThomas Gleixner2021-10-201-18/+0
| * | | | | | | | | x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner2021-10-202-60/+68
| * | | | | | | | | x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner2021-10-201-2/+0
| * | | | | | | | | x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner2021-10-201-0/+2
| * | | | | | | | | x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner2021-10-202-13/+10
| * | | | | | | | | x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner2021-10-201-1/+3
| * | | | | | | | | x86/pkru: Remove useless includeThomas Gleixner2021-10-201-1/+1
| * | | | | | | | | x86/fpu: Remove pointless argument from switch_fpu_finish()Thomas Gleixner2021-10-201-1/+1
| * | | | | | | | | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2021-10-168-16/+27
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner2021-09-141-1/+1
| * | | | | | | | | x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner2021-09-141-1/+1
| * | | | | | | | | x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()Thomas Gleixner2021-09-141-11/+6
| * | | | | | | | | x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()Thomas Gleixner2021-09-131-13/+8
| * | | | | | | | | x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixupsThomas Gleixner2021-09-131-2/+2
| * | | | | | | | | x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner2021-09-131-0/+3
| * | | | | | | | | x86/extable: Rework the exception table mechanicsThomas Gleixner2021-09-136-31/+64
| * | | | | | | | | x86/extable: Get rid of redundant macrosThomas Gleixner2021-09-131-24/+12
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-013-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Add cluster scheduler level for x86Tim Chen2021-10-152-0/+10
| * | | | | | | | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-017-99/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra2021-10-281-59/+0
| * | | | | | | | | x86/alternative: Implement .retpoline_sites supportPeter Zijlstra2021-10-281-0/+1
| * | | | | | | | | x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra2021-10-281-1/+7
| * | | | | | | | | x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra2021-10-282-8/+7
| * | | | | | | | | x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra2021-10-281-1/+1
| * | | | | | | | | x86/asm: Fix register orderPeter Zijlstra2021-10-281-4/+10
| * | | | | | | | | x86/retpoline: Remove unused replacement symbolsPeter Zijlstra2021-10-281-10/+0
| * | | | | | | | | Merge branch 'objtool/urgent'Peter Zijlstra2021-10-076-11/+19
| |\| | | | | | | |
| * | | | | | | | | x86/xen: Mark xen_force_evtchn_callback() noinstrPeter Zijlstra2021-09-171-1/+1
| * | | | | | | | | x86/xen: Make save_fl() noinstrPeter Zijlstra2021-09-171-2/+5
| * | | | | | | | | x86/xen: Make set_debugreg() noinstrPeter Zijlstra2021-09-172-2/+2
| * | | | | | | | | x86/xen: Make get_debugreg() noinstrPeter Zijlstra2021-09-172-2/+2
| * | | | | | | | | x86/xen: Make write_cr2() noinstrPeter Zijlstra2021-09-171-1/+1
| * | | | | | | | | x86/xen: Make read_cr2() noinstrPeter Zijlstra2021-09-171-1/+1