summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds74-2023/+3452
2014-08-08Merge tag 'dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds297-6825/+20682
2014-08-08Merge tag 'boards-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-33/+43
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds407-19492/+11489
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds319-13811/+3715
2014-08-08Merge tag 'drm-intel-fixes-2014-08-08' of git://anongit.freedesktop.org/drm-i...Linus Torvalds19-102/+310
2014-08-08Revert "drm/i915: Enable semaphores on BDW"Rodrigo Vivi1-0/+4
2014-08-08drm/i915: read HEAD register back in init_ring_common() to enforce orderingJiri Kosina1-0/+3
2014-08-08drm/i915: Fix crash when failing to parse MIPI VBTRafael Barbalho1-1/+1
2014-08-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds348-7461/+26631
2014-08-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds27-169/+644
2014-08-08Merge tag 'backlight-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-143/+116
2014-08-08Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds85-1604/+4411
2014-08-08Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds94-1437/+4309
2014-08-08Merge branch 'next/fixes-non-critical' into next/cleanupOlof Johansson8-111/+166
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie9-27/+20
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds116-2825/+5010
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds13-423/+88
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-18/+28
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-3/+8
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds161-3284/+5477
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds156-3036/+5486
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds26-443/+619
2014-08-07avr32: fix error return codeJulia Lawall1-3/+8
2014-08-07drm/i915: Bring GPU Freq to min while suspending.Deepak S1-1/+1
2014-08-07drm/i915: Fix DEIER and GTIER collecting for BDW.Rodrigo Vivi2-6/+15
2014-08-07drm/i915: Don't accumulate hangcheck score on forward progressMika Kuoppala3-3/+16
2014-08-07drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround.Kenneth Graunke1-0/+9
2014-08-07drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper.Kenneth Graunke1-15/+22
2014-08-07Merge tag 'drm/tegra/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie16-67/+425
2014-08-07Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie17-73/+447
2014-08-07drm/i915: Fix threshold for choosing 32 vs. 64 precisions for VLV DDL valuesVille Syrjälä1-5/+4
2014-08-07drm/i915: Fix drain latency precision multipler for VLVZhenyu Wang2-31/+31
2014-08-07drm/i915: Collect gtier properly on HSW.Rodrigo Vivi2-10/+12
2014-08-07drm/i915: Tune down MCH_SSKPD values warningDaniel Vetter1-5/+3
2014-08-07drm/i915: Tune done rc6 enabling outputDaniel Vetter1-6/+6
2014-08-07drm/i915: Don't require dev->struct_mutex in psr_match_conditionsDaniel Vetter1-1/+0
2014-08-07drm/i915: Fix error state collectingRodrigo Vivi1-1/+2
2014-08-07drm/i915: fix VDD state tracking after system resumeImre Deak1-0/+6
2014-08-07drm/i915: Add correct hw/sw config check for DSI encoderShobhit Kumar4-1/+106
2014-08-07drm/i915: factor out intel_edp_panel_vdd_sanitizeImre Deak2-17/+44
2014-08-07drm/i915: wait for all DSI FIFOs to be emptyShobhit Kumar3-0/+25
2014-08-07drm/i915: work around warning in i915_gem_gttPavel Machek1-5/+6
2014-08-07drm/panel: simple: Use devm_gpiod_get_optional()Alexandre Courbot1-7/+5
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds156-2919/+3930
2014-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-44/+86
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-37/+26
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-642/+1194
2014-08-07Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds7-13/+43
2014-08-07Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds120-1495/+5084