aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-1/+1
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-186/+393
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-197/+322
2015-06-22Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2-13/+52
2015-06-07x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani1-30/+29
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani1-0/+7
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani1-0/+21
2015-06-07x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani1-3/+14
2015-06-07x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani1-9/+50
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov4-23/+10
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2-31/+56
2015-06-07x86/mm/pat: Untangle pat_init()Borislav Petkov1-29/+40
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2-0/+2
2015-05-28x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich1-2/+2
2015-05-27x86/mm/pat: Export pat_enabled()Luis R. Rodriguez1-0/+1
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez4-22/+19
2015-05-27x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez3-26/+26
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2-16/+26
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani1-10/+32
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 the handlerDavid Hildenbrand1-2/+3
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2-1/+4
2015-05-11x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui1-2/+0
2015-05-11x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2-1/+38
2015-05-11x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler1-7/+6
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/kernel/git/tip/tipLinus Torvalds1-6/+8
2015-04-20x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar1-6/+8
2015-04-14mm: move memtest under mmVladimir Murzin2-120/+0