index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
core.c
Age
Commit message (
Expand
)
Author
2021-06-23
x86/fpu: Mark init_fpstate __ro_after_init
Thomas Gleixner
2021-06-23
x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()
Thomas Gleixner
2021-06-23
x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
Thomas Gleixner
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
2021-06-23
x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
Thomas Gleixner
2021-06-23
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
2021-06-23
x86/fpu: Clean up the fpu__clear() variants
Andy Lutomirski
2021-06-23
x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Thomas Gleixner
2021-06-23
x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
Thomas Gleixner
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-23
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
2021-06-23
x86/fpu: Rename initstate copy functions
Thomas Gleixner
2021-06-23
x86/fpu: Get rid of the FNSAVE optimization
Thomas Gleixner
2021-06-23
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
Thomas Gleixner
2021-06-23
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
2021-06-23
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
2021-06-23
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
2021-06-23
x86/fpu: Move fpu__write_begin() to regset
Thomas Gleixner
2021-06-23
x86/fpu/regset: Move fpu__read_begin() into regset
Thomas Gleixner
2021-06-23
x86/fpu: Move inlines where they belong
Thomas Gleixner
2021-01-21
x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state
Andy Lutomirski
2020-07-28
Merge tag 'v5.8-rc7' into perf/core, to pick up fixes
Ingo Molnar
2020-07-08
x86/fpu: Use proper mask to replace full instruction mask
Kan Liang
2020-06-29
x86/fpu: Reset MXCSR to default in kernel_fpu_begin()
Petteri Aimonen
2020-05-13
x86/fpu/xstate: Define new functions for clearing fpregs and xstates
Fenghua Yu
2019-06-17
x86/fpu: Remove the fpu__save() export
Christoph Hellwig
2019-06-17
x86/fpu: Simplify kernel_fpu_begin()
Christoph Hellwig
2019-06-17
x86/fpu: Simplify kernel_fpu_end()
Christoph Hellwig
2019-06-13
x86/fpu: Don't use current->mm to check for a kthread
Christoph Hellwig
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-12
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
2019-04-10
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-09
x86/fpu: Always init the state in fpu__clear()
Sebastian Andrzej Siewior
2019-04-09
x86/fpu: Remove preempt_disable() in fpu__clear()
Sebastian Andrzej Siewior
2019-04-09
x86/fpu: Remove fpu__restore()
Sebastian Andrzej Siewior
2018-12-04
x86/fpu: Don't export __kernel_fpu_{begin,end}()
Sebastian Andrzej Siewior
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2017-09-26
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...
Ingo Molnar
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
2017-09-26
x86/fpu: Simplify and speed up fpu__copy()
Ingo Molnar
2017-09-26
x86/fpu: Fix stale comments about lazy FPU logic
Ingo Molnar
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
2017-09-26
x86/fpu: Remove fpu__current_fpstate_write_begin/end()
Ingo Molnar
2017-09-26
x86/fpu: Fix fpu__activate_fpstate_read() and update comments
Ingo Molnar
2017-09-24
x86/fpu: Remove struct fpu::fpregs_active
Ingo Molnar
2017-09-24
x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
Ingo Molnar
2017-09-24
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
Ingo Molnar
2017-09-24
x86/fpu: Split the state handling in fpu__drop()
Ingo Molnar
2017-09-24
x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
Ingo Molnar
[next]