summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar5-24/+13
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. Shutemov10-127/+387
2017-03-27x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang2-96/+150
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-27x86/efi: Add 5-level paging supportKirill A. Shutemov1-10/+26
2017-03-27x86/kexec: Add 5-level paging supportKirill A. Shutemov3-3/+16
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar19-88/+251
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski3-15/+17
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski2-22/+2
2017-03-23x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2-15/+21
2017-03-23x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski1-1/+1
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2-2/+8
2017-03-21um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey1-1/+1
2017-03-21x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier3-2/+1
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey6-13/+104
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey3-1/+26
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey5-1/+23
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey3-1/+16
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey6-31/+32
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey2-2/+4
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey6-16/+17
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey2-7/+7
2017-03-19x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski1-2/+9
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov10-513/+122
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov5-28/+0
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier4-3/+1
2017-03-17Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar17-40/+506
2017-03-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-9/+7
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier5-55/+96
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier15-21/+106
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier4-1/+5
2017-03-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov4-15/+21
2017-03-14x86/power: Add 5-level paging supportKirill A. Shutemov1-14/+33
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. Shutemov9-23/+85
2017-03-14x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov5-6/+53
2017-03-14Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-30/+498
2017-03-13x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov1-2/+2
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov5-17/+64
2017-03-13x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov3-30/+48
2017-03-13x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov1-12/+14
2017-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-29/+51
2017-03-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-39/+52
2017-03-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2017-03-12x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann1-1/+1