summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-26drm/i915: Replace open-coded offset_in_page()Chris Wilson1-2/+2
2013-07-26drm/i915: Retry DP aux_ch communications with a different clock after failureChris Wilson1-41/+51
2013-07-26drm/i915: Add messages useful for HPD storm detection debugging (v2)Egbert Eich1-0/+7
2013-07-25drm/i915: dvo_ch7xxx: fix vsync polarity settingImre Deak1-1/+1
2013-07-25drm/i915: fix the racy object accountingDaniel Vetter3-0/+6
2013-07-25drm/i915: Convert the register access tracepoint to be conditionalChris Wilson3-6/+8
2013-07-25drm/i915: Squash gen lookup through multiple indirections inside GT accessChris Wilson1-2/+2
2013-07-25drm/i915: Use the common register access functions for NOTRACE variantsChris Wilson2-18/+18
2013-07-25drm/i915: Use a private interface for register access within GTChris Wilson2-68/+90
2013-07-25drm/i915: Colocate all GT access routines in the same fileChris Wilson10-565/+614
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter9108-274812/+660529
2013-07-25drm/i915: fix reference counting in i915_gem_createDaniel Vetter1-9/+5
2013-07-24drm/i915: Use Graphics Base of Stolen Memory on all gen3+Chris Wilson1-30/+12
2013-07-24drm/i915: disable stolen mem for OVERLAY_NEEDS_PHYSICALDaniel Vetter1-1/+3
2013-07-24drm/i915: add functions to disable and restore LCPLLPaulo Zanoni3-0/+154
2013-07-24drm/i915: disable CLKOUT_DP when it's not neededPaulo Zanoni1-4/+32
2013-07-24drm/i915: extend lpt_enable_clkout_dpPaulo Zanoni2-14/+32
2013-07-24drm/i915: fix up error cleanup in i915_gem_object_bind_to_gttDaniel Vetter1-6/+8
2013-07-24drm/i915: Add some debug breadcrumbs to connector detectionChris Wilson7-0/+22
2013-07-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-130/+242
2013-07-24Fix __wait_on_atomic_t() to call the action func if the counter != 0David Howells1-1/+2
2013-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds16-180/+381
2013-07-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-44/+26
2013-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-15/+36
2013-07-24NFSv4: Fix brainfart in attribute length calculationTrond Myklebust1-1/+1
2013-07-23Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds14-155/+166
2013-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-6/+12
2013-07-23Merge tag 'gpio-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+71
2013-07-23Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds47-1550/+3183
2013-07-22Merge tag 'drm-intel-fixes-2013-07-22' of git://people.freedesktop.org/~danve...Dave Airlie10-49/+110
2013-07-22Thermal: Fix lockup of cpu_down()Steven Rostedt1-1/+0
2013-07-22Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie14-65/+121
2013-07-22drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter1-16/+11
2013-07-21Linux 3.11-rc2v3.11-rc2Linus Torvalds1-1/+1
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-28/+137
2013-07-21drm/i915: fix up gt init sequence falloutDaniel Vetter4-6/+7
2013-07-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+2
2013-07-21ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds155-91617/+22
2013-07-21drivers: gpio: msm: Fix the error condition for reading ngpioRohit Vaswani1-1/+1
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-18/+15
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-21/+60
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-7/+15
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Linus Torvalds2-7/+22
2013-07-20gpio/omap: fix build error when OF_GPIO is not defined.Javier Martinez Canillas1-2/+14
2013-07-20gpio/omap: auto request GPIO as input if used as IRQ via DTJavier Martinez Canillas1-0/+18
2013-07-20gpio/omap: don't create an IRQ mapping for every GPIO on DTJavier Martinez Canillas1-14/+40
2013-07-20drm/i915: Serialize almost all register accessChris Wilson1-3/+6
2013-07-20drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa3-1/+19