index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-16
x86/fpu: Mask out the invalid MXCSR bits properly
Borislav Petkov
1
-1
/
+1
2021-10-08
x86/fpu: Restore the masking out of reserved MXCSR bits
Borislav Petkov
1
-3
/
+8
2021-06-24
x86/fpu/signal: Let xrstor handle the features to init
Thomas Gleixner
1
-58
/
+31
2021-06-23
x86/fpu/signal: Handle #PF in the direct restore path
Thomas Gleixner
1
-34
/
+33
2021-06-23
x86/fpu/signal: Split out the direct restore code
Thomas Gleixner
1
-54
/
+58
2021-06-23
x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
Thomas Gleixner
1
-21
/
+15
2021-06-23
x86/fpu/signal: Sanitize the xstate check on sigframe
Thomas Gleixner
1
-37
/
+33
2021-06-23
x86/fpu/signal: Remove the legacy alignment check
Thomas Gleixner
1
-3
/
+0
2021-06-23
x86/fpu/signal: Move initial checks into fpu__restore_sig()
Thomas Gleixner
1
-35
/
+41
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
1
-5
/
+5
2021-06-23
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
1
-3
/
+3
2021-06-23
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
1
-5
/
+5
2021-06-23
x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
Thomas Gleixner
1
-2
/
+2
2021-06-23
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
1
-10
/
+11
2021-06-23
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
1
-5
/
+8
2021-06-23
Merge x86/urgent into x86/fpu
Borislav Petkov
1
-37
/
+43
2021-06-22
x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()
Thomas Gleixner
1
-18
/
+8
2021-06-10
x86/fpu: Reset state for all signal restore failures
Thomas Gleixner
1
-11
/
+15
2021-06-09
x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer
Andy Lutomirski
1
-0
/
+19
2021-06-09
x86/fpu: Prevent state corruption in __fpu__restore_sig()
Thomas Gleixner
1
-8
/
+1
2021-05-19
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
1
-0
/
+19
2020-07-27
x86: switch to ->regset_get()
Al Viro
1
-1
/
+2
2020-06-26
x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel buffer
Al Viro
1
-6
/
+6
2020-05-16
x86/fpu/xstate: Restore supervisor states for signal return
Yu-cheng Yu
1
-5
/
+39
2020-05-16
x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...
Yu-cheng Yu
1
-25
/
+28
2020-05-13
x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstates
Yu-cheng Yu
1
-13
/
+24
2020-05-13
x86/fpu/xstate: Define new functions for clearing fpregs and xstates
Fenghua Yu
1
-2
/
+2
2020-05-13
x86/fpu/xstate: Separate user and supervisor xfeatures mask
Yu-cheng Yu
1
-5
/
+11
2020-05-12
x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()
Fenghua Yu
1
-1
/
+1
2020-01-07
x86/fpu: Deactivate FPU state after failure during state load
Sebastian Andrzej Siewior
1
-0
/
+3
2019-06-08
x86/fpu: Update kernel's FPU state before using for the fsave header
Sebastian Andrzej Siewior
1
-0
/
+5
2019-06-06
x86/fpu: Use fault_in_pages_writeable() for pre-faulting
Hugh Dickins
1
-9
/
+2
2019-05-06
x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails
Sebastian Andrzej Siewior
1
-16
/
+15
2019-04-12
x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpath
Sebastian Andrzej Siewior
1
-12
/
+13
2019-04-12
x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-12
/
+22
2019-04-12
x86/fpu: Add a fastpath to __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-2
/
+21
2019-04-12
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
1
-19
/
+30
2019-04-12
x86/fpu: Merge the two code paths in __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-85
/
+54
2019-04-12
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
1
-13
/
+49
2019-04-11
x86/fpu: Inline copy_user_to_fpregs_zeroing()
Sebastian Andrzej Siewior
1
-1
/
+19
2019-04-11
x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
Rik van Riel
1
-1
/
+11
2019-04-11
x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
Rik van Riel
1
-5
/
+14
2019-04-10
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
1
-1
/
+0
2019-04-10
x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-4
/
+0
2019-04-09
x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-27
/
+8
2019-04-09
x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-25
/
+15
2019-04-03
x86/fpu: Fix __user annotations
Jann Horn
1
-3
/
+3
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
[next]