1. 202b52b drm: Track drm_mm nodes with an interval tree by Chris Wilson · 8 years ago
  2. 87069f4 drm/mm: use list_next_entry by Geliang Tang · 9 years ago
  3. 18b40c5 drm/mm: rewrite drm_mm_for_each_hole by Geliang Tang · 9 years ago
  4. 440fd52 drm/mm: Support 4 GiB and larger ranges by Thierry Reding · 9 years ago
  5. 62347f9 drm: Add support for two-ended allocation, v3 by Lauri Kasanen · 10 years ago
  6. e18c041 drm/doc: Add function reference documentation for drm_mm.c by Daniel Vetter · 10 years ago
  7. c700c67 drm/mm: remove unused API by David Herrmann · 11 years ago
  8. 31e5d7c drm/mm: add "best_match" flag to drm_mm_insert_node() by David Herrmann · 11 years ago
  9. 86e81f0 drm/mm: include required headers in drm_mm.h by David Herrmann · 11 years ago
  10. e13af9a Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  11. 338710e drm: Change create block to reserve node by Ben Widawsky · 11 years ago
  12. b3a070c drm: pre allocate node for create_block by Ben Widawsky · 11 years ago
  13. 69163ea drm/mm: kill color_search_free/get_block by Daniel Vetter · 11 years ago
  14. 77ef8bb drm: make drm_mm_init() return void by David Herrmann · 11 years ago
  15. 735dc0d Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  16. b5cc6c0 Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  17. 901593f drm: Only evict the blocks required to create the requested hole by Chris Wilson · 11 years ago
  18. b810345 drm: Export routines for inserting preallocated nodes into the mm manager by Chris Wilson · 12 years ago
  19. 9e8944a drm: Introduce an iterator over holes in the drm_mm range manager by Chris Wilson · 12 years ago
  20. 5973c7e drm: Introduce drm_mm_create_block() by Chris Wilson · 12 years ago
  21. 6b9d89b drm: Add colouring to the range allocator by Chris Wilson · 12 years ago
  22. 2bbd449 drm: mm: fix debug output by Daniel Vetter · 13 years ago
  23. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  24. ae0cec2 drm: mm: add helper to unwind scan state by Daniel Vetter · 13 years ago
  25. b0b7af1 drm: mm: add api for embedding struct drm_mm_node by Daniel Vetter · 13 years ago
  26. ea7b1dd drm: mm: track free areas implicitly by Daniel Vetter · 13 years ago
  27. 31a5b8c drm/nouveau: don't munge in drm_mm internals by Daniel Vetter · 13 years ago
  28. d935cc6 drm_mm: add support for range-restricted fair-lru scans by Daniel Vetter · 14 years ago
  29. 709ea97 drm: implement helper functions for scanning lru list by Daniel Vetter · 14 years ago
  30. d1024ce drm: sane naming for drm_mm.c by Daniel Vetter · 14 years ago
  31. db3307a drm: kill drm_mm_node->private by Daniel Vetter · 14 years ago
  32. 99d7e48 drm: Add memory manager debug function by Jerome Glisse · 15 years ago
  33. a2e68e9 drm: Add search/get functions to get a block in a specific range by Jerome Glisse · 15 years ago
  34. f1938cd drm: include seq_file.h for debugfs builds. by Dave Airlie · 15 years ago
  35. fa8a123 drm/mm: add ability to dump mm lists via debugfs by Dave Airlie · 15 years ago
  36. 89579f7 drm: Apply "Memory fragmentation from lost alignment blocks" by Thomas Hellstrom · 15 years ago
  37. 249d604 drm: Split out the mm declarations in a separate header. Add atomic operations. by Jerome Glisse · 15 years ago