summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mpx.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-02-261-1/+1
* x86/mpx: Fix instruction decoder conditionDave Hansen2015-12-051-3/+3
* x86/mpx: Fix 32-bit address space calculationDave Hansen2015-11-121-5/+17
* x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen2015-11-121-1/+24
* x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-141-4/+5
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-3/+3
* mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-101-44/+7
* x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2015-07-211-21/+3
* x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen2015-06-091-6/+0
* x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen2015-06-091-5/+19
* x86/mpx: Rewrite the unmap codeDave Hansen2015-06-091-243/+168
* x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen2015-06-091-21/+149
* x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen2015-06-091-5/+36
* x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen2015-06-091-7/+34
* x86/mpx: Add temporary variable to reduce maskingDave Hansen2015-06-091-3/+4
* x86/mpx: Trace allocation of new bounds tablesDave Hansen2015-06-091-0/+1
* x86/mpx: Trace the attempts to find bounds tablesDave Hansen2015-06-091-0/+2
* x86/mpx: Trace entry to bounds exception pathsDave Hansen2015-06-091-0/+1
* x86/mpx: Trace #BR exceptionsDave Hansen2015-06-091-0/+3
* x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen2015-06-091-2/+2
* x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-091-10/+9
* 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
OpenPOWER on IntegriCloud