index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
mpx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits
Ingo Molnar
2017-11-08
1
-118
/
+2
|
\
|
*
x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
Ricardo Neri
2017-11-01
1
-154
/
+2
|
*
x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
Ricardo Neri
2017-11-01
1
-8
/
+20
|
*
x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
Ricardo Neri
2017-11-01
1
-2
/
+19
|
*
x86/mpx: Use signed variables to compute effective addresses
Ricardo Neri
2017-11-01
1
-6
/
+14
|
*
x86/mpx: Simplify handling of errors when computing linear addresses
Ricardo Neri
2017-11-01
1
-7
/
+6
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
x86/mpx: Do not allow MPX if we have mappings above 47-bit
Kirill A. Shutemov
2017-07-21
1
-1
/
+32
*
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
Joerg Roedel
2017-04-12
1
-9
/
+1
*
x86/mpx: Make unnecessarily global function static
Tobias Klauser
2017-03-16
1
-1
/
+1
*
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
2017-02-24
1
-2
/
+2
*
mm: drop unused argument of zap_page_range()
Kirill A. Shutemov
2017-02-22
1
-1
/
+1
*
x86/mpx: Use compatible types in comparison to fix sparse error
Tobias Klauser
2017-01-14
1
-1
/
+1
*
x86/mpx: Move bd_addr to mm_context_t
Mark Rutland
2016-12-17
1
-5
/
+5
*
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-19
1
-3
/
+2
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-03-24
1
-2
/
+2
|
\
|
*
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
2016-03-17
1
-2
/
+2
|
|
\
|
|
*
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-24
1
-2
/
+2
*
|
|
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-20
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
2016-02-16
1
-2
/
+2
|
|
/
*
/
x86/mpx: Fix off-by-one comparison with nr_registers
Colin Ian King
2016-02-26
1
-1
/
+1
|
/
*
x86/mpx: Fix instruction decoder condition
Dave Hansen
2015-12-05
1
-3
/
+3
*
x86/mpx: Fix 32-bit address space calculation
Dave Hansen
2015-11-12
1
-5
/
+17
*
x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernels
Dave Hansen
2015-11-12
1
-1
/
+24
*
x86/fpu/mpx: Rework MPX 'xstate' types
Dave Hansen
2015-09-14
1
-4
/
+5
*
x86/fpu: Rename XSAVE macros
Dave Hansen
2015-09-14
1
-3
/
+3
*
mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
Oleg Nesterov
2015-09-10
1
-44
/
+7
*
x86/mpx: Do not set ->vm_ops on MPX VMAs
Kirill A. Shutemov
2015-07-21
1
-21
/
+3
*
x86/mpx: Allow 32-bit binaries on 64-bit kernels again
Dave Hansen
2015-06-09
1
-6
/
+0
*
x86/mpx: Do not count MPX VMAs as neighbors when unmapping
Dave Hansen
2015-06-09
1
-5
/
+19
*
x86/mpx: Rewrite the unmap code
Dave Hansen
2015-06-09
1
-243
/
+168
*
x86/mpx: Support 32-bit binaries on 64-bit kernels
Dave Hansen
2015-06-09
1
-21
/
+149
*
x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps
Dave Hansen
2015-06-09
1
-5
/
+36
*
x86/mpx: Introduce new 'directory entry' to 'addr' helper function
Dave Hansen
2015-06-09
1
-7
/
+34
*
x86/mpx: Add temporary variable to reduce masking
Dave Hansen
2015-06-09
1
-3
/
+4
*
x86/mpx: Trace allocation of new bounds tables
Dave Hansen
2015-06-09
1
-0
/
+1
*
x86/mpx: Trace the attempts to find bounds tables
Dave Hansen
2015-06-09
1
-0
/
+2
*
x86/mpx: Trace entry to bounds exception paths
Dave Hansen
2015-06-09
1
-0
/
+1
*
x86/mpx: Trace #BR exceptions
Dave Hansen
2015-06-09
1
-0
/
+3
*
x86/mpx: Restrict the mmap() size check to bounds tables
Dave Hansen
2015-06-09
1
-2
/
+2
*
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
2015-06-09
1
-10
/
+9
*
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
2015-06-09
1
-15
/
+15
*
x86/fpu: Harmonize FPU register state types
Ingo Molnar
2015-05-19
1
-3
/
+3
*
x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Remove fpu_xsave()
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
2015-05-19
1
-1
/
+0
[next]