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
/
xstate.c
Age
Commit message (
Expand
)
Author
2021-06-24
x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() again
Thomas Gleixner
2021-06-23
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
2021-06-23
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-23
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
2021-06-23
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
2021-06-23
x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
Thomas Gleixner
2021-06-23
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
2021-06-23
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
2021-06-23
x86/fpu: Cleanup arch_set_user_pkey_access()
Thomas Gleixner
2021-06-23
x86/fpu: Get rid of using_compacted_format()
Thomas Gleixner
2021-06-23
x86/fpu: Remove fpstate_sanitize_xstate()
Thomas Gleixner
2021-06-23
x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
Thomas Gleixner
2021-06-23
x86/fpu: Simplify PTRACE_GETREGS code
Dave Hansen
2021-06-23
x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()
Thomas Gleixner
2021-06-23
x86/fpu: Sanitize xstateregs_set()
Thomas Gleixner
2021-06-23
x86/fpu: Remove unused get_xsave_field_ptr()
Thomas Gleixner
2021-06-23
x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
Thomas Gleixner
2021-06-23
x86/fpu: Make xfeatures_mask_all __ro_after_init
Thomas Gleixner
2021-06-23
x86/fpu: Mark various FPU state variables __ro_after_init
Thomas Gleixner
2021-06-23
x86/fpu: Fix copy_xstate_to_kernel() gap handling
Thomas Gleixner
2021-06-23
Merge x86/urgent into x86/fpu
Borislav Petkov
2021-06-22
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
2021-06-09
x86/fpu: Add address range checks to copy_user_to_xstate()
Andy Lutomirski
2021-06-03
x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
Thomas Gleixner
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-01-29
x86/fpu/xstate: Use sizeof() instead of a constant
Yejune Deng
2020-09-17
x86/mmu: Allocate/free a PASID
Fenghua Yu
2020-09-17
x86/fpu/xstate: Add supervisor PASID state for ENQCMD
Yu-cheng Yu
2020-08-15
Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-08-07
x86/fpu/xstate: Fix an xstate size check warning with architectural LBRs
Kan Liang
2020-07-28
Merge tag 'v5.8-rc7' into perf/core, to pick up fixes
Ingo Molnar
2020-07-27
x86: switch to ->regset_get()
Al Viro
2020-07-19
copy_xstate_to_kernel: Fix typo which caused GDB regression
Kevin Buettner
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
2020-07-08
x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature
Kan Liang
2020-07-08
x86/fpu/xstate: Support dynamic supervisor feature for LBR
Kan Liang
2020-06-01
Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-05-27
copy_xstate_to_kernel(): don't leave parts of destination uninitialized
Al Viro
2020-05-16
x86/fpu: Introduce copy_supervisor_to_kernel()
Yu-cheng Yu
2020-05-13
x86/fpu/xstate: Introduce XSAVES supervisor states
Yu-cheng Yu
2020-05-13
x86/fpu/xstate: Separate user and supervisor xfeatures mask
Yu-cheng Yu
2020-05-12
x86/fpu/xstate: Define new macros for supervisor and user xstates
Fenghua Yu
2020-05-12
x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()
Fenghua Yu
2020-02-24
x86/pkeys: Add check for pkey "overflow"
Dave Hansen
2020-02-12
x86/fpu/xstate: Warn when checking alignment of disabled xfeatures
Yu-cheng Yu
2020-02-12
x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()
Yu-cheng Yu
[next]