x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate()
[deliverable/linux.git] / arch /
2015-05-19  Ingo Molnarx86/fpu: Rename sanitize_i387_state() to fpstate_saniti...
2015-05-19  Ingo Molnarx86/fpu: Move asm/xcr.h to asm/fpu/internal.h
2015-05-19  Ingo Molnarx86/fpu, crypto x86/sha1_mb: Remove FPU internal header...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/serpent_avx2: Simplify the init...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/cast6_avx: Simplify the cast6_init...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_s...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/cast5_avx: Simplify the cast5_init...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/serpent_avx: Simplify the serpent_i...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/twofish_avx: Simplify the twofish_i...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/camellia_aesni_avx2: Simplify the...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_s...
2015-05-19  Ingo Molnarx86/fpu, crypto x86/camellia_aesni_avx: Simplify the...
2015-05-19  Ingo Molnarx86/fpu: Move xfeature type enumeration to fpu/types.h
2015-05-19  Ingo Molnarx86/fpu: Enumerate xfeature bits
2015-05-19  Ingo Molnarx86/fpu: Simplify print_xstate_features()
2015-05-19  Ingo Molnarx86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask...
2015-05-19  Ingo Molnarx86/fpu: Rename fpu/xsave.c to fpu/xstate.c
2015-05-19  Ingo Molnarx86/fpu: Rename fpu/xsave.h to fpu/xstate.h
2015-05-19  Ingo Molnarx86/fpu: Optimize fpu_copy() some more on lazy switchin...
2015-05-19  Ingo Molnarx86/fpu: Optimize fpu_copy()
2015-05-19  Ingo Molnarx86/fpu: Optimize fpu__save()
2015-05-19  Ingo Molnarx86/fpu: Simplify fpu__save()
2015-05-19  Ingo Molnarx86/fpu: Eliminate __save_fpu()
2015-05-19  Ingo Molnarx86/fpu: Simplify __save_fpu()
2015-05-19  Ingo Molnarx86/fpu: Factor out FPU hw activation/deactivation
2015-05-19  Ingo Molnarx86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_...
2015-05-19  Ingo Molnarx86/fpu: Simplify fpstate_init_curr() usage
2015-05-19  Ingo Molnarx86/fpu, kvm: Simplify fx_init()
2015-05-19  Ingo Molnarx86/fpu: Simplify fpu__unlazy_stopped() error handling
2015-05-19  Ingo Molnarx86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
2015-05-19  Ingo Molnarx86/fpu: Remove failure return from fpstate_alloc_init()
2015-05-19  Ingo Molnarx86/fpu: Remove failure paths from fpstate-alloc low...
2015-05-19  Ingo Molnarx86/fpu: Simplify FPU handling by embedding the fpstate...
2015-05-19  Ingo Molnarx86/fpu: Optimize copy_fpregs_to_fpstate() by removing...
2015-05-19  Ingo Molnarx86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
2015-05-19  Ingo Molnarx86/fpu: Uninline the irq_ts_save()/restore() functions
2015-05-19  Ingo Molnarx86/fpu: Move various internal function prototypes...
2015-05-19  Ingo Molnarx86/fpu: Uninline kernel_fpu_begin()/end()
2015-05-19  Ingo Molnarx86/fpu: Move fpu__save() to fpu/internals.h
2015-05-19  Ingo Molnarx86/fpu: Add more comments to the FPU init code
2015-05-19  Ingo Molnarx86/fpu: Reorder init methods
2015-05-19  Ingo Molnarx86/fpu: Rename fpstate_xstate_init_size() to fpu__init...
2015-05-19  Ingo Molnarx86/fpu: Remove the extra fpu__detect() layer
2015-05-19  Ingo Molnarx86/fpu: Move fpu__init_system_early_generic() out...
2015-05-19  Ingo Molnarx86/fpu: Make check_fpu() init ordering independent
2015-05-19  Ingo Molnarx86/fpu: Factor out FPU bug checks into fpu/bugs.c
2015-05-19  Ingo Molnarx86/fpu: Move !FPU check ingo fpu__init_system_early_ge...
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu__init_system_early_generic()
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu__init_system_generic()
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu__init_cpu_generic()
2015-05-19  Ingo Molnarx86/fpu: Simplify fpu__cpu_init()
2015-05-19  Ingo Molnarx86/fpu: Remove fpu__init_cpu_ctx_switch() call from...
2015-05-19  Ingo Molnarx86/fpu: Do system-wide setup from fpu__detect()
2015-05-19  Ingo Molnarx86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init...
2015-05-19  Ingo Molnarx86/fpu: Move the fpstate_xstate_init_size() call into...
2015-05-19  Ingo Molnarx86/fpu: Do CLTS fpu__init_system()
2015-05-19  Ingo Molnarx86/fpu: Split fpu__ctx_switch_init() into _cpu() and...
2015-05-19  Ingo Molnarx86/fpu: Clean up eager_fpu_init() and rename it to...
2015-05-19  Ingo Molnarx86/fpu: Move eager_fpu_init() to fpu/init.c
2015-05-19  Ingo Molnarx86/fpu: Move all eager-fpu setup code to eager_fpu_init()
2015-05-19  Ingo Molnarx86/fpu: Remove setup_init_fpu_buf() call from eager_fp...
2015-05-19  Ingo Molnarx86/fpu: Set up the legacy FPU init image from fpu__ini...
2015-05-19  Ingo Molnarx86/fpu: Do fpu__init_system_xstate only from fpu__init...
2015-05-19  Ingo Molnarx86/fpu: Remove xsave_init()
2015-05-19  Ingo Molnarx86/fpu: Propagate once per boot quirk into fpu__init_s...
2015-05-19  Ingo Molnarx86/fpu: Move legacy check to fpu__init_system_xstate()
2015-05-19  Ingo Molnarx86/fpu: Move CPU capability check into fpu__init_cpu_x...
2015-05-19  Ingo Molnarx86/fpu: Make the system/cpu init distinction clear...
2015-05-19  Ingo Molnarx86/fpu: Split fpu__cpu_init() into early-boot and...
2015-05-19  Ingo Molnarx86/fpu: Remove 'init_xstate_buf' bootmem allocation
2015-05-19  Ingo Molnarx86/fpu: Make setup_init_fpu_buf() run-once explicitly
2015-05-19  Ingo Molnarx86/fpu: Remove xsave_init() bootmem allocations
2015-05-19  Ingo Molnarx86/fpu: Remove fpstate_xstate_init_size() boot quirk
2015-05-19  Ingo Molnarx86/fpu: Rename __thread_fpu_end() to fpregs_deactivate()
2015-05-19  Ingo Molnarx86/fpu: Rename __thread_fpu_begin() to fpregs_activate()
2015-05-19  Ingo Molnarx86/fpu: Rename __thread_clear_has_fpu() to __fpregs_de...
2015-05-19  Ingo Molnarx86/fpu: Rename __thread_set_has_fpu() to __fpregs_acti...
2015-05-19  Ingo Molnarx86/fpu: Rename fpu->has_fpu to fpu->fpregs_active
2015-05-19  Ingo Molnarx86/fpu: Improve the __sanitize_i387_state() documentation
2015-05-19  Ingo Molnarx86/fpu: Explain the AVX register layout in the xsave...
2015-05-19  Ingo Molnarx86/fpu: Rename regset FPU register accessors
2015-05-19  Ingo Molnarx86/fpu: Clean up and fix MXCSR handling
2015-05-19  Ingo Molnarx86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'
2015-05-19  Ingo Molnarx86/fpu: Rename 'xsave_hdr' to 'header'
2015-05-19  Ingo Molnarx86/fpu: Clean up regset functions
2015-05-19  Ingo Molnarx86/fpu: Move XCR0 manipulation to the FPU code proper
2015-05-19  Ingo Molnarx86/fpu: Rename 'xstate_features' to 'xfeatures_nr'
2015-05-19  Ingo Molnarx86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'
2015-05-19  Ingo Molnarx86/fpu: Print supported xstate features in human reada...
2015-05-19  Ingo Molnarx86/fpu: Improve FPU detection kernel messages
2015-05-19  Ingo Molnarx86/fpu: Remove assembly guard from asm/fpu/api.h
2015-05-19  Ingo Molnarx86/fpu: Remove xsave_init() __init obfuscation
2015-05-19  Ingo Molnarx86/fpu: Move MXCSR_DEFAULT to fpu/internal.h
2015-05-19  Ingo Molnarx86/fpu: Rename fpu-internal.h to fpu/internal.h
2015-05-19  Ingo Molnarx86/fpu: Move xsave.h to fpu/xsave.h
2015-05-19  Ingo Molnarx86/fpu: Rename i387.h to fpu/api.h
2015-05-19  Ingo Molnarx86/fpu: Clean up fpu__clear() a bit
2015-05-19  Ingo Molnarx86/fpu: Rename fpu__flush_thread() to fpu__clear()
2015-05-19  Ingo Molnarx86/fpu: Use 'struct fpu' in fpu__unlazy_stopped()
next
This page took 0.050261 seconds and 8 git commands to generate.