index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
mpx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2016-03-21
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2016-03-17
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
1
-2
/
+2
2016-02-27
x86/mpx: Fix off-by-one comparison with nr_registers
Colin Ian King
1
-1
/
+1
2016-02-24
x86: Fix misspellings in comments
Adam Buchbinder
1
-2
/
+2
2016-02-16
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
1
-2
/
+2
2015-12-05
x86/mpx: Fix instruction decoder condition
Dave Hansen
1
-3
/
+3
2015-11-12
x86/mpx: Fix 32-bit address space calculation
Dave Hansen
1
-5
/
+17
2015-11-12
x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernels
Dave Hansen
1
-1
/
+24
2015-09-14
x86/fpu/mpx: Rework MPX 'xstate' types
Dave Hansen
1
-4
/
+5
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
1
-3
/
+3
2015-09-10
mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
Oleg Nesterov
1
-44
/
+7
2015-07-21
x86/mpx: Do not set ->vm_ops on MPX VMAs
Kirill A. Shutemov
1
-21
/
+3
2015-06-09
x86/mpx: Allow 32-bit binaries on 64-bit kernels again
Dave Hansen
1
-6
/
+0
2015-06-09
x86/mpx: Do not count MPX VMAs as neighbors when unmapping
Dave Hansen
1
-5
/
+19
2015-06-09
x86/mpx: Rewrite the unmap code
Dave Hansen
1
-243
/
+168
2015-06-09
x86/mpx: Support 32-bit binaries on 64-bit kernels
Dave Hansen
1
-21
/
+149
2015-06-09
x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps
Dave Hansen
1
-5
/
+36
2015-06-09
x86/mpx: Introduce new 'directory entry' to 'addr' helper function
Dave Hansen
1
-7
/
+34
2015-06-09
x86/mpx: Add temporary variable to reduce masking
Dave Hansen
1
-3
/
+4
2015-06-09
x86/mpx: Trace allocation of new bounds tables
Dave Hansen
1
-0
/
+1
2015-06-09
x86/mpx: Trace the attempts to find bounds tables
Dave Hansen
1
-0
/
+2
2015-06-09
x86/mpx: Trace entry to bounds exception paths
Dave Hansen
1
-0
/
+1
2015-06-09
x86/mpx: Trace #BR exceptions
Dave Hansen
1
-0
/
+3
2015-06-09
x86/mpx: Restrict the mmap() size check to bounds tables
Dave Hansen
1
-2
/
+2
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
1
-10
/
+9
2015-06-09
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
1
-15
/
+15
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
1
-3
/
+3
2015-05-19
x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Remove fpu_xsave()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
1
-1
/
+0
2015-01-22
x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels
Dave Hansen
1
-0
/
+6
2014-11-19
x86 mpx: Change return type of get_reg_offset()
Dave Hansen
1
-5
/
+4
2014-11-18
x86, mpx: Cleanup unused bound tables
Dave Hansen
1
-0
/
+393
2014-11-18
x86, mpx: On-demand kernel allocation of bounds tables
Dave Hansen
1
-5
/
+218
2014-11-18
x86, mpx: Decode MPX instruction to get bound violation information
Dave Hansen
1
-0
/
+237
2014-11-18
x86, mpx: Add MPX-specific mmap interface
Qiaowei Ren
1
-0
/
+86