aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-03-16ARM: dts: rockchip: add to support emac for rk3036 SoCsGravatar Xing Zheng 3-0/+67
2016-03-14dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistentGravatar Andrew Lunn 5-5/+5
2016-03-14ARM: dts: armada-xp-openblocks-ax3-4: Add BM supportGravatar Gregory CLEMENT 1-1/+18
2016-03-14ARM: dts: armada-xp: enable buffer manager support on Armada XP boardsGravatar Marcin Wojtas 2-2/+36
2016-03-14ARM: dts: armada-xp: add buffer manager nodesGravatar Marcin Wojtas 1-0/+19
2016-03-14ARM: dts: armada-38x: enable buffer manager support on Armada 38x boardsGravatar Marcin Wojtas 5-4/+71
2016-03-14ARM: dts: armada-38x: add buffer manager nodesGravatar Marcin Wojtas 1-0/+19
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortGravatar Alexander Duyck 16-25/+19
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 32-143/+101
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 108-381/+603
2016-03-06Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-1/+0
2016-03-06Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 3-0/+6
2016-03-06Merge branch 'for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-3/+4
2016-03-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 5-14/+18
2016-03-06Merge tag 'powerpc-4.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-1/+15
2016-03-05um: use %lx format specifiers for unsigned longsGravatar Colin Ian King 1-2/+2
2016-03-05um: Export pm_power_offGravatar Richard Weinberger 1-0/+1
2016-03-05Revert "um: Fix get_signal() usage"Gravatar Richard Weinberger 1-1/+1
2016-03-04Merge tag 'pm+acpi-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+7
2016-03-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-5/+6
2016-03-04ARM: 8544/1: set_memory_xx fixesGravatar Mika Penttilä 1-0/+3
2016-03-04MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Gravatar Maciej W. Rozycki 1-7/+6
2016-03-03powerpc/fsl-book3e: Avoid lbarx on e5500Gravatar Scott Wood 1-0/+13
2016-03-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-14/+17
2016-03-03powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint eventGravatar Ravi Bangoria 1-1/+2
2016-03-03PM / sleep / x86: Fix crash on graph trace through x86 suspendGravatar Todd E Brandt 1-0/+7
2016-03-02Merge tag 'renesas-dt-fixes2-for-v4.5' of git://git.kernel.org/pub/scm/linux/...Gravatar Arnd Bergmann 1-1/+0
2016-03-02kvm: x86: Update tsc multiplier on change.Gravatar Owen Hofmann 1-5/+9
2016-03-02mips/kvm: fix ioctl error handlingGravatar Michael S. Tsirkin 1-2/+2
2016-03-02Merge tag 'kvm-arm-for-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 2-2/+2
2016-03-02ARM: dts: porter: remove enable prop from HS-USB device nodeGravatar Sergei Shtylyov 1-1/+0
2016-03-01parisc: Wire up copy_file_range syscallGravatar Helge Deller 2-1/+3
2016-03-01parisc: Fix ptrace syscall number and return value modificationGravatar Helge Deller 2-6/+15
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-7/+10
2016-03-01parisc: Use parentheses around expression in floppy.hGravatar Helge Deller 1-1/+1
2016-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 9-6/+68
2016-03-01sparc64: Fix sparc64_set_context stack handling.Gravatar David S. Miller 1-1/+1
2016-03-01sparc32: Add -Wa,-Av8 to KBUILD_CFLAGS.Gravatar David S. Miller 1-0/+6
2016-02-29MIPS: kvm: Fix ioctl error handling.Gravatar Michael S. Tsirkin 1-2/+2
2016-02-29MIPS: scache: Fix scache init with invalid line size.Gravatar Govindraj Raja 1-4/+9
2016-02-29MIPS: Avoid variant of .type unsupported by LLVM AssemblerGravatar Daniel Sanders 2-2/+2
2016-02-29MIPS: jz4740: Fix surviving instance of irq_to_gpio()Gravatar Ralf Baechle 1-1/+1
2016-02-29arm/arm64: KVM: Fix ioctl error handlingGravatar Michael S. Tsirkin 2-2/+2
2016-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-7/+15
2016-02-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2016-02-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 22-92/+163
2016-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-13/+13
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-26/+34
2016-02-27mm: ASLR: use get_random_long()Gravatar Daniel Cashman 7-13/+13
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Gravatar Bjorn Helgaas 4-15/+29