aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c
Commit message (Expand)AuthorAge
* drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson2018-05-24
* drm/mm: Reject over-sized allocation requests earlyChris Wilson2018-05-24
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-28
|\
| * Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-21
| |\
| | * drm: Handle unexpected holes in color-evictionChris Wilson2018-02-20
* | | drm/mm: Fix caching of leftmost node in the interval treeChris Wilson2018-02-20
|/ /
* | BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie2017-12-19
|\|
| * lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson2017-12-14
* | drm: Spelling fixesLiviu Dudau2017-11-02
|/
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-08
* drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson2017-02-06
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-03
* drm/gem|prime|mm: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-25
* drm/mm: Some doc polishDaniel Vetter2016-12-30
* drm/mm: Convert to drm_printerDaniel Vetter2016-12-30
* drm: Add kerneldoc markup for new @scan parameters in drm_mmChris Wilson2016-12-28
* drm/mm: Document locking rulesDaniel Vetter2016-12-28
* drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson2016-12-28
* drm: Apply range restriction after color adjustment when allocationChris Wilson2016-12-28
* drm: Wrap drm_mm_node.hole_followsChris Wilson2016-12-28
* drm: Apply tight eviction scanning to color_adjustChris Wilson2016-12-28
* drm: Simplify drm_mm scan-list manipulationChris Wilson2016-12-28
* drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson2016-12-28
* drm: Compute tight evictions for drm_mm_scanChris Wilson2016-12-28
* drm: Fix application of color vs range restriction when scanning drm_mmChris Wilson2016-12-28
* drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson2016-12-28
* drm: Rename prev_node to hole in drm_mm_scan_add_block()Chris Wilson2016-12-28
* drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson2016-12-27
* drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()Chris Wilson2016-12-27
* drm: Simplify drm_mm_clean()Chris Wilson2016-12-27
* drm: Detect overflow in drm_mm_reserve_node()Chris Wilson2016-12-27
* drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson2016-12-27
* drm: Promote drm_mm alignment to u64Chris Wilson2016-12-27
* drm: Compile time enabling for asserts in drm_mmChris Wilson2016-12-27
* drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson2016-12-27
* drm: Constify the drm_mm APIChris Wilson2016-12-16
* drm: Add drm_mm_for_each_node_safe()Chris Wilson2016-12-16
* drm: Initialise drm_mm.head_node.allocatedChris Wilson2016-12-01
* drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson2016-11-24
* drm: Define drm_mm_for_each_node_in_range()Chris Wilson2016-11-24
* drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson2016-11-08
* drm: Track drm_mm allocators and show leaks on shutdownChris Wilson2016-11-08
* drm: Declare that create drm_mm nodes with size 0 is illegalChris Wilson2016-08-08
* drm: Skip initialising the drm_mm_node->hole_stackChris Wilson2016-08-08
* drm: Track drm_mm nodes with an interval treeChris Wilson2016-08-08
* drm/mm: avoid possible null pointer dereferenceHeinrich Schuchardt2016-05-23
* drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjustMichel Thierry2015-09-08
* drm: clean up drm_mm debugfs outputRussell King2015-05-28
* [PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa2015-03-15
* drm/mm: Support 4 GiB and larger rangesThierry Reding2015-03-04