summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mpx.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-4/+6
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-4/+6
* | x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2019-04-101-3/+3
|/
* x86/mpx: tweak header nameMichael S. Tsirkin2019-02-181-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman2018-09-191-21/+9Star
* Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar2017-11-081-118/+2Star
|\
| * x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri2017-11-011-154/+2Star
| * x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0Ricardo Neri2017-11-011-8/+20
| * x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11bRicardo Neri2017-11-011-2/+19
| * x86/mpx: Use signed variables to compute effective addressesRicardo Neri2017-11-011-6/+14
| * x86/mpx: Simplify handling of errors when computing linear addressesRicardo Neri2017-11-011-7/+6Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov2017-07-211-1/+32
* x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel2017-04-121-9/+1Star
* x86/mpx: Make unnecessarily global function staticTobias Klauser2017-03-161-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-251-2/+2
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-231-1/+1
* x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser2017-01-141-1/+1
* x86/mpx: Move bd_addr to mm_context_tMark Rutland2016-12-171-5/+5
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-3/+2Star
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-2/+2
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-2/+2
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-2/+2
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-2/+2
|\ \ \ | |/ / |/| |
| * | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+2
| |/
* / 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/+7Star
* x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2015-07-211-21/+3Star
* x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen2015-06-091-6/+0Star
* 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/+168Star
* 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/+9Star
* x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-091-15/+15