summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-172-3/+3
|\
| * x86: Fix misspellings in commentsAdam Buchbinder2016-02-242-3/+3
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-159-99/+134
|\ \
| * | x86/mm/32: Enable full randomization on i386 and X86_32Hector Marco-Gisbert2016-03-111-13/+1
| * | x86/mm/kmmio: Fix mmiotrace for hugepagesKarol Herbst2016-03-051-29/+59
| * | x86/mm: Avoid premature success when changing page attributesJan Beulich2016-02-251-1/+3
| * | x86/mm/ptdump: Remove paravirt_enabled()Borislav Petkov2016-02-201-6/+5
| * | x86/kasan: Write protect kasan zero shadowAndrey Ryabinin2016-02-091-2/+8
| * | x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin2016-02-091-3/+8
| * | x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug()Ingo Molnar2016-02-081-1/+3
| * | x86/mm/numa: Clean up numa_clear_kernel_node_hotplug()Ingo Molnar2016-02-081-23/+42
| * | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2016-02-087-50/+93
| |\ \
| * | | x86/mm: Make kmap_prot into a #defineAndy Lutomirski2016-01-201-3/+0
| * | | x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski2016-01-201-3/+2
| * | | x86/mm: Streamline and restore probe_memory_block_size()Seth Jennings2016-01-191-18/+6
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-152-2/+3
|\ \ \ \
| * \ \ \ Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-074-9/+15
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-184-9/+16
| |\ \ \ \ \
| * | | | | | x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox2016-02-091-2/+2
| * | | | | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-0/+1
* | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-142-29/+73
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar2016-03-085-13/+26
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-182-29/+73
* | | | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-143-7/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-223-7/+1
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-282-5/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-02-261-1/+1
| * | | | | | | | x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-251-4/+10
| |/ / / / / / /
* | | | | | | | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-3/+3
|/ / / / / / /
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-201-4/+11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani2016-02-181-4/+11
| |/ / / / /
* | | | | | mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins2016-02-181-1/+1
|/ / / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-141-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar2016-02-081-1/+1
| | |_|/ | |/| |
* | | | mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-051-2/+2
|/ / /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-311-2/+2
|\ \ \ | |/ / |/| |
| * | x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-01-291-2/+2
| |/
* | mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-3/+54
* | mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-2/+3
* | x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-151-7/+26
* | x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-152-25/+1
* | mm: drop tail page refcountingKirill A. Shutemov2016-01-151-4/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-6/+6
|\ \ | |/ |/|
| * x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-141-6/+6
* | x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNEDKefeng Wang2016-01-121-2/+1
* | x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones2016-01-121-0/+3
* | Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar2016-01-1210-56/+116
|\ \ | |/
| * Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-118-48/+113
| |\
| | * x86/mm: Micro-optimise clflush_cache_range()Chris Wilson2016-01-081-4/+6
| | * x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani2016-01-052-10/+44
OpenPOWER on IntegriCloud