index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_mm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
BackMerge tag 'v4.15-rc4' into drm-next
Dave Airlie
2017-12-19
1
-3
/
+5
|
\
|
*
lib/rbtree,drm/mm: add rbtree_replace_node_cached()
Chris Wilson
2017-12-14
1
-3
/
+5
*
|
drm: Spelling fixes
Liviu Dudau
2017-11-02
1
-1
/
+1
|
/
*
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-08
1
-8
/
+11
*
drm: Micro-optimise drm_mm_for_each_node_in_range()
Chris Wilson
2017-02-06
1
-1
/
+1
*
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-216
/
+272
*
drm/gem|prime|mm: Use recommened kerneldoc for struct member refs
Daniel Vetter
2017-01-25
1
-2
/
+2
*
drm/mm: Some doc polish
Daniel Vetter
2016-12-30
1
-19
/
+22
*
drm/mm: Convert to drm_printer
Daniel Vetter
2016-12-30
1
-56
/
+11
*
drm: Add kerneldoc markup for new @scan parameters in drm_mm
Chris Wilson
2016-12-28
1
-0
/
+2
*
drm/mm: Document locking rules
Daniel Vetter
2016-12-28
1
-0
/
+5
*
drm: Use drm_mm_insert_node_in_range_generic() for everyone
Chris Wilson
2016-12-28
1
-155
/
+11
*
drm: Apply range restriction after color adjustment when allocation
Chris Wilson
2016-12-28
1
-10
/
+6
*
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
2016-12-28
1
-6
/
+6
*
drm: Apply tight eviction scanning to color_adjust
Chris Wilson
2016-12-28
1
-25
/
+51
*
drm: Simplify drm_mm scan-list manipulation
Chris Wilson
2016-12-28
1
-17
/
+18
*
drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
Chris Wilson
2016-12-28
1
-1
/
+8
*
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
2016-12-28
1
-10
/
+50
*
drm: Fix application of color vs range restriction when scanning drm_mm
Chris Wilson
2016-12-28
1
-6
/
+9
*
drm: Unconditionally do the range check in drm_mm_scan_add_block()
Chris Wilson
2016-12-28
1
-49
/
+4
*
drm: Rename prev_node to hole in drm_mm_scan_add_block()
Chris Wilson
2016-12-28
1
-8
/
+8
*
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
2016-12-27
1
-54
/
+70
*
drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
Chris Wilson
2016-12-27
1
-0
/
+7
*
drm: Simplify drm_mm_clean()
Chris Wilson
2016-12-27
1
-18
/
+1
*
drm: Detect overflow in drm_mm_reserve_node()
Chris Wilson
2016-12-27
1
-3
/
+2
*
drm: Fix kerneldoc for drm_mm_scan_remove_block()
Chris Wilson
2016-12-27
1
-16
/
+18
*
drm: Promote drm_mm alignment to u64
Chris Wilson
2016-12-27
1
-20
/
+17
*
drm: Compile time enabling for asserts in drm_mm
Chris Wilson
2016-12-27
1
-22
/
+23
*
drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
Chris Wilson
2016-12-27
1
-4
/
+4
*
drm: Constify the drm_mm API
Chris Wilson
2016-12-16
1
-12
/
+12
*
drm: Add drm_mm_for_each_node_safe()
Chris Wilson
2016-12-16
1
-5
/
+4
*
drm: Initialise drm_mm.head_node.allocated
Chris Wilson
2016-12-01
1
-0
/
+1
*
drm: Check against color expansion in drm_mm_reserve_node()
Chris Wilson
2016-11-24
1
-3
/
+8
*
drm: Define drm_mm_for_each_node_in_range()
Chris Wilson
2016-11-24
1
-9
/
+2
*
drm: Add stackdepot include for DRM_DEBUG_MM
Chris Wilson
2016-11-08
1
-0
/
+2
*
drm: Track drm_mm allocators and show leaks on shutdown
Chris Wilson
2016-11-08
1
-3
/
+71
*
drm: Declare that create drm_mm nodes with size 0 is illegal
Chris Wilson
2016-08-08
1
-0
/
+9
*
drm: Skip initialising the drm_mm_node->hole_stack
Chris Wilson
2016-08-08
1
-5
/
+1
*
drm: Track drm_mm nodes with an interval tree
Chris Wilson
2016-08-08
1
-23
/
+110
*
drm/mm: avoid possible null pointer dereference
Heinrich Schuchardt
2016-05-23
1
-1
/
+3
*
drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjust
Michel Thierry
2015-09-08
1
-3
/
+3
*
drm: clean up drm_mm debugfs output
Russell King
2015-05-29
1
-2
/
+2
*
[PATCH] drm/mm: Fix support 4 GiB and larger ranges
Krzysztof Kolasa
2015-03-16
1
-1
/
+1
*
drm/mm: Support 4 GiB and larger ranges
Thierry Reding
2015-03-05
1
-73
/
+79
*
drm/mm: Don't WARN if drm_mm_reserve_node
Daniel Vetter
2014-04-10
1
-2
/
+0
*
drm/mm: Fix search for smallest hole satisfying constraints
Michel Dänzer
2014-04-04
1
-4
/
+8
*
drm: Add support for two-ended allocation, v3
Lauri Kasanen
2014-04-04
1
-17
/
+49
*
drm/doc: Add function reference documentation for drm_mm.c
Daniel Vetter
2014-03-13
1
-23
/
+121
*
drm/doc: Overview documentation for drm_mm.c
Daniel Vetter
2014-03-13
1
-0
/
+67
*
drm/mm: Remove MM_UNUSED_TARGET
Daniel Vetter
2014-03-13
1
-2
/
+0
[next]