summaryrefslogtreecommitdiff
path: root/arch/x86/mm/mpx.c
AgeCommit message (Expand)Author
2017-11-08Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri
2017-11-01x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0Ricardo Neri
2017-11-01x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11bRicardo Neri
2017-11-01x86/mpx: Use signed variables to compute effective addressesRicardo Neri
2017-11-01x86/mpx: Simplify handling of errors when computing linear addressesRicardo Neri
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov
2017-04-12x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel
2017-03-16x86/mpx: Make unnecessarily global function staticTobias Klauser
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-01-14x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser
2016-12-17x86/mpx: Move bd_addr to mm_context_tMark Rutland
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-02-26x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2015-12-05x86/mpx: Fix instruction decoder conditionDave Hansen
2015-11-12x86/mpx: Fix 32-bit address space calculationDave Hansen
2015-11-12x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
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