summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-03-17Merge branch 'acpi-ost'Rafael J. Wysocki-74/+48
2014-03-17Merge branch 'acpi-config'Rafael J. Wysocki-19/+20
2014-03-17Merge branch 'acpi-hotplug'Rafael J. Wysocki-505/+295
2014-03-17Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki-417/+353
2014-03-16Linux 3.14-rc7v3.14-rc7Linus Torvalds-1/+1
2014-03-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+12
2014-03-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+15
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk-0/+2
2014-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-30/+38
2014-03-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+13
2014-03-14Merge tag 'pm+acpi-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-23/+30
2014-03-14Merge tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+5
2014-03-14x86/amd/numa: Fix northbridge quirk to assign correct NUMA nodeDaniel J Blueman-1/+1
2014-03-13Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-17/+50
2014-03-13Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-550/+516
2014-03-13i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger-1/+1
2014-03-13Merge branches 'pnp', 'acpi-init', 'acpi-sleep' and 'pm-cpufreq'Rafael J. Wysocki-20/+18
2014-03-13ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep statesRafael J. Wysocki-17/+15
2014-03-13ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit-1/+4
2014-03-13eth: fec: Fix lost promiscuous mode after reconnecting cableStefan Wahren-7/+7
2014-03-13bonding: set correct vlan id for alb xmit pathdingtianhong-1/+1
2014-03-13at86rf230: fix lockdep splatsAlexander Aring-5/+6
2014-03-13net/mlx4_en: Deregister multicast vxlan steering rules when going downOr Gerlitz-0/+2
2014-03-13vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann-2/+5
2014-03-13MAINTAINERS: add networking selftests to NETWORKINGDaniel Borkmann-0/+1
2014-03-13Merge tag 'ttm-fixes-3.14-2014-03-12' of git://people.freedesktop.org/~thomas...Dave Airlie-8/+12
2014-03-13Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie-9/+20
2014-03-13Merge tag 'vmwgfx-fixes-3.14-2014-03-13' of git://people.freedesktop.org/~tho...Dave Airlie-0/+18
2014-03-13drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom-0/+18
2014-03-12Merge tag 'pci-v3.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2014-03-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+8
2014-03-13ACPI / init: Invoke early ACPI initialization laterRafael J. Wysocki-1/+1
2014-03-13cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki-2/+2
2014-03-12Merge tag 'sound-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+29
2014-03-12net: socket: error on a negative msg_namelenMatthew Leach-0/+4
2014-03-12drm/radeon/cik: properly set compute ring status on disableAlex Deucher-1/+4
2014-03-12MAINTAINERS: Add tools/net to NETWORKING [GENERAL]Tobias Klauser-0/+1
2014-03-12packet: doc: Spelling s/than/that/Geert Uytterhoeven-1/+1
2014-03-12Merge branch 'mlx4'David S. Miller-3/+12
2014-03-12net/mlx4_core: Load the IB driver when the device supports IBoEOr Gerlitz-1/+1
2014-03-12net/mlx4_en: Handle vxlan steering rules for mac address changesOr Gerlitz-0/+8
2014-03-12net/mlx4_core: Fix wrong dump of the vxlan offloads device capabilityOr Gerlitz-2/+3
2014-03-12drm/radeon/cik: stop the sdma engines in the enable() functionAlex Deucher-7/+5
2014-03-12drm/radeon/cik: properly set sdma ring status on disableAlex Deucher-0/+2
2014-03-12drm/radeon: fix runpm disabling on non-PX harderAlex Deucher-1/+9
2014-03-12xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu-2/+1
2014-03-12drm/ttm: don't oops if no invalidate_caches()Rob Clark-3/+5
2014-03-12dm cache: fix access beyond end of origin deviceHeinz Mauelshagen-5/+3
2014-03-12dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen-1/+2