summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause2016-06-202-22/+9
* dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause2016-06-201-1/+4
* dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause2016-06-201-11/+3
* drm/i915: Avoid use-after-free of intel_encoder in intel_dp_connector_destrpyChris Wilson2016-06-201-2/+3
* drm/i915: Move backlight unregistration to connector unregistrationChris Wilson2016-06-193-15/+12
* drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson2016-06-1912-51/+32
* drm: Protect drm_connector_register_all() under DRIVER_MODESETChris Wilson2016-06-191-2/+4
* drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä2016-06-177-10/+25
* drm: Automatically register/unregister all connectorsChris Wilson2016-06-172-8/+8
* drm: Minimally initialise drm_dp_auxChris Wilson2016-06-172-5/+24
* drm: Pass the drm_dp_aux->hw_mutex to i2c for its lockingChris Wilson2016-06-171-4/+24
* drm/sti: Don't call drm_helper_disable_unused_functionsDaniel Vetter2016-06-171-1/+0
* drm: Automatically unregister the connector during cleanupChris Wilson2016-06-171-0/+6
* drm: Make drm_connector_register() safe against multiple callsChris Wilson2016-06-172-0/+11
* drm: Add a callback from connector registeringChris Wilson2016-06-172-2/+43
* drm: Export drm_dev_init() for subclassingChris Wilson2016-06-172-15/+60
* drm: rockchip: select DRM_GEM_CMA_HELPERArnd Bergmann2016-06-161-0/+1
* drm: Extract drm_master_relaseDaniel Vetter2016-06-163-33/+40
* drm: Extract drm_master_openDaniel Vetter2016-06-163-13/+21
* drm: Move master functions into drm_auth.cDaniel Vetter2016-06-165-170/+168
* drm: Link directly from drm_master to drm_deviceDaniel Vetter2016-06-164-7/+10
* drm: Hide hw.lock cleanup in filp->release betterDaniel Vetter2016-06-163-137/+126
* drm: Nuke legacy maps debugfs filesDaniel Vetter2016-06-164-151/+0
* Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-16125-1640/+2935
|\
| * drm/atomic-helpers: Clear up cleanup_done a bitDaniel Vetter2016-06-151-5/+3
| * drm/atomic-helpers: Stall on the right commitDaniel Vetter2016-06-151-2/+2
| * drm/vmwgfx: use *_32_bits() macrosPaul Bolle2016-06-151-5/+2
| * Merge tag 'sphinx-4.8' of git://git.lwn.net/linux into topic/drm-miscDaniel Vetter2016-06-1417-393/+1326
| |\
| | * docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet2016-06-091-1/+2
| | * docs: self-protection: rename "leak" to "exposure"Kees Cook2016-06-091-10/+18
| | * Merge branch 'sphinx-for-docs-next' into doc/4.8Jonathan Corbet2016-06-0911-144/+948
| | |\
| | | * doc/sphinx: Track line-number of starting blocksDaniel Vetter2016-06-041-2/+15
| | | * scripts/kernel-doc: Add option to inject line numbersDaniel Vetter2016-06-041-0/+41
| | | * scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter2016-06-031-4/+4
| | | * doc/sphinx: Stop touching state_machine internalsDaniel Vetter2016-06-031-2/+9
| | | * scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter2016-06-031-18/+1
| | | * doc/sphinx: Pass right filename as sourceDaniel Vetter2016-06-011-1/+1
| | | * Documentation/sphinx: fix kernel-doc extension on python3Jani Nikula2016-06-011-2/+7
| | | * kernel-doc: reset contents and section harderJani Nikula2016-05-301-0/+3
| | | * kernel-doc: concatenate contents of colliding sectionsJani Nikula2016-05-301-4/+6
| | | * kernel-doc: limit the "section header:" detection to a select fewJani Nikula2016-05-301-2/+17
| | | * kernel-doc/rst: remove fixme commentJani Nikula2016-05-301-1/+0
| | | * kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula2016-05-301-2/+2
| | | * kernel-doc: strip leading whitespace from continued param descsJani Nikula2016-05-301-1/+15
| | | * kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula2016-05-301-4/+4
| | | * kernel-doc/rst: change the output layoutJani Nikula2016-05-301-17/+17
| | | * kernel-doc: strip leading blank lines from inline doc commentsJani Nikula2016-05-301-0/+4
| | | * kernel-doc/rst: blank lines in output are not neededJani Nikula2016-05-301-6/+1
| | | * kernel-doc: fix wrong code indentationJani Nikula2016-05-301-1/+1
| | | * kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula2016-05-301-12/+2
OpenPOWER on IntegriCloud