index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_mm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-30
Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-0
/
+3
2013-08-22
drm: WARN when removing unallocated node
Ben Widawsky
1
-0
/
+3
2013-08-07
drm/mm: remove unused API
David Herrmann
1
-140
/
+20
2013-08-07
drm/mm: add "best_match" flag to drm_mm_insert_node()
David Herrmann
1
-25
/
+12
2013-07-25
Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...
Daniel Vetter
1
-23
/
+22
2013-07-19
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-18
/
+13
2013-07-09
drm: Change create block to reserve node
Ben Widawsky
1
-9
/
+10
2013-07-09
drm: pre allocate node for create_block
Ben Widawsky
1
-11
/
+5
2013-07-04
drm/mm: WARN for unclean mm takedown
Daniel Vetter
1
-2
/
+2
2013-07-04
drm/mm: fix debug table BUG
Daniel Vetter
1
-18
/
+19
2013-07-02
drm: make drm_mm_init() return void
David Herrmann
1
-3
/
+1
2013-04-30
drm/mm: fix dump table BUG
Daniel Vetter
1
-16
/
+18
2013-01-21
Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-28
/
+17
2013-01-17
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-33
/
+63
2013-01-08
drm: Only evict the blocks required to create the requested hole
Chris Wilson
1
-28
/
+17
2012-12-19
drm: Export routines for inserting preallocated nodes into the mm manager
Chris Wilson
1
-12
/
+29
2012-12-01
drm: Introduce an iterator over holes in the drm_mm range manager
Chris Wilson
1
-41
/
+21
2012-12-01
drm: Introduce drm_mm_create_block()
Chris Wilson
1
-0
/
+50
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-07-15
drm: Add colouring to the range allocator
Chris Wilson
1
-65
/
+104
2011-11-01
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
1
-0
/
+1
2011-05-09
drm: mm: fix debug output
Daniel Vetter
1
-3
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-23
drm: mm: add helper to unwind scan state
Daniel Vetter
1
-0
/
+4
2011-02-23
drm: mm: add api for embedding struct drm_mm_node
Daniel Vetter
1
-9
/
+84
2011-02-23
drm: mm: extract node insert helper functions
Daniel Vetter
1
-25
/
+42
2011-02-23
drm: mm: track free areas implicitly
Daniel Vetter
1
-251
/
+213
2010-10-28
drm_mm: add support for range-restricted fair-lru scans
Daniel Vetter
1
-1
/
+39
2010-08-27
drm: mm: fix range restricted allocations
Daniel Vetter
1
-10
/
+14
2010-07-07
drm: implement helper functions for scanning lru list
Daniel Vetter
1
-4
/
+163
2010-07-07
drm_mm: extract check_free_mm_node
Daniel Vetter
1
-37
/
+34
2010-07-07
drm: sane naming for drm_mm.c
Daniel Vetter
1
-37
/
+35
2010-07-07
drm: kill dead code in drm_mm.c
Daniel Vetter
1
-45
/
+0
2010-07-07
drm: use list_for_each_entry in drm_mm.c
Daniel Vetter
1
-6
/
+2
2010-02-15
drm: Fix a bug in the range manager.
Thomas Hellstrom
1
-1
/
+2
2009-12-23
drm/mm: fix logic for selection of best fit block
Bob Gleitsmann
1
-2
/
+2
2009-12-10
drm: Add memory manager debug function
Jerome Glisse
1
-0
/
+20
2009-12-10
drm: Add search/get functions to get a block in a specific range
Jerome Glisse
1
-0
/
+88
2009-12-08
Merge branch 'drm-core-next' into drm-linus
Dave Airlie
1
-1
/
+1
2009-12-04
drm/mm: fixup typo in debug functions.
Dave Airlie
1
-1
/
+1
2009-11-24
drm: mm always protect change to unused_nodes with unused_lock spinlock
Jerome Glisse
1
-0
/
+9
2009-09-02
drm/mm: add ability to dump mm lists via debugfs
Dave Airlie
1
-0
/
+21
2009-06-19
drm: Apply "Memory fragmentation from lost alignment blocks"
Thomas Hellstrom
1
-41
/
+7
2009-06-15
drm: Memory fragmentation from lost alignment blocks
Chris Wilson
1
-11
/
+9
2009-06-12
drm: Split out the mm declarations in a separate header. Add atomic operations.
Jerome Glisse
1
-28
/
+137
2008-12-29
DRM: add mode setting support
Dave Airlie
1
-0
/
+1
2008-10-18
drm: Add GEM ("graphics execution manager") to i915 driver.
Eric Anholt
1
-1
/
+4
2008-07-14
drm: reorganise drm tree to be more future proof.
Dave Airlie
1
-0
/
+295