1. 6ad1df2 drm: remove drm_u64_t, replace with uint64_t everwhere by Dave Airlie · 17 years ago
  2. bff698d drm_context: fix braino by Dave Airlie · 17 years ago
  3. 875dd1e nouveau: Destroy PGRAPH context table on PGRAPH takedown by Ben Skeggs · 17 years ago
  4. ec67c2d nouveau: G8x PCIEGART by Ben Skeggs · 17 years ago
  5. 70a8a60 Correct errors in the usage of pci_map_page. by Ian Romanick · 17 years ago
  6. 23631fc drm: fixup old kernel compat code by Dave Airlie · 17 years ago
  7. 0accdc1 drm: fixup compat wrappers by Dave Airlie · 17 years ago
  8. 535e3de drm: remove internal sman typedef by Dave Airlie · 17 years ago
  9. 191c062 drm: remove drm_ref_t by Dave Airlie · 17 years ago
  10. 24311d5 drm: remove drm_buf_t by Dave Airlie · 17 years ago
  11. be85ad0 drm: detypedef ttm/bo/fence code by Dave Airlie · 17 years ago
  12. 6dce9e0 drm: remove hashtab/sman and object typedefs by Dave Airlie · 17 years ago
  13. 21ee6fb drm: remove drmP.h internal typedefs by Dave Airlie · 17 years ago
  14. 1a07256 drm: remove ttm userspace typedefs by Dave Airlie · 17 years ago
  15. b95ac8b drm: detypedef drm.h and fixup all problems by Dave Airlie · 17 years ago
  16. 4be9554 drm: fix typedef in drm_os_linux.h by Dave Airlie · 17 years ago
  17. f174f83 drm: remove typedefs in drm.h to their own section by Dave Airlie · 17 years ago
  18. 2134193 Merge branch 'drm-ttm-cleanup-branch' by Dave Airlie · 17 years ago
  19. bc7d6c7 nouveau: nv10 and nv11/15 are different by Patrice Mandin · 17 years ago
  20. aa6d919 applied patch from Ian Romanick fixing PCI DMA object creation code by Arthur Huillet · 17 years ago
  21. 00a5ab7 Merge commit 'public/master' by Arthur Huillet · 17 years ago
  22. 5ae3ad4 now attempting to create PCI object only when there is a pci_heap by Arthur Huillet · 17 years ago
  23. 3007b03 now attempting to create PCI object only when there is a pci_heap by Arthur Huillet · 17 years ago
  24. 0029713 nouveau: nuke internal typedefs, and drm_device_t use. by Ben Skeggs · 17 years ago
  25. 851c950 nouveau: unbreak AGP by Ben Skeggs · 17 years ago
  26. af317f1 nouveau: mem_alloc() returns offsets, not absolute addresses now. by Ben Skeggs · 17 years ago
  27. 522a0c8 nouveau: nuke left over debug message by Ben Skeggs · 17 years ago
  28. 750371c nouveau: separate region_offset into map_handle and offset. by Ben Skeggs · 17 years ago
  29. 5fbdf9d fixed object creation code to not Oops on 64bits, worked around memalloc not working on 64bit for PCIGART by Arthur Huillet · 17 years ago
  30. b301a90 NV50 will not attempt to use PCIGART now by Arthur Huillet · 17 years ago
  31. d26ae22 fixed bug that prevented PCIE cards from actually using PCIGART - NV50 will probably still have a problem by Arthur Huillet · 17 years ago
  32. 5ccadac nouveau/nv50: G80 fixes. by Ben Skeggs · 17 years ago
  33. 13e1377 nouveau: Some checks on userspace object handles. by Ben Skeggs · 17 years ago
  34. 2c9e05c Merge branch 'master' into cleanup by Dave Airlie · 17 years ago
  35. 694e1c5 Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel. by Arthur Huillet · 17 years ago
  36. 04e4922 Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ioctl wrapper by Arthur Huillet · 17 years ago
  37. 023f7d9 nouveau: Allocate mappable VRAM for notifiers.. by Ben Skeggs · 17 years ago
  38. 31e3381 nouveau: Don't be so strict on <NV50 by Ben Skeggs · 17 years ago
  39. 3c58195 nouveau: Avoid oops by Ben Skeggs · 17 years ago
  40. c806bba nouveau/nv50: Initial channel/object support by Ben Skeggs · 17 years ago
  41. 3324342 nouveau: enable reporting for all PFIFO/PGRAPH irqs by Ben Skeggs · 17 years ago
  42. 163f852 nouveau: rewrite gpu object code by Ben Skeggs · 17 years ago
  43. d57b7f0 Use idr_replace trick to eliminate struct drm_ctx_sarea_list. by Kristian Høgsberg · 17 years ago
  44. 1814a82 Don't take dev->struct_mutex twice in drm_setsareactx. by Kristian Høgsberg · 17 years ago
  45. 9199094 One more spinlock initializer cleanup. by Michel Dänzer · 17 years ago
  46. ea832a8 Simplification for previous commit. by Michel Dänzer · 17 years ago
  47. 8d96ba9 Restore pre-idr semantics for drawable information. by Michel Dänzer · 17 years ago
  48. c9d752f Fix must-check warnings and implement a few error paths. by Kristian Høgsberg · 17 years ago
  49. b323ab5 Drop drm_drawable_list and add drm_drawable_info directly to the idr. by Kristian Høgsberg · 17 years ago
  50. a27af4c Avoid hitting BUG() for kernel-only fence objects. by Thomas Hellstrom · 17 years ago
  51. 00f1a66 Fence object reference / dereference cleanup. by Thomas Hellstrom · 17 years ago
  52. e26ec51 nouveau: small RAMFC cleanups by Ben Skeggs · 17 years ago
  53. 1c32fec nouveau: Hack around possible Xv blit adaptor breakage by Ben Skeggs · 17 years ago
  54. 2dd8577 nouveau/nv10: Fix earlier NV1x chips by Ben Skeggs · 17 years ago
  55. 68ecf61 nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bit by Ben Skeggs · 17 years ago
  56. 18a6d1c nouveau: simplify PRAMIN access by Ben Skeggs · 17 years ago
  57. 38617b6 nouveau: name some regs by Ben Skeggs · 17 years ago
  58. ce0d528 nouveau/nv50: skeletal backend by Ben Skeggs · 17 years ago
  59. 695599f nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7) by Ben Skeggs · 17 years ago
  60. 4f2dd78 nouveau/nv04: Set NV_PFIFO_CACHE1_PUSH1 correctly + small tweaks by Ben Skeggs · 17 years ago
  61. 9b9a127 More 64-bit padding. by Thomas Hellstrom · 17 years ago
  62. 5c27f8a Add support SiS based XGI chips to SiS DRM. by Ian Romanick · 17 years ago
  63. 9f61752 nouveau: NV49/NV4B PGRAPH setup from jb17bsome and stephan_2303 by Ben Skeggs · 17 years ago
  64. 3dfc13e nouveau: kill some dead code by Ben Skeggs · 17 years ago
  65. 5f05cd7 nouveau: NV04/NV10/NV20 PGRAPH engtab functions by Ben Skeggs · 17 years ago
  66. 5d55b06 nouveau: NV3X PGRAPH engtab functions by Ben Skeggs · 17 years ago
  67. 341bc78 nouveau: NV1X/2X/3X PFIFO engtab functions by Ben Skeggs · 17 years ago
  68. 05d86d9 nouveau: NV04 PFIFO engtab functions by Ben Skeggs · 17 years ago
  69. acb710d nouveau: NV4X PGRAPH engtab functions by Ben Skeggs · 17 years ago
  70. f2e64d5 nouveau: NV4X PFIFO engtab functions by Ben Skeggs · 17 years ago
  71. 0afb3b5 nouveau: split PFIFO/PGRAPH context creation by Ben Skeggs · 17 years ago
  72. 9dbf322 nouveau: (mostly) hook up put_base again by Ben Skeggs · 17 years ago
  73. 24b71c3 nouveau: prototype PFIFO/PGRAPH engtab API by Ben Skeggs · 17 years ago
  74. 5c7c07f nouveau: rename engtab functions by Ben Skeggs · 17 years ago
  75. 068ffc1 radeon: Acknowledge all interrupts we're interested in. by Michel Dänzer · 17 years ago
  76. 40f6a69 r300: Synchronized the register defines file; documentation changes. by Oliver McFadden · 17 years ago
  77. 213732a r300: Allow writes to R300_VAP_PVS_WAITIDLE. by Oliver McFadden · 17 years ago
  78. 215787e r300: Registers 0x2220-0x2230 are known as R300_VAP_CLIP_X_0-R300_VAP_CLIP_Y_1. by Oliver McFadden · 17 years ago
  79. 8038e7b r300: Synchronized the register defines file again. by Oliver McFadden · 17 years ago
  80. 638ebba fix radeon setparam on 32/64 systems, harder. by David Woodhouse · 17 years ago
  81. 3d5d41f i915: Fix handling of breadcrumb counter wraparounds. by Michel Dänzer · 17 years ago
  82. 84bea38 Fix i915 sequence mask. by Thomas Hellstrom · 17 years ago
  83. 3ee31a1 Indentation fixes. by Thomas Hellstrom · 17 years ago
  84. d34b2c7 Fix refcounting / lock race. by Thomas Hellstrom · 17 years ago
  85. e1b8eab Locking fixes and instrumentation. by Thomas Hellstrom · 17 years ago
  86. 2407ce5 Fix drmMMUnlock / drmMMLock return values. by Thomas Hellstrom · 17 years ago
  87. 62082ab Make sure we read fence->signaled while spinlocked. by Thomas Hellstrom · 17 years ago
  88. 5156f1c Fix fence object deref race. by Thomas Hellstrom · 17 years ago
  89. f984b1b Fix some obvious bugs. by Thomas Hellstrom · 17 years ago
  90. b6b5df2 Try to make buffer object / fence object ioctl args 64-bit safe. by Thomas Hellstrom · 17 years ago
  91. 280083d use krh's idr mods to remove lists from idr code by Dave Airlie · 17 years ago
  92. 3181573 r300: Added the CP maximum fetch size and ring rptr update variables. by Oliver McFadden · 17 years ago
  93. 7426da7 oops must fix this properly at some point by Dave Airlie · 17 years ago
  94. e22f428 drm: fix radeon setparam alignment issues on 32/64-bit by Dave Airlie · 17 years ago
  95. 39625f9 r300: Small correction to the previous commit. by Oliver McFadden · 17 years ago
  96. 9e0bd88 r300: Document more of the RADEON_RBBM_STATUS register. by Alex Deucher · 17 years ago
  97. 109e2a1 Add support for the G33, Q33, and Q35 chipsets. by Wang Zhenyu · 17 years ago
  98. 5bd0ca1 remove include of linux ioctl32.h from drm drivers by Dave Airlie · 17 years ago
  99. 4327d7f nouveau: fix RAMHT wrapping by Maurice van der Pot · 17 years ago
  100. a05d4fe radeon: refine irq acking for vbl on crtc 2 by Dave Airlie · 17 years ago