summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-05-24ELF/MIPS build fixRalf Baechle1-0/+1
2016-05-24m32r: fix build failureSudip Mukherjee1-0/+1
2016-05-23Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-1/+2
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds17-85/+130
2016-05-23x86: remove more uaccess_32.h complexityLinus Torvalds1-26/+0
2016-05-23x86: remove pointless uaccess_32.h complexityLinus Torvalds1-36/+0
2016-05-21x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds1-2/+2
2016-05-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds70-189/+127
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2016-05-21Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-3/+5
2016-05-21sparc64: Reduce TLB flushes during hugepte changesNitin Gupta6-51/+97
2016-05-21lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng17-0/+40
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek14-1/+17
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby15-44/+39
2016-05-21exit_thread: remove empty bodiesJiri Slaby35-140/+17
2016-05-21mn10300: let exit_fpu accept a taskJiri Slaby2-5/+3
2016-05-21x86/kasan: instrument user memory access APIAndrey Ryabinin2-0/+12
2016-05-21sparc32: drop superfluous cast in calls to __nocache_pa()Sam Ravnborg2-3/+3
2016-05-21sparc32: fix build with STRICT_MM_TYPECHECKSSam Ravnborg5-11/+14
2016-05-21sparc32: use proper prototype for trapbaseSam Ravnborg3-5/+3
2016-05-21sparc32: drop local prototype in kgdb_32Sam Ravnborg1-2/+2
2016-05-21sparc32: drop hardcoding trap_level in kgdb_trapSam Ravnborg4-14/+12
2016-05-20ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt1-1/+2
2016-05-20Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+11
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds152-2999/+6008
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds15-52/+147
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-36/+31
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins11-26/+15
2016-05-20x86: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-20tile: mm: use hugetlb_bad_size()Vaishali Thakkar1-1/+6
2016-05-20powerpc: mm: use hugetlb_bad_size()Vaishali Thakkar1-2/+4
2016-05-20metag: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-20arm64: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton2-6/+2
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-05-20Merge tag 'please-pull-misc-4.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-19/+28
2016-05-20Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-9/+9
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-5/+16
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-12/+32
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds52-654/+1894
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds310-3757/+10579
2016-05-19Merge tag 'arc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds55-284/+1782
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-14/+4
2016-05-19Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-l...Russell King168-624/+866
2016-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+9
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds22-460/+24
2016-05-18Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-78/+433
2016-05-18Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds71-470/+6865
2016-05-18Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds416-5117/+22609
2016-05-18Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-7/+48