index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
/
drm_mm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/mm: optimize rb_hole_addr rbtree search
Nirmoy Das
2020-05-05
1
-0
/
+1
*
drm/mm: Allow drm_mm_initialized() to be used outside of the locks
Chris Wilson
2020-03-16
1
-1
/
+1
*
drm/mm: Convert drm_mm_node booleans to bitops
Chris Wilson
2019-10-04
1
-3
/
+4
*
drm/mm: Add a search-by-address variant to only inspect a single hole
Chris Wilson
2018-05-24
1
-0
/
+32
*
drm/mm: Reject over-sized allocation requests early
Chris Wilson
2018-05-24
1
-1
/
+1
*
drm/drm_mm.h: Fix the name of the referenced function in comment
Liviu Dudau
2017-11-02
1
-1
/
+1
*
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-08
1
-1
/
+1
*
Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-03-07
1
-1
/
+4
|
\
|
*
drm: Micro-optimise drm_mm_for_each_node_in_range()
Chris Wilson
2017-02-06
1
-1
/
+4
*
|
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
/
*
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-92
/
+92
*
drm/mm: Some doc polish
Daniel Vetter
2016-12-30
1
-18
/
+66
*
drm/mm: Convert to drm_printer
Daniel Vetter
2016-12-30
1
-7
/
+2
*
drm: Use drm_mm_insert_node_in_range_generic() for everyone
Chris Wilson
2016-12-28
1
-34
/
+56
*
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
2016-12-28
1
-3
/
+19
*
drm: Apply tight eviction scanning to color_adjust
Chris Wilson
2016-12-28
1
-0
/
+1
*
drm: Simplify drm_mm scan-list manipulation
Chris Wilson
2016-12-28
1
-6
/
+1
*
drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
Chris Wilson
2016-12-28
1
-0
/
+1
*
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
2016-12-28
1
-10
/
+12
*
drm: Unconditionally do the range check in drm_mm_scan_add_block()
Chris Wilson
2016-12-28
1
-6
/
+27
*
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
2016-12-27
1
-15
/
+28
*
drm: Simplify drm_mm_clean()
Chris Wilson
2016-12-27
1
-1
/
+13
*
drm: Fix kerneldoc for drm_mm_scan_remove_block()
Chris Wilson
2016-12-27
1
-6
/
+13
*
drm: Promote drm_mm alignment to u64
Chris Wilson
2016-12-27
1
-8
/
+8
*
drm: Compile time enabling for asserts in drm_mm
Chris Wilson
2016-12-27
1
-1
/
+7
*
drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
Chris Wilson
2016-12-27
1
-3
/
+15
*
drm: Constify the drm_mm API
Chris Wilson
2016-12-16
1
-14
/
+13
*
drm: Add drm_mm_for_each_node_safe()
Chris Wilson
2016-12-16
1
-3
/
+16
*
drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range()
Chris Wilson
2016-11-28
1
-8
/
+8
*
drm: Define drm_mm_for_each_node_in_range()
Chris Wilson
2016-11-24
1
-3
/
+19
*
drm: Track drm_mm allocators and show leaks on shutdown
Chris Wilson
2016-11-08
1
-0
/
+6
*
drm: Track drm_mm nodes with an interval tree
Chris Wilson
2016-08-08
1
-0
/
+12
*
drm/mm: use list_next_entry
Geliang Tang
2015-11-25
1
-2
/
+1
*
drm/mm: rewrite drm_mm_for_each_hole
Geliang Tang
2015-11-24
1
-14
/
+9
*
drm/mm: Support 4 GiB and larger ranges
Thierry Reding
2015-03-05
1
-26
/
+26
*
drm: Add support for two-ended allocation, v3
Lauri Kasanen
2014-04-04
1
-4
/
+28
*
drm/doc: Add function reference documentation for drm_mm.c
Daniel Vetter
2014-03-13
1
-29
/
+125
*
drm/mm: remove unused API
David Herrmann
2013-08-07
1
-95
/
+0
*
drm/mm: add "best_match" flag to drm_mm_insert_node()
David Herrmann
2013-08-07
1
-18
/
+36
*
drm/mm: include required headers in drm_mm.h
David Herrmann
2013-08-01
1
-0
/
+3
*
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-07-19
1
-4
/
+2
|
\
|
*
drm: Change create block to reserve node
Ben Widawsky
2013-07-08
1
-4
/
+1
|
*
drm: pre allocate node for create_block
Ben Widawsky
2013-07-08
1
-4
/
+5
*
|
drm/mm: kill color_search_free/get_block
Daniel Vetter
2013-07-04
1
-31
/
+1
*
|
drm: make drm_mm_init() return void
David Herrmann
2013-07-02
1
-3
/
+3
|
/
*
Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
2013-01-21
1
-1
/
+1
|
\
|
*
drm: Only evict the blocks required to create the requested hole
Chris Wilson
2013-01-08
1
-1
/
+1
*
|
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-01-17
1
-0
/
+40
|
\
\
|
|
/
|
/
|
|
*
drm: Introduce an iterator over holes in the drm_mm range manager
Chris Wilson
2012-11-30
1
-0
/
+36
|
*
drm: Introduce drm_mm_create_block()
Chris Wilson
2012-11-30
1
-0
/
+4
[next]