summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang2015-07-201-0/+1
* x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-072-13/+52
* x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani2015-06-071-30/+29
* x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-071-0/+7
* x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-071-0/+21
* x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani2015-06-071-3/+14
* x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani2015-06-071-9/+50
* x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-074-23/+10
* x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-072-31/+56
* x86/mm/pat: Untangle pat_init()Borislav Petkov2015-06-071-29/+40
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-032-0/+2
* x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich2015-05-281-2/+2
* x86/mm/pat: Export pat_enabled()Luis R. Rodriguez2015-05-271-0/+1
* x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-274-22/+19
* x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez2015-05-273-26/+26
* x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-272-16/+26
* x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-271-10/+32
* x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui2015-05-111-2/+0
* x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-112-1/+38
* x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler2015-05-111-7/+6
* 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-142-120/+0
* | mm: expose arch_mmap_rnd when availableKees Cook2015-04-141-2/+2
* | x86: standardize mmap_rnd() usageKees Cook2015-04-141-16/+20
* | x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-141-0/+65
* | x86, mm: support huge I/O mapping capability I/FToshi Kani2015-04-141-2/+21
* | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-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
| |\ \
| | * | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-043-4/+10