summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-15drm/i915: VLV/CHV PSR needs to exit PSR on every flush.Rodrigo Vivi1-4/+2
2015-01-14drm/i915: Fix kerneldoc for i915 atomic plane codeMatt Roper1-1/+2
2015-01-13drm/i915: Don't pretend SDVO hotplug works on 915Ville Syrjälä1-0/+3
2015-01-13drm/i915: Don't register HDMI connectors for eDP ports on VLV/CHVVille Syrjälä1-2/+4
2015-01-13drm/i915: Remove I915_HAS_HOTPLUG() check from i915_hpd_irq_setup()Ville Syrjälä1-22/+20
2015-01-13drm/i915: Make hpd arrays big enough to avoid out of bounds accessVille Syrjälä1-6/+6
2015-01-13Revert "drm/i915/chv: Use timeout mode for RC6 on chv"Rodrigo Vivi1-3/+2
2015-01-13drm/i915: Improve HiZ throughput on Cherryview.Kenneth Graunke2-0/+6
2015-01-13drm/i915: Reset CSB read pointer in ring initThomas Daniel1-1/+1
2015-01-13drm/i915: Drop unused position fields (v2)Matt Roper3-45/+5
2015-01-13drm/i915: Move to atomic plane helpers (v9)Matt Roper6-165/+303
2015-01-13drm/i915: Clarify sprite plane function names (v4)Matt Roper3-17/+16
2015-01-13drm/i915: Move vblank evasion to commit (v4)Matt Roper3-42/+14
2015-01-13drm/i915: Refactor work that can sleep out of commit (v7)Matt Roper3-119/+209
2015-01-13drm/i915: fix build for CONFIG_BUG=nJani Nikula1-2/+2
2015-01-13Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter9993-277553/+378391
2015-01-12drm/i915: remove unused power_well/get_cdclk_freq apiImre Deak2-93/+0
2015-01-12ALSA: hda: add component supportImre Deak3-45/+106
2015-01-12ALSA: hda: pass intel_hda to all i915 interface functionsImre Deak3-26/+33
2015-01-12ALSA: hda: export struct hda_intelImre Deak3-29/+31
2015-01-12drm/i915: add component supportImre Deak5-0/+157
2015-01-12drm/i915: add dev_to_i915 helperImre Deak2-6/+8
2015-01-11linux 3.19-rc4v3.19-rc4Linus Torvalds1-1/+1
2015-01-11Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-11/+8
2015-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-39/+53
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-35/+19
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-77/+371
2015-01-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+3
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-11Merge branch 'core/urgent' into locking/urgent, to collect all pending lockin...Ingo Molnar1-2/+2
2015-01-10Merge tag 'vfio-v3.19-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+1
2015-01-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+3
2015-01-10Merge tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-4/+6
2015-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-9/+74
2015-01-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-261/+413
2015-01-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds9-5/+22
2015-01-10Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-148/+306
2015-01-10Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+4
2015-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-5/+5
2015-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-11/+29
2015-01-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-101/+155
2015-01-09ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky1-2/+2
2015-01-09HID: roccat: potential out of bounds in pyra_sysfs_write_settings()Dan Carpenter1-2/+6
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2015-01-09sched, fanotify: Deal with nested sleepsPeter Zijlstra1-5/+5