1. 77ef8bb drm: make drm_mm_init() return void by David Herrmann · 11 years ago
  2. 2e07fb2 drm/gem: fix not to assign error value to gem name by YoungJun Cho · 11 years ago
  3. 4368dd8 drm/gem: add mutex lock when using drm_gem_mmap_obj by YoungJun Cho · 11 years ago
  4. 1c5aafa drm/gem: Split drm_gem_mmap() into object search and object mapping by Laurent Pinchart · 11 years ago
  5. 219b473 drm/prime: keep a reference from the handle to exported dma-buf (v6) by Dave Airlie · 11 years ago
  6. 2e92881 drm: convert to idr_alloc() by Tejun Heo · 11 years ago
  7. 4d53233 drm: don't use idr_remove_all() by Tejun Heo · 11 years ago
  8. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  9. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  10. 6b9d89b drm: Add colouring to the range allocator by Chris Wilson · 12 years ago
  11. 0ff926c drm/prime: add exported buffers to current fprivs imported buffer list (v2) by Dave Airlie · 12 years ago
  12. 4a1b071 drm: Don't initialize local ret variable when not needed by Laurent Pinchart · 12 years ago
  13. b06d66b drm: pass dev to drm_vm_{open,close}_locked() by Rob Clark · 12 years ago
  14. f1ae126 drm: Unify and fix idr error handling by Ville Syrjälä · 12 years ago
  15. 3248877 drm: base prime/dma-buf support (v5) by Dave Airlie · 13 years ago
  16. 2c07a21 drm: add core support for unplugging a device (v2) by Dave Airlie · 13 years ago
  17. 966e0cd drm: drop setting vm_file to filp by Dave Airlie · 12 years ago
  18. dd8bc93 drm: Pass the real error code back during GEM bo initialisation by Chris Wilson · 13 years ago
  19. 75ef8b3 drm/gem: add functions for mmap offset creation by Rob Clark · 13 years ago
  20. 62cb7011 drm/gem: add support for private objects by Alan Cox · 13 years ago
  21. cf056ed Merge 3.0-rc7 into drm-core-next by Dave Airlie · 13 years ago
  22. 5949eac drm/i915: use shmem_read_mapping_page by Hugh Dickins · 13 years ago
  23. 304eda3 drm/gem: add hooks to notify driver when object handle is created/destroyed by Ben Skeggs · 13 years ago
  24. b74ad5a drm: Fix use-after-free in drm_gem_vm_close() by Chris Wilson · 13 years ago
  25. 4cb81ac drm: Trim the GEM mmap offset hashtab by Chris Wilson · 14 years ago
  26. ff72145b drm: dumb scanout create/mmap for intel/radeon (v3) by Dave Airlie · 14 years ago
  27. fb7ba21 Merge remote branch 'korg/drm-fixes' into drm-vmware-next by Dave Airlie · 14 years ago
  28. 73aa808 drm: Move the GTT accounting to i915 by Chris Wilson · 14 years ago
  29. 39b4d07 drm: Hold the mutex when dropping the last GEM reference (v2) by Chris Wilson · 14 years ago
  30. 29d08b3 drm/gem: handlecount isn't really a kref so don't make it one. by Dave Airlie · 14 years ago
  31. 31dfbc9 drm: Prune GEM vma entries by Chris Wilson · 14 years ago
  32. fd2e793 drm: kill gem_free_object_unlocked driver callback by Daniel Vetter · 14 years ago
  33. bf79cb9 drm: Use ENOENT consistently for the error return for an unmatched handle. by Chris Wilson · 14 years ago
  34. ddd3d06 drm: Free the idr layers before calling idr_destroy() by Chris Wilson · 14 years ago
  35. 05269a3 drm: Make sure the DRM offset matches the CPU by Jordan Crouse · 14 years ago
  36. fd632aa drm: free core gem object from driver callbacks by Daniel Vetter · 14 years ago
  37. 1d39704 drm: extract drm_gem_object_init by Daniel Vetter · 14 years ago
  38. bc9025b Use drm_gem_object_[handle_]unreference_unlocked where possible by Luca Barbieri · 15 years ago
  39. c3ae90c drm: introduce drm_gem_object_[handle_]unreference_unlocked by Luca Barbieri · 15 years ago
  40. 4bdadb9 drm/i915: Selectively enable self-reclaim by Chris Wilson · 15 years ago
  41. 79cc304 drm: make sure page protections are updated after changing vm_flags by Jeremy Fitzhardinge · 15 years ago
  42. 07f73f6 drm/i915: Improve behaviour under memory pressure by Chris Wilson · 15 years ago
  43. a1a2d1d drm: GEM handles are u32, not int by Pekka Paalanen · 15 years ago
  44. 845792d drm: drm_gem, check kzalloc retval by Jiri Slaby · 15 years ago
  45. 9a298b2 drm: Remove memory debugging infrastructure. by Eric Anholt · 15 years ago
  46. b798b1f drm: simplify kcalloc() call to kzalloc(). by Robert P. J. Day · 15 years ago
  47. 1055f9d drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT. by Jesse Barnes · 15 years ago
  48. f77d390 drm: Split drm_map and drm_local_map by Benjamin Herrenschmidt · 16 years ago
  49. ab00b3e drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap. by Jesse Barnes · 16 years ago
  50. 8d59bae drm: Do not leak a new reference for flink() on an existing name by Chris Wilson · 16 years ago
  51. 3e49c4f drm: Free the object ref on error. by Chris Wilson · 16 years ago
  52. ad45aa9 drm: Potential use-after-free on error path. by Chris Wilson · 16 years ago
  53. fc8744a Stop playing silly games with the VM_ACCOUNT flag by Linus Torvalds · 16 years ago
  54. ae14dc0 drm: PAGE_CACHE_WC is x86 only so far by Dave Airlie · 16 years ago
  55. a2c0a97 drm: GEM mmap support by Jesse Barnes · 16 years ago
  56. d4e7b89 DRM: Return -EBADF on bad object in flink, and return curent name if it exists. by Eric Anholt · 16 years ago
  57. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago