1. 43f1214 drm/radeon: use IBs for VM page table updates v2 by Alex Deucher · 12 years ago
  2. e971699 drm/radeon: pull out common next_reloc function by Ilija Hadzic · 12 years ago
  3. c3ad63a drm/radeon: rename r100_cs_dump_packet to radeon_cs_dump_packet by Ilija Hadzic · 12 years ago
  4. 9ffb7a6 drm/radeon: factor out cs_next_is_pkt3_nop function by Ilija Hadzic · 12 years ago
  5. 4db0131 drm/radeon: implement common cs packet parse function by Ilija Hadzic · 12 years ago
  6. d201450 drm/radeon: remove unused prototype from radeon_cs by Ilija Hadzic · 12 years ago
  7. 580f839 drm/radeon: remove unecessary assignment by Ilija Hadzic · 12 years ago
  8. 1da80cf drm/radeon: fix a rare case of double kfree by Ilija Hadzic · 12 years ago
  9. 25d8999 drm/radeon: fix error path in kpage allocation by Ilija Hadzic · 12 years ago
  10. ff4bd08 drm/radeon: fix NULL pointer dereference in UMS mode by Ilija Hadzic · 12 years ago
  11. 278a334 drm/radeon: enable the async DMA rings in the CS ioctl by Alex Deucher · 12 years ago
  12. cf4ccd0 drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2) by Alex Deucher · 13 years ago
  13. 13e55c3 drm/radeon: separate pt alloc from lru add by Christian König · 12 years ago
  14. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  15. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  16. 1678dbc2 drm/radeon: fix VM syncing with multiple rings by Christian König · 12 years ago
  17. 1109ca0 drm/radeon: Mark all possible functions / structs as static by Lauri Kasanen · 12 years ago
  18. 3e8970f drm/radeon: make sure ib bo is properly bound and up to date in vm space by Jerome Glisse · 12 years ago
  19. ddf03f5 drm/radeon: rework VM page table handling by Christian König · 12 years ago
  20. ee60e29 drm/radeon: rework VMID handling by Christian König · 12 years ago
  21. 9b40e5d drm/radeon: make VM flushs a ring operation by Christian König · 12 years ago
  22. f82cbdd drm/radeon: add sync helper function by Christian König · 12 years ago
  23. 4bf3dd9 drm/radeon: cleanup VM id handling a bit by Christian König · 12 years ago
  24. e43b5ec drm/radeon: fence virtual address and free it once idle v4 by Jerome Glisse · 12 years ago
  25. 4ef7256 drm/radeon: fix const IB handling v2 by Christian König · 12 years ago
  26. dee53e7 drm/radeon: add an exclusive lock for GPU reset v2 by Jerome Glisse · 12 years ago
  27. 93bf888 drm/radeon: fix fence related segfault in CS by Christian König · 12 years ago
  28. 36ff39c drm/radeon: replace cs_mutex with vm_mutex v3 by Christian König · 12 years ago
  29. 220907d drm/radeon: rework ring syncing code by Christian König · 12 years ago
  30. 9b00147 drm/radeon: fix regression in UMS CS ioctl by Alex Deucher · 12 years ago
  31. c4c7f31 radeon: make radeon_cs_update_pages static. by Dave Airlie · 12 years ago
  32. f2e3922 drm/radeon: make the ib an inline object by Jerome Glisse · 12 years ago
  33. 68470ae drm/radeon: move the semaphore from the fence into the ib by Jerome Glisse · 12 years ago
  34. 2e0d991 drm/radeon: make sa bo a stand alone object by Christian König · 12 years ago
  35. e6661a9 drm/radeon: keep start and end offset in the SA by Christian König · 12 years ago
  36. 133f4cb drm/radeon: fix possible lack of synchronization btw ttm and other ring by Jerome Glisse · 12 years ago
  37. b7f6413 drm/radeon: avoid leaking const ib (not used yet on si and newer GPU) by Jerome Glisse · 12 years ago
  38. 6c6f478 drm/radeon: rework recursive gpu reset handling by Christian König · 12 years ago
  39. 8f676c4 drm/radeon: fix a bug with the ring syncing code by Christian König · 12 years ago
  40. 6a7068b drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3) by Dave Airlie · 12 years ago
  41. 8d5ef7b drm/radeon/kms: add support for compute rings in CS ioctl on SI by Alex Deucher · 12 years ago
  42. 1b5475d drm/radeon/kms: Only VM CS ioctl is supported on SI (v2) by Alex Deucher · 12 years ago
  43. dfcf5f3 drm/radeon/kms: add support for the CONST IB to the CS ioctl by Alex Deucher · 12 years ago
  44. f48bb04 drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free by Julia Lawall · 12 years ago
  45. 8229c88 drm: Merge tag 'v3.3-rc7' into drm-core-next by Dave Airlie · 12 years ago
  46. eb0c19c drm/radeon: also make the cs_parse function per ring by Christian König · 13 years ago
  47. cdac550 drm/radeon: move ring syncing after bo validation by Christian König · 13 years ago
  48. 6b7746e drm/radeon/kms: properly set accel working flag and bailout when false by Jerome Glisse · 13 years ago
  49. 67e915e drm/radeon/kms: check if vm is supported in VA ioctl by Alex Deucher · 13 years ago
  50. 93504fc drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2) by Christian König · 13 years ago
  51. 721604a drm/radeon: GPU virtual memory support v22 by Jerome Glisse · 13 years ago
  52. 69e130a drm/radeon: make ib size variable by Jerome Glisse · 13 years ago
  53. 7b1f248 drm/radeon: make all functions work with multiple rings. by Christian König · 13 years ago
  54. 16557f1 drm/radeon: no need to check all relocs for duplicates by Christian König · 13 years ago
  55. e70f224 drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS by Marek Olšák · 13 years ago
  56. 7a1619b drm/radeon: Make sure CS mutex is held across GPU reset. by Michel Dänzer · 13 years ago
  57. 428c6e3 drm/radeon/kms: set family for use in parser. by Dave Airlie · 13 years ago
  58. 7e4d15d drm/radeon: introduce gem_to_radeon_bo helper by Daniel Vetter · 14 years ago
  59. 147666f drm/radeon: Use the ttm execbuf utilities by Thomas Hellstrom · 14 years ago
  60. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  61. bf79cb9 drm: Use ENOENT consistently for the error return for an unmatched handle. by Chris Wilson · 14 years ago
  62. 426d310 fix printk typo 'faild' by Paul Bolle · 14 years ago
  63. 90aca4d drm/radeon/kms: simplify & improve GPU reset V2 by Jerome Glisse · 14 years ago
  64. fcbc451 drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed. by Pauli Nieminen · 14 years ago
  65. 97f23b3 drm/radeon/kms: don't print error on -ERESTARTSYS. by Dave Airlie · 14 years ago
  66. 79fa9eb Merge remote branch 'korg/drm-core-next' into drm-next-stage by Dave Airlie · 14 years ago
  67. 94429bb drm/radeon/kms: fix bo's fence association by Jerome Glisse · 15 years ago
  68. bc9025b Use drm_gem_object_[handle_]unreference_unlocked where possible by Luca Barbieri · 15 years ago
  69. 17aafcca drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure. by Michel Dänzer · 15 years ago
  70. c8c15ff drm/radeon: r6xx/r7xx possible security issue, system ram access by Jerome Glisse · 15 years ago
  71. 4c78867 drm/radeon/kms: Rework radeon object handling by Jerome Glisse · 15 years ago
  72. c5e617e drm/radeon/kms: fix for the extra pages copying. by Dave Airlie · 15 years ago
  73. 513bcb4 drm/radeon/kms: don't require up to 64k allocations. (v2) by Dave Airlie · 15 years ago
  74. 48e113e drm/radeon/kms: Free CS parser state tracking memory. by Michel Dänzer · 15 years ago
  75. fdd5cac drm/radeon/kms: Don't kzalloc memory which is immediately overwritten. by Michel Dänzer · 15 years ago
  76. 5176fdc drm/radeon/kms: drop zero length CS indirect buffers. by Dave Airlie · 15 years ago
  77. 771fe6b drm/radeon: introduce kernel modesetting for radeon hardware by Jerome Glisse · 15 years ago