1. babc811 drm/vc4: Release fence after signalling by Stefan Schake · 7 years ago
  2. 0078730 drm/vc4: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  3. b9f1925 drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctl by Boris Brezillon · 7 years ago
  4. 3be8edd drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order. by Eric Anholt · 7 years ago
  5. fb95992 drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG. by Eric Anholt · 7 years ago
  6. 1d5494e drm/vc4: switch to drm_*{get,put} helpers by Cihangir Akturk · 7 years ago
  7. 2aee7c5 drm/vc4: Fix double destroy of the BO cache on teardown. by Eric Anholt · 7 years ago
  8. f309946 drm/vc4: Add an ioctl for labeling GEM BOs for summary stats by Eric Anholt · 7 years ago
  9. 95d7cbc drm/vc4: Start using u64_to_user_ptr. by Eric Anholt · 7 years ago
  10. d0b1d25 drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling path by Christophe JAILLET · 8 years ago
  11. 2098105 drm: drop drm_[cm]alloc* helpers by Michal Hocko · 8 years ago
  12. 553c942 drm/vc4: Allow using more than 256MB of CMA memory. by Eric Anholt · 8 years ago
  13. 925d05e drm/vc4: Fix refcounting of runtime PM get if it errors out. by Eric Anholt · 8 years ago
  14. cdec4d3 drm/vc4: Expose dma-buf fences for V3D rendering. by Eric Anholt · 8 years ago
  15. b70366e Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  16. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  17. 72f793f drm/vc4: Convert existing documentation to actual kerneldoc. by Eric Anholt · 8 years ago
  18. 6b8ac63 drm/vc4: Return -EINVAL on the overflow checks failing. by Eric Anholt · 8 years ago
  19. 0f2ff82 drm/vc4: Fix an integer overflow in temporary allocation layout. by Eric Anholt · 8 years ago
  20. 3a62234 drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state. by Eric Anholt · 8 years ago
  21. b2cdeb1 drm/vc4: Fix a couple error codes in vc4_cl_lookup_bos() by Dan Carpenter · 8 years ago
  22. 7edabee drm/vc4: Fix races when the CS reads from render targets. by Eric Anholt · 8 years ago
  23. ca09fb9 Merge tag 'v4.8-rc8' into drm-next by Dave Airlie · 8 years ago
  24. 67f1369 drm/vc4: Don't force new binner overflow allocation per draw. by Eric Anholt · 8 years ago
  25. 552416c drm/vc4: Fix oops when userspace hands in a bad BO. by Eric Anholt · 8 years ago
  26. def9652 drm/vc4: Free hang state before destroying BO cache. by Eric Anholt · 8 years ago
  27. ece7267 drm/vc4: Use drm_malloc_ab to fix large rendering jobs. by Eric Anholt · 8 years ago
  28. d5fb46e drm/vc4: Use drm_free_large() on handles to match its allocation. by Eric Anholt · 8 years ago
  29. db36972 drm/vc4: Use drm_gem_object_unreference_unlocked by Daniel Vetter · 9 years ago
  30. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  31. ca26d28 drm/vc4: improve throughput by pipelining binning and rendering jobs by Varad Gautam · 9 years ago
  32. 36cb625 drm/vc4: Use runtime PM to power cycle the device when the GPU hangs. by Eric Anholt · 9 years ago
  33. 001bdb5 drm/vc4: Enable runtime PM. by Eric Anholt · 9 years ago
  34. c4ce60d drm/vc4: Fix spurious GPU resets due to BO reuse. by Eric Anholt · 9 years ago
  35. 2ee9465 drm/vc4: Drop error message on seqno wait timeouts. by Eric Anholt · 9 years ago
  36. 13cf890 drm/vc4: Fix -ERESTARTSYS error return from BO waits. by Eric Anholt · 9 years ago
  37. 2c68f1f drm/vc4: Return an ERR_PTR from BO creation instead of NULL. by Eric Anholt · 9 years ago
  38. e001523 drm/vc4: Validate that WAIT_BO padding is cleared. by Eric Anholt · 9 years ago
  39. 5645e78 drm/vc4: fix an error code by Dan Carpenter · 9 years ago
  40. 7e5082f drm/vc4: allocate enough memory in vc4_save_hang_state() by Dan Carpenter · 9 years ago
  41. 65c4777 drm/vc4: copy_to_user() returns the number of bytes remaining by Dan Carpenter · 9 years ago
  42. 2146136 drm/vc4: Add an interface for capturing the GPU state after a hang. by Eric Anholt · 9 years ago
  43. b501bac drm/vc4: Add support for async pageflips. by Eric Anholt · 9 years ago
  44. d5b1a78 drm/vc4: Add support for drawing 3D frames. by Eric Anholt · 9 years ago