summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT"Ingo Molnar2017-06-011-6/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-271-3/+6
|\
| * x86/PAT: Fix Xorg regression on CPUs that don't support PATMikulas Patocka2017-05-241-3/+6
* | x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)2017-05-261-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-123-7/+20
|\
| * x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott2017-05-091-0/+1
| * x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang2017-05-081-1/+13
| * x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...Baoquan He2017-05-051-6/+6
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-1/+1
|\ \
| * | Annotate hardware config module parameters in arch/x86/mm/David Howells2017-04-041-1/+1
* | | x86: use set_memory.h headerLaura Abbott2017-05-085-4/+5
| |/ |/|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-0116-216/+561
|\ \
| * | x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski2017-04-261-3/+1
| * | x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski2017-04-261-5/+7
| * | x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2017-04-261-17/+0
| * | x86/mm/64: Fix crash in remove_pagetable()Kirill A. Shutemov2017-04-261-3/+3
| * | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-232-1/+497
| * | x86/mm: Fix dump pagetables for 4 levels of page tablesJuergen Gross2017-04-131-1/+1
| * | x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel2017-04-121-9/+1
| * | Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-1112-30/+80
| |\ \
| * | | Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"Thomas Gleixner2017-04-081-1/+20
| * | | x86/kasan: Extend KASAN to support 5-level pagingKirill A. Shutemov2017-04-041-2/+16
| * | | x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-04-041-1/+31
| * | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-033-3/+4
| |\ \ \
| * | | | x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang2017-04-031-20/+1
| * | | | x86/mm/numa: Improve alloc_node_data() error path messageWei Yang2017-04-031-2/+2
| * | | | x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov2017-03-311-8/+7
| * | | | x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski2017-03-301-34/+7
| * | | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-4/+5
| |\ \ \ \
| * | | | | x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov2017-03-301-14/+45
| * | | | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-38/+145
| * | | | | x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-271-2/+13
| * | | | | x86/mm/pat: Add 5-level paging supportKirill A. Shutemov2017-03-271-14/+40
| * | | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-182-497/+1
| * | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-182-2/+0
| * | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-162-0/+2
| * | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-142-3/+20
| * | | | | x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov2017-03-141-3/+24
| * | | | | x86/mm/ident_map: Add 5-level paging supportKirill A. Shutemov2017-03-141-7/+44
| * | | | | x86/mm/gup: Add 5-level paging supportKirill A. Shutemov2017-03-141-6/+27
| * | | | | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-145-15/+61
| * | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-13/+34
| * | | | | x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-131-18/+32
| * | | | | x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov2017-03-131-12/+14
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-4/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar2017-04-113-3/+4
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| * | | | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-4/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-0112-30/+80
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-1112-30/+80
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-018-24/+104
| | |\ \ \ \