1. f9e9716 drm: add new rv380 pciid by Mirko · 17 years ago
  2. b932ccb drm: add support for passing state into the suspend hooks. by Dave Airlie · 17 years ago
  3. da636ad drm/i915: Fix hibernate save/restore of VGA attribute regs by Jesse Barnes · 17 years ago
  4. 1f84e55 drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE) by Keith Packard · 17 years ago
  5. c0c4261 drm/i915: restore pipeconf regs unconditionally by Jesse Barnes · 17 years ago
  6. 0da3ea1 drm/i915: save/restore interrupt state by Jesse Barnes · 17 years ago
  7. ca0b07d drm: convert drm from nopage to fault. by Nick Piggin · 17 years ago
  8. b39d50e i915: wrap chipset types requiring hw status set ioctl by Zhenyu Wang · 17 years ago
  9. 60f9268 drm/radeon: add initial rs690 support to drm. by Maciej Cencora · 17 years ago
  10. 2153430 Final removal of FASTCALL()/fastcall by Harvey Harrison · 17 years ago
  11. 123f794 i915: Fix GR register array size off-by-one bug by Jesse Barnes · 17 years ago
  12. 3d5e2c1 drm: add initial r500 drm support by Dave Airlie · 17 years ago
  13. 576cc45 radeon: setup the ring buffer fetcher to be less agressive. by Roland Scheidegger · 17 years ago
  14. 9d5b3ff drm: fixup some of the ioctl function exit paths by Dave Airlie · 17 years ago
  15. 19a8f59a drm: the drm really should call pci_set_master.. by Dave Airlie · 17 years ago
  16. 5f5f9d4 i915: Add chipset id for Intel Integrated Graphics Device by Zhenyu Wang · 17 years ago
  17. 3e684ea drm: cleanup DRM_DEBUG() parameters by Márton Németh · 17 years ago
  18. 4d1f788 drm/i915: add support for E7221 chipset by Carlos Martín · 17 years ago
  19. d5b0d1b drm: don't cast a pointer to pointer of list_head by Li Zefan · 17 years ago
  20. a96ca10 mga_dma: return 'err' not just zero from mga_do_cleanup_dma() by Jesper Juhl · 17 years ago
  21. e3236a1 drm: add _DRM_DRIVER flag, and re-order unload. by Dave Airlie · 17 years ago
  22. 77e27e9 drm: enable udev node creation by Dave Airlie · 17 years ago
  23. b018fcd drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx. by Eric Anholt · 17 years ago
  24. 3260f9f drm: move drm_mem_init to proper place in startup sequence by Dave Airlie · 17 years ago
  25. 2716a02 drm: call driver load function after initialising AGP by Dave Airlie · 17 years ago
  26. 7ffa05e drm: Fix ioc32 compat layer by Ian Romanick · 17 years ago
  27. 47a184a drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't. by Eric Anholt · 17 years ago
  28. ba8bbcf i915: add suspend/resume support by Jesse Barnes · 17 years ago
  29. e8b962b drm: update DRM sysfs support by Jesse Barnes · 17 years ago
  30. 8b40958 drm: Initialize the AGP structure's base address at init rather than enable. by Eric Anholt · 17 years ago
  31. ded2335 drm: move two function extern into the correct block by Dave Airlie · 17 years ago
  32. bc5f452 drm: run cleanfile across drm tree by Dave Airlie · 17 years ago
  33. 8562b3f drm: some minor cleanups and changes to make memory manager merging easier. by Dave Airlie · 17 years ago
  34. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  35. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 17 years ago
  36. 8dfba4d drivers/char/: Spelling fixes by Joe Perches · 17 years ago
  37. 53256f5 drm/i915: add support for E7221 chipset by Carlos Martín · 17 years ago
  38. 246a3d1 drm: DRM: fix memset size error by Li Zefan · 17 years ago
  39. 747824c drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTL by Dave Airlie · 17 years ago
  40. f9618ac drm: remove second forward decleration of drm device struct. by Dave Airlie · 17 years ago
  41. 038477a drm/sis: missing mutex unlock in error path. by Roel Kluin · 17 years ago
  42. 7fc8686 radeon: set the address to access the GART table on the CPU side correctly by Dave Airlie · 17 years ago
  43. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  44. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  45. 179b025 video gfx: merge kconfig menus by Randy Dunlap · 17 years ago
  46. f75a71f radeon_driver_vblank_do_wait() static by Adrian Bunk · 17 years ago
  47. ace3dff via invalid device ids removal by Xavier Bachelot · 17 years ago
  48. eed0f72 radeon: Commit the ring after each partial texture upload blit. by chaohong guo · 17 years ago
  49. 54583bf i915: fix vbl swap allocation size. by Dave Airlie · 17 years ago
  50. c153f45 drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  51. b589ee5 drm: remove XFREE86_VERSION macros. by Dave Airlie · 17 years ago
  52. 6c340ea drm: Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  53. 20caafa drm: Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  54. e4a7b1d i915: make vbl interrupts work properly on i965g/gm hw. by Dave Airlie · 17 years ago
  55. 6869ce1 Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  56. 0769d39 drm: ioremap return value checks by Scott Thompson · 17 years ago
  57. 21f1628 drm/i915: Fix i965 secured batchbuffer usage by Dave Airlie · 17 years ago
  58. 22c806c drm/via: Fix dmablit when blit queue is full by Simon Farnsworth · 17 years ago
  59. 7ea4d4b drm_rmmap_ioctl(): remove dead code by Adrian Bunk · 17 years ago
  60. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  61. 45ea5dcd drm: add idr_init to drm_stub.c by Dave Airlie · 17 years ago
  62. cca5307 drm: fix problem with SiS typedef with sisfb enabled. by Dave Airlie · 17 years ago
  63. d4e2cbe drm: convert drawable code to using idr by Dave Airlie · 17 years ago
  64. 6296814 drm: convert drm context code to use Linux idr by Dave Airlie · 17 years ago
  65. ff4135a drm: remove core typedefs from the ioc32 wrappers by Dave Airlie · 17 years ago
  66. bd63cb5 drm: remove sarea typedefs by Dave Airlie · 17 years ago
  67. e0be428 drm: detypedef the hashtab and more of sman by Dave Airlie · 17 years ago
  68. 9698b4d drm: de-typedef sman by Dave Airlie · 17 years ago
  69. 5591051 drm: detypedeffing continues... by Dave Airlie · 17 years ago
  70. cdd55a2 drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs by Dave Airlie · 17 years ago
  71. 8fc2fdf drm: drop drm_vma_entry_t, drm_magic_entry_t by Dave Airlie · 17 years ago
  72. 056219e drm: drop drm_buf_t typedef by Dave Airlie · 17 years ago
  73. eddca55 drm: fixup other drivers for typedef removals by Dave Airlie · 17 years ago
  74. 84b1fd1 drm: remove drm_file_t, drm_device_t and drm_head_t typedefs by Dave Airlie · 17 years ago
  75. c60ce62 drm: remove a bunch of typedefs on the userspace interface by Dave Airlie · 17 years ago
  76. c6c656b r300: updates register header by Oliver McFadden · 17 years ago
  77. ddbee33 radeon: add support for vblank on crtc2 by Dave Airlie · 17 years ago
  78. 7c158ac drm: cleanup list initialisation by Dave Airlie · 17 years ago
  79. 6f71010 drm: fix typo on code drm getsarea by Dave Airlie · 17 years ago
  80. da509d7 drm: remove DRM_GETSAREA and replace with drm_getsarea function by Dave Airlie · 17 years ago
  81. bd1b331 drm: cleanup use of Linux list handling macros by Dave Airlie · 17 years ago
  82. ad5c980 Add support SiS based XGI chips to SiS DRM. by Ian Romanick · 17 years ago
  83. f4d2781 fix radeon setparam on 32/64 systems, harder. by David Woodhouse · 17 years ago
  84. 9b01bd5 drm: fix radeon setparam on 32/64 bit systems. by Dave Airlie · 17 years ago
  85. dc7a931 drm/i915: Add support for the G33, Q33, and Q35 chipsets. by Wang Zhenyu · 17 years ago
  86. 2f4042b i915: add new pciids for 945GME, 965GME/GLE by Wang Zhenyu · 17 years ago
  87. ad360bb Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  88. 5f81941 [SPARC]: Mark as emulating cmpxchg, add appropriate depends for DRM. by Martin Habets · 17 years ago
  89. c4814f9 drm: make sure the drawable code doesn't call malloc(0). by Michel Dänzer · 17 years ago
  90. 777c773 drm/radeon: add more IGP chipset pci ids by Dave Airlie · 17 years ago
  91. a6399bd drm: Spinlock initializer cleanup by Thomas Gleixner · 17 years ago
  92. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  93. ef68d29 via: Make sure we flush write-combining using a follow-up read. by Thomas Hellstrom · 17 years ago
  94. a0a6dd0 via: Try to improve command-buffer chaining. by Thomas Hellstrom · 17 years ago
  95. bc07dc7 drm: remove old taskqueue remnant by Dave Airlie · 17 years ago
  96. 0515b93 drm: rename badly named define and cleanup ioctl code spacing by Dave Airlie · 17 years ago
  97. 453ff94 radeon: Don't mess up page flipping when a file descriptor is closed. by Michel Dänzer · 17 years ago
  98. f2b04cd drm/radeon: upgrade to 1.27 - make PCI GART more flexible by Dave Airlie · 17 years ago
  99. 5f757f9 Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  100. ce7dd06 drm/i915: Add 965GM pci id update by Wang Zhenyu · 17 years ago