aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+20
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2017-05-09x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott1-0/+1
2017-05-08x86: use set_memory.h headerLaura Abbott5-4/+5
2017-05-08x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang1-1/+13
2017-05-05x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()Baoquan He1-6/+6
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-216/+561
2017-05-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-30/+80
2017-04-26x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski1-3/+1
2017-04-26x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski1-5/+7
2017-04-26x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski1-17/+0
2017-04-26x86/mm/64: Fix crash in remove_pagetable()Kirill A. Shutemov1-3/+3
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation"Ingo Molnar2-1/+497
2017-04-13x86/mm: Fix dump pagetables for 4 levels of page tablesJuergen Gross1-1/+1
2017-04-12mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-11/+30
2017-04-12x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel1-9/+1
2017-04-11Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar3-3/+4
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar12-30/+80
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar12-30/+80
2017-04-08Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"Thomas Gleixner1-1/+20
2017-04-04Annotate hardware config module parameters in arch/x86/mm/David Howells1-1/+1
2017-04-04x86/kasan: Extend KASAN to support 5-level pagingKirill A. Shutemov1-2/+16
2017-04-04x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov1-1/+31
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar3-3/+4
2017-04-03x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang1-20/+1
2017-04-03x86/mm/numa: Improve alloc_node_data() error path messageWei Yang1-2/+2
2017-03-31x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov1-8/+7
2017-03-30x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski1-34/+7
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-4/+5
2017-03-30x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov1-14/+45
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov1-38/+145
2017-03-27x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov1-2/+13
2017-03-27x86/mm/pat: Add 5-level paging supportKirill A. Shutemov1-14/+40
2017-03-24x86/mm/KASLR: Exclude EFI region from KASLR VA space randomizationBaoquan He1-2/+2
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2-497/+1
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2-2/+0
2017-03-16x86/mpx: Make unnecessarily global function staticTobias Klauser1-1/+1
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2-0/+2
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2-3/+20
2017-03-14x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov1-3/+24
2017-03-14x86/mm/ident_map: Add 5-level paging supportKirill A. Shutemov1-7/+44
2017-03-14x86/mm/gup: Add 5-level paging supportKirill A. Shutemov1-6/+27
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov5-15/+61
2017-03-14x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin1-0/+1
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov1-13/+34
2017-03-13x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov1-18/+32
2017-03-13x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov1-12/+14
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-4/+5
2017-03-09x86, mm: unify exit paths in gup_pte_range()Dan Williams1-19/+20