- 534ff06 x86/fpu, crypto x86/serpent_avx2: Simplify the init() xfeature checks by Ingo Molnar · 10 years ago
- d1e5096 x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- 1debf7d x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks by Ingo Molnar · 10 years ago
- c93b8a3 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- d5d34d9 x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks by Ingo Molnar · 10 years ago
- c1c23f7 x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks by Ingo Molnar · 10 years ago
- 4eecd26 x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks by Ingo Molnar · 10 years ago
- 7bc371f x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
- 70d51eb x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- ce4f5f9 x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
- 91969d6 x86/fpu: Move xfeature type enumeration to fpu/types.h by Ingo Molnar · 10 years ago
- 677b98b x86/fpu: Enumerate xfeature bits by Ingo Molnar · 10 years ago
- 33588b5 x86/fpu: Simplify print_xstate_features() by Ingo Molnar · 10 years ago
- 5b07343 x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name) by Ingo Molnar · 10 years ago
- 6278485 x86/fpu: Rename fpu/xsave.c to fpu/xstate.c by Ingo Molnar · 10 years ago
- 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
- b165290 x86/fpu: Optimize fpu_copy() some more on lazy switching systems by Ingo Molnar · 10 years ago
- 68271c6 x86/fpu: Optimize fpu_copy() by Ingo Molnar · 10 years ago
- 48c4717 x86/fpu: Optimize fpu__save() by Ingo Molnar · 10 years ago
- fea435a x86/fpu: Simplify fpu__save() by Ingo Molnar · 10 years ago
- 9f876d6 x86/fpu: Eliminate __save_fpu() by Ingo Molnar · 10 years ago
- 72ee6f8 x86/fpu: Simplify __save_fpu() by Ingo Molnar · 10 years ago
- 32b49b3 x86/fpu: Factor out FPU hw activation/deactivation by Ingo Molnar · 10 years ago
- 67ee658e x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped() by Ingo Molnar · 10 years ago
- c4d72e2 x86/fpu: Simplify fpstate_init_curr() usage by Ingo Molnar · 10 years ago
- 0ee6a51 x86/fpu, kvm: Simplify fx_init() by Ingo Molnar · 10 years ago
- 2fb29fc x86/fpu: Simplify fpu__unlazy_stopped() error handling 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
- 9106658 x86/fpu: Uninline the irq_ts_save()/restore() functions by Ingo Molnar · 10 years ago
- 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 10 years ago
- d63e79b x86/fpu: Uninline kernel_fpu_begin()/end() by Ingo Molnar · 10 years ago
- e229537 x86/fpu: Move fpu__save() to fpu/internals.h by Ingo Molnar · 10 years ago
- ae02679 x86/fpu: Add more comments to the FPU init code by Ingo Molnar · 10 years ago
- 41e7841 x86/fpu: Reorder init methods by Ingo Molnar · 10 years ago
- 7638b74 x86/fpu: Rename fpstate_xstate_init_size() to fpu__init_system_xstate_size_legacy() by Ingo Molnar · 10 years ago
- c66e3f2 x86/fpu: Remove the extra fpu__detect() layer 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
- 71eb3c6 x86/fpu: Make check_fpu() init ordering independent by Ingo Molnar · 10 years ago
- 0bf23f3 x86/fpu: Factor out FPU bug checks into fpu/bugs.c by Ingo Molnar · 10 years ago
- e83ab9a x86/fpu: Move !FPU check ingo fpu__init_system_early_generic() by Ingo Molnar · 10 years ago
- 2e2f3da x86/fpu: Factor out fpu__init_system_early_generic() by Ingo Molnar · 10 years ago
- 7218e8b x86/fpu: Factor out fpu__init_system_generic() by Ingo Molnar · 10 years ago
- b11316e x86/fpu: Factor out fpu__init_cpu_generic() by Ingo Molnar · 10 years ago
- 21c4cd1 x86/fpu: Simplify fpu__cpu_init() by Ingo Molnar · 10 years ago
- 7202ab4 x86/fpu: Remove fpu__init_cpu_ctx_switch() call from fpu__init_system() by Ingo Molnar · 10 years ago
- 067051c x86/fpu: Do system-wide setup from fpu__detect() by Ingo Molnar · 10 years ago
- 3960fcc x86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init_cpu() by Ingo Molnar · 10 years ago
- 997578b x86/fpu: Move the fpstate_xstate_init_size() call into fpu__init_system() by Ingo Molnar · 10 years ago
- 530b37e x86/fpu: Do CLTS fpu__init_system() by Ingo Molnar · 10 years ago
- 011545b x86/fpu: Split fpu__ctx_switch_init() into _cpu() and _system() portions by Ingo Molnar · 10 years ago
- 064e51e x86/fpu: Clean up eager_fpu_init() and rename it to fpu__ctx_switch_init() by Ingo Molnar · 10 years ago
- 6f5d265 x86/fpu: Move eager_fpu_init() to fpu/init.c by Ingo Molnar · 10 years ago
- 89abbe0 x86/fpu: Move all eager-fpu setup code to eager_fpu_init() by Ingo Molnar · 10 years ago
- a5cb56e x86/fpu: Remove setup_init_fpu_buf() call from eager_fpu_init() by Ingo Molnar · 10 years ago
- 2507e1c x86/fpu: Set up the legacy FPU init image from fpu__init_system() by Ingo Molnar · 10 years ago
- 429ced5 x86/fpu: Do fpu__init_system_xstate only from fpu__init_system() by Ingo Molnar · 10 years ago
- c42103b x86/fpu: Remove xsave_init() by Ingo Molnar · 10 years ago
- 62db687 x86/fpu: Propagate once per boot quirk into fpu__init_system_xstate() by Ingo Molnar · 10 years ago
- e9dbfd6 x86/fpu: Move legacy check to fpu__init_system_xstate() by Ingo Molnar · 10 years ago
- e84611f x86/fpu: Move CPU capability check into fpu__init_cpu_xstate() 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
- e35f6f1 x86/fpu: Split fpu__cpu_init() into early-boot and cpu-boot parts by Ingo Molnar · 10 years ago
- 3e5e126 x86/fpu: Remove 'init_xstate_buf' bootmem allocation by Ingo Molnar · 10 years ago
- 26b1f5d x86/fpu: Make setup_init_fpu_buf() run-once explicitly by Ingo Molnar · 10 years ago
- 966ece6 x86/fpu: Remove xsave_init() bootmem allocations by Ingo Molnar · 10 years ago
- 6a13320 x86/fpu: Remove fpstate_xstate_init_size() boot quirk 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
- 73a3aeb x86/fpu: Improve the __sanitize_i387_state() documentation by Ingo Molnar · 10 years ago
- e783e81 x86/fpu: Explain the AVX register layout in the xsave area by Ingo Molnar · 10 years ago
- 678eaf6 x86/fpu: Rename regset FPU register accessors by Ingo Molnar · 10 years ago
- 91a8c2a x86/fpu: Clean up and fix MXCSR handling 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
- 8dcea8d x86/fpu: Clean up regset functions by Ingo Molnar · 10 years ago
- 9254aaa x86/fpu: Move XCR0 manipulation to the FPU code proper by Ingo Molnar · 10 years ago
- 84246fe4 x86/fpu: Rename 'xstate_features' to 'xfeatures_nr' by Ingo Molnar · 10 years ago
- 614df7f x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask' by Ingo Molnar · 10 years ago
- 69496e1 x86/fpu: Print supported xstate features in human readable way by Ingo Molnar · 10 years ago
- 32d4d9c x86/fpu: Improve FPU detection kernel messages by Ingo Molnar · 10 years ago
- 7b302e6 x86/fpu: Remove assembly guard from asm/fpu/api.h by Ingo Molnar · 10 years ago
- c0841e3 x86/fpu: Remove xsave_init() __init obfuscation 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
- 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
- e11267c x86/fpu: Clean up fpu__clear() a bit by Ingo Molnar · 10 years ago
- 2e8a310 x86/fpu: Rename fpu__flush_thread() to fpu__clear() by Ingo Molnar · 10 years ago
- cc08d54 x86/fpu: Use 'struct fpu' in fpu__unlazy_stopped() by Ingo Molnar · 10 years ago
- db2b1d3 x86/fpu: Use 'struct fpu' in fpstate_alloc_init() by Ingo Molnar · 10 years ago
- c69e098 x86/fpu: Use 'struct fpu' in fpu__copy() by Ingo Molnar · 10 years ago
- f9bc977 x86/fpu: Use 'struct fpu' in fpu_copy() by Ingo Molnar · 10 years ago