index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
xstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/fpu/xstate: Cleanup size calculations
Thomas Gleixner
2021-10-21
1
-36
/
+46
*
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
2021-10-21
1
-8
/
+10
*
x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
Thomas Gleixner
2021-10-21
1
-5
/
+6
*
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
2021-10-21
1
-0
/
+3
*
x86/fpu/core: Convert to fpstate
Thomas Gleixner
2021-10-20
1
-1
/
+1
*
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
2021-10-20
1
-1
/
+11
*
x86/fpu: Convert fpstate_init() to struct fpstate
Thomas Gleixner
2021-10-20
1
-6
/
+6
*
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
2021-10-20
1
-1
/
+0
*
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
2021-10-20
1
-1
/
+2
*
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
2021-10-20
1
-0
/
+1
*
x86/fpu: Make os_xrstor_booting() private
Thomas Gleixner
2021-10-20
1
-0
/
+23
*
x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
Thomas Gleixner
2021-10-20
1
-0
/
+1
*
x86/fpu: Rework copy_xstate_to_uabi_buf()
Thomas Gleixner
2021-10-20
1
-8
/
+26
*
x86/fpu: Replace KVMs home brewed FPU copy from user
Thomas Gleixner
2021-10-20
1
-2
/
+1
*
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
2021-10-20
1
-1
/
+0
*
x86/fpu/xstate: Mark all init only functions __init
Thomas Gleixner
2021-10-20
1
-5
/
+5
*
x86/fpu/xstate: Provide and use for_each_xfeature()
Thomas Gleixner
2021-10-20
1
-33
/
+23
*
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
2021-10-20
1
-5
/
+3
*
x86/fpu: Cleanup the on_boot_cpu clutter
Thomas Gleixner
2021-10-20
1
-9
/
+0
*
x86/fpu: Restrict xsaves()/xrstors() to independent states
Thomas Gleixner
2021-10-20
1
-15
/
+7
*
x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() again
Thomas Gleixner
2021-06-24
1
-0
/
+1
*
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
2021-06-23
1
-0
/
+1
*
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
2021-06-23
1
-7
/
+18
*
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
2021-06-23
1
-9
/
+9
*
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
2021-06-23
1
-50
/
+48
*
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
2021-06-23
1
-31
/
+31
*
x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
Thomas Gleixner
2021-06-23
1
-90
/
+47
*
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
1
-2
/
+3
*
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
2021-06-23
1
-55
/
+0
*
x86/fpu: Cleanup arch_set_user_pkey_access()
Thomas Gleixner
2021-06-23
1
-5
/
+6
*
x86/fpu: Get rid of using_compacted_format()
Thomas Gleixner
2021-06-23
1
-18
/
+4
*
x86/fpu: Remove fpstate_sanitize_xstate()
Thomas Gleixner
2021-06-23
1
-79
/
+0
*
x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
Thomas Gleixner
2021-06-23
1
-11
/
+31
*
x86/fpu: Simplify PTRACE_GETREGS code
Dave Hansen
2021-06-23
1
-3
/
+3
*
x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()
Thomas Gleixner
2021-06-23
1
-3
/
+16
*
x86/fpu: Sanitize xstateregs_set()
Thomas Gleixner
2021-06-23
1
-6
/
+8
*
x86/fpu: Remove unused get_xsave_field_ptr()
Thomas Gleixner
2021-06-23
1
-30
/
+0
*
x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
Thomas Gleixner
2021-06-23
1
-1
/
+3
*
x86/fpu: Make xfeatures_mask_all __ro_after_init
Thomas Gleixner
2021-06-23
1
-13
/
+15
*
x86/fpu: Mark various FPU state variables __ro_after_init
Thomas Gleixner
2021-06-23
1
-5
/
+9
*
x86/fpu: Fix copy_xstate_to_kernel() gap handling
Thomas Gleixner
2021-06-23
1
-44
/
+61
*
Merge x86/urgent into x86/fpu
Borislav Petkov
2021-06-23
1
-60
/
+38
|
\
|
*
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
2021-06-22
1
-3
/
+38
|
*
x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
Thomas Gleixner
2021-06-03
1
-57
/
+0
*
|
x86/fpu: Add address range checks to copy_user_to_xstate()
Andy Lutomirski
2021-06-09
1
-3
/
+3
|
/
*
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-1
/
+1
*
x86/fpu/xstate: Use sizeof() instead of a constant
Yejune Deng
2021-01-29
1
-2
/
+2
*
x86/mmu: Allocate/free a PASID
Fenghua Yu
2020-09-17
1
-0
/
+57
[next]