aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-14x86: standardize mmap_rnd() usageKees Cook1-16/+20
2015-04-14x86, mm: support huge KVA mappings on x86Toshi Kani1-0/+65
2015-04-14x86, mm: support huge I/O mapping capability I/FToshi Kani1-2/+21
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov1-7/+7
2015-04-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2015-04-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-61/+112
2015-04-07x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_node_hotplug()Dave Young1-2/+9
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-3/+3
2015-03-23x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski1-1/+1
2015-03-05x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a bit more readable fashionIngo Molnar1-18/+22
2015-03-05x86/mm: Simplify probe_page_size_mask()Ingo Molnar1-13/+10
2015-03-05x86/mm: Further simplify 1 GB kernel linear mappings handlingIngo Molnar1-6/+1
2015-03-05x86/mm: Use early_param_on_off() for direct_gbpagesLuis R. Rodriguez2-15/+2
2015-03-05x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2-10/+9
2015-03-05x86/mm: Use IS_ENABLED() for direct_gbpagesLuis R. Rodriguez1-5/+1
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar10-41/+286
2015-02-28x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann1-2/+0
2015-02-24Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar10-41/+286
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+29
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgentIngo Molnar1-3/+3
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-3/+3
2015-02-19x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen1-2/+26
2015-02-19x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pgeJan Beulich1-1/+2
2015-02-19x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT casesPavel Machek1-3/+3
2015-02-19x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu1-3/+78
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+12
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-1/+1
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin1-2/+9
2015-02-13x86_64: add KASan supportAndrey Ryabinin2-0/+202
2015-02-13x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+2
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-2/+2
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+3
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-5/+9
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2-2/+8
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-12/+0
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-02-10hugetlb, x86: register 1G page size if we can allocate them at runtimeKirill A. Shutemov1-0/+11
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski3-4/+10
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-22x86, mm: Change cachemode exports to non-gplJuergen Gross1-2/+2
2015-01-22x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernelsDave Hansen1-0/+6
2015-01-20x86: Don't rely on VMWare emulating PAT MSR correctlyJuergen Gross1-1/+6
2015-01-02x86: init_mem_mapping(): use capital BIOS in commentPavel Machek1-1/+1
2014-12-23x86: Fix step size adjustment during initial memory mappingJan Beulich1-20/+17
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-1/+1