summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-197/+322
2015-06-23Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+3
2015-06-09x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen1-6/+0
2015-06-09x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen1-5/+19
2015-06-09x86/mpx: Rewrite the unmap codeDave Hansen1-243/+168
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen1-21/+149
2015-06-09x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen1-5/+36
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen1-7/+34
2015-06-09x86/mpx: Add temporary variable to reduce maskingDave Hansen1-3/+4
2015-06-09x86/mpx: Trace allocation of new bounds tablesDave Hansen1-0/+1
2015-06-09x86/mpx: Trace the attempts to find bounds tablesDave Hansen1-0/+2
2015-06-09x86/mpx: Trace entry to bounds exception pathsDave Hansen1-0/+1
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen1-0/+3
2015-06-09x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen1-2/+2
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen1-10/+9
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen1-15/+15
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-3/+3
2015-05-19x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar1-1/+1
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Remove fpu_xsave()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand1-2/+3
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2-1/+4
2015-05-08x86/mm: Clean up types in xlate_dev_mem_ptr() some moreIngo Molnar1-4/+3
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+8
2015-04-20x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar1-6/+8
2015-04-15mm: move memtest under mmVladimir Murzin2-120/+0
2015-04-15mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-15x86: standardize mmap_rnd() usageKees Cook1-16/+20
2015-04-15x86, mm: support huge KVA mappings on x86Toshi Kani1-0/+65
2015-04-15x86, mm: support huge I/O mapping capability I/FToshi Kani1-2/+21
2015-04-15x86: expose number of page table levels on Kconfig levelKirill A. Shutemov1-7/+7
2015-04-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+9
2015-04-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-61/+112
2015-04-07x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no...Dave Young1-2/+9
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-3/+3
2015-03-23x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski1-1/+1
2015-03-05x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b...Ingo Molnar1-18/+22
2015-03-05x86/mm: Simplify probe_page_size_mask()Ingo Molnar1-13/+10
2015-03-05x86/mm: Further simplify 1 GB kernel linear mappings handlingIngo Molnar1-6/+1
2015-03-05x86/mm: Use early_param_on_off() for direct_gbpagesLuis R. Rodriguez2-15/+2
2015-03-05x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2-10/+9
2015-03-05x86/mm: Use IS_ENABLED() for direct_gbpagesLuis R. Rodriguez1-5/+1
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar10-41/+286
2015-02-28x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann1-2/+0
2015-02-24Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar10-41/+286
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+29
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-3/+3