1. c482972 drm/i915: Piggy back hangstats off of contexts by Ben Widawsky · 11 years ago
  2. 0eea67e drm/i915: Create a per file_priv default context by Ben Widawsky · 11 years ago
  3. bdf4fd7 drm/i915: Do aliasing PPGTT init with contexts by Ben Widawsky · 11 years ago
  4. c7c48df drm/i915: Add VM to context by Ben Widawsky · 11 years ago
  5. a45d0f6 drm/i915: Generalize default context setup by Ben Widawsky · 11 years ago
  6. 2fa48d8 drm/i915: Split context enabling from init by Ben Widawsky · 11 years ago
  7. acce9ff drm/i915: Better reset handling for contexts by Ben Widawsky · 11 years ago
  8. 0009e46 drm/i915: Track which ring a context ran on by Ben Widawsky · 11 years ago
  9. 67e3d297 drm/i915: Permit contexts on all rings by Ben Widawsky · 11 years ago
  10. b731d33 drm/i915: relax context alignment by Ben Widawsky · 11 years ago
  11. e422b88 drm/i915: Add a context open function by Ben Widawsky · 11 years ago
  12. 6f65e29 drm/i915: Create bind/unbind abstraction for VMAs by Ben Widawsky · 11 years ago
  13. d7f46fc drm/i915: Make pin count per VMA by Ben Widawsky · 11 years ago
  14. 2f88542 drm/i915: Remove defunct ctx switch comments by Ben Widawsky · 11 years ago
  15. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  16. 8897644 drm/i915/bdw: HW context support by Ben Widawsky · 11 years ago
  17. 8245be3 drm/i915: Require HW contexts (when possible) by Ben Widawsky · 11 years ago
  18. 71b76d0 drm/i915: cleanup context fini by Ben Widawsky · 11 years ago
  19. e2d05a8 drm/i915: Convert active API to VMA by Ben Widawsky · 11 years ago
  20. 3ccfd19 drm/i915: Do remaps for all contexts by Ben Widawsky · 11 years ago
  21. a33afea drm/i915: Keep a list of all contexts by Ben Widawsky · 11 years ago
  22. 508842a drm/i915: It's its! by Damien Lespiau · 11 years ago
  23. c0321e2 drm/i915: Do not add an interrupt for a context switch by Chris Wilson · 11 years ago
  24. ca191b1 drm/i915: mm_list is per VMA by Ben Widawsky · 11 years ago
  25. 350ec88 drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for Ivybridge by Chris Wilson · 11 years ago
  26. c37e220 drm/i915: Add VM to pin by Ben Widawsky · 11 years ago
  27. 11fa338 drm/i915: Fix retrieval of hangcheck stats by Chris Wilson · 11 years ago
  28. f343c5f drm/i915: Getter/setter for object attributes by Ben Widawsky · 11 years ago
  29. a0de80a drm/i915: Fix context sizes on HSW by Ben Widawsky · 11 years ago
  30. 0025c07 drm/i915: change i915_add_request to macro by Mika Kuoppala · 11 years ago
  31. c0bb617 drm/i915: add i915_gem_context_get_hang_stats() by Mika Kuoppala · 11 years ago
  32. bb03641 drm/i915: context debug messages by Ben Widawsky · 11 years ago
  33. 8693a82 drm/i915: Add references to some workaround we implement by Damien Lespiau · 11 years ago
  34. 186507e drm/i915: Assert mutex_is_locked on context lookup by Ben Widawsky · 11 years ago
  35. 112522f drm/i915: put context upon switching by Chris Wilson · 11 years ago
  36. 168f836 drm/i915: unreference default context on module unload by Mika Kuoppala · 11 years ago
  37. dce3271 drm/i915: reference count for i915_hw_contexts by Mika Kuoppala · 11 years ago
  38. 4615d4c drm/i915: Use MLC (l3$) for context objects by Chris Wilson · 11 years ago
  39. c8c470a drm/i915: convert to idr_alloc() by Tejun Heo · 12 years ago
  40. f73f760 drm/i915/ctx: Remove bad invariant by Ben Widawsky · 12 years ago
  41. 07ea0d8 drm/i915: Clarify HW context size logic by Ben Widawsky · 12 years ago
  42. 9d773091 drm/i915: Preallocate next seqno before touching the ring by Chris Wilson · 12 years ago
  43. f94982b drm/i915: Allocate the proper size for contexts. by Ben Widawsky · 12 years ago
  44. 1f31c69 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  45. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  46. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  47. ac82ea2 drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/a by Chris Wilson · 12 years ago
  48. 86a1ee2 drm/i915: Only pwrite through the GTT if there is space in the aperture by Chris Wilson · 12 years ago
  49. e47e9ad drm/i915: remove unused variable by Devendra Naga · 12 years ago
  50. 2e4291e drm/i915: Add contexts for HSW by Ben Widawsky · 12 years ago
  51. 9a3b530 drm/i915: Cleanup context switching through do_switch() by Chris Wilson · 12 years ago
  52. be63638 drm/i915: dereferencing an error pointer by Dan Carpenter · 12 years ago
  53. b259b31 drm/i915: fix invalid reference handling of the default ctx obj by Chris Wilson · 12 years ago
  54. d3373a2 drm/i915: Flush the context object from the CPU caches upon switching by Chris Wilson · 12 years ago
  55. 4f91dd6 drm/i915/context/: s/CTX/CXT by Ben Widawsky · 12 years ago
  56. 146937e drm/i915: linuxify create_hw_context() by Ben Widawsky · 12 years ago
  57. 5fa8be6 drm/i915: return -ENODEV if hw context are not supported by Daniel Vetter · 12 years ago
  58. 73c273e drm/i915: simplify context_idr_cleanup by Daniel Vetter · 12 years ago
  59. 6f4c45c drm/i915/context: shut up compiler by Daniel Vetter · 12 years ago
  60. 0d32601 drm/i915: return -ENOENT if the context doesn't exist by Daniel Vetter · 12 years ago
  61. df12c6d drm/i915: initialize the context idr unconditionally by Daniel Vetter · 12 years ago
  62. 55a6662 drm/i915: fix module unload after context merge by Daniel Vetter · 12 years ago
  63. e158c5a drm/i915: disable contexts on old HW by Ben Widawsky · 12 years ago
  64. 8e96d9c drm/i915: reset the GPU on context fini by Ben Widawsky · 12 years ago
  65. 8462481 drm/i915/context: create & destroy ioctls by Ben Widawsky · 12 years ago
  66. dfabbcb drm/i915: use the default context by Ben Widawsky · 12 years ago
  67. 12b0286 drm/i915: possibly invalidate TLB before context switch by Ben Widawsky · 12 years ago
  68. e37ec39 drm/i915: Ivybridge MI_ARB_ON_OFF context w/a by Ben Widawsky · 12 years ago
  69. 3af7b85 drm/i915: ensure context objects are bound to the global gtt by Daniel Vetter · 12 years ago
  70. e055684 drm/i915: context switch implementation by Ben Widawsky · 12 years ago
  71. 4052105 drm/i915: context basic create & destroy by Ben Widawsky · 12 years ago
  72. 254f965 drm/i915: preliminary context support by Ben Widawsky · 12 years ago