1. 3d2a812 drm/i915/debug: Remove default WATCH_BUF by Chris Wilson · 15 years ago
  2. 97d1eba drm/i915/debug: Remove defunct WATCH_LRU by Chris Wilson · 15 years ago
  3. e0e4159 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 15 years ago
  4. a56ba56 Revert "drm/i915: Drop ring->lazy_request" by Chris Wilson · 15 years ago
  5. ced270f drm/i915: Ensure that the mode change flushing is currently uninterruptible by Chris Wilson · 15 years ago
  6. 1c25595 drm/i915: Convert the file mutex into a spinlock by Chris Wilson · 15 years ago
  7. 76c1dec drm/i915: Make the mutex_lock interruptible on ioctl paths by Chris Wilson · 15 years ago
  8. 30dbf0c drm/i915: Adjust hangcheck EIO semantics by Chris Wilson · 15 years ago
  9. f787a5f drm/i915: Only hold a process-local lock whilst throttling. by Chris Wilson · 15 years ago
  10. e6c3a2a drm/i915: Use an uninterruptible wait for page-flips during modeset by Chris Wilson · 15 years ago
  11. 20f0cd5 drm/i915: Remove the broken flush_ring from page-flip by Chris Wilson · 15 years ago
  12. 9b74f73 drm/i915: Fix 945GM regression in e259befd by Chris Wilson · 15 years ago
  13. 5c12a07 drm/i915: Drop ring->lazy_request by Chris Wilson · 15 years ago
  14. dfaae39 drm/i915: Clear the gpu_write_list on resetting write_domain upon hang by Chris Wilson · 15 years ago
  15. 9e0ae53 drm/i915: Don't overwrite the returned error-code by Chris Wilson · 15 years ago
  16. f13d3f7 drm/i915: Track pinned objects by Chris Wilson · 15 years ago
  17. 265db95 drm/i915: Drain any pending flips on the fb prior to unpinning by Chris Wilson · 15 years ago
  18. c78ec30 drm/i915: Merge ring flushing and lazy requests by Chris Wilson · 15 years ago
  19. 53640e1 drm/i915: Track gpu fence usage by Chris Wilson · 15 years ago
  20. c7f9f9a drm/i915: Use ring->flush() instead of MI_FLUSH by Chris Wilson · 15 years ago
  21. 5c1143b drm/i915: do not export the instances of struct intel_ring_buffer by Xiang, Haihao · 15 years ago
  22. 77f0123 drm/i915: Clear GPU read domains on reset by Chris Wilson · 15 years ago
  23. 9375e44 drm/i915: Clear flushing lists on GPU reset by Chris Wilson · 15 years ago
  24. 9220434 drm/i915: Only emit a flush request on the active ring. by Chris Wilson · 15 years ago
  25. b84d5f0 drm/i915: Inline i915_gem_ring_retire_request() by Chris Wilson · 15 years ago
  26. a6c45cf drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g by Chris Wilson · 15 years ago
  27. e9e5f8e Merge branch 'drm-intel-fixes' into HEAD by Chris Wilson · 15 years ago
  28. e259bef drm/i915: Fix Sandybridge fence registers by Chris Wilson · 15 years ago
  29. 2b6efaa drm/i915: Remove unused intel_ringbuffer->ring_flag by Chris Wilson · 15 years ago
  30. 2cf34d7 drm/i915: Allow get_fence_reg() to be uninterruptible by Chris Wilson · 15 years ago
  31. 48b956c drm/i915: Push pipelining of display plane flushes to the caller by Chris Wilson · 15 years ago
  32. 0bc23aa drm/i915: Fix regression in ba3d8d749b by Chris Wilson · 15 years ago
  33. 7213342 drm/i915: Consolidate flushing the display plane by Chris Wilson · 15 years ago
  34. b3b079d drm/i915: Reduce hangcheck frequency by Chris Wilson · 15 years ago
  35. 995b676 drm/i915: Quieten sparse warnings for missing prototypes. by Chris Wilson · 15 years ago
  36. de227ef drm/i915: Kill the active list spinlock by Chris Wilson · 15 years ago
  37. 8dc5d14 drm/i915: Preallocate requests by Chris Wilson · 15 years ago
  38. 4fc6ee7 drm/i915: drop i915_add_request right in front of i915_wait_request by Daniel Vetter · 16 years ago
  39. ba3d8d7 drm/i915: move the wait_rendering call into flush_gpu_write_domain by Daniel Vetter · 16 years ago
  40. 617dbe2 drm/i915: drop seqno argument from i915_gem_object_move_to_active by Daniel Vetter · 16 years ago
  41. 86394c6 drm/i915: kill a no longer necessary BUG_ON by Daniel Vetter · 16 years ago
  42. 8a1a49f drm/i915: move flushing list processing to i915_retire_commands by Daniel Vetter · 16 years ago
  43. a691043 drm/i915: only one interrupt per batchbuffer is not enough! by Daniel Vetter · 16 years ago
  44. 8bff917 drm/i915: move flushing list processing to i915_gem_flush by Daniel Vetter · 16 years ago
  45. e35a41d drm/i915: allow lazy emitting of requests by Daniel Vetter · 16 years ago
  46. 75ef9da drm/i915: unload: fix retire_work races by Daniel Vetter · 15 years ago
  47. bc0c7f1 drm/i915: unload: fix error_work races by Daniel Vetter · 15 years ago
  48. f8f235e agp/intel: Fix cache control for Sandybridge by Zhenyu Wang · 15 years ago
  49. c877cdc i915: return -EFAULT if copy_to_user fails by Dan Carpenter · 15 years ago
  50. 1dfd975 Revert "drm/i915: Unreference object not handle on creation" by Chris Wilson · 15 years ago
  51. 4238a41 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  52. 156dadc drm/i915: Remove the conflicting BUG_ON() by Chris Wilson · 15 years ago
  53. bf79cb9 drm: Use ENOENT consistently for the error return for an unmatched handle. by Chris Wilson · 15 years ago
  54. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 15 years ago
  55. ae9fed6 drm/i915: Truncate the shmem backing pages on purge by Chris Wilson · 15 years ago
  56. 7d1c480 drm/i915: Maintain LRU order of inactive objects upon access by CPU (v2) by Chris Wilson · 15 years ago
  57. b47eb4a drm/i915: Move the eviction logic to its own file. by Chris Wilson · 15 years ago
  58. 6f392d5 drm/i915: Use a common seqno for all rings. by Chris Wilson · 15 years ago
  59. 0108a3e drm/i915: prepare for fair lru eviction by Daniel Vetter · 15 years ago
  60. bf1a109 drm/i915: Append the object onto the inactive list on binding. by Chris Wilson · 15 years ago
  61. ae7d49d drm/i915: Emit a backtrace if we attempt to rebind a pinned buffer by Chris Wilson · 15 years ago
  62. 0be555b drm/i915: report all active objects as busy by Chris Wilson · 15 years ago
  63. 88f356b drm/i915: Only emit flushes on active rings. by Chris Wilson · 15 years ago
  64. fca3ec0 drm,io-mapping: Specify slot to use for atomic mappings by Chris Wilson · 15 years ago
  65. 86f100b drm/i915: Unreference object not handle on creation by Chris Wilson · 15 years ago
  66. 8dc1775 drm/i915: Attempt to uncouple object after catastrophic failure in unbind by Chris Wilson · 15 years ago
  67. be72615 drm/i915: Repeat unbinding during free if interrupted (v6) by Chris Wilson · 15 years ago
  68. b09a1fe drm/i915: Refactor i915_gem_retire_requests() by Chris Wilson · 15 years ago
  69. 2dafb1e drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain() by Chris Wilson · 15 years ago
  70. 5f35308 drm/i915: Propagate error from drm_install_irq() during EnterVT by Chris Wilson · 15 years ago
  71. 43b27f4 drm/i915: Explosion following OOM in do_execbuffer. by Chris Wilson · 15 years ago
  72. d656ae5 Merge tag 'v2.6.35-rc6' into drm-radeon-next by Dave Airlie · 15 years ago
  73. f4b23cc Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  74. 9440012 drm/i915: enable low power render writes on GEN3 hardware. by Dave Airlie · 15 years ago
  75. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 15 years ago
  76. cd9f040 drm/i915: add 'reclaimable' to i915 self-reclaimable page allocations by Linus Torvalds · 15 years ago
  77. db3307a drm: kill drm_mm_node->private by Daniel Vetter · 15 years ago
  78. 985b823 drm/i915: fix hibernation since i915 self-reclaim fixes by Linus Torvalds · 15 years ago
  79. ab34c22 drm/i915: Fix up address spaces in slow_kernel_write() by Chris Wilson · 15 years ago
  80. 99a03df drm/i915: Use non-atomic kmap for slow copy paths by Chris Wilson · 15 years ago
  81. 9b8c4a0 drm/i915: Avoid moving from CPU domain during pwrite by Chris Wilson · 15 years ago
  82. 68f95ba drm/i915: Cleanup after failed initialization of ringbuffers by Chris Wilson · 15 years ago
  83. 654fc60 drm/i915: Reject bind_to_gtt() early if object > aperture by Chris Wilson · 15 years ago
  84. 3d1cc47 drm/i915: Remove spurious warning "Failure to install fence" by Chris Wilson · 15 years ago
  85. ac0c6b5 drm/i915: Rebind bo if currently bound with incorrect alignment. by Chris Wilson · 15 years ago
  86. 808b24d drm/i915: Propagate error from unbinding an unfenceable object. by Chris Wilson · 15 years ago
  87. b118c1e drm/i915: Avoid nesting of domain changes when setting display plane by Chris Wilson · 15 years ago
  88. 778c354 drm/i915: combine all small integers into one single bitfield by Daniel Vetter · 15 years ago
  89. d1b851f drm/i915: implement BSD ring buffer V2 by Zou Nan hai · 15 years ago
  90. 852835f drm/i915: convert some gem structures to per-ring V2 by Zou Nan hai · 15 years ago
  91. 8187a2b drm/i915: introduce intel_ring_buffer structure (V2) by Zou Nan hai · 15 years ago
  92. d3301d8 drm/i915: Rename dev_priv->ring to dev_priv->render_ring. by Eric Anholt · 15 years ago
  93. 62fdfea drm/i915: Move ringbuffer-related code to intel_ringbuffer.c. by Eric Anholt · 15 years ago
  94. 007cc8a drm/i915: move fence lru to struct drm_i915_fence_reg by Daniel Vetter · 15 years ago
  95. 34dc4d4 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 15 years ago
  96. 1637ef4 drm/i915: Wait for the GPU whilst shrinking, if truly desperate. by Chris Wilson · 15 years ago
  97. 1918ad7 drm/i915: fix non-Ironlake 965 class crashes by Jesse Barnes · 15 years ago
  98. e552eb7 drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge by Jesse Barnes · 15 years ago
  99. a8089e8 drm/i915: drop pointer to drm_gem_object by Daniel Vetter · 15 years ago
  100. 62b8b21 drm/i915: don't use ->driver_private anymore by Daniel Vetter · 15 years ago