summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen2015-06-091-6/+0
* x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen2015-06-091-5/+19
* x86/mpx: Rewrite the unmap codeDave Hansen2015-06-091-243/+168
* x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen2015-06-091-21/+149
* x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen2015-06-091-5/+36
* x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen2015-06-091-7/+34
* x86/mpx: Add temporary variable to reduce maskingDave Hansen2015-06-091-3/+4
* x86/mpx: Trace allocation of new bounds tablesDave Hansen2015-06-091-0/+1
* x86/mpx: Trace the attempts to find bounds tablesDave Hansen2015-06-091-0/+2
* x86/mpx: Trace entry to bounds exception pathsDave Hansen2015-06-091-0/+1
* x86/mpx: Trace #BR exceptionsDave Hansen2015-06-091-0/+3
* x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen2015-06-091-2/+2
* x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-091-10/+9
* x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-091-15/+15
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-3/+3
* x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar2015-05-191-1/+1
* x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Remove fpu_xsave()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-061-6/+8
|\
| * x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar2015-04-201-6/+8
* | mm: move memtest under mmVladimir Murzin2015-04-152-120/+0
* | mm: expose arch_mmap_rnd when availableKees Cook2015-04-151-2/+2
* | x86: standardize mmap_rnd() usageKees Cook2015-04-151-16/+20
* | x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-151-0/+65
* | x86, mm: support huge I/O mapping capability I/FToshi Kani2015-04-151-2/+21
* | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-7/+7
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-131-2/+9
|\
| * x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no...Dave Young2015-04-071-2/+9
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-135-61/+112
|\ \
| * | x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b...Ingo Molnar2015-03-051-18/+22
| * | x86/mm: Simplify probe_page_size_mask()Ingo Molnar2015-03-051-13/+10
| * | x86/mm: Further simplify 1 GB kernel linear mappings handlingIngo Molnar2015-03-051-6/+1
| * | x86/mm: Use early_param_on_off() for direct_gbpagesLuis R. Rodriguez2015-03-052-15/+2
| * | x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2015-03-052-10/+9
| * | x86/mm: Use IS_ENABLED() for direct_gbpagesLuis R. Rodriguez2015-03-051-5/+1
| * | x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann2015-02-281-2/+0
| * | Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar2015-02-2410-41/+286
| |\|
| * | x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT casesPavel Machek2015-02-191-3/+3
| * | x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu2015-02-191-3/+78
* | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-3/+3
* | | x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski2015-03-231-1/+1
* | | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-0410-41/+286
|\ \ \ | | |/ | |/|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-212-5/+29
| |\ \
| | * \ Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-191-3/+3
| | |\ \
| | | * | x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-02-191-3/+3
| | | |/
| | * / x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen2015-02-191-2/+26
| | |/
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-163-6/+12
| |\ \