cascardo/linux.git
2016-06-21 Daniel Vetterdrm: Move master pointer from drm_minor to drm_device
2016-06-21 Benjamin Gaignarddrm: sti: rework init sequence
2016-06-21 Benjamin Gaignarddrm: sti: use late_register and early_unregister callbacks
2016-06-21 Daniel Vetterdrm/amdkfd: Clean up inline handling
2016-06-21 Benjamin Gaignarddrm: Add callbacks for late registering
2016-06-21 Stefan Agnerdrm/fsl-dcu: use drm_mode_config_cleanup on initializat...
2016-06-21 Arnd Bergmanndrm/mediatek: Remove IOMMU_DMA select
2016-06-21 Jani NikulaDocumentation/DocBook: remove gpu.tmpl
2016-06-21 Jani NikulaDocumentation/gpu: split up mm, kms and kms-helpers...
2016-06-21 Jani NikulaDocumentation/gpu: convert the KMS properties table...
2016-06-21 Jani NikulaDocumentation/gpu: use recommended order of heading...
2016-06-21 Jani NikulaMAINTAINERS: add Documentation/gpu and Documentation...
2016-06-21 Jani NikulaDocumentation/gpu: split up the gpu documentation
2016-06-21 Jani NikulaDocumentation/gpu: add new gpu.rst converted from DocBo...
2016-06-21 Daniel Vetterdrm/crtc-helper: disable_unused_functions really isn...
2016-06-21 Chris Wilsondrm/rcar-du: Remove redundant calls to drm_connector_re...
2016-06-21 Chris Wilsondrm/msm: Remove redundant calls to drm_connector_regist...
2016-06-21 Chris Wilsondrm/mediatek: Remove redundant calls to drm_connector_r...
2016-06-21 Chris Wilsondrm/hisilicon: Remove redundant calls to drm_connector_...
2016-06-21 Chris Wilsondrm/atmel-hlcdc: Remove redundant calls to drm_connecto...
2016-06-21 Chris Wilsondrm/arc: Remove redundant calls to drm_connector_regist...
2016-06-21 Tomasz Figadrm/rockchip: Finish initialization before registering...
2016-06-21 Daniel Vetterdrm/omapdrm: don't call drm_helper_disable_unused_functions
2016-06-20 Daniel Vetterdrm: Mark set/drop master ioctl as unlocked.
2016-06-20 Daniel Vetterdrm: Mark authmagic ioctls as unlocked
2016-06-20 Daniel Vetterdrm: Protect authmagic with master_mutex
2016-06-20 Daniel Vetterdrm: Move authmagic cleanup into drm_master_release
2016-06-20 Daniel Vetterdrm: Only do the hw.lock cleanup in master_relase for...
2016-06-20 Chris Wilsondrm: Prevent NULL deref in drm_name_info()
2016-06-20 Matthew Aulddrm: fix send_vblank_event use-after-free error
2016-06-20 Mathias Krausedma-buf: remove dma_buf_debugfs_create_file()
2016-06-20 Mathias Krausedma-buf: remove dma_buf directory on bufinfo file creat...
2016-06-20 Mathias Krausedma-buf: propagate errors from dma_buf_describe() on...
2016-06-20 Chris Wilsondrm/i915: Avoid use-after-free of intel_encoder in...
2016-06-19 Chris Wilsondrm/i915: Move backlight unregistration to connector...
2016-06-19 Chris Wilsondrm/i915: Move intel_connector->unregister to connector...
2016-06-18 Chris Wilsondrm: Protect drm_connector_register_all() under DRIVER_...
2016-06-17 Ville Syrjälädrm: Deal with rotation in drm_plane_helper_check_update()
2016-06-17 Chris Wilsondrm: Automatically register/unregister all connectors
2016-06-17 Chris Wilsondrm: Minimally initialise drm_dp_aux
2016-06-17 Chris Wilsondrm: Pass the drm_dp_aux->hw_mutex to i2c for its locking
2016-06-17 Daniel Vetterdrm/sti: Don't call drm_helper_disable_unused_functions
2016-06-17 Chris Wilsondrm: Automatically unregister the connector during...
2016-06-17 Chris Wilsondrm: Make drm_connector_register() safe against multipl...
2016-06-17 Chris Wilsondrm: Add a callback from connector registering
2016-06-17 Chris Wilsondrm: Export drm_dev_init() for subclassing
2016-06-16 Arnd Bergmanndrm: rockchip: select DRM_GEM_CMA_HELPER
2016-06-16 Daniel Vetterdrm: Extract drm_master_relase
2016-06-16 Daniel Vetterdrm: Extract drm_master_open
2016-06-16 Daniel Vetterdrm: Move master functions into drm_auth.c
2016-06-16 Daniel Vetterdrm: Link directly from drm_master to drm_device
2016-06-16 Daniel Vetterdrm: Hide hw.lock cleanup in filp->release better
2016-06-16 Daniel Vetterdrm: Nuke legacy maps debugfs files
2016-06-15 Dave AirlieMerge tag 'topic/drm-misc-2016-06-15' of git://anongit...
2016-06-15 Daniel Vetterdrm/atomic-helpers: Clear up cleanup_done a bit
2016-06-15 Daniel Vetterdrm/atomic-helpers: Stall on the right commit
2016-06-15 Paul Bolledrm/vmwgfx: use *_32_bits() macros
2016-06-14 Daniel VetterMerge tag 'sphinx-4.8' of git://git.lwn.net/linux into...
2016-06-14 Daniel Vetterdrm/virtio: Don't reinvent a flipping wheel
2016-06-14 Wei Yongjundrm/i915: Fix missing unlock on error in i915_ppgtt_info()
2016-06-14 Dave AirlieMerge branch 'topic-arcpgu-sim' of https://github.com...
2016-06-13 Gustavo Padovandrm/gma500: use drm_crtc_vblank_{on,off}()
2016-06-13 Gustavo Padovandrm/radeon: use crtc directly in drm_crtc_vblank_put()
2016-06-13 Gustavo Padovandrm/amdgpu: use crtc directly in drm_crtc_vblank_put()
2016-06-13 Gustavo Padovandrm/radeon: use drm_crtc_vblank_{on,off}()
2016-06-13 Gustavo Padovandrm/amdgpu: use drm_crtc_vblank_{on,off}()
2016-06-13 Gustavo Padovandrm: make drm_vblank_{get,put}() static
2016-06-13 Gustavo Padovandrm: remove legacy drm_arm_vblank_event()
2016-06-13 Gustavo Padovandrm: remove legacy drm_send_vblank_event()
2016-06-13 Gustavo Padovandrm/nouveau: replace legacy vblank helpers
2016-06-13 Alexey BrodkinARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual...
2016-06-13 Alexey BrodkinARCv2: [vdk] Enable ARC PGU on HS38 VDK
2016-06-13 Ruud Derwigdrm/arcpgu: Make ARC PGU usable on simulation platforms
2016-06-13 Rob Clarkdrm/prime: fix error path deadlock fail
2016-06-13 Thierry Redingdrm/dsi: Add uevent callback
2016-06-13 Sudip Mukherjeedrm: fb: cma: fix memory leak
2016-06-10 Boris Brezillondrm: i915: Rely on the default ->best_encoder() behavio...
2016-06-10 Noralf Trønnesdrm: Add helper for simple display pipeline
2016-06-10 Boris Brezillondrm/bridge: dw-hdmi: Use drm_atomic_helper_best_encoder()
2016-06-10 Boris Brezillondrm/bridge: ps8622: Rely on the default ->best_encoder...
2016-06-10 Boris Brezillondrm/bridge: ptn3460: Rely on the default ->best_encoder...
2016-06-10 Boris Brezillondrm/bridge: anx78xx: Rely on the default ->best_encoder...
2016-06-10 Boris Brezillondrm: omap: Rely on the default ->best_encoder() behavior
2016-06-10 Boris Brezillondrm: virtgpu: Rely on the default ->best_encoder()...
2016-06-10 Boris Brezillondrm: vc4: Rely on the default ->best_encoder() behavior
2016-06-10 Boris Brezillondrm: tegra: Rely on the default ->best_encoder() behavior
2016-06-10 Boris Brezillondrm: sun4i: Rely on the default ->best_encoder() behavior
2016-06-10 Boris Brezillondrm: rockchip: Rely on the default ->best_encoder(...
2016-06-10 Boris Brezillondrm: rcar-du: Rely on the default ->best_encoder()...
2016-06-10 Boris Brezillondrm: fsl-dcu: Rely on the default ->best_encoder()...
2016-06-10 Boris Brezillondrm: exynos: Rely on the default ->best_encoder() behavior
2016-06-10 Boris Brezillondrm: atmel-hlcdc: Rely on the default ->best_encoder...
2016-06-10 Boris Brezillondrm: arc: Rely on the default ->best_encoder() behavior
2016-06-10 Liviu Dudaudrm: Fix comment making reference to non-existing function
2016-06-10 Tomeu Vizosodrm/rockchip: Resume DP early
2016-06-10 Tomeu Vizosodrm/rockchip: Use atomic PM helpers
2016-06-10 Daniel Vetterdrm/rockchip: Nuke pending event handling in preclose
2016-06-10 Daniel Vetterdrm/rockchip: convert to helper nonblocking atomic...
2016-06-10 Daniel Vetterdrm/rockchip: Fix crtc_state->event signalling
2016-06-10 Daniel Vetterdrm/rockchip: Disarm vop->is_enabled
next