Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9c4089e87a80376071cbedc3f66a16ac028782c5
/
arch
/
x86
/
include
/
asm
/
fpu
/
internal.h
38cfd5e
KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
by Paolo Bonzini
· 7 years ago
a5828ed
x86/fpu/xstate: Move XSAVES state init to a function
by Yu-cheng Yu
· 8 years ago
c474e50
x86/fpu: Split old_fpu & new_fpu handling into separate functions
by Rik van Riel
· 8 years ago
317b622
x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state()
by Rik van Riel
· 8 years ago
9ad93fe
x86/fpu: Split old & new FPU code paths
by Rik van Riel
· 8 years ago
66f314e
x86/fpu: Remove __fpregs_(de)activate()
by Rik van Riel
· 8 years ago
25d83b5
x86/fpu: Rename lazy restore functions to "register state valid"
by Rik van Riel
· 8 years ago
3913cc3
x86/fpu: Remove struct fpu::counter
by Rik van Riel
· 8 years ago
c592b57
x86/fpu: Remove use_eager_fpu()
by Andy Lutomirski
· 8 years ago
ca6938a
x86/fpu: Hard-disable lazy FPU mode
by Andy Lutomirski
· 8 years ago
97f2645
tree-wide: replace config_enabled() with IS_ENABLED()
by Masahiro Yamada
· 8 years ago
d1898b7
x86/fpu: Add tracepoints to dump FPU state at key points
by Dave Hansen
· 9 years ago
b8b9b6b
x86/fpu: Allow setting of XSAVE state
by Dave Hansen
· 9 years ago
1fe3f29
Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys
by Ingo Molnar
· 9 years ago
4ecd16e
x86/fpu: Fix math emulation in eager fpu mode
by Andy Lutomirski
· 9 years ago
bc696ca
x86/cpufeature: Replace the old static_cpu_has() with safe variant
by Borislav Petkov
· 9 years ago
cd4d09e
x86/cpufeature: Carve out X86_FEATURE_*
by Borislav Petkov
· 9 years ago
a5fe93a
x86/fpu: Disable MPX when eagerfpu is off
by yu-cheng yu
· 9 years ago
b7106fa
x86/fpu: Get rid of xstate_fault()
by Borislav Petkov
· 9 years ago
b74a0cf
x86/fpu: Add an XSTATE_OP() macro
by Borislav Petkov
· 9 years ago
83242c5
x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case
by Ingo Molnar
· 10 years ago
d65fcd6
x86/fpu: Simplify copy_kernel_to_xregs_booting()
by Ingo Molnar
· 10 years ago
003e2e8
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
by Ingo Molnar
· 10 years ago
9ccc27a
x86/fpu: Remove error return values from copy_kernel_to_*regs() functions
by Ingo Molnar
· 10 years ago
3e1bf47
x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()
by Ingo Molnar
· 10 years ago
43b287b
x86/fpu: Add debugging checks to all copy_kernel_to_*() functions
by Ingo Molnar
· 10 years ago
6a81d7e
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
by Ingo Molnar
· 10 years ago
05602812
x86/fpu: Split out the fpu__activate_fpstate_read() method
by Ingo Molnar
· 10 years ago
47f01e8
x86/fpu: Fix FPU register read access to the current task
by Ingo Molnar
· 10 years ago
8c05f05
x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*() functions
by Ingo Molnar
· 10 years ago
685c961
x86/fpu: Improve the initialization logic of 'err' around xstate_fault() constraints
by Ingo Molnar
· 10 years ago
87b6559
x86/fpu: Improve xstate_fault() handling
by Ingo Molnar
· 10 years ago
87dafd4
x86/fpu: Rename xstate related 'fx' references to 'xstate'
by Ingo Molnar
· 10 years ago
fd169b0
x86/fpu: Move the xstate copying functions into fpu/internal.h
by Ingo Molnar
· 10 years ago
b1b64dc
x86/fpu: Reorganize fpu/internal.h
by Ingo Molnar
· 10 years ago
e97131a
x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
by Ingo Molnar
· 10 years ago
e1884d6
x86/fpu: Pass 'struct fpu' to fpu__restore()
by Ingo Molnar
· 10 years ago
c47ada3
x86/fpu: Harmonize FPU register state types
by Ingo Molnar
· 10 years ago
0c306bc
x86/fpu: Factor out the FPU regset code into fpu/regset.c
by Ingo Molnar
· 10 years ago
c681314
x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions
by Ingo Molnar
· 10 years ago
8154188
x86/fpu: Move restore_init_xstate() out of fpu/internal.h
by Ingo Molnar
· 10 years ago
6f57502
x86/fpu: Generalize 'init_xstate_ctx'
by Ingo Molnar
· 10 years ago
bf935b0
x86/fpu: Create 'union thread_xstate' helper for fpstate_init()
by Ingo Molnar
· 10 years ago
0aba697
x86/fpu: Harmonize the names of the fpstate_init() helper functions
by Ingo Molnar
· 10 years ago
e1cebad
x86/fpu: Factor out the exception error code handling code
by Ingo Molnar
· 10 years ago
59a36d1
x86/fpu: Factor out fpu/regset.h from fpu/internal.h
by Ingo Molnar
· 10 years ago
fcbc99c
x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions
by Ingo Molnar
· 10 years ago
05012c1
x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h
by Ingo Molnar
· 10 years ago
fbce778
x86/fpu: Merge fpu__reset() and fpu__clear()
by Ingo Molnar
· 10 years ago
82c0e45
x86/fpu: Move the signal frame handling code closer to each other
by Ingo Molnar
· 10 years ago
9dfe99b
x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()
by Ingo Molnar
· 10 years ago
04c8e01
x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing
by Ingo Molnar
· 10 years ago
6ffc152
x86/fpu: Move all the fpu__*() high level methods closer to each other
by Ingo Molnar
· 10 years ago
0e75c54
x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()
by Ingo Molnar
· 10 years ago
5033861
x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()
by Ingo Molnar
· 10 years ago
3c6dffa
x86/fpu: Rename user_has_fpu() to fpregs_active()
by Ingo Molnar
· 10 years ago
c8e1404
x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()
by Ingo Molnar
· 10 years ago
36e49e7f
x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate()
by Ingo Molnar
· 10 years ago
1ac91a7
x86/fpu: Simplify fpstate_sanitize_xstate() calls
by Ingo Molnar
· 10 years ago
d090319
x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate()
by Ingo Molnar
· 10 years ago
befc61a
x86/fpu: Move asm/xcr.h to asm/fpu/internal.h
by Ingo Molnar
· 10 years ago
669ebab
x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
by Ingo Molnar
· 10 years ago
32b49b3
x86/fpu: Factor out FPU hw activation/deactivation
by Ingo Molnar
· 10 years ago
c4d72e2
x86/fpu: Simplify fpstate_init_curr() usage
by Ingo Molnar
· 10 years ago
e62bb3d
x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
by Ingo Molnar
· 10 years ago
91d93d0
x86/fpu: Remove failure return from fpstate_alloc_init()
by Ingo Molnar
· 10 years ago
c4d6ee6
x86/fpu: Remove failure paths from fpstate-alloc low level functions
by Ingo Molnar
· 10 years ago
7366ed7
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
by Ingo Molnar
· 10 years ago
1bc6b05
x86/fpu: Optimize copy_fpregs_to_fpstate() by removing the FNCLEX synchronization with FP exceptions
by Ingo Molnar
· 10 years ago
4f83634
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
by Ingo Molnar
· 10 years ago
952f07e
x86/fpu: Move various internal function prototypes to fpu/internal.h
by Ingo Molnar
· 10 years ago
e229537
x86/fpu: Move fpu__save() to fpu/internals.h
by Ingo Molnar
· 10 years ago
dd86388
x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect()
by Ingo Molnar
· 10 years ago
21c4cd1
x86/fpu: Simplify fpu__cpu_init()
by Ingo Molnar
· 10 years ago
55cc467
x86/fpu: Make the system/cpu init distinction clear in the xstate code as well
by Ingo Molnar
· 10 years ago
3e5e126
x86/fpu: Remove 'init_xstate_buf' bootmem allocation
by Ingo Molnar
· 10 years ago
66af8e2
x86/fpu: Rename __thread_fpu_end() to fpregs_deactivate()
by Ingo Molnar
· 10 years ago
232f62c
x86/fpu: Rename __thread_fpu_begin() to fpregs_activate()
by Ingo Molnar
· 10 years ago
723c58e
x86/fpu: Rename __thread_clear_has_fpu() to __fpregs_deactivate()
by Ingo Molnar
· 10 years ago
dfaea4e
x86/fpu: Rename __thread_set_has_fpu() to __fpregs_activate()
by Ingo Molnar
· 10 years ago
d5cea9b
x86/fpu: Rename fpu->has_fpu to fpu->fpregs_active
by Ingo Molnar
· 10 years ago
678eaf6
x86/fpu: Rename regset FPU register accessors
by Ingo Molnar
· 10 years ago
400e4b2
x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'
by Ingo Molnar
· 10 years ago
3a54450
x86/fpu: Rename 'xsave_hdr' to 'header'
by Ingo Molnar
· 10 years ago
df63975
x86/fpu: Move MXCSR_DEFAULT to fpu/internal.h
by Ingo Molnar
· 10 years ago
78f7f1e
x86/fpu: Rename fpu-internal.h to fpu/internal.h
by Ingo Molnar
· 10 years ago
[Renamed (98%) from arch/x86/include/asm/fpu-internal.h]
a137fb6
x86/fpu: Move xsave.h to fpu/xsave.h
by Ingo Molnar
· 10 years ago
df6b35f
x86/fpu: Rename i387.h to fpu/api.h
by Ingo Molnar
· 10 years ago
c69e098
x86/fpu: Use 'struct fpu' in fpu__copy()
by Ingo Molnar
· 10 years ago
2d75bcf
x86/fpu: Move __save_fpu() into fpu/core.c
by Ingo Molnar
· 10 years ago
384a23f
x86/fpu: Use 'struct fpu' in switch_fpu_finish()
by Ingo Molnar
· 10 years ago
cb8818b
x86/fpu: Use 'struct fpu' in switch_fpu_prepare()
by Ingo Molnar
· 10 years ago
af2d94f
x86/fpu: Use 'struct fpu' in fpu_reset_state()
by Ingo Molnar
· 10 years ago
11f2d50
x86/fpu: Use 'struct fpu' in restore_fpu_checking()
by Ingo Molnar
· 10 years ago
66ddc2c
x86/fpu: Use 'struct fpu' in fpu_lazy_restore()
by Ingo Molnar
· 10 years ago
eb6a325
x86/fpu: Remove task_disable_lazy_fpu_restore()
by Ingo Molnar
· 10 years ago
ca6787b
x86/fpu: Remove 'struct task_struct' usage from drop_fpu()
by Ingo Molnar
· 10 years ago
c5bedc6
x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
by Ingo Molnar
· 10 years ago
4c13841
x86/fpu: Open code PF_USED_MATH usages
by Ingo Molnar
· 10 years ago
4540d3f
x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_begin()
by Ingo Molnar
· 10 years ago
Next »