summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-044-2/+71
| * | x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-044-14/+41
| * | x86/mm: Define virtual memory map for 5-level pagingKirill A. Shutemov2017-04-046-8/+60
| * | x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assertKirill A. Shutemov2017-04-041-5/+2
| * | x86/boot: Detect 5-level paging supportKirill A. Shutemov2017-04-044-4/+33
| * | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-03694-5307/+9877
| |\ \
| * | | 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/mm: Make in_compat_syscall() work during execDmitry Safonov2017-03-311-21/+46
| * | | 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-305-24/+13
| |\ \ \
| * | | | x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov2017-03-301-14/+45
| * | | | mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()Kirill A. Shutemov2017-03-281-2/+2
| * | | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-2711-141/+401
| * | | | x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang2017-03-272-96/+150
| * | | | 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/efi: Add 5-level paging supportKirill A. Shutemov2017-03-271-10/+26
| * | | | x86/kexec: Add 5-level paging supportKirill A. Shutemov2017-03-273-3/+16
| * | | | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-2322-88/+258
| |\ \ \ \
| * | | | | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-233-15/+17
| * | | | | x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski2017-03-232-22/+2
| * | | | | x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2017-03-232-15/+21
| * | | | | x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski2017-03-231-1/+1
| * | | | | x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-232-2/+8
| * | | | | selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bugAndy Lutomirski2017-03-231-0/+46
| * | | | | x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier2017-03-213-2/+1
| * | | | | x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski2017-03-191-2/+9
| * | | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-1812-519/+128
| * | | | | mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov2017-03-181-3/+21
| * | | | | mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov2017-03-182-2/+89
| * | | | | mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()Kirill A. Shutemov2017-03-181-0/+5
| * | | | | mm/gup: Move page table entry dereference into helper functionKirill A. Shutemov2017-03-181-8/+12
| * | | | | mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-182-5/+35
| * | | | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-187-37/+0
| * | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-185-7/+1
| * | | | | Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar2017-03-17235-1632/+3256
| |\ \ \ \ \
| * | | | | | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-165-55/+96
| * | | | | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-1617-29/+114
| * | | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-166-2/+13
| * | | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-144-15/+21
| * | | | | | x86/power: Add 5-level paging supportKirill A. Shutemov2017-03-141-14/+33
| * | | | | | 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-149-23/+85
| * | | | | | x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov2017-03-145-6/+53
| * | | | | | x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov2017-03-131-2/+2