drm: Mark authmagic ioctls as unlocked
[cascardo/linux.git] / drivers /
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 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 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
2016-06-10 Daniel Vetterdrm/hdlcd: Use helper support for nonblocking commits
2016-06-10 Daniel Vetterdrm/arc: Implement nonblocking commit correctly
2016-06-10 Daniel Vetterdrm/atomic-helper: nonblocking commit support
2016-06-10 Daniel Vetterdrm/atomic-helper: roll out commit synchronization
2016-06-10 Daniel Vetterdrm/atomic: Add struct drm_crtc_commit to track async...
2016-06-10 Daniel Vetterdrm/sun4i: Implement some semblance of vblank event...
2016-06-10 Daniel Vetterdrm/arc: Actually bother with handling atomic events.
2016-06-10 Daniel Vetterdrm/atomic-helper: Massage swap_state signature somewhat
2016-06-10 Tomeu Vizosodrm/rockchip: Drop drm_driver.load/unload callbacks
2016-06-10 Brian Norrisdrm/rockchip: fix compile warnings for 64-bit
2016-06-10 Tobias Jakobidrm/exynos: use logical AND in exynos_drm_plane_check_s...
2016-06-09 Laurent Pinchartdrm: Move format-related helpers to drm_fourcc.c
2016-06-09 Daniel Vetterdrm/hisilicon: Implement some semblance of vblank event...
2016-06-09 Daniel Vetterdrm/fsl-du: Implement some semblance of vblank event...
2016-06-09 Daniel Vetterdrm/arc: Nuke event_list
2016-06-09 Daniel Vetterdrm: Replace fb_helper->atomic with mode_config->atomic...
2016-06-09 Daniel Vetterdrm/atomic-helper: Annotate a bunch more RETURNS: sections
2016-06-09 Boris Brezillondrm: sti: Rely on the default ->best_encoder() behavior
2016-06-09 Boris Brezillondrm: msm: Rely on the default ->best_encoder() behavior...
2016-06-09 Boris Brezillondrm: mediatek: Rely on the default ->best_encoder(...
2016-06-09 Lukas Wunnerdrm: Remove dev_pm_ops from drm_class
2016-06-09 Dave AirlieMerge tag 'omapdrm-4.8' of git://git./linux/kernel...
2016-06-09 Dave AirlieMerge branch 'virtio-gpu-for-airlied' of git://git...
2016-06-09 Dave AirlieMerge tag 'drm-intel-next-2016-06-06' of git://anongit...
2016-06-09 Dave AirlieMerge tag 'topic/drm-misc-2016-06-07' of git://anongit...
2016-06-09 Dave AirlieMerge tag 'topic/lockless-gem-bo-freeing-2016-06-01...
2016-06-09 Dave AirlieBackmerge tag 'v4.7-rc2' into drm-next
next