aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/rafael/linux-pmLinus 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/kernel/git/tip/tipLinus Torvalds1-5/+8
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-72/+300
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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_err to thread_structAndy 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-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
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina1-4/+1
2016-07-08x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov1-5/+8
2016-06-24x86: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-05-30ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.cHanjun Guo1-57/+0
2016-05-30ACPI / NUMA: remove unneeded acpi_numa=1Hanjun Guo1-2/+0
2016-05-30ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney2-14/+1
2016-05-30x86 / ACPI / NUMA: cleanup acpi_numa_processor_affinity_init()Hanjun Guo1-16/+5
2016-05-30ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.cHanjun Guo1-27/+0
2016-05-30ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter1-2/+0
2016-05-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+8
2016-05-20x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski1-3/+8
2016-05-19x86: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-3/+1
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-76/+80
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-73/+158
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+117
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar1-2/+3
2016-05-10x86/boot: Add missing file header commentsKees Cook1-0/+5
2016-05-07x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu2-73/+75
2016-05-07Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar1-2/+3
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski1-0/+10
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar1-2/+3
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski1-0/+10
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski1-0/+102