index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
mpx.c
Age
Commit message (
Expand
)
Author
2015-06-09
x86/mpx: Allow 32-bit binaries on 64-bit kernels again
Dave Hansen
2015-06-09
x86/mpx: Do not count MPX VMAs as neighbors when unmapping
Dave Hansen
2015-06-09
x86/mpx: Rewrite the unmap code
Dave Hansen
2015-06-09
x86/mpx: Support 32-bit binaries on 64-bit kernels
Dave Hansen
2015-06-09
x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps
Dave Hansen
2015-06-09
x86/mpx: Introduce new 'directory entry' to 'addr' helper function
Dave Hansen
2015-06-09
x86/mpx: Add temporary variable to reduce masking
Dave Hansen
2015-06-09
x86/mpx: Trace allocation of new bounds tables
Dave Hansen
2015-06-09
x86/mpx: Trace the attempts to find bounds tables
Dave Hansen
2015-06-09
x86/mpx: Trace entry to bounds exception paths
Dave Hansen
2015-06-09
x86/mpx: Trace #BR exceptions
Dave Hansen
2015-06-09
x86/mpx: Restrict the mmap() size check to bounds tables
Dave Hansen
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
2015-06-09
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
2015-05-19
x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions
Ingo Molnar
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
2015-05-19
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
Ingo Molnar
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
2015-05-19
x86/fpu: Remove fpu_xsave()
Ingo Molnar
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
2015-01-22
x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels
Dave Hansen
2014-11-19
x86 mpx: Change return type of get_reg_offset()
Dave Hansen
2014-11-18
x86, mpx: Cleanup unused bound tables
Dave Hansen
2014-11-18
x86, mpx: On-demand kernel allocation of bounds tables
Dave Hansen
2014-11-18
x86, mpx: Decode MPX instruction to get bound violation information
Dave Hansen
2014-11-18
x86, mpx: Add MPX-specific mmap interface
Qiaowei Ren