1. 7d2cb39 drm/i915: Release fenced GTT mapping on suspend by Chris Wilson · 14 years ago
  2. 3619df0 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  3. de18a29 drm/i915: fix regression due to ba3d8d749b01548b9 by Daniel Vetter · 14 years ago
  4. 432e58e drm/i915: Avoid allocation for execbuffer object list by Chris Wilson · 14 years ago
  5. 54cf91d drm/i915: Split i915_gem_execbuffer into its own file. by Chris Wilson · 14 years ago
  6. 6299f99 drm/i915: Defer accounting until read from debugfs by Chris Wilson · 14 years ago
  7. 2021746 drm/i915: Mark a few functions as __must_check by Chris Wilson · 14 years ago
  8. 312817a drm/i915: Only save and restore fences for UMS by Chris Wilson · 14 years ago
  9. c664278 drm/i915: Add a mechanism for pipelining fence register updates by Daniel Vetter · 14 years ago
  10. caea747 drm/i915: More accurately track last fence usage by the GPU by Chris Wilson · 14 years ago
  11. a7a09ae drm/i915: Rework execbuffer pinning by Chris Wilson · 14 years ago
  12. 919926a drm/i915: Thread the pipelining ring through the callers. by Chris Wilson · 14 years ago
  13. dddbc0e drm/i915: Remove a defunct BUG_ON by Chris Wilson · 14 years ago
  14. b6913e4 drm/i915: Move the implementation details of PIPE_CONTROL to the ringbuffer by Chris Wilson · 14 years ago
  15. 92b88ae drm/i915: Not all mappable regions require GTT fence regions by Chris Wilson · 14 years ago
  16. 05394f3 drm/i915: Use drm_i915_gem_object as the preferred type by Chris Wilson · 14 years ago
  17. 7c2e6fd drm/i915: move gtt handling to i915_gem_gtt.c by Daniel Vetter · 14 years ago
  18. 93a37f2 drm/i915: track objects in the gtt by Daniel Vetter · 14 years ago
  19. 40ce657 drm/i915/gtt: call chipset flush directly by Daniel Vetter · 14 years ago
  20. 23ed992 drm/i915|intel-gtt: consolidate intel-gtt.h headers by Daniel Vetter · 14 years ago
  21. e384eaf Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  22. bcf50e2 drm/i915: Handle pagefaults in execbuffer user relocations by Chris Wilson · 14 years ago
  23. e624ae8 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  24. d1d7883 drm/i915: Prevent integer overflow when validating the execbuffer by Chris Wilson · 14 years ago
  25. 51311d0 drm/i915: Do not hold mutex when faulting in user addresses by Chris Wilson · 14 years ago
  26. c94f28c Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  27. 1bb9583 Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes by Chris Wilson · 14 years ago
  28. 5e78330 drm/i915: fix relaxed tiling for gen <= 3 && !g33 by Daniel Vetter · 14 years ago
  29. 8534551 drm/i915: Retire any pending operations on the old scanout when switching by Chris Wilson · 14 years ago
  30. 5d97eb6 drm/i915: Only add the lazy request if we end up waiting for it. by Chris Wilson · 14 years ago
  31. fce7d61 drivers/gpu/drm: Update WARN uses by Joe Perches · 14 years ago
  32. b47b30c drm/i915: Avoid might_fault during pwrite whilst holding our mutex by Chris Wilson · 14 years ago
  33. 045e769 drm/i915: Handle GPU hangs during fault gracefully. by Chris Wilson · 14 years ago
  34. 75e9e91 drm/i915: kill mappable/fenceable disdinction by Daniel Vetter · 14 years ago
  35. 085ce26 drm/i915: Ensure that if we ever try to pin+fence it is mappable. by Chris Wilson · 14 years ago
  36. f2a630b Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  37. c6afd65 drm/i915: Apply big hammer to serialise buffer access between rings by Chris Wilson · 14 years ago
  38. 0f8c6d7 drm/i915: Move the invalidate|flush information out of the device struct by Chris Wilson · 14 years ago
  39. 13b2928 drm/i915: Apply big hammer to serialise buffer access between rings by Chris Wilson · 14 years ago
  40. 5eac3ab drm/i915: Evict just the purgeable GTT entries on the first pass by Chris Wilson · 14 years ago
  41. ff75b9b drm/i915: Fix typo from e5281ccd in i915_gem_attach_phys_object() by Chris Wilson · 14 years ago
  42. 872d860 drm/i915: Remove the duplicate domain-change tracepoint for GPU flush by Chris Wilson · 14 years ago
  43. a00b10c drm/i915: Only enforce fence limits inside the GTT. by Chris Wilson · 14 years ago
  44. 7465378 drm/i915: Convert BUG_ON(pin_count) from an impossible condition by Chris Wilson · 14 years ago
  45. bbe2e11 drm/i915: Do not return -1 from shrinker when nr_to_scan == 0 by Chris Wilson · 14 years ago
  46. 395b70b drm/i915: Flush read-only buffers from the active list upon idle as well by Chris Wilson · 14 years ago
  47. 4a684a4 drm/i915: Kill GTT mappings when moving from GTT domain by Chris Wilson · 14 years ago
  48. e5281cc drm/i915: Eliminate nested get/put pages by Chris Wilson · 14 years ago
  49. 39a01d1 drm/i915: Remove mmap_offset by Chris Wilson · 14 years ago
  50. 17250b7 drm/i915: Make the inactive object shrinker per-device by Chris Wilson · 14 years ago
  51. da761a6 drm/i915: Bail early if we try to mmap an object too large to be mapped. by Chris Wilson · 14 years ago
  52. fb7d516 drm/i915: add accounting for mappable objects in gtt v2 by Daniel Vetter · 14 years ago
  53. ec57d26 drm/i915: add mappable to gem_object_bind tracepoint by Daniel Vetter · 14 years ago
  54. 5398463 drm/i915: use the complete gtt by Daniel Vetter · 14 years ago
  55. 16e809a drm/i915: unbind unmappable objects on fault/pin by Daniel Vetter · 14 years ago
  56. 920afa7 drm/i915: range-restricted bind_to_gtt by Daniel Vetter · 14 years ago
  57. a6e0aa4 drm/i915: range-restricted eviction support by Daniel Vetter · 14 years ago
  58. 3cce469 drm/i915: Propagate error from failing to queue a request by Chris Wilson · 14 years ago
  59. b222349 drm/i915: Remove the confusing global waiting/irq seqno by Chris Wilson · 14 years ago
  60. 7e318e1 drm/i915: Move object to GPU domains after dispatching execbuffer by Chris Wilson · 14 years ago
  61. e1f99ce drm/i915: Propagate errors from writing to ringbuffer by Chris Wilson · 14 years ago
  62. 78501ea drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface by Chris Wilson · 14 years ago
  63. 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
  64. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  65. 6419340 drm/i915: Move gpu_write_list to per-ring by Chris Wilson · 14 years ago
  66. b665145 drm/i915: Invalidate the to-ring, flush the old-ring when updating domains by Chris Wilson · 14 years ago
  67. 878a3c3 drm/i915: Fix flushing regression from 9af90d19f by Chris Wilson · 14 years ago
  68. 549f736 drm/i915: Enable SandyBridge blitter ring by Chris Wilson · 14 years ago
  69. b5dc608 drm/i915: Copy the updated reloc->presumed_offset back to the user by Chris Wilson · 14 years ago
  70. 69dc498 drm/i915: Track objects in global active list (as well as per-ring) by Chris Wilson · 14 years ago
  71. 87acb0a drm/i915: Simplify most HAS_BSD() checks by Chris Wilson · 14 years ago
  72. 9af90d1 drm/i915: cache the last object lookup during pin_and_relocate() by Chris Wilson · 14 years ago
  73. 1d7cfea drm/i915: Do interrupible mutex lock first to avoid locking for unreference by Chris Wilson · 14 years ago
  74. 4f27b75 drm/i915: rearrange mutex acquisition for pread by Chris Wilson · 14 years ago
  75. fbd5a26 drm/i915: Rearrange acquisition of mutex during pwrite by Chris Wilson · 14 years ago
  76. b5e4feb drm/i915: Attempt to prefault user pages for pread/pwrite by Chris Wilson · 14 years ago
  77. 202f2fe drm/i915: Avoid taking the mutex for dropping the refcnt upon creation by Chris Wilson · 14 years ago
  78. f0c43d9 drm/i915: Perform relocations in CPU domain [if in CPU domain] by Chris Wilson · 14 years ago
  79. 2549d6c drm/i915: Avoid vmallocing a buffer for the relocations by Chris Wilson · 14 years ago
  80. e59f2ba drm/i915: Wait for pending flips on the GPU by Chris Wilson · 14 years ago
  81. fb7ba21 Merge remote branch 'korg/drm-fixes' into drm-vmware-next by Dave Airlie · 14 years ago
  82. c470af0 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  83. 35b62a8 drm/i915: Skip pread/pwrite if size to copy is 0. by Chris Wilson · 14 years ago
  84. df6d075 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  85. 7dcd249 drm/i915: Rephrase pwrite bounds checking to avoid any potential overflow by Chris Wilson · 14 years ago
  86. ce9d419 drm/i915: Sanity check pread/pwrite by Chris Wilson · 14 years ago
  87. 58e10eb Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  88. 929f49b drivers/gpu/drm/i915/i915_gem.c: Add missing error handling code by Julia Lawall · 14 years ago
  89. 1cdf7fe drm/i915: Don't mask the return code whilst relocating. by Chris Wilson · 14 years ago
  90. 18ffe4b Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  91. 069efc1 drm/i915: Clear fence registers on GPU reset by Chris Wilson · 14 years ago
  92. 812ed492 drm/i915: Force the domain to CPU on unbinding whilst wedged. by Chris Wilson · 14 years ago
  93. 73aa808 drm: Move the GTT accounting to i915 by Chris Wilson · 14 years ago
  94. 29d08b3 drm/gem: handlecount isn't really a kref so don't make it one. by Dave Airlie · 14 years ago
  95. f394940 drm/i915: Remove redundant deletion of obj->gpu_write_list by Chris Wilson · 14 years ago
  96. 5cdf588 drm/i915: Make get/put pages static by Chris Wilson · 14 years ago
  97. 23bc598 drm/i915/debug: Convert i915_verify_active() to scan all lists by Chris Wilson · 14 years ago
  98. 891b48c drm/i915: Avoid blocking the kworker thread on a stuck mutex by Chris Wilson · 14 years ago
  99. 3d2a812 drm/i915/debug: Remove default WATCH_BUF by Chris Wilson · 14 years ago
  100. 97d1eba drm/i915/debug: Remove defunct WATCH_LRU by Chris Wilson · 14 years ago