]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2017-01-09  Chris Wilsondma-fence: Wrap querying the fence->status
2017-01-09  Chris Wilsondma-fence: Clear fence->status during dma_fence_init()
2017-01-09  Benjamin Gaignarddrm: fix compilations issues introduced by "drm: allow...
2017-01-09  Gabriel Krisman... drm: Change the return type of the unload hook to void
2017-01-09  Shawn Guodrm: add more document for drm_crtc_from_index()
2017-01-09  Vincent Abrioudrm: remove useless parameters from drm_pick_cmdline_mo...
2017-01-06  Benjamin Gaignarddrm: crc: Call wake_up_interruptible() each time there...
2017-01-06  Benjamin Gaignarddrm: allow to use mmuless SoC
2017-01-06  Benjamin Gaignarddrm: compile drm_vm.c only when needed
2017-01-06  Benjamin Gaignardfbmem: add a default get_fb_unmapped_area function
2017-01-05  Tomeu Vizosodrm: crc: Wait for a frame before returning from open()
2017-01-05  Tomeu Vizosodrm: Move locking into drm_debugfs_crtc_crc_add
2017-01-05  Fabio Estevamdrm/imx: imx-tve: Remove unused variable
2017-01-05  Daniel VetterRevert "drm: nouveau: fix build when LEDS_CLASS=m"
2017-01-05  Daniel Vetterdrm: Add kernel-doc for drm_crtc_commit_get/put
2017-01-04  Maarten Lankhorstdrm/atomic: Fix outdated comment.
2017-01-04  Daniel Vetterdrm: reference count event->completion
2017-01-04  Arvind Yadavgpu: drm: mgag200: mgag200_main:- Handle error from...
2017-01-04  Gabriel Krisman... drm: Document deprecated load/unload hook
2017-01-04  Randy Dunlapdrm: nouveau: fix build when LEDS_CLASS=m
2017-01-02  Jani Nikuladrm/edid: constify edid quirk list
2017-01-02  Daniel Vetterdrm/bridge: Use recommened kerneldoc for struct member...
2016-12-30  Daniel Vetterdrm/cma-helpers: Use recommened kerneldoc for struct...
2016-12-30  Daniel Vetterdrm/cma-helper: simplify setup for drivers with ->dirty...
2016-12-30  Daniel Vetterdrm/armada: Fix compile fail
2016-12-30  Chris Wilsondrm/armada: s/drm_mm_dump_table/drm_mm_print/
2016-12-30  Chris Wilsondrm: Avoid NULL dereference of drm_device.dev
2016-12-30  Daniel Vetterdrm/atomic-helpers: Remove outdated comment
2016-12-30  Daniel Vetterdrm/rect: Fix formatting of example code
2016-12-30  Daniel Vetterdrm/doc: Update styleguide
2016-12-30  Daniel Vetterdrm: Nuke connector_list locking assert
2016-12-30  Daniel Vetterdrm/doc: use preferred struct reference in kernel-doc
2016-12-30  Daniel Vetterdma-buf: Use recommended structure member reference
2016-12-30  Daniel Vetterdma-buf: use preferred struct reference in kernel-doc
2016-12-30  Daniel Vetterdrm/mm: Some doc polish
2016-12-30  Daniel Vetterdrm/docs: Small cleanup in drm-uapi.rst
2016-12-30  Gabriel Krisman... drm: Update TTM initialization documentation
2016-12-30  Gabriel Krisman... drm: Export drm_ioctl_permit to kernel-doc
2016-12-30  Gabriel Krisman... drm: Drop unused forward declaration of drm_version
2016-12-30  Gabriel Krisman... drm: Deduplicate driver initialization message
2016-12-30  Chris Wilsondrm: Reduce verbosity level for drm_core_init() debug...
2016-12-30  Shawn Guodrm: rockchip: use crtc helper drm_crtc_from_index()
2016-12-30  Shawn Guodrm: zte: use crtc helper drm_crtc_from_index()
2016-12-30  Shawn Guodrm: add crtc helper drm_crtc_from_index()
2016-12-30  Daniel Vetterdrm/mm: Convert to drm_printer
2016-12-30  Daniel Vetterdrm/printer: add debug printer
2016-12-29  Daniel Vetterdrm/doc: link style-guide to doc-guide
2016-12-28  Chris Wilsondrm: Add kerneldoc markup for new @scan parameters...
2016-12-28  Daniel Vetterdrm/mm: Document locking rules
2016-12-28  Chris Wilsondrm: Use drm_mm_insert_node_in_range_generic() for...
2016-12-28  Chris Wilsondrm: Apply range restriction after color adjustment...
2016-12-28  Chris Wilsondrm: Wrap drm_mm_node.hole_follows
2016-12-28  Chris Wilsondrm: Apply tight eviction scanning to color_adjust
2016-12-28  Chris Wilsondrm: Simplify drm_mm scan-list manipulation
2016-12-28  Chris Wilsondrm: Optimise power-of-two alignments in drm_mm_scan_ad...
2016-12-28  Chris Wilsondrm: Compute tight evictions for drm_mm_scan
2016-12-28  Chris Wilsondrm: Fix application of color vs range restriction...
2016-12-28  Chris Wilsondrm: Unconditionally do the range check in drm_mm_scan_...
2016-12-28  Chris Wilsondrm: Rename prev_node to hole in drm_mm_scan_add_block()
2016-12-28  Daniel Vetterdrm: Fix O= out-of-tree builds for selftests
2016-12-27  Chris Wilsondrm: Extract struct drm_mm_scan from struct drm_mm
2016-12-27  Chris Wilsondrm: Add asserts to catch overflow in drm_mm_init(...
2016-12-27  Chris Wilsondrm: Simplify drm_mm_clean()
2016-12-27  Chris Wilsondrm: Detect overflow in drm_mm_reserve_node()
2016-12-27  Chris Wilsondrm: Fix kerneldoc for drm_mm_scan_remove_block()
2016-12-27  Chris Wilsondrm: Promote drm_mm alignment to u64
2016-12-27  Chris Wilsondrm: kselftest for drm_mm and restricted color eviction
2016-12-27  Chris Wilsondrm: kselftest for drm_mm and color eviction
2016-12-27  Chris Wilsondrm: kselftest for drm_mm and color adjustment
2016-12-27  Chris Wilsondrm: kselftest for drm_mm and top-down allocation
2016-12-27  Chris Wilsondrm: kselftest for drm_mm and range restricted eviction
2016-12-27  Chris Wilsondrm: kselftest for drm_mm and eviction
2016-12-27  Chris Wilsondrm: kselftest for drm_mm and alignment
2016-12-27  Chris Wilsondrm: kselftest for drm_mm_insert_node_in_range()
2016-12-27  Chris Wilsondrm: kselftest for drm_mm_replace_node()
2016-12-27  Chris Wilsondrm: kselftest for drm_mm_insert_node()
2016-12-27  Chris Wilsondrm: kselftest for drm_mm_reserve_node()
2016-12-27  Chris Wilsondrm: kselftest for drm_mm_debug()
2016-12-27  Chris Wilsondrm: kselftest for drm_mm_init()
2016-12-27  Chris Wilsondrm: Add some kselftests for the DRM range manager...
2016-12-27  Chris Wilsondrm: Add a simple generator of random permutations
2016-12-27  Chris Wilsonlib: Add a simple prime number generator
2016-12-27  Chris Wilsondrm: Compile time enabling for asserts in drm_mm
2016-12-27  Chris Wilsondrm: Use drm_mm_nodes() as shorthand for the list of...
2016-12-27  Dhinakaran... drm: Get atomic property value even if DRIVER_ATOMIC...
2016-12-27  Dhinakaran... drm: Wrap the check for atomic_commit implementation
2016-12-19  Maarten Lankhorstdrm/i915: Add a cursor hack to allow converting legacy...
2016-12-19  Maarten Lankhorstdrm/atomic: Remove drm_atomic_helper_framebuffer_changed.
2016-12-19  Maarten Lankhorstdrm/atomic: Wait for vblank whenever a plane is added...
2016-12-19  Maarten Lankhorstdrm/atomic: Clean up wait_for_vblanks, v2.
2016-12-19  Maarten Lankhorstdrm/atomic: Unconditionally call prepare_fb.
2016-12-18  Kees Cookdrm/nouveau: use designated initializers
2016-12-18  Kees Cookdrm/vmwgfx: use designated initializers
2016-12-18  Kees Cookdrm/ttm: use designated initializers
2016-12-18  Kees Cookdrm/ttm: use designated initializers
2016-12-18  Peter Meerwald... drm/hisilicon: Fix spelling of clock in hisi-ade.txt
2016-12-18  Peter Meerwald... drm: Fix spelling of clock in drm_connector.h
2016-12-18  Daniel Vetterdrm: Tighten locking in drm_mode_getconnector
2016-12-18  Daniel Vetterdrm: prevent double-(un)registration for connectors
2016-12-18  Daniel Vetterdrm: Clean up connectors by unreferencing them
next