summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mpx.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-091-15/+15
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-3/+3
* x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar2015-05-191-1/+1
* x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Remove fpu_xsave()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
* x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernelsDave Hansen2015-01-221-0/+6
* x86 mpx: Change return type of get_reg_offset()Dave Hansen2014-11-191-5/+4
* x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-181-0/+393
* x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-5/+218
* x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen2014-11-181-0/+237
* x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren2014-11-181-0/+86