| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | x86/fpu: Replace KVMs xstate component clearing | Thomas Gleixner | 2021-10-20 | 2 | -1/+1 | |
| | * | | | | | | | | | x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate | Thomas Gleixner | 2021-10-20 | 1 | -1/+1 | |
| | * | | | | | | | | | x86/fpu: Provide struct fpstate | Thomas Gleixner | 2021-10-20 | 2 | -3/+21 | |
| | * | | | | | | | | | x86/fpu: Replace KVMs home brewed FPU copy to user | Thomas Gleixner | 2021-10-20 | 1 | -0/+1 | |
| | * | | | | | | | | | x86/fpu: Provide a proper function for ex_handler_fprestore() | Thomas Gleixner | 2021-10-20 | 1 | -3/+1 | |
| | * | | | | | | | | | x86/fpu: Replace the includes of fpu/internal.h | Thomas Gleixner | 2021-10-20 | 1 | -26/+0 | |
| | * | | | | | | | | | x86/fpu: Mop up the internal.h leftovers | Thomas Gleixner | 2021-10-20 | 2 | -18/+10 | |
| | * | | | | | | | | | x86/fpu: Remove internal.h dependency from fpu/signal.h | Thomas Gleixner | 2021-10-20 | 3 | -7/+16 | |
| | * | | | | | | | | | x86/fpu: Move fpstate functions to api.h | Thomas Gleixner | 2021-10-20 | 2 | -9/+9 | |
| | * | | | | | | | | | x86/fpu: Move mxcsr related code to core | Thomas Gleixner | 2021-10-20 | 1 | -11/+0 | |
| | * | | | | | | | | | x86/fpu: Move fpregs_restore_userregs() to core | Thomas Gleixner | 2021-10-20 | 1 | -83/+0 | |
| | * | | | | | | | | | x86/fpu: Make WARN_ON_FPU() private | Thomas Gleixner | 2021-10-20 | 1 | -9/+0 | |
| | * | | | | | | | | | x86/fpu: Move legacy ASM wrappers to core | Thomas Gleixner | 2021-10-20 | 1 | -101/+0 | |
| | * | | | | | | | | | x86/fpu: Move os_xsave() and os_xrstor() to core | Thomas Gleixner | 2021-10-20 | 2 | -171/+0 | |
| | * | | | | | | | | | x86/fpu: Make os_xrstor_booting() private | Thomas Gleixner | 2021-10-20 | 1 | -25/+0 | |
| | * | | | | | | | | | x86/fpu: Clean up CPU feature tests | Thomas Gleixner | 2021-10-20 | 1 | -18/+0 | |
| | * | | | | | | | | | x86/fpu: Move context switch and exit to user inlines into sched.h | Thomas Gleixner | 2021-10-20 | 2 | -60/+68 | |
| | * | | | | | | | | | x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init | Thomas Gleixner | 2021-10-20 | 1 | -2/+0 | |
| | * | | | | | | | | | x86/fpu: Replace KVMs home brewed FPU copy from user | Thomas Gleixner | 2021-10-20 | 1 | -0/+2 | |
| | * | | | | | | | | | x86/fpu: Move KVMs FPU swapping to FPU core | Thomas Gleixner | 2021-10-20 | 2 | -13/+10 | |
| | * | | | | | | | | | x86/fpu: Cleanup xstate xcomp_bv initialization | Thomas Gleixner | 2021-10-20 | 1 | -1/+3 | |
| | * | | | | | | | | | x86/pkru: Remove useless include | Thomas Gleixner | 2021-10-20 | 1 | -1/+1 | |
| | * | | | | | | | | | x86/fpu: Remove pointless argument from switch_fpu_finish() | Thomas Gleixner | 2021-10-20 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict | Ingo Molnar | 2021-10-16 | 8 | -16/+27 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | x86/fpu/signal: Change return type of fpu__restore_sig() to boolean | Thomas Gleixner | 2021-09-14 | 1 | -1/+1 | |
| | * | | | | | | | | | x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean | Thomas Gleixner | 2021-09-14 | 1 | -1/+1 | |
| | * | | | | | | | | | x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe() | Thomas Gleixner | 2021-09-14 | 1 | -11/+6 | |
| | * | | | | | | | | | x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user() | Thomas Gleixner | 2021-09-13 | 1 | -13/+8 | |
| | * | | | | | | | | | x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups | Thomas Gleixner | 2021-09-13 | 1 | -2/+2 | |
| | * | | | | | | | | | x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE | Thomas Gleixner | 2021-09-13 | 1 | -0/+3 | |
| | * | | | | | | | | | x86/extable: Rework the exception table mechanics | Thomas Gleixner | 2021-09-13 | 6 | -31/+64 | |
| | * | | | | | | | | | x86/extable: Get rid of redundant macros | Thomas Gleixner | 2021-09-13 | 1 | -24/+12 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-11-01 | 3 | -1/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | sched: Add cluster scheduler level for x86 | Tim Chen | 2021-10-15 | 2 | -0/+10 | |
| | * | | | | | | | | | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 2021-10-15 | 1 | -1/+1 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-11-01 | 7 | -99/+45 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | bpf,x86: Respect X86_FEATURE_RETPOLINE* | Peter Zijlstra | 2021-10-28 | 1 | -59/+0 | |
| | * | | | | | | | | | x86/alternative: Implement .retpoline_sites support | Peter Zijlstra | 2021-10-28 | 1 | -0/+1 | |
| | * | | | | | | | | | x86/retpoline: Create a retpoline thunk array | Peter Zijlstra | 2021-10-28 | 1 | -1/+7 | |
| | * | | | | | | | | | x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h | Peter Zijlstra | 2021-10-28 | 2 | -8/+7 | |
| | * | | | | | | | | | x86/asm: Fixup odd GEN-for-each-reg.h usage | Peter Zijlstra | 2021-10-28 | 1 | -1/+1 | |
| | * | | | | | | | | | x86/asm: Fix register order | Peter Zijlstra | 2021-10-28 | 1 | -4/+10 | |
| | * | | | | | | | | | x86/retpoline: Remove unused replacement symbols | Peter Zijlstra | 2021-10-28 | 1 | -10/+0 | |
| | * | | | | | | | | | Merge branch 'objtool/urgent' | Peter Zijlstra | 2021-10-07 | 6 | -11/+19 | |
| | |\| | | | | | | | | ||||||
| | * | | | | | | | | | x86/xen: Mark xen_force_evtchn_callback() noinstr | Peter Zijlstra | 2021-09-17 | 1 | -1/+1 | |
| | * | | | | | | | | | x86/xen: Make save_fl() noinstr | Peter Zijlstra | 2021-09-17 | 1 | -2/+5 | |
| | * | | | | | | | | | x86/xen: Make set_debugreg() noinstr | Peter Zijlstra | 2021-09-17 | 2 | -2/+2 | |
| | * | | | | | | | | | x86/xen: Make get_debugreg() noinstr | Peter Zijlstra | 2021-09-17 | 2 | -2/+2 | |
| | * | | | | | | | | | x86/xen: Make write_cr2() noinstr | Peter Zijlstra | 2021-09-17 | 1 | -1/+1 | |
| | * | | | | | | | | | x86/xen: Make read_cr2() noinstr | Peter Zijlstra | 2021-09-17 | 1 | -1/+1 | |
