1. fafecc0 drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjust by Michel Thierry · 9 years ago
  2. 2f15791 drm: clean up drm_mm debugfs output by Russell King · 9 years ago
  3. 046d669 [PATCH] drm/mm: Fix support 4 GiB and larger ranges by Krzysztof Kolasa · 9 years ago
  4. 440fd52 drm/mm: Support 4 GiB and larger ranges by Thierry Reding · 10 years ago
  5. 004f388 drm/mm: Don't WARN if drm_mm_reserve_node by Daniel Vetter · 10 years ago
  6. 145bccd drm/mm: Fix search for smallest hole satisfying constraints by Michel Dänzer · 10 years ago
  7. 62347f9 drm: Add support for two-ended allocation, v3 by Lauri Kasanen · 10 years ago
  8. e18c041 drm/doc: Add function reference documentation for drm_mm.c by Daniel Vetter · 11 years ago
  9. 93110be drm/doc: Overview documentation for drm_mm.c by Daniel Vetter · 11 years ago
  10. 79d1154 drm/mm: Remove MM_UNUSED_TARGET by Daniel Vetter · 11 years ago
  11. efa27f9 Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  12. 3ef80a8 drm: WARN when removing unallocated node by Ben Widawsky · 11 years ago
  13. c700c67 drm/mm: remove unused API by David Herrmann · 11 years ago
  14. 31e5d7c drm/mm: add "best_match" flag to drm_mm_insert_node() by David Herrmann · 11 years ago
  15. cb54b53 Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux' by Daniel Vetter · 11 years ago
  16. 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
  17. 338710e drm: Change create block to reserve node by Ben Widawsky · 11 years ago
  18. b3a070c drm: pre allocate node for create_block by Ben Widawsky · 11 years ago
  19. e5ad449 drm/mm: WARN for unclean mm takedown by Daniel Vetter · 11 years ago
  20. 2c54b13 drm/mm: fix debug table BUG by Daniel Vetter · 11 years ago
  21. 77ef8bb drm: make drm_mm_init() return void by David Herrmann · 11 years ago
  22. 3a359f0 drm/mm: fix dump table BUG by Daniel Vetter · 11 years ago
  23. 735dc0d Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  24. b5cc6c0 Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  25. 901593f drm: Only evict the blocks required to create the requested hole by Chris Wilson · 12 years ago
  26. b810345 drm: Export routines for inserting preallocated nodes into the mm manager by Chris Wilson · 12 years ago
  27. 9e8944a drm: Introduce an iterator over holes in the drm_mm range manager by Chris Wilson · 12 years ago
  28. 5973c7e drm: Introduce drm_mm_create_block() by Chris Wilson · 12 years ago
  29. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  30. 6b9d89b drm: Add colouring to the range allocator by Chris Wilson · 12 years ago
  31. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  32. 2bbd449 drm: mm: fix debug output by Daniel Vetter · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. ae0cec2 drm: mm: add helper to unwind scan state by Daniel Vetter · 13 years ago
  35. b0b7af1 drm: mm: add api for embedding struct drm_mm_node by Daniel Vetter · 13 years ago
  36. 9fc935d drm: mm: extract node insert helper functions by Daniel Vetter · 13 years ago
  37. ea7b1dd drm: mm: track free areas implicitly by Daniel Vetter · 13 years ago
  38. d935cc6 drm_mm: add support for range-restricted fair-lru scans by Daniel Vetter · 14 years ago
  39. 7521473 drm: mm: fix range restricted allocations by Daniel Vetter · 14 years ago
  40. 709ea97 drm: implement helper functions for scanning lru list by Daniel Vetter · 14 years ago
  41. 7a6b289 drm_mm: extract check_free_mm_node by Daniel Vetter · 14 years ago
  42. d1024ce drm: sane naming for drm_mm.c by Daniel Vetter · 14 years ago
  43. ca31efa drm: kill dead code in drm_mm.c by Daniel Vetter · 14 years ago
  44. 26f3751 drm: use list_for_each_entry in drm_mm.c by Daniel Vetter · 14 years ago
  45. 775c670 drm: Fix a bug in the range manager. by Thomas Hellstrom · 14 years ago
  46. e2108eb drm/mm: fix logic for selection of best fit block by Bob Gleitsmann · 15 years ago
  47. 99d7e48 drm: Add memory manager debug function by Jerome Glisse · 15 years ago
  48. a2e68e9 drm: Add search/get functions to get a block in a specific range by Jerome Glisse · 15 years ago
  49. 1bd049f Merge branch 'drm-core-next' into drm-linus by Dave Airlie · 15 years ago
  50. 01d01ba drm/mm: fixup typo in debug functions. by Dave Airlie · 15 years ago
  51. a698cf3 drm: mm always protect change to unused_nodes with unused_lock spinlock by Jerome Glisse · 15 years ago
  52. fa8a123 drm/mm: add ability to dump mm lists via debugfs by Dave Airlie · 15 years ago
  53. 89579f7 drm: Apply "Memory fragmentation from lost alignment blocks" by Thomas Hellstrom · 15 years ago
  54. e6c03c5 drm: Memory fragmentation from lost alignment blocks by Chris Wilson · 15 years ago
  55. 249d604 drm: Split out the mm declarations in a separate header. Add atomic operations. by Jerome Glisse · 15 years ago
  56. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
  57. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
  58. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/drm_mm.c]
  59. bc5f452 drm: run cleanfile across drm tree by Dave Airlie · 17 years ago
  60. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  61. 5591051 drm: detypedeffing continues... by Dave Airlie · 17 years ago
  62. 41ed5de drm: remove unused exports by Adrian Bunk · 17 years ago
  63. 1d58420 drm: update core memory manager from git drm tree by Thomas Hellstrom · 18 years ago
  64. a1d0fcf drm: remove FALSE/TRUE that snuck in with simple memory manager changes. by Andrew Morton · 18 years ago
  65. 3a1bd92 drm: add simple DRM memory manager, and hash table by Thomas Hellstrom · 18 years ago