index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-05-06
1
-6
/
+8
|
\
|
*
x86/mm: Clean up types in xlate_dev_mem_ptr()
Ingo Molnar
2015-04-20
1
-6
/
+8
*
|
mm: move memtest under mm
Vladimir Murzin
2015-04-15
2
-120
/
+0
*
|
mm: expose arch_mmap_rnd when available
Kees Cook
2015-04-15
1
-2
/
+2
*
|
x86: standardize mmap_rnd() usage
Kees Cook
2015-04-15
1
-16
/
+20
*
|
x86, mm: support huge KVA mappings on x86
Toshi Kani
2015-04-15
1
-0
/
+65
*
|
x86, mm: support huge I/O mapping capability I/F
Toshi Kani
2015-04-15
1
-2
/
+21
*
|
x86: expose number of page table levels on Kconfig level
Kirill A. Shutemov
2015-04-15
1
-7
/
+7
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-04-13
1
-2
/
+9
|
\
|
*
x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no...
Dave Young
2015-04-07
1
-2
/
+9
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-04-13
5
-61
/
+112
|
\
\
|
*
|
x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b...
Ingo Molnar
2015-03-05
1
-18
/
+22
|
*
|
x86/mm: Simplify probe_page_size_mask()
Ingo Molnar
2015-03-05
1
-13
/
+10
|
*
|
x86/mm: Further simplify 1 GB kernel linear mappings handling
Ingo Molnar
2015-03-05
1
-6
/
+1
|
*
|
x86/mm: Use early_param_on_off() for direct_gbpages
Luis R. Rodriguez
2015-03-05
2
-15
/
+2
|
*
|
x86/mm: Simplify enabling direct_gbpages
Luis R. Rodriguez
2015-03-05
2
-10
/
+9
|
*
|
x86/mm: Use IS_ENABLED() for direct_gbpages
Luis R. Rodriguez
2015-03-05
1
-5
/
+1
|
*
|
x86/mm: Unexport set_memory_ro() and set_memory_rw()
Daniel Borkmann
2015-02-28
1
-2
/
+0
|
*
|
Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree
Ingo Molnar
2015-02-24
10
-41
/
+286
|
|
\
|
|
*
|
x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases
Pavel Machek
2015-02-19
1
-3
/
+3
|
*
|
x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes
Fenghua Yu
2015-02-19
1
-3
/
+78
*
|
|
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2015-03-23
1
-3
/
+3
*
|
|
x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()
Andy Lutomirski
2015-03-23
1
-1
/
+1
*
|
|
Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree
Ingo Molnar
2015-03-04
10
-41
/
+286
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-02-21
2
-5
/
+29
|
|
\
\
|
|
*
\
Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2015-02-19
1
-3
/
+3
|
|
|
\
\
|
|
|
*
|
x86, mm/ASLR: Fix stack randomization on 64-bit systems
Hector Marco-Gisbert
2015-02-19
1
-3
/
+3
|
|
|
|
/
|
|
*
/
x86/mm/init: Fix incorrect page size in init_memory_mapping() printks
Dave Hansen
2015-02-19
1
-2
/
+26
|
|
|
/
|
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-02-16
3
-6
/
+12
|
|
\
\
[next]