1. 62b8b21 drm/i915: don't use ->driver_private anymore by Daniel Vetter · 14 years ago
  2. c397b90 drm/i915: embed the gem object into drm_i915_gem_object by Daniel Vetter · 14 years ago
  3. ac52bc5 drm/i915: introduce i915_gem_alloc_object by Daniel Vetter · 14 years ago
  4. fd632aa drm: free core gem object from driver callbacks by Daniel Vetter · 14 years ago
  5. 13bd8e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  6. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  7. 23010e4 drm/i915: introduce to_intel_bo helper by Daniel Vetter · 14 years ago
  8. 1f2b101 drm/i915: Avoid NULL deref in get_pages() unwind after error. by Chris Wilson · 14 years ago
  9. 71cf39b drm/i915: Enable VS timer dispatch. by Eric Anholt · 14 years ago
  10. 5d93916 drm/i915: remove an unnecessary wait_request() by Owain G. Ainsworth · 14 years ago
  11. 16edd55 drm/i915: check for multiple write domains in pin_and_relocate by Daniel Vetter · 14 years ago
  12. 922a2ef drm/i915: clean-up i915_gem_flush_gpu_write_domain by Daniel Vetter · 14 years ago
  13. 4df2faf drm/i915: reuse i915_gpu_idle helper by Daniel Vetter · 14 years ago
  14. 6356039 drm/i915: ensure lru ordering of fence_list by Daniel Vetter · 14 years ago
  15. ae3db24 drm/i915: extract fence stealing code by Daniel Vetter · 14 years ago
  16. 4a87b8c drm/i915: fixup active list locking in object_unbind by Daniel Vetter · 14 years ago
  17. 798750e drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing code by Daniel Vetter · 14 years ago
  18. f6e450a drm/i915: Fix sandybridge status page setup. by Eric Anholt · 15 years ago
  19. 4e901fd drm/i915: Set up fence registers on sandybridge. by Eric Anholt · 15 years ago
  20. bad720f drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. by Eric Anholt · 15 years ago
  21. 30d6c72 Merge remote branch 'anholt/drm-intel-next' into drm-next-stage by Dave Airlie · 14 years ago
  22. de19322 Merge remote branch 'korg/drm-core-next' into drm-next-stage by Dave Airlie · 14 years ago
  23. f590d27 drm/i915: reduce some of the duplication of tiling checking by Owain Ainsworth · 14 years ago
  24. 10ae9bd drm/i915: blow away userspace mappings before fence change by Daniel Vetter · 14 years ago
  25. 4a72661 drm/i915: move a gtt flush to the correct place by Daniel Vetter · 14 years ago
  26. b397c83 drm/i915: Don't reserve compatibility fence regs in KMS mode. by Eric Anholt · 14 years ago
  27. 29105cc drm/i915: Replace open-coded eviction in i915_gem_idle() by Chris Wilson · 15 years ago
  28. bc9025b Use drm_gem_object_[handle_]unreference_unlocked where possible by Luca Barbieri · 14 years ago
  29. a40e8d3 drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls. by Owain Ainsworth · 14 years ago
  30. 99fcb76 drm/i915: Update write_domains on active list after flush. by Daniel Vetter · 14 years ago
  31. f6510ec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  32. 93533c2 drm/i915: Fix leak of relocs along do_execbuffer error path by Chris Wilson · 14 years ago
  33. 4bdadb9 drm/i915: Selectively enable self-reclaim by Chris Wilson · 14 years ago
  34. 0ce907f drm/i915: Prevent use of uninitialized pointers along error path. by Chris Wilson · 14 years ago
  35. 6036ae7 drm/i915: Remove chatty execbuf failure message. by Eric Anholt · 15 years ago
  36. b9241ea drm/i915: Don't wait interruptible for possible plane buffer flush by Zhenyu Wang · 15 years ago
  37. 2c1f189 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  38. e6be8d9 drm: remove address mask param for drm_pci_alloc() by Zhenyu Wang · 15 years ago
  39. e3d8aff drm/i915: Permit pinning whilst the device is 'suspended' by Chris Wilson · 15 years ago
  40. 76446ca drm/i915: execbuf2 support by Jesse Barnes · 15 years ago
  41. 96b47b6 drm/i915: fix order of fence release wrt flushing by Daniel Vetter · 15 years ago
  42. 3ef884b Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  43. 5618ca6 drm/i915: Set the error code after failing to insert new offset into mm ht. by Chris Wilson · 15 years ago
  44. f2b115e drm/i915: Fix product names and #defines by Adam Jackson · 15 years ago
  45. ffb4728 drm/i915: Drop a some common DRM_ERROR() by Chris Wilson · 15 years ago
  46. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  47. 6b95a20 drm/i915: Add intel implementation of the pageflip ioctl by Kristian Høgsberg · 15 years ago
  48. c8e0f93 drm/i915: Replace a calloc followed by copying data over it with malloc. by Eric Anholt · 15 years ago
  49. 44d98a6 drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER by Zhao Yakui · 15 years ago
  50. 1df4b35 drm/i915: kill i915_lp_ring_sync by Daniel Vetter · 15 years ago
  51. 5a5a0c6 drm/i915: implement fastpath for overlay flip waiting by Daniel Vetter · 15 years ago
  52. 48764bf drm/i915: add i915_lp_ring_sync helper by Daniel Vetter · 15 years ago
  53. 9d34e5d drm/i915: Enable irq to trace batch buffer completion. by Chris Wilson · 15 years ago
  54. 8f0dc5b drm/i915: batch submit seqno off-by-one. by Chris Wilson · 15 years ago
  55. 94e0fb0 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  56. c715089 drm/i915: Handle ERESTARTSYS during page fault by Chris Wilson · 15 years ago
  57. ab18282 drm/i915: Warn before mmaping a purgeable buffer. by Chris Wilson · 15 years ago
  58. bb6baf7 drm/i915: Track purged state. by Chris Wilson · 15 years ago
  59. 9731129 drm/i915: Remove eviction debug spam by Chris Wilson · 15 years ago
  60. 2d7ef39 drm/i915: Immediately discard any backing storage for uneeded objects by Chris Wilson · 15 years ago
  61. 963b483 drm/i915: Do not mis-classify clean objects as purgeable by Chris Wilson · 15 years ago
  62. 13a05fd drm/i915: Whitespace correction for madv by Chris Wilson · 15 years ago
  63. a32808c drm/i915: BUG_ON page refleak during unbind by Chris Wilson · 15 years ago
  64. 9a1e258 drm/i915: Search harder for a reusable object by Chris Wilson · 15 years ago
  65. ab5ee57 drm/i915: Clean up evict from list. by Chris Wilson · 15 years ago
  66. 1c5d22f drm/i915: Add tracepoints by Chris Wilson · 15 years ago
  67. 44040f1 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  68. 8542a0b drm/i915: Skip the sanity checks if the current relocation is valid by Chris Wilson · 15 years ago
  69. cd0b9fb drm/i915: Check that the relocation points to within the target by Chris Wilson · 15 years ago
  70. 07f73f6 drm/i915: Improve behaviour under memory pressure by Chris Wilson · 15 years ago
  71. 3ef94da drm/i915: Add ioctl to set 'purgeability' of objects by Chris Wilson · 15 years ago
  72. 3116971 drm/i915: Register a shrinker to free inactive lists under memory pressure by Chris Wilson · 15 years ago
  73. e67b8ce drm/i915: Remove stored gtt_alignment by Chris Wilson · 15 years ago
  74. 4960aac drm/i915: Add buffer to inactive list immediately during fault by Chris Wilson · 15 years ago
  75. ba1234d drm/i915: Make dev_priv->mm.wedged an atomic_t by Ben Gamari · 15 years ago
  76. f65d942 drm/i915: Add hangcheck timer by Ben Gamari · 15 years ago
  77. 22be172 drm/i915: make i915_seqno_passed non-static by Ben Gamari · 15 years ago
  78. ffed1d0 drm/i915: Check whether chip is wedged in i915_wait_request() by Ben Gamari · 15 years ago
  79. 7e61615 drm/i915: Only destroy a constructed mmap offset by Chris Wilson · 15 years ago
  80. e517a5e agp/intel: Fix the pre-9xx chipset flush. by Eric Anholt · 15 years ago
  81. 5323fd0 drm/i915: Zap mmaps of objects before unbinding them from the GTT. by Eric Anholt · 15 years ago
  82. e6890f6 i915: disable interrupts before tearing down GEM state by Linus Torvalds · 15 years ago
  83. 11670d3 Merge intel drm-intel-next branch by Dave Airlie · 15 years ago
  84. 0ef82af drm/i915: Pad ringbuffer with NOOPs before wrapping by Chris Wilson · 15 years ago
  85. 652c393 drm/i915: add dynamic clock frequency control by Jesse Barnes · 15 years ago
  86. 58c2fb6 drm/i915: Unref old_obj on get_fence_reg() error path by Chris Wilson · 15 years ago
  87. a09ba7f drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU. by Eric Anholt · 15 years ago
  88. a1a2d1d drm: GEM handles are u32, not int by Pekka Paalanen · 15 years ago
  89. 9c9fe1f drm/i915: Use our own workqueue to avoid wedging the system along with the GPU. by Eric Anholt · 15 years ago
  90. d05ca30 drm/i915: Zap the GTT mapping when transitioning from untiled to tiled. by Eric Anholt · 15 years ago
  91. 901782b drm/i915: Refactor calls to unmap_mapping_range by Chris Wilson · 15 years ago
  92. b5aa8a0 drm/i915: initialize fence registers to zero when loading GEM by Grégoire Henry · 15 years ago
  93. cfd43c0 drm/i915: Fix size_t handling in off-by-default debug printfs by Krzysztof Halasa · 15 years ago
  94. 9a298b2 drm: Remove memory debugging infrastructure. by Eric Anholt · 15 years ago
  95. 52dc7d3 drm/i915: Clear fence register on tiling stride change. by Chris Wilson · 15 years ago
  96. 8c4b8c3 drm/i915: Install fence register for tiled scanout on i915 by Chris Wilson · 15 years ago
  97. d78b47b drm/i915: detach/attach get/put pages symmetry by Chris Wilson · 15 years ago
  98. 2939e1f drm/i915: NOMEM->NOSPC by Chris Wilson · 15 years ago
  99. 21d509e drm/i915: use I915_GEM_GPU_DOMAINS by Chris Wilson · 15 years ago
  100. b1ce786 drm/i915: no need to hold mutex for object lookup by Chris Wilson · 15 years ago