Age | Commit message (Expand) | Author | Files | Lines |
2015-06-07 | x86/mm/pat: Change reserve_memtype() for Write-Through type | Toshi Kani | 1 | -3/+14 |
2015-06-07 | x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type | Toshi Kani | 1 | -9/+50 |
2015-06-07 | x86/mm/pat: Remove pat_enabled() checks | Borislav Petkov | 4 | -23/+10 |
2015-06-07 | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov | 2 | -31/+56 |
2015-06-07 | x86/mm/pat: Untangle pat_init() | Borislav Petkov | 1 | -29/+40 |
2015-06-03 | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 2 | -0/+2 |
2015-05-28 | x86/mm: Mark arch_ioremap_p{m,u}d_supported() __init | Jan Beulich | 1 | -2/+2 |
2015-05-27 | x86/mm/pat: Export pat_enabled() | Luis R. Rodriguez | 1 | -0/+1 |
2015-05-27 | x86/mm/pat: Wrap pat_enabled into a function API | Luis R. Rodriguez | 4 | -22/+19 |
2015-05-27 | x86/mm/pat: Convert to pr_*() usage | Luis R. Rodriguez | 3 | -26/+26 |
2015-05-27 | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers | Toshi Kani | 2 | -16/+26 |
2015-05-27 | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs | Toshi Kani | 1 | -10/+32 |
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-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -2/+3 |
2015-05-19 | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand | 2 | -1/+4 |
2015-05-11 | x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys() | Dexuan Cui | 1 | -2/+0 |
2015-05-11 | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) | Luis R. Rodriguez | 2 | -1/+38 |
2015-05-11 | x86/mm: Do not flush last cacheline twice in clflush_cache_range() | Ross Zwisler | 1 | -7/+6 |
2015-05-08 | x86/mm: Clean up types in xlate_dev_mem_ptr() some more | Ingo Molnar | 1 | -4/+3 |
2015-05-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+8 |
2015-04-20 | x86/mm: Clean up types in xlate_dev_mem_ptr() | Ingo Molnar | 1 | -6/+8 |
2015-04-14 | mm: move memtest under mm | Vladimir Murzin | 2 | -120/+0 |
2015-04-14 | mm: expose arch_mmap_rnd when available | Kees Cook | 1 | -2/+2 |
2015-04-14 | x86: standardize mmap_rnd() usage | Kees Cook | 1 | -16/+20 |
2015-04-14 | x86, mm: support huge KVA mappings on x86 | Toshi Kani | 1 | -0/+65 |
2015-04-14 | x86, mm: support huge I/O mapping capability I/F | Toshi Kani | 1 | -2/+21 |
2015-04-14 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -7/+7 |
2015-04-13 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+9 |
2015-04-13 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -61/+112 |
2015-04-07 | x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no... | Dave Young | 1 | -2/+9 |
2015-03-23 | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski | 1 | -3/+3 |
2015-03-23 | x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() | Andy Lutomirski | 1 | -1/+1 |
2015-03-05 | x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b... | Ingo Molnar | 1 | -18/+22 |
2015-03-05 | x86/mm: Simplify probe_page_size_mask() | Ingo Molnar | 1 | -13/+10 |
2015-03-05 | x86/mm: Further simplify 1 GB kernel linear mappings handling | Ingo Molnar | 1 | -6/+1 |
2015-03-05 | x86/mm: Use early_param_on_off() for direct_gbpages | Luis R. Rodriguez | 2 | -15/+2 |
2015-03-05 | x86/mm: Simplify enabling direct_gbpages | Luis R. Rodriguez | 2 | -10/+9 |
2015-03-05 | x86/mm: Use IS_ENABLED() for direct_gbpages | Luis R. Rodriguez | 1 | -5/+1 |
2015-03-04 | Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree | Ingo Molnar | 10 | -41/+286 |
2015-02-28 | x86/mm: Unexport set_memory_ro() and set_memory_rw() | Daniel Borkmann | 1 | -2/+0 |
2015-02-24 | Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree | Ingo Molnar | 10 | -41/+286 |
2015-02-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+29 |
2015-02-19 | Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -3/+3 |
2015-02-19 | x86, mm/ASLR: Fix stack randomization on 64-bit systems | Hector Marco-Gisbert | 1 | -3/+3 |