summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-16Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds36-96/+235
2015-01-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-8/+4
2015-01-16Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-25/+49
2015-01-16Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-28/+115
2015-01-16arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd t...Catalin Marinas1-7/+1
2015-01-16perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLMKan Liang1-2/+2
2015-01-16perf/rapl: Fix sysfs_show() initialization for RAPL PMUStephane Eranian1-12/+32
2015-01-16net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-16Merge branch 'davinci_emac'David S. Miller2-22/+77
2015-01-16net: davinci_emac: Add support for emac on dm816xTony Lindgren2-1/+7
2015-01-16net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren1-3/+12
2015-01-16net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren1-5/+18
2015-01-16net: davinci_emac: Free clock after checking the frequencyTony Lindgren1-0/+1
2015-01-16net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren1-4/+29
2015-01-16net: davinci_emac: Fix hangs with interruptsTony Lindgren1-9/+10
2015-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-29/+60
2015-01-16Merge tag 'fbdev-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+6
2015-01-16Merge tag 'mmc-v3.19-4' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-0/+6
2015-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-1/+3
2015-01-16Merge tag 'powerpc-3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds4-32/+78
2015-01-16ip: zero sockaddr returned on error queueWillem de Bruijn2-13/+5
2015-01-16Merge tag 'linux-can-fixes-for-3.19-20150115' of git://git.kernel.org/pub/scm...David S. Miller6-31/+49
2015-01-16net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steeringOr Gerlitz3-4/+5
2015-01-16Merge tag 'mac80211-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2-23/+35
2015-01-16net: sxgbe: Fix waring for double kfree()Byungho An1-11/+10
2015-01-16net: sxgbe: Fix NULL dereferece when using DTGirish K.S1-4/+4
2015-01-15sh_eth: Fix addition of .trscer_err_mask to wrong SoC dataGeert Uytterhoeven1-2/+2
2015-01-15drivers: net: cpsw: fix cpsw hung with add vlan using vconfigMugunthan V N1-10/+17
2015-01-15gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+8
2015-01-15gpio: sysfs: fix gpio attribute-creation raceJohan Hovold2-22/+40
2015-01-15gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-15/+13
2015-01-15gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2015-01-15can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish1-7/+4
2015-01-15can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish1-3/+4
2015-01-15can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish1-0/+3
2015-01-15can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish1-6/+4
2015-01-15can: c_can: use regmap_update_bits() to modify RAMINIT registerRoger Quadros1-11/+18
2015-01-15can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp2-0/+6
2015-01-15can: dev: fix crtlmode_supported checkOliver Hartkopp1-2/+6
2015-01-15MAINTAINERS: update linux-can git repositoriesMarc Kleine-Budde1-2/+4
2015-01-15tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)1-14/+55
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)1-1/+0
2015-01-15ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)1-5/+15
2015-01-15ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)1-7/+20
2015-01-15ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)1-1/+25
2015-01-15be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna1-3/+38
2015-01-15Merge branch 'thermal-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-12/+31
2015-01-15Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-5/+6
2015-01-15Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman72-357/+668
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds49-175/+419