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