1. a4cddc6 Revert "drm: add new drm_wait_on function to replace macro" by root · 17 years ago
  2. 4e9d215 radeon: add support for vblank on crtc2 by Dave Airlie · 17 years ago
  3. 638c808 drm: fixup initialisation of list heads and idr by Dave Airlie · 17 years ago
  4. 056c2f2 drm: move context handling code to use linux idr by Dave Airlie · 17 years ago
  5. f646747 drm: convert drawable handling to use Linux idr by Dave Airlie · 17 years ago
  6. 8e083c5 drm: make sure the drawable code doesn't call malloc(0). by Michel Dänzer · 17 years ago
  7. 58b2ed7 Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls." by Dave Airlie · 17 years ago
  8. 375f3f2 Revert "drm/ttm: cleanup most of fence ioctl split out" by Dave Airlie · 17 years ago
  9. ce58e53 whitespace fixups from kernel by Dave Airlie · 18 years ago
  10. adee6f5 ati_pcigart: cut to 80 chars by Dave Airlie · 18 years ago
  11. 3dfc140 drm/ttm: cleanup most of fence ioctl split out by Dave Airlie · 18 years ago
  12. 3fdef0d drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls. by Dave Airlie · 18 years ago
  13. 7b48f00 drm: cleanup use of Linux list handling macros by Dave Airlie · 17 years ago
  14. ea98d7e nouveau: don't build the module by default by Stephane Marchesin · 17 years ago
  15. c4e2cae s/OJBECTS/OBJECTS/ by Brian · 18 years ago
  16. c9cd2c7 drm: remove unused define DRM_HAS_TTM by Dave Airlie · 18 years ago
  17. 6e860d0 drm: add new drm_wait_on function to replace macro by Dave Airlie · 18 years ago
  18. e9b3acd remove register usage by Dave Airlie · 18 years ago
  19. 9f9c190 remove DRM_GETSAREA and replace with drm_getsarea function by Dave Airlie · 18 years ago
  20. 3a2c9f4 linux: minor indent. by George Sapountzis · 18 years ago
  21. afc029e whitespace cleanup by Dave Airlie · 18 years ago
  22. e5c1f1c remove some whitespace violation by Dave Airlie · 18 years ago
  23. 4b72759 drm: nopfn warning on 64-bit by Dave Airlie · 18 years ago
  24. 71d44cd drm/ttm: allow drm_buffer_object_create to be used in-kernel by Jesse Barnes · 18 years ago
  25. 3c384a9 Add new buffer object type for kernel allocations that don't initially have a user mapping. by Jesse Barnes · 18 years ago
  26. af3ffcd Initialize rwlock using rwlock_init to appease lockdep validator. by Kristian Høgsberg · 18 years ago
  27. a8a8108 Avoid a fence timeout problem when a signal is pending. by Thomas Hellstrom · 18 years ago
  28. 1ce9c09 Fix via compile error (Reported by Benno Schulenberg.) by Thomas Hellstrom · 18 years ago
  29. 2df2c70 Simplify the ttm backend interface and the agp ttm backend. by Thomas Hellstrom · 18 years ago
  30. 5a96d59 Don't always free up memory space when we unpin buffers. by Thomas Hellstrom · 18 years ago
  31. 5432cc4 Fix buffer object reference problems. (Reported by Dave Airlie). by Thomas Hellstrom · 18 years ago
  32. e91ceff Add a code comment. by Thomas Hellstrom · 18 years ago
  33. e6e4946 Require the hardware lock for buffer creation by Thomas Hellstrom · 18 years ago
  34. a70f8e0 radeon: add support for reverse engineered xpress200m by Dave Airlie · 18 years ago
  35. b25558b fixup install target, not sure what I was smokin... by Dave Airlie · 18 years ago
  36. 9c79371 add an install target to the drm modules makefile by Dave Airlie · 18 years ago
  37. c496827 Fix user object reference when caller is not object creator. by Thomas Hellstrom · 18 years ago
  38. 38d18ac Add a fence flush event to each fence-signaled check when lazy-waiting by Thomas Hellstrom · 18 years ago
  39. 7743af9 Evicted no-move buffers can get lost if they end up in another by Thomas Hellstrom · 18 years ago
  40. d85e243 Fix an oops when trying to clean a not yet initialized memory type. by Thomas Hellstrom · 18 years ago
  41. 72d457f Make sure CMA (Can't map aperture) pages are mapped uncached. by Thomas Hellstrom · 18 years ago
  42. 3f70518 drm/bo: avoid oops if the memory manager for this type isn't initialised by Dave Airlie · 18 years ago
  43. 81b811d drm/i915: set the bo up at firstopen time not after DMA init by Dave Airlie · 18 years ago
  44. 72a1190 drm/ttm: make sure dev_mapping is set-up for the first opener of the drm by Dave Airlie · 18 years ago
  45. 674cefd nouveau: move card initialisation into the drm by Ben Skeggs · 18 years ago
  46. 5ad43f4 vm: cleanup drm_vm.c along lines of cleanups queued for kernel by Dave Airlie · 18 years ago
  47. 8d918b0 cleanup more whitespace from ttm merge by Dave Airlie · 18 years ago
  48. 3979550 drm: remove second spinlock init for tasklet lock by Dave Airlie · 18 years ago
  49. 209870a rename badly named define by Dave Airlie · 18 years ago
  50. ef71b62 remove i830 reference by Alan Hourihane · 18 years ago
  51. cbe31d0 Remove old i830 kernel driver. by Alan Hourihane · 18 years ago
  52. 1e77e52 more return values fixup by Dave Airlie · 18 years ago
  53. 46fac17 fixup return values in drm ioctl by Dave Airlie · 18 years ago
  54. c991f8e cleanup ioctl expansion code by Dave Airlie · 18 years ago
  55. a2e3bae oops missing else by Dave Airlie · 18 years ago
  56. bbb6fc9 make drm fops const from kernel by Dave Airlie · 18 years ago
  57. 483f6a1 use ARRAY_SIZE by Dave Airlie · 18 years ago
  58. 2d7ecb8 more tab/space conversion by Dave Airlie · 18 years ago
  59. 2463b03 whitespace cleanup pending a kernel merge by Dave Airlie · 18 years ago
  60. 6c4428d clean up more of inline functions agp_remap/drm_lookup_map by Dave Airlie · 18 years ago
  61. 27197d7 deinline agp_remap along lines of kernel by Dave Airlie · 18 years ago
  62. c4808e2 remove drm_lookup_map unused now by Dave Airlie · 18 years ago
  63. 6a60b47 replace instance of SA_SHIRQ with IRQF_SHARED by Maarten Maathuis · 18 years ago
  64. c9178c3 ati: make pcigart code able to handle variable size PCI GART aperture by Dave Airlie · 18 years ago
  65. 6a51da7 Fix Alpha domain/bus issue by Jay Estabrook · 18 years ago
  66. 80468e7 Fix build for 2.6.21-rc1. by Thomas Hellstrom · 18 years ago
  67. 2b7a9af Some fencing cleanup. by Thomas Hellstrom · 18 years ago
  68. a253de2 drm: remove last usage of VM_OFFSET by Dave Airlie · 18 years ago
  69. 6d8ed5a Leftover files from previous commit. by Thomas Hellstrom · 18 years ago
  70. e0f53e5 Simple fence object sample driver for via, based on idling the GPU. by Thomas Hellstrom · 18 years ago
  71. 7766378 Initial support for fence object classes. by Thomas Hellstrom · 18 years ago
  72. 7803977 Fix build against older kernels. by Michel Dänzer · 18 years ago
  73. a78f70f Merge branch 'ttm-vram-0-1-branch' by Thomas Hellstrom · 18 years ago
  74. 35eb12d Fix multiple spinlock unlocking by Thomas Hellstrom · 18 years ago
  75. 1345076 Rename drm_ttm.h to drm_objects.h by Thomas Hellstrom · 18 years ago
  76. 8ffc184 Move fence- and buffer-object related header stuff to drm_ttm.h by Thomas Hellstrom · 18 years ago
  77. 5c9a7b0 Remove an intel-specific hack and replace it with a fence driver callback. by Thomas Hellstrom · 18 years ago
  78. 0476056 Set the drm bus map type for each buffer object memory type. by Thomas Hellstrom · 18 years ago
  79. 7bcb62b Rework buffer object vm code to use nopfn() for kernels >= 2.6.19. by Thomas Hellstrom · 18 years ago
  80. 6b289db Remove debug printout. by Thomas Hellstrom · 18 years ago
  81. e146042 Bugzilla Bug #9457 by Thomas Hellstrom · 18 years ago
  82. 9efdae3 More bugfixes. by Thomas Hellstrom · 18 years ago
  83. 5bd13c5 Fix some outdated URLs, remove others. by Adam Jackson · 18 years ago
  84. 398913d Lindent. by Thomas Hellstrom · 18 years ago
  85. b0c5339 More bugfixes. by Thomas Hellstrom · 18 years ago
  86. f02f83e Cleanup and fix support for pinned buffers. by Thomas Hellstrom · 18 years ago
  87. 85ee2a8 Various bugfixes. by Thomas Hellstrom · 18 years ago
  88. 53aee31 I915 accelerated blit copy functional. by Thomas Hellstrom · 18 years ago
  89. 57df398 Reinstate some LRU handling. by Thomas Hellstrom · 18 years ago
  90. d32b21e Remove some code that should have gone in by Thomas Hellstrom · 18 years ago
  91. 99acdae Fix copyright statements. by Thomas Hellstrom · 18 years ago
  92. 6a49d9a Fix evict_mutex locking range. by Thomas Hellstrom · 18 years ago
  93. b2bcbf8 Add an accelerated buffer copy cleanup helper. by Thomas Hellstrom · 18 years ago
  94. a0ed808 Don't create a ttm just to copy from. by Thomas Hellstrom · 18 years ago
  95. bf8f46d Fix mm_block leak. Some other minor fixes. by Thomas Hellstrom · 18 years ago
  96. e4b2da4 A minor function interface change and some memcpy bugfixing. by Thomas Hellstrom · 18 years ago
  97. 1257907 Simplify external ttm page allocation. by Thomas Hellstrom · 18 years ago
  98. 09984ad Update memory compatibility tests. Now only pinned buffers are broken. by Thomas Hellstrom · 18 years ago
  99. c1fbd8a Checkpoint commit. by Thomas Hellstrom · 18 years ago
  100. af24465 Fix a stray unlock_kernel() in drm_vm.c by Thomas Hellstrom · 18 years ago