x86/mpx: Restrict the mmap() size check to bounds tables
[deliverable/linux.git] / arch / x86 / kernel /
2015-06-09  Dave Hansenx86/mpx: Clean up the code by not passing a task pointe...
2015-06-09  Dave Hansenx86/mpx: Use the new get_xsave_field_ptr()API
2015-06-09  Dave Hansenx86/fpu/xstate: Wrap get_xsave_addr() to make it safer
2015-06-09  Dave Hansenx86/fpu/xstate: Fix up bad get_xsave_addr() assumptions
2015-05-27  Ingo Molnarx86/fpu: Simplify copy_kernel_to_xregs_booting()
2015-05-27  Ingo Molnarx86/fpu: Standardize the parameter type of copy_kernel_...
2015-05-27  Ingo Molnarx86/fpu: Remove error return values from copy_kernel_to...
2015-05-27  Ingo Molnarx86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel...
2015-05-27  Ingo Molnarx86/fpu: Add debugging check to fpu__restore()
2015-05-27  Ingo Molnarx86/fpu: Optimize fpu__activate_fpstate_write()
2015-05-27  Ingo Molnarx86/fpu: Rename fpu__activate_fpstate() to fpu__activat...
2015-05-27  Ingo Molnarx86/fpu: Optimize fpu__activate_fpstate_read()
2015-05-27  Ingo Molnarx86/fpu: Split out the fpu__activate_fpstate_read(...
2015-05-27  Ingo Molnarx86/fpu: Fix FPU register read access to the current...
2015-05-25  Ingo Molnarx86/fpu: Fix fpu__init_system_xstate() comments
2015-05-25  Ingo MolnarMerge branch 'linus' into x86/fpu
2015-05-24  Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2015-05-24  Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2015-05-23  Linus TorvaldsMerge branch 'for-linus-4.1' of git://git./linux/kernel...
2015-05-22  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-05-22  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2015-05-22  Linus TorvaldsMerge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md
2015-05-22  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-05-22  Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-05-22  Linus TorvaldsMerge tag 'for-linus-4.1b-rc4-tag' of git://git./linux...
2015-05-22  Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2015-05-22  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-05-22  Linus TorvaldsMerge tag 'sound-4.1-rc5' of git://git./linux/kernel...
2015-05-22  Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2015-05-22  Linus TorvaldsMerge tag 'mmc-4.1-rc3' of git://git.linaro.org/people...
2015-05-22  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-05-22  Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-05-21  Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2015-05-20  Ingo MolnarMerge branch 'x86/urgent' into x86/fpu, to resolve...
2015-05-20  Ingo Molnarx86/fpu: Disable XSAVES* support for now
2015-05-20  Ingo Molnarx86/fpu/init: Clean up and comment the __setup() functions
2015-05-20  Ingo Molnarx86/fpu/init: Move __setup() functions to fpu/init.c
2015-05-19  David S. MillerMerge tag 'mac80211-for-davem-2015-05-19' of git:/...
2015-05-19  Linus TorvaldsMerge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org...
2015-05-19  Linus TorvaldsMerge tag 'powerpc-4.1-4' of git://git./linux/kernel...
2015-05-19  Linus TorvaldsMerge tag 'pwm/for-4.1-rc5' of git://git./linux/kernel...
2015-05-19  Ingo Molnarx86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
2015-05-19  Ingo Molnarx86/fpu: Fix the 'nofxsr' boot parameter to also clear...
2015-05-19  Ingo Molnarx86/fpu: Pass 'struct fpu' to fpu__restore()
2015-05-19  Ingo Molnarx86/fpu/init: Propagate __init annotations
2015-05-19  Ingo Molnarx86/fpu/xstate: Clean up setup_xstate_comp() call
2015-05-19  Ingo Molnarx86/fpu/xstate: Don't assume the first zero xfeatures...
2015-05-19  Ingo Molnarx86/fpu: Move debugging check from kernel_fpu_begin...
2015-05-19  Ingo Molnarx86/fpu: Change fpu->fpregs_active from 'int' to 'char...
2015-05-19  Ingo Molnarx86/fpu: Harmonize FPU register state types
2015-05-19  Ingo Molnarx86/fpu: Factor out the FPU regset code into fpu/regset.c
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu/signal.c
2015-05-19  Ingo Molnarx86/fpu: Rename all the fpregs, xregs, fxregs and fregs...
2015-05-19  Ingo Molnarx86/fpu: Move restore_init_xstate() out of fpu/internal.h
2015-05-19  Ingo Molnarx86/fpu: Generalize 'init_xstate_ctx'
2015-05-19  Ingo Molnarx86/fpu: Create 'union thread_xstate' helper for fpstat...
2015-05-19  Ingo Molnarx86/fpu: Harmonize the names of the fpstate_init()...
2015-05-19  Ingo Molnarx86/fpu: Factor out the exception error code handling...
2015-05-19  Ingo Molnarx86/fpu: Remove run-once init quirks
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu/regset.h from fpu/internal.h
2015-05-19  Ingo Molnarx86/fpu: Split out fpu/signal.h from fpu/internal.h...
2015-05-19  Ingo Molnarx86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h
2015-05-19  Ingo Molnarx86/fpu: Merge fpu__reset() and fpu__clear()
2015-05-19  Ingo Molnarx86/fpu: Move the signal frame handling code closer...
2015-05-19  Ingo Molnarx86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()
2015-05-19  Ingo Molnarx86/fpu: Move fpu__clear() to 'struct fpu *' parameter...
2015-05-19  Ingo Molnarx86/fpu: Move all the fpu__*() high level methods close...
2015-05-19  Ingo Molnarx86/fpu: Rename restore_fpu_checking() to copy_fpstate_...
2015-05-19  Ingo Molnarx86/fpu: Synchronize the naming of drop_fpu() and fpu_r...
2015-05-19  Ingo Molnarx86/alternatives, x86/fpu: Add 'alternatives_patched...
2015-05-19  Ingo Molnarx86/fpu: Better document fpu__clear() state handling
2015-05-19  Ingo Molnarx86/fpu: Initialize fpregs in fpu__init_cpu_generic()
2015-05-19  Ingo Molnarx86/fpu: Rename user_has_fpu() to fpregs_active()
2015-05-19  Ingo Molnarx86/fpu: Clarify ancient comments in fpu__restore()
2015-05-19  Ingo Molnarx86/fpu: Rename save_user_xstate() to copy_fpregs_to_si...
2015-05-19  Ingo Molnarx86/fpu: Rename save_xstate_sig() to copy_fpstate_to_si...
2015-05-19  Ingo Molnarx86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate()
2015-05-19  Ingo Molnarx86/fpu: Simplify fpstate_sanitize_xstate() calls
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: 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: 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: 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: 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...
next
This page took 0.074515 seconds and 8 git commands to generate.