aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2-8/+11
2016-09-13x86: Clean up various simple wrapper functionsMasahiro Yamada1-3/+1
2016-09-09mm: fix cache mode of dax pmd mappingsDan Williams1-7/+10
2016-09-09x86/pkeys: Allow configuration of init_pkruDave Hansen1-0/+66
2016-09-09x86/pkeys: Default to a restrictive init PKRUDave Hansen1-0/+38
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-8/+30
2016-09-09x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen1-0/+9
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski1-0/+32
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar1-2/+24
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada1-1/+1
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski1-0/+15
2016-08-15x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He1-17/+5
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-8/+11
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-8/+11
2016-08-10x86/mm/64: Enable KASLR for vmemmap memory regionThomas Garnier1-2/+24
2016-08-10x86/mm/KASLR: Increase BRK pages for KASLR memory randomizationThomas Garnier1-2/+12
2016-08-10x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationThomas Garnier1-1/+1
2016-08-08x86/power/64: Always create temporary identity mapping correctlyRafael J. Wysocki1-8/+11
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-24/+10
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+0
2016-07-27Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar11-149/+327
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+8
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-115/+3
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-26arch: x86: charge page tables to kmemcgVladimir Davydov1-3/+7
2016-07-25Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+8
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-72/+300
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-70/+17
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki2-115/+3
2016-07-23x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski1-0/+5
2016-07-23x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski1-5/+2
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar1-1/+1
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2-2/+2
2016-07-15x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski1-1/+1
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski1-28/+0
2016-07-15x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski1-3/+6
2016-07-15x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()Ingo Molnar1-27/+0
2016-07-15kasan: add newline to messagesDmitry Vyukov1-2/+2
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker19-19/+9
2016-07-14x86: Don't use module.h just for AUTHOR / LICENSE tagsPaul Gortmaker1-5/+1
2016-07-13x86/mm: Use pte_none() to test for empty PTEDave Hansen3-8/+8
2016-07-10x86/mm: Do not reference phys addr beyond kernelThomas Garnier1-2/+10
2016-07-08x86/mm: Add memory hotplug support for KASLR memory randomizationThomas Garnier1-1/+6
2016-07-08x86/mm: Enable KASLR for vmalloc memory regionsThomas Garnier1-1/+4
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier1-3/+15
2016-07-08x86/mm: Implement ASLR for kernel memory regionsThomas Garnier4-4/+166
2016-07-08x86/mm: Separate variable for trampoline PGDThomas Garnier1-0/+3
2016-07-08x86/mm: Add PUD VA support for physical mappingThomas Garnier1-4/+9
2016-07-08x86/mm: Update physical mapping variable namesThomas Garnier1-66/+96