aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-21x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier3-2/+1
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/arm64/linuxLinus 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/crypto-2.6Linus 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-13Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus 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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-29/+51
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-39/+52
2017-03-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2017-03-12x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann1-1/+1
2017-03-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-48/+92
2017-03-11Merge tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+3
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck2-0/+3
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner7-37/+50
2017-03-10arm64: kernel: Update kerneldoc for cpu_suspend() renameGeert Uytterhoeven1-1/+1
2017-03-10arm64: use const cap for system_uses_ttbr0_pan()Mark Rutland1-1/+1
2017-03-10arm64: support keyctl() system call in 32-bit modeEric Biggers1-0/+4
2017-03-10arm64: kasan: avoid bad virt_to_pfn()Mark Rutland1-1/+1
2017-03-10arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao1-6/+0
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds35-2/+48
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-52/+80
2017-03-10x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-1/+1
2017-03-10powerpc/64s: POWER9 machine check handlerNicholas Piggin5-0/+426
2017-03-10powerpc/64s: allow machine check handler to set severity and initiatorNicholas Piggin3-3/+11
2017-03-10powerpc/64s: fix handling of non-synchronous machine checksNicholas Piggin1-15/+6
2017-03-09sh: cayman: IDE support fixBartlomiej Zolnierkiewicz1-2/+0
2017-03-09x86, mm: unify exit paths in gup_pte_range()Dan Williams1-19/+20
2017-03-09x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams1-2/+6
2017-03-09power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V3-7/+21
2017-03-09powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V1-31/+42
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-03-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2017-03-09s390: wire up statx system callHeiko Carstens3-1/+6