index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
mpx.h
Age
Commit message (
Expand
)
Author
2019-05-09
x86/mpx, mm/core: Fix recursive munmap() corruption
Dave Hansen
2018-09-19
signal/x86: Move mpx siginfo generation into do_bounds
Eric W. Biederman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-21
x86/mpx: Do not allow MPX if we have mappings above 47-bit
Kirill A. Shutemov
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2016-12-17
x86/mpx: Move bd_addr to mm_context_t
Mark Rutland
2015-06-09
x86/mpx: Support 32-bit binaries on 64-bit kernels
Dave Hansen
2015-06-09
x86/mpx: Introduce new 'directory entry' to 'addr' helper function
Dave Hansen
2015-06-09
x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASK
Qiaowei Ren
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
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