summaryrefslogtreecommitdiff
path: root/arch/x86/mm/mpx.c
AgeCommit message (Expand)Author
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov
2015-07-21x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov
2015-06-09x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen
2015-06-09x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen
2015-06-09x86/mpx: Rewrite the unmap codeDave Hansen
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen
2015-06-09x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen
2015-06-09x86/mpx: Add temporary variable to reduce maskingDave Hansen
2015-06-09x86/mpx: Trace allocation of new bounds tablesDave Hansen
2015-06-09x86/mpx: Trace the attempts to find bounds tablesDave Hansen
2015-06-09x86/mpx: Trace entry to bounds exception pathsDave Hansen
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen
2015-06-09x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar
2015-05-19x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar
2015-05-19x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Remove fpu_xsave()Ingo Molnar
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar
2015-01-22x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernelsDave Hansen
2014-11-19x86 mpx: Change return type of get_reg_offset()Dave Hansen
2014-11-18x86, mpx: Cleanup unused bound tablesDave Hansen
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-11-18x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen
2014-11-18x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren