1. bcb4508 drm/i915: Align the retire_requests worker to the nearest second by Chris Wilson · 13 years ago
  2. cecc21f drm/i915: Align the hangcheck wakeup to the nearest second by Chris Wilson · 13 years ago
  3. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 13 years ago
  4. 2f745ad drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops by Chris Wilson · 13 years ago
  5. 9da3da6 drm/i915: Replace the array of pages with a scatterlist by Chris Wilson · 13 years ago
  6. f60d7f0 drm/i915: Pin backing pages for pread by Chris Wilson · 13 years ago
  7. 755d221 drm/i915: Pin backing pages for pwrite by Chris Wilson · 13 years ago
  8. a557017 drm/i915: Pin backing pages whilst exporting through a dmabuf vmap by Chris Wilson · 13 years ago
  9. 37e680a drm/i915: Introduce drm_i915_gem_object_ops by Chris Wilson · 13 years ago
  10. 7e81a42 drm/i915: Reduce a pin-leak BUG into a WARN by Chris Wilson · 13 years ago
  11. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 13 years ago
  12. d7c3b93 drm/i915: Remove __GFP_NO_KSWAPD by Sedat Dilek · 13 years ago
  13. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 13 years ago
  14. 3236f57 drm/i915: Use a non-blocking wait for set-to-domain ioctl by Chris Wilson · 13 years ago
  15. b361237 drm/i915: Juggle code order to ease flow of the next patch by Chris Wilson · 13 years ago
  16. 0327d6b drm/i915: Extract general object init routine by Chris Wilson · 13 years ago
  17. 4d6294bf drm/i915: Protect private gem objects from truncate (such as imported dmabuf) by Chris Wilson · 13 years ago
  18. 86a1ee2 drm/i915: Only pwrite through the GTT if there is space in the aperture by Chris Wilson · 13 years ago
  19. d8cb508 drm/i915: Try harder to allocate an mmap_offset by Chris Wilson · 13 years ago
  20. c4670ad drm/i915: Add some sanity checks to unbound tracking by Chris Wilson · 13 years ago
  21. 6c085a7 drm/i915: Track unbound pages by Chris Wilson · 13 years ago
  22. 225067e drm/i915: move functions around by Daniel Vetter · 13 years ago
  23. b6c7488 drm/i915/contexts: fix list corruption by Ben Widawsky · 13 years ago
  24. b2eadbc drm/i915: Lazily apply the SNB+ seqno w/a by Chris Wilson · 13 years ago
  25. e6994ae drm/i915: Export ability of changing cache levels to userspace by Chris Wilson · 13 years ago
  26. 42d6ab4 drm/i915: Segregate memory domains in the GTT using coloring by Chris Wilson · 13 years ago
  27. f047e39 drm/i915: Avoid concurrent access when marking the device as idle/busy by Chris Wilson · 13 years ago
  28. a7b9761 drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs by Chris Wilson · 13 years ago
  29. 26b9c4a drm/i915: Remove the explicit flush of the GPU write domain by Chris Wilson · 13 years ago
  30. 86d5bc3 drm/i915: Remove explicit flush from i915_gem_object_flush_fence() by Chris Wilson · 13 years ago
  31. 69c2fc8 drm/i915: Remove the per-ring write list by Chris Wilson · 13 years ago
  32. 65ce302 drm/i915: Remove the defunct flushing list by Chris Wilson · 13 years ago
  33. 0201f1e drm/i915: Replace the pending_gpu_write flag with an explicit seqno by Chris Wilson · 13 years ago
  34. e5f1d96 drm/i915: Remove assertion over write domain after i915_gem_object_sync() by Chris Wilson · 13 years ago
  35. 3bb73ab drm/i915: Allow late allocation of request for i915_add_request() by Chris Wilson · 13 years ago
  36. e9808ed drm/i915: Return a mask of the active rings in the high word of busy_ioctl by Chris Wilson · 13 years ago
  37. eeef9b3 drm/i915: Add -EIO to the list of known errors for __wait_seqno by Chris Wilson · 13 years ago
  38. 67b1b57 drm/i915: Disable the BLT on pre-production SNB hardware by Chris Wilson · 13 years ago
  39. 6b9d89b drm: Add colouring to the range allocator by Chris Wilson · 13 years ago
  40. a9340cc drm/i915: properly SIGBUS on I/O errors by Daniel Vetter · 13 years ago
  41. 0a6759c drm/i915: don't hang userspace when the gpu reset is stuck by Daniel Vetter · 13 years ago
  42. d6b2c79 drm/i915: non-interruptible sleeps can't handle -EAGAIN by Daniel Vetter · 13 years ago
  43. cc889e0 drm/i915: disable flushing_list/gpu_write_list by Daniel Vetter · 13 years ago
  44. f2ef6eb drm/i915: switch to default context on idle by Ben Widawsky · 13 years ago
  45. 254f965 drm/i915: preliminary context support by Ben Widawsky · 13 years ago
  46. 8ecd1a6 drm/i915: call intel_enable_gtt by Daniel Vetter · 13 years ago
  47. dd2757f drm/i915: stop using dev->agp->base by Daniel Vetter · 13 years ago
  48. eac1f14 drm/i915: Inifite timeout for wait ioctl by Ben Widawsky · 13 years ago
  49. 30dfebf drm/i915: extract object active state flushing code by Daniel Vetter · 13 years ago
  50. e269f90 Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queued by Daniel Vetter · 13 years ago
  51. b9524a1 drm/i915: remap l3 on hw init by Ben Widawsky · 13 years ago
  52. a21f976 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 13 years ago
  53. 199b2bc drm/i915: s/i915_wait_request/i915_wait_seqno/g by Ben Widawsky · 13 years ago
  54. 23ba4fd drm/i915: wait render timeout ioctl by Ben Widawsky · 13 years ago
  55. 31d8d65 drm/i915: Remove the error message for unbinding pinned buffers by Chris Wilson · 13 years ago
  56. bed1ea9 drm/i915: Limit page allocations to lowmem (dma32) for i965 by Chris Wilson · 13 years ago
  57. 5c81fe85 drm/i915: timeout parameter for seqno wait by Ben Widawsky · 13 years ago
  58. 1286ff7 i915: add dmabuf/prime buffer sharing support. by Daniel Vetter · 13 years ago
  59. b451951 drm/i915: Introduce for_each_ring() macro by Chris Wilson · 13 years ago
  60. 5e13a0c Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queued by Daniel Vetter · 13 years ago
  61. dc257cf Merge tag 'v3.4-rc6' into drm-intel-next by Daniel Vetter · 13 years ago
  62. b4aca01 drm/i915: extract some common olr+wedge code by Ben Widawsky · 13 years ago
  63. 53ca26c drm/i915 disallow physical batchbuffers for KMS by Daniel Vetter · 13 years ago
  64. 8781342 drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct by Daniel Vetter · 13 years ago
  65. 3b88cc0 drm/i915: use __wait_seqno for ring throttle by Ben Widawsky · 13 years ago
  66. 4146b08 drm/i915: remove polled wait from throttle by Ben Widawsky · 13 years ago
  67. 604dd3e drm/i915: extract __wait_seqno from i915_wait_request by Ben Widawsky · 13 years ago
  68. c58cf4f drm/i915: drop polled waits from i915_wait_request by Ben Widawsky · 13 years ago
  69. 9574b3f drm/i915: kill waiting_seqno by Ben Widawsky · 13 years ago
  70. be998e2 drm/i915: move vbetool invoked ier stuff by Ben Widawsky · 13 years ago
  71. b2da9fe drm/i915: remove do_retire from i915_wait_request by Ben Widawsky · 13 years ago
  72. 5074329 drm/i915: use the new masked bit macro some more by Daniel Vetter · 13 years ago
  73. 63ed2cb drm/i915: rip out GEM drm feature checks by Daniel Vetter · 13 years ago
  74. 7bb6fb8 drm/i915: disallow gem ums init ioctl for kms by Daniel Vetter · 13 years ago
  75. 1070a42 drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c by Chris Wilson · 13 years ago
  76. 1488fc0 drm/i915: Remove the deferred-free list by Chris Wilson · 13 years ago
  77. 1b50247 drm/i915: Remove the list of pinned inactive objects by Chris Wilson · 13 years ago
  78. a39d7ef drm/i915: Remove i915_gem_evict_inactive() by Chris Wilson · 13 years ago
  79. 8325a09 drm/i915: Bump the inactive LRU on set-to-GTT-domain by Chris Wilson · 13 years ago
  80. 6b26c86 drm/i915: create macros to handle masked bits by Daniel Vetter · 13 years ago
  81. 5d82e3e drm/i915: Clarify the semantics of tiling_changed by Chris Wilson · 13 years ago
  82. 4f0c7cf drm/i915: [sparse] __iomem fixes for gem by Ben Widawsky · 13 years ago
  83. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 13 years ago
  84. 1441574 drm/i915: Refactor get_fence() to use the common fence writing routine by Chris Wilson · 13 years ago
  85. ada726c drm/i915: Refactor fence clearing to use the common fence writing routine by Chris Wilson · 13 years ago
  86. 6105080 drm/i915: Refactor put_fence() to use the common fence writing routine by Chris Wilson · 13 years ago
  87. 9ce079e drm/i915: Prepare to consolidate fence writing by Chris Wilson · 13 years ago
  88. 1899184 drm/i915: Remove the unsightly "optimisation" from flush_fence() by Chris Wilson · 13 years ago
  89. 8fe301a drm/i915: Simplify fence finding by Chris Wilson · 13 years ago
  90. 1c293ea drm/i915: Discard the unused obj->last_fenced_ring by Chris Wilson · 13 years ago
  91. 69963e7 drm/i915: Remove unused ring->setup_seqno by Chris Wilson · 13 years ago
  92. a360bb1 drm/i915: Remove fence pipelining by Chris Wilson · 13 years ago
  93. 06d9813 drm/i915: Remove the pipelined parameter from get_fence() by Chris Wilson · 13 years ago
  94. 48ecfa1 drm/i915: properly set ppgtt cacheability on snb by Daniel Vetter · 13 years ago
  95. be901a5 drm/i915: set w/a bit for snb pagefaults by Daniel Vetter · 13 years ago
  96. 7678789 Merge tag 'v3.4-rc3' into drm-intel-next-queued by Daniel Vetter · 13 years ago
  97. c07496f drm/i915: don't pwrite tiled objects through the gtt by Daniel Vetter · 13 years ago
  98. 1500f7e drm/i915: hide (seqno-1) in ringbuffer code by Ben Widawsky · 13 years ago
  99. e3a5a22 drm/i915: fix for when semaphore updates fail by Ben Widawsky · 13 years ago
  100. 5816d64 drm/i915: i915_gem_object_sync must handle NULL by Ben Widawsky · 13 years ago