1. ed0291f drm/i915: Fix computation of pitch for dumb bo creator by Chris Wilson · 13 years ago
  2. 29c5a58 drm/i915: Fix tiling corruption from pipelined fencing by Chris Wilson · 13 years ago
  3. 09bfa51 drm/i915: Prevent racy removal of request from client list by Herton Ronaldo Krzesinski · 13 years ago
  4. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 13 years ago
  5. 47ae63e Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 13 years ago
  6. 467cffb drm/i915: Rebind the buffer if its alignment constraints changes with tiling by Chris Wilson · 13 years ago
  7. ce453d8 drm/i915: Use a device flag for non-interruptible phases by Chris Wilson · 13 years ago
  8. c872522 drm/i915: Protect against drm_gem_object not being the first member by Chris Wilson · 13 years ago
  9. bed636a drm/i915: i915_mutex_interruptible() returns -EINTR by Chris Wilson · 13 years ago
  10. 8d7e3de drm/i915: Skip the no-op domain changes when already in CPU|GTT domains by Chris Wilson · 13 years ago
  11. db53a30 drm/i915: Refine tracepoints by Chris Wilson · 13 years ago
  12. d9bc7e9 drm/i915: Fix infinite loop regression from 21dd3734 by Chris Wilson · 13 years ago
  13. ff72145b drm: dumb scanout create/mmap for intel/radeon (v3) by Dave Airlie · 13 years ago
  14. 21dd373 drm/i915: Defer reporting EIO until we try to use the GPU by Chris Wilson · 14 years ago
  15. e110e8d drm/i915: Check wedged status before throttling by Chris Wilson · 14 years ago
  16. 29ee399 drm/i915: Silence a few -Wunused-but-set-variable by Chris Wilson · 14 years ago
  17. bee4a18 drm/i915,agp/intel: Do not clear stolen entries by Chris Wilson · 14 years ago
  18. 076e2c0 drm/i915: Fix use of invalid array size for ring->sync_seqno by Chris Wilson · 14 years ago
  19. 809b633 drm/i915: If we hit OOM when allocating GTT pages, clear the aperture by Chris Wilson · 14 years ago
  20. 0a58705 drm/i915: Periodically flush the active lists and requests by Chris Wilson · 14 years ago
  21. 8824178 drm/i915: Propagate error from flushing the ring by Chris Wilson · 14 years ago
  22. b72f3ac drm/i915: Handle ringbuffer stalls when flushing by Chris Wilson · 14 years ago
  23. 63256ec drm/i915: Enforce write ordering through the GTT by Chris Wilson · 14 years ago
  24. 72bfa19 drm/i915: Allow the application to choose the constant addressing mode by Chris Wilson · 14 years ago
  25. b5ba177 drm/i915: Poll for seqno completion if IRQ is disabled by Chris Wilson · 14 years ago
  26. b13c2b9 drm/i915/ringbuffer: Make IRQ refcnting atomic by Chris Wilson · 14 years ago
  27. 1a1c697 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  28. 7a19487 drm/i915: Emit a request to clear a flushed and idle ring for unbusy bo by Chris Wilson · 14 years ago
  29. 0be7328 drm/i915: Wait for the bo if a display flip is pipelined on the other ring by Chris Wilson · 14 years ago
  30. 0ac74c6 drm/i915: Only emit a flush if there is an outstanding gpu write by Chris Wilson · 14 years ago
  31. 6bda10d drm/i915: Completely disable fence pipelining. by Chris Wilson · 14 years ago
  32. 1ec14ad drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB by Chris Wilson · 14 years ago
  33. 60de2ba drm/i915: Kill the get_fence tracepoint by Chris Wilson · 14 years ago
  34. c6748e0 drm/i915: Remove inactive LRU tracking from set_domain_ioctl by Chris Wilson · 14 years ago
  35. d9e86c0 drm/i915: Pipelined fencing [infrastructure] by Chris Wilson · 14 years ago
  36. 87ca9c8 drm/i915: Prevent stalling for a GTT read back from a read-only GPU target by Chris Wilson · 14 years ago
  37. 7d2cb39 drm/i915: Release fenced GTT mapping on suspend by Chris Wilson · 14 years ago
  38. 3619df0 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  39. de18a29 drm/i915: fix regression due to ba3d8d749b01548b9 by Daniel Vetter · 14 years ago
  40. 432e58e drm/i915: Avoid allocation for execbuffer object list by Chris Wilson · 14 years ago
  41. 54cf91d drm/i915: Split i915_gem_execbuffer into its own file. by Chris Wilson · 14 years ago
  42. 6299f99 drm/i915: Defer accounting until read from debugfs by Chris Wilson · 14 years ago
  43. 2021746 drm/i915: Mark a few functions as __must_check by Chris Wilson · 14 years ago
  44. 312817a drm/i915: Only save and restore fences for UMS by Chris Wilson · 14 years ago
  45. c664278 drm/i915: Add a mechanism for pipelining fence register updates by Daniel Vetter · 14 years ago
  46. caea747 drm/i915: More accurately track last fence usage by the GPU by Chris Wilson · 14 years ago
  47. a7a09ae drm/i915: Rework execbuffer pinning by Chris Wilson · 14 years ago
  48. 919926a drm/i915: Thread the pipelining ring through the callers. by Chris Wilson · 14 years ago
  49. dddbc0e drm/i915: Remove a defunct BUG_ON by Chris Wilson · 14 years ago
  50. b6913e4 drm/i915: Move the implementation details of PIPE_CONTROL to the ringbuffer by Chris Wilson · 14 years ago
  51. 92b88ae drm/i915: Not all mappable regions require GTT fence regions by Chris Wilson · 14 years ago
  52. 05394f3 drm/i915: Use drm_i915_gem_object as the preferred type by Chris Wilson · 14 years ago
  53. 7c2e6fd drm/i915: move gtt handling to i915_gem_gtt.c by Daniel Vetter · 14 years ago
  54. 93a37f2 drm/i915: track objects in the gtt by Daniel Vetter · 14 years ago
  55. 40ce657 drm/i915/gtt: call chipset flush directly by Daniel Vetter · 14 years ago
  56. 23ed992 drm/i915|intel-gtt: consolidate intel-gtt.h headers by Daniel Vetter · 14 years ago
  57. e384eaf Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  58. bcf50e2 drm/i915: Handle pagefaults in execbuffer user relocations by Chris Wilson · 14 years ago
  59. e624ae8 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  60. d1d7883 drm/i915: Prevent integer overflow when validating the execbuffer by Chris Wilson · 14 years ago
  61. 51311d0 drm/i915: Do not hold mutex when faulting in user addresses by Chris Wilson · 14 years ago
  62. c94f28c Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  63. 1bb9583 Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes by Chris Wilson · 14 years ago
  64. 5e78330 drm/i915: fix relaxed tiling for gen <= 3 && !g33 by Daniel Vetter · 14 years ago
  65. 8534551 drm/i915: Retire any pending operations on the old scanout when switching by Chris Wilson · 14 years ago
  66. 5d97eb6 drm/i915: Only add the lazy request if we end up waiting for it. by Chris Wilson · 14 years ago
  67. fce7d61 drivers/gpu/drm: Update WARN uses by Joe Perches · 14 years ago
  68. b47b30c drm/i915: Avoid might_fault during pwrite whilst holding our mutex by Chris Wilson · 14 years ago
  69. 045e769 drm/i915: Handle GPU hangs during fault gracefully. by Chris Wilson · 14 years ago
  70. 75e9e91 drm/i915: kill mappable/fenceable disdinction by Daniel Vetter · 14 years ago
  71. 085ce26 drm/i915: Ensure that if we ever try to pin+fence it is mappable. by Chris Wilson · 14 years ago
  72. f2a630b Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  73. c6afd65 drm/i915: Apply big hammer to serialise buffer access between rings by Chris Wilson · 14 years ago
  74. 0f8c6d7 drm/i915: Move the invalidate|flush information out of the device struct by Chris Wilson · 14 years ago
  75. 13b2928 drm/i915: Apply big hammer to serialise buffer access between rings by Chris Wilson · 14 years ago
  76. 5eac3ab drm/i915: Evict just the purgeable GTT entries on the first pass by Chris Wilson · 14 years ago
  77. ff75b9b drm/i915: Fix typo from e5281ccd in i915_gem_attach_phys_object() by Chris Wilson · 14 years ago
  78. 872d860 drm/i915: Remove the duplicate domain-change tracepoint for GPU flush by Chris Wilson · 14 years ago
  79. a00b10c drm/i915: Only enforce fence limits inside the GTT. by Chris Wilson · 14 years ago
  80. 7465378 drm/i915: Convert BUG_ON(pin_count) from an impossible condition by Chris Wilson · 14 years ago
  81. bbe2e11 drm/i915: Do not return -1 from shrinker when nr_to_scan == 0 by Chris Wilson · 14 years ago
  82. 395b70b drm/i915: Flush read-only buffers from the active list upon idle as well by Chris Wilson · 14 years ago
  83. 4a684a4 drm/i915: Kill GTT mappings when moving from GTT domain by Chris Wilson · 14 years ago
  84. e5281cc drm/i915: Eliminate nested get/put pages by Chris Wilson · 14 years ago
  85. 39a01d1 drm/i915: Remove mmap_offset by Chris Wilson · 14 years ago
  86. 17250b7 drm/i915: Make the inactive object shrinker per-device by Chris Wilson · 14 years ago
  87. da761a6 drm/i915: Bail early if we try to mmap an object too large to be mapped. by Chris Wilson · 14 years ago
  88. fb7d516 drm/i915: add accounting for mappable objects in gtt v2 by Daniel Vetter · 14 years ago
  89. ec57d26 drm/i915: add mappable to gem_object_bind tracepoint by Daniel Vetter · 14 years ago
  90. 5398463 drm/i915: use the complete gtt by Daniel Vetter · 14 years ago
  91. 16e809a drm/i915: unbind unmappable objects on fault/pin by Daniel Vetter · 14 years ago
  92. 920afa7 drm/i915: range-restricted bind_to_gtt by Daniel Vetter · 14 years ago
  93. a6e0aa4 drm/i915: range-restricted eviction support by Daniel Vetter · 14 years ago
  94. 3cce469 drm/i915: Propagate error from failing to queue a request by Chris Wilson · 14 years ago
  95. b222349 drm/i915: Remove the confusing global waiting/irq seqno by Chris Wilson · 14 years ago
  96. 7e318e1 drm/i915: Move object to GPU domains after dispatching execbuffer by Chris Wilson · 14 years ago
  97. e1f99ce drm/i915: Propagate errors from writing to ringbuffer by Chris Wilson · 14 years ago
  98. 78501ea drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface by Chris Wilson · 14 years ago
  99. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  100. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago