aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mpx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman1-3/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov1-0/+9
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2016-12-17x86/mpx: Move bd_addr to mm_context_tMark Rutland1-2/+2
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen1-32/+30
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen1-1/+0
2015-06-09x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASKQiaowei Ren1-1/+0
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen1-6/+4
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen1-4/+4
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-4/+4
2014-11-18x86, mpx: Cleanup unused bound tablesDave Hansen1-0/+14
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen1-0/+41
2014-11-18x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen1-0/+12
2014-11-18x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren1-0/+36