1. 33a5041 Add dry-coded DRM drawable private information storage for FreeBSD. by Eric Anholt · 17 years ago
  2. 750371c nouveau: separate region_offset into map_handle and offset. by Ben Skeggs · 17 years ago
  3. 04e4922 Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ioctl wrapper by Arthur Huillet · 17 years ago
  4. c806bba nouveau/nv50: Initial channel/object support by Ben Skeggs · 17 years ago
  5. d57b7f0 Use idr_replace trick to eliminate struct drm_ctx_sarea_list. by Kristian Høgsberg · 17 years ago
  6. 1814a82 Don't take dev->struct_mutex twice in drm_setsareactx. by Kristian Høgsberg · 17 years ago
  7. ea832a8 Simplification for previous commit. by Michel Dänzer · 17 years ago
  8. 8d96ba9 Restore pre-idr semantics for drawable information. by Michel Dänzer · 17 years ago
  9. c9d752f Fix must-check warnings and implement a few error paths. by Kristian Høgsberg · 17 years ago
  10. b323ab5 Drop drm_drawable_list and add drm_drawable_info directly to the idr. by Kristian Høgsberg · 17 years ago
  11. a27af4c Avoid hitting BUG() for kernel-only fence objects. by Thomas Hellstrom · 17 years ago
  12. 00f1a66 Fence object reference / dereference cleanup. by Thomas Hellstrom · 17 years ago
  13. ce0d528 nouveau/nv50: skeletal backend by Ben Skeggs · 17 years ago
  14. 695599f nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7) by Ben Skeggs · 17 years ago
  15. 341bc78 nouveau: NV1X/2X/3X PFIFO engtab functions by Ben Skeggs · 17 years ago
  16. 05d86d9 nouveau: NV04 PFIFO engtab functions by Ben Skeggs · 17 years ago
  17. f2e64d5 nouveau: NV4X PFIFO engtab functions by Ben Skeggs · 17 years ago
  18. 638ebba fix radeon setparam on 32/64 systems, harder. by David Woodhouse · 17 years ago
  19. 3d5d41f i915: Fix handling of breadcrumb counter wraparounds. by Michel Dänzer · 17 years ago
  20. 84bea38 Fix i915 sequence mask. by Thomas Hellstrom · 17 years ago
  21. 3ee31a1 Indentation fixes. by Thomas Hellstrom · 17 years ago
  22. d34b2c7 Fix refcounting / lock race. by Thomas Hellstrom · 17 years ago
  23. e1b8eab Locking fixes and instrumentation. by Thomas Hellstrom · 17 years ago
  24. 62082ab Make sure we read fence->signaled while spinlocked. by Thomas Hellstrom · 17 years ago
  25. 5156f1c Fix fence object deref race. by Thomas Hellstrom · 17 years ago
  26. 280083d use krh's idr mods to remove lists from idr code by Dave Airlie · 17 years ago
  27. 7426da7 oops must fix this properly at some point by Dave Airlie · 17 years ago
  28. e22f428 drm: fix radeon setparam alignment issues on 32/64-bit by Dave Airlie · 17 years ago
  29. 5bd0ca1 remove include of linux ioctl32.h from drm drivers by Dave Airlie · 17 years ago
  30. a4cddc6 Revert "drm: add new drm_wait_on function to replace macro" by root · 17 years ago
  31. 4e9d215 radeon: add support for vblank on crtc2 by Dave Airlie · 17 years ago
  32. 638c808 drm: fixup initialisation of list heads and idr by Dave Airlie · 17 years ago
  33. 056c2f2 drm: move context handling code to use linux idr by Dave Airlie · 17 years ago
  34. f646747 drm: convert drawable handling to use Linux idr by Dave Airlie · 17 years ago
  35. 8e083c5 drm: make sure the drawable code doesn't call malloc(0). by Michel Dänzer · 17 years ago
  36. 58b2ed7 Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls." by Dave Airlie · 17 years ago
  37. 375f3f2 Revert "drm/ttm: cleanup most of fence ioctl split out" by Dave Airlie · 17 years ago
  38. ce58e53 whitespace fixups from kernel by Dave Airlie · 17 years ago
  39. adee6f5 ati_pcigart: cut to 80 chars by Dave Airlie · 17 years ago
  40. 3dfc140 drm/ttm: cleanup most of fence ioctl split out by Dave Airlie · 17 years ago
  41. 3fdef0d drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls. by Dave Airlie · 17 years ago
  42. 7b48f00 drm: cleanup use of Linux list handling macros by Dave Airlie · 17 years ago
  43. ea98d7e nouveau: don't build the module by default by Stephane Marchesin · 17 years ago
  44. c4e2cae s/OJBECTS/OBJECTS/ by Brian · 17 years ago
  45. c9cd2c7 drm: remove unused define DRM_HAS_TTM by Dave Airlie · 17 years ago
  46. 6e860d0 drm: add new drm_wait_on function to replace macro by Dave Airlie · 17 years ago
  47. e9b3acd remove register usage by Dave Airlie · 17 years ago
  48. 9f9c190 remove DRM_GETSAREA and replace with drm_getsarea function by Dave Airlie · 17 years ago
  49. 3a2c9f4 linux: minor indent. by George Sapountzis · 17 years ago
  50. afc029e whitespace cleanup by Dave Airlie · 17 years ago
  51. e5c1f1c remove some whitespace violation by Dave Airlie · 17 years ago
  52. 4b72759 drm: nopfn warning on 64-bit by Dave Airlie · 17 years ago
  53. 71d44cd drm/ttm: allow drm_buffer_object_create to be used in-kernel by Jesse Barnes · 17 years ago
  54. 3c384a9 Add new buffer object type for kernel allocations that don't initially have a user mapping. by Jesse Barnes · 17 years ago
  55. af3ffcd Initialize rwlock using rwlock_init to appease lockdep validator. by Kristian Høgsberg · 17 years ago
  56. a8a8108 Avoid a fence timeout problem when a signal is pending. by Thomas Hellstrom · 17 years ago
  57. 1ce9c09 Fix via compile error (Reported by Benno Schulenberg.) by Thomas Hellstrom · 17 years ago
  58. 2df2c70 Simplify the ttm backend interface and the agp ttm backend. by Thomas Hellstrom · 17 years ago
  59. 5a96d59 Don't always free up memory space when we unpin buffers. by Thomas Hellstrom · 17 years ago
  60. 5432cc4 Fix buffer object reference problems. (Reported by Dave Airlie). by Thomas Hellstrom · 17 years ago
  61. e91ceff Add a code comment. by Thomas Hellstrom · 17 years ago
  62. e6e4946 Require the hardware lock for buffer creation by Thomas Hellstrom · 17 years ago
  63. a70f8e0 radeon: add support for reverse engineered xpress200m by Dave Airlie · 17 years ago
  64. b25558b fixup install target, not sure what I was smokin... by Dave Airlie · 17 years ago
  65. 9c79371 add an install target to the drm modules makefile by Dave Airlie · 17 years ago
  66. c496827 Fix user object reference when caller is not object creator. by Thomas Hellstrom · 17 years ago
  67. 38d18ac Add a fence flush event to each fence-signaled check when lazy-waiting by Thomas Hellstrom · 17 years ago
  68. 7743af9 Evicted no-move buffers can get lost if they end up in another by Thomas Hellstrom · 17 years ago
  69. d85e243 Fix an oops when trying to clean a not yet initialized memory type. by Thomas Hellstrom · 17 years ago
  70. 72d457f Make sure CMA (Can't map aperture) pages are mapped uncached. by Thomas Hellstrom · 17 years ago
  71. 3f70518 drm/bo: avoid oops if the memory manager for this type isn't initialised by Dave Airlie · 17 years ago
  72. 81b811d drm/i915: set the bo up at firstopen time not after DMA init by Dave Airlie · 17 years ago
  73. 72a1190 drm/ttm: make sure dev_mapping is set-up for the first opener of the drm by Dave Airlie · 17 years ago
  74. 674cefd nouveau: move card initialisation into the drm by Ben Skeggs · 17 years ago
  75. 5ad43f4 vm: cleanup drm_vm.c along lines of cleanups queued for kernel by Dave Airlie · 17 years ago
  76. 8d918b0 cleanup more whitespace from ttm merge by Dave Airlie · 17 years ago
  77. 3979550 drm: remove second spinlock init for tasklet lock by Dave Airlie · 17 years ago
  78. 209870a rename badly named define by Dave Airlie · 17 years ago
  79. ef71b62 remove i830 reference by Alan Hourihane · 17 years ago
  80. cbe31d0 Remove old i830 kernel driver. by Alan Hourihane · 17 years ago
  81. 1e77e52 more return values fixup by Dave Airlie · 17 years ago
  82. 46fac17 fixup return values in drm ioctl by Dave Airlie · 17 years ago
  83. c991f8e cleanup ioctl expansion code by Dave Airlie · 17 years ago
  84. a2e3bae oops missing else by Dave Airlie · 17 years ago
  85. bbb6fc9 make drm fops const from kernel by Dave Airlie · 17 years ago
  86. 483f6a1 use ARRAY_SIZE by Dave Airlie · 17 years ago
  87. 2d7ecb8 more tab/space conversion by Dave Airlie · 17 years ago
  88. 2463b03 whitespace cleanup pending a kernel merge by Dave Airlie · 17 years ago
  89. 6c4428d clean up more of inline functions agp_remap/drm_lookup_map by Dave Airlie · 17 years ago
  90. 27197d7 deinline agp_remap along lines of kernel by Dave Airlie · 17 years ago
  91. c4808e2 remove drm_lookup_map unused now by Dave Airlie · 17 years ago
  92. 6a60b47 replace instance of SA_SHIRQ with IRQF_SHARED by Maarten Maathuis · 17 years ago
  93. c9178c3 ati: make pcigart code able to handle variable size PCI GART aperture by Dave Airlie · 17 years ago
  94. 6a51da7 Fix Alpha domain/bus issue by Jay Estabrook · 17 years ago
  95. 80468e7 Fix build for 2.6.21-rc1. by Thomas Hellstrom · 17 years ago
  96. 2b7a9af Some fencing cleanup. by Thomas Hellstrom · 17 years ago
  97. a253de2 drm: remove last usage of VM_OFFSET by Dave Airlie · 17 years ago
  98. 6d8ed5a Leftover files from previous commit. by Thomas Hellstrom · 17 years ago
  99. e0f53e5 Simple fence object sample driver for via, based on idling the GPU. by Thomas Hellstrom · 17 years ago
  100. 7766378 Initial support for fence object classes. by Thomas Hellstrom · 17 years ago