summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2016-07-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-07-23x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski
2016-07-23x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski
2016-07-15x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski
2016-07-15x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski
2016-07-15x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()Ingo Molnar
2016-07-15kasan: add newline to messagesDmitry Vyukov
2016-07-13x86/mm: Use pte_none() to test for empty PTEDave Hansen
2016-07-10x86/mm: Do not reference phys addr beyond kernelThomas Garnier
2016-07-08x86/mm: Add memory hotplug support for KASLR memory randomizationThomas Garnier
2016-07-08x86/mm: Enable KASLR for vmalloc memory regionsThomas Garnier
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier
2016-07-08x86/mm: Implement ASLR for kernel memory regionsThomas Garnier
2016-07-08x86/mm: Separate variable for trampoline PGDThomas Garnier
2016-07-08x86/mm: Add PUD VA support for physical mappingThomas Garnier
2016-07-08x86/mm: Update physical mapping variable namesThomas Garnier
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina
2016-06-25x86: get rid of superfluous __GFP_REPEATMichal Hocko
2016-05-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-20x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski
2016-05-20x86: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar
2016-05-10x86/boot: Add missing file header commentsKees Cook
2016-05-07x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu
2016-05-07Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski
2016-04-28x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski
2016-04-28x86/mm/pat: Document the (currently) EFI-only code pathMatt Fleming
2016-04-26Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"Andy Lutomirski
2016-04-22x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar
2016-04-13x86/extable: Add a comment about early exception handlersAndy Lutomirski
2016-04-13x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski
2016-04-13x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar
2016-04-13x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani