diff options
author | Dave Airlie <airlied@redhat.com> | 2013-03-21 10:17:38 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-03-21 10:17:38 +1000 |
commit | b56fb70870ad76f8295a4e826dab9a9fbb0033f6 (patch) | |
tree | 5f42c3e50c315f31d91747eb8a3d358159146fb8 /MAINTAINERS | |
parent | 260b3f1291a75a580d22ce8bfb1499c617272716 (diff) | |
parent | c12aba5aa0e60b7947bc8b6ea25ef55c4acf81a4 (diff) | |
download | linux-3.10-b56fb70870ad76f8295a4e826dab9a9fbb0033f6.tar.gz linux-3.10-b56fb70870ad76f8295a4e826dab9a9fbb0033f6.tar.bz2 linux-3.10-b56fb70870ad76f8295a4e826dab9a9fbb0033f6.zip |
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
Daniel writes:
Bunch of fixes, all pretty high-priority
- Fix execbuf argument checking (Kees Cook)
- Optionally obfuscate kernel addresses in dumps (Kees Cook)
- Two patches from Takashi Iwai to fix DP link training regressions he's
seen.
- intel-gfx is no longer subscribers-only (well, just no longer moderated
in an annoying way for non-subscribers), update MAINTAINERS
- gm45 gmbus irq fallout fix (Jiri Kosina)
* 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel:
drm/i915: stop using GMBUS IRQs on Gen4 chips
MAINTAINERS: intel-gfx is no longer subscribers-only
drm/i915: Use the fixed pixel clock for eDP in intel_dp_set_m_n()
Revert "drm/i915: try to train DP even harder"
drm/i915: bounds check execbuffer relocation count
drm/i915: restrict kernel address leak in debugfs
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fb89be1281c..ce424d7520f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2623,7 +2623,7 @@ F: include/uapi/drm/ INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) M: Daniel Vetter <daniel.vetter@ffwll.ch> -L: intel-gfx@lists.freedesktop.org (subscribers-only) +L: intel-gfx@lists.freedesktop.org L: dri-devel@lists.freedesktop.org T: git git://people.freedesktop.org/~danvet/drm-intel S: Supported |