1. f35119d drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible by Rakib Mullick · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 14 years ago
  4. de1e7cd Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next by Dave Airlie · 14 years ago
  5. b1f559e drm: Mark constant arrays of drm_display_mode const by Chris Wilson · 14 years ago
  6. 5a893fc ttm: Include the 'struct dev' when using the DMA API. by Konrad Rzeszutek Wilk · 14 years ago
  7. 8410ea3 drm: rework PCI/platform driver interface. by Dave Airlie · 14 years ago
  8. 27e8b23 ttm: Expand (*populate) to support an array of DMA addresses. by Konrad Rzeszutek Wilk · 14 years ago
  9. 5b2eef9 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  10. a666594 vmwgfx: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  11. 57084d0 drm/fb: Don't expose mmio for fbdev emulation layer by James Simmons · 14 years ago
  12. 6570596 drm/ttm/vmwgfx: Have TTM manage the validation sequence. by Thomas Hellstrom · 14 years ago
  13. 2f5993c drm/vmwgfx: Fix up an error path during bo creation by Thomas Hellstrom · 14 years ago
  14. dccb2a9 drm: vmwgfx: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  15. 1ef0724 drm/vmwgfx: Fix oops on failing bo pin by Thomas Hellstrom · 14 years ago
  16. 85b54e0 drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments by Joe Perches · 14 years ago
  17. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  18. 135cba0 vmwgfx: Implement a proper GMR eviction mechanism by Thomas Hellstrom · 14 years ago
  19. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  20. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  21. 0c8eb0d Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  22. 8aea528 drm/vmwgfx: Bump minor and driver date by Thomas Hellstrom · 14 years ago
  23. 029e50b drm/vmwgfx: Save at least one screen layout by Thomas Hellstrom · 14 years ago
  24. 73558ea drm/vmwgfx: Add modinfo version by Thomas Hellstrom · 14 years ago
  25. 30f47fc8 drm/vmwgfx: Add a parameter to get the max fb size by Thomas Hellstrom · 14 years ago
  26. 09e2601 drm/vmwgfx: Don't flush fb if we're in the suspended state. by Thomas Hellstrom · 14 years ago
  27. e133e73 drm/vmwgfx: Prune modes based on available VRAM size by Thomas Hellstrom · 14 years ago
  28. 3a939a5 drm/vmwgfx: Take the ttm lock around the dirty ioctl by Thomas Hellstrom · 14 years ago
  29. 02b0016 drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback by Thomas Hellstrom · 14 years ago
  30. 7fbd721 drm/vmwgfx: Add new-style PM hooks to improve hibernation behavior by Thomas Hellstrom · 14 years ago
  31. 094e0fa drm/vmwgfx: Fix ACPI S3 & S4 functionality. by Thomas Hellstrom · 14 years ago
  32. d3216a0 drm/vmwgfx: Really support other depths than 32 by Thomas Hellstrom · 14 years ago
  33. fb7ba21 Merge remote branch 'korg/drm-fixes' into drm-vmware-next by Dave Airlie · 14 years ago
  34. d961db7 drm/ttm: restructure to allow driver to plug in alternate memory manager by Ben Skeggs · 14 years ago
  35. abb295f vmwgfx: Fix fb VRAM pinning failure due to fragmentation by Thomas Hellstrom · 14 years ago
  36. f1a28ee vmwgfx: Remove initialisation of dev::devname by Thomas Hellstrom · 14 years ago
  37. 7a1c2f6 vmwgfx: Enable use of the vblank system by Thomas Hellstrom · 14 years ago
  38. 30c78bb vmwgfx: vt-switch (master drop) fixes by Thomas Hellstrom · 14 years ago
  39. 2854eed drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under allocating buffer and having drivers overwrite it (v2)" by Thomas Hellstrom · 14 years ago
  40. 4a445f2 Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  41. 40b3be3 drivers/gpu/drm: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  42. dc880ab drm: use noop_llseek by Arnd Bergmann · 14 years ago
  43. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 14 years ago
  44. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  45. cbc60ca drm: kill get_reg_ofs callback by Daniel Vetter · 14 years ago
  46. 793a97e drm: kill drm_map_ofs callbacks by Daniel Vetter · 14 years ago
  47. ee00557 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  48. 1b2f148 drm: block userspace under allocating buffer and having drivers overwrite it (v2) by Dave Airlie · 14 years ago
  49. aa9f56b Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  50. 7203425 drm: expand gamma_set by James Simmons · 14 years ago
  51. cce13ff drm: Propagate error code from fb_create() by Chris Wilson · 14 years ago
  52. fc1caf6 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  53. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  54. ba4420c drm: move ttm global code to core drm by Dave Airlie · 15 years ago
  55. 7827627 Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  56. c39721c drm/vmgfx: operation on ‘par->dirty.y1’ may be undefined by Chris Wilson · 14 years ago
  57. d656ae5 Merge tag 'v2.6.35-rc6' into drm-radeon-next by Dave Airlie · 14 years ago
  58. 4ede00c vmwgfx: return -EFAULT if copy_to_user fails by Dan Carpenter · 14 years ago
  59. db8cc27 Merge branch 'drm-platform' into drm-testing by Dave Airlie · 14 years ago
  60. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  61. 65155b3 fix typos concerning "management" by Uwe Kleine-König · 14 years ago
  62. 9b8eb4d drm/vmwgfx: return -EFAULT for copy_to_user errors by Dan Carpenter · 14 years ago
  63. d8bd19d drm/vmwgfx: Allow userspace to change default layout. Bump minor. by Jakob Bornecrantz · 14 years ago
  64. 991b7b4 drm/vmwgfx: Fix framebuffer modesetting by Jakob Bornecrantz · 14 years ago
  65. 7c4f778 drm/vmwgfx: Fix vga save / restore with display topology. by Thomas Hellstrom · 14 years ago
  66. dcdb167 drm: Add support for platform devices to register as DRM devices by Jordan Crouse · 14 years ago
  67. 1ca14e7 drm/vmwgfx: Remove some leftover debug messages. by Thomas Hellstrom · 14 years ago
  68. 316ab13 drm/vmwgfx: Print warnings in kernel log about bo pinning that fails. by Jakob Bornecrantz · 14 years ago
  69. 792778e drm/vmwgfx: Unpause overlay on update. by Jakob Bornecrantz · 14 years ago
  70. 259600d5 drm/vmwgfx: Some modesetting cleanups and fixes. by Jakob Bornecrantz · 14 years ago
  71. d451f62 drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code. by Jakob Bornecrantz · 14 years ago
  72. bbfad33 drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit. by Jakob Bornecrantz · 14 years ago
  73. 22ee861 drm/vmwgfx: Reserve first part of VRAM for framebuffer. by Thomas Hellstrom · 14 years ago
  74. d7e1958 drm/vmwgfx: Support older hardware. by Jakob Bornecrantz · 14 years ago
  75. 1ae1ddd drm/vmwgfx: Get connector status from detection function. by Jakob Bornecrantz · 14 years ago
  76. 1925d45 drm/vmwgfx: Add kernel throttling support. Bump minor. by Thomas Hellstrom · 14 years ago
  77. 04e9e94 drm/vmwgfx: Make sure to unpin old and pin new framebuffer. by Jakob Bornecrantz · 14 years ago
  78. 6a591a9 drm/vmwgfx: Fix single framebuffer detection. by Jakob Bornecrantz · 14 years ago
  79. 7e71f8a drm/vmwgfx: Assume larger framebuffer max size. by Jakob Bornecrantz · 14 years ago
  80. 1471ca9 fbdev: allow passing more than one aperture for handoff by Marcin Slusarz · 14 years ago
  81. 7547a91 Merge branch 'drm-ttm-unmappable' into drm-core-next by Dave Airlie · 14 years ago
  82. 0c321c7 drm/ttm: remove io_ field from TTM V6 by Jerome Glisse · 14 years ago
  83. 96bf8b8 drm/vmwgfx: add support for new TTM fault callback V5 by Jerome Glisse · 14 years ago
  84. 9d87fa2 drm/ttm: split no_wait argument in 2 GPU or reserve wait by Jerome Glisse · 14 years ago
  85. 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 14 years ago
  86. ae6445a drm/vmwgfx: depends on FB by Randy Dunlap · 15 years ago
  87. 4e4ddd4 drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring. by Thomas Hellstrom · 15 years ago
  88. f2d12b8 drm/vmwgfx: Use fb handover mechanism instead of stealth mode. by Thomas Hellstrom · 15 years ago
  89. 85b9e48 drm/vmwgfx: Fix a circular locking dependency bug. by Thomas Hellstrom · 15 years ago
  90. a87897e drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members. Bumps major. by Jakob Bornecrantz · 15 years ago
  91. 3bef357 drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height} by Jakob Bornecrantz · 15 years ago
  92. f77cef3 drm/vmwgfx: Update the user-space interface. by Thomas Hellstrom · 15 years ago
  93. 5ffdb65 drm/vmwgfx: Don't send bad flags to the host by Jakob Bornecrantz · 15 years ago
  94. c188660 drm/vmwgfx: Request SVGA version 2 and bail if not found by Peter Hanzel · 15 years ago
  95. 8e19a95 drm/vmwgfx: Correctly detect 3D by Jakob Bornecrantz · 15 years ago
  96. 8ba5152 drm/vmwgfx: Optimize memory footprint for DMA buffers. by Thomas Hellstrom · 15 years ago
  97. d9f36a0 drm/vmwgfx: Implement basic pm operations. by Thomas Hellstrom · 15 years ago
  98. 476d51d drm/vmwgfx: Implement a swap_notify callback. by Thomas Hellstrom · 15 years ago
  99. effe110 drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs. by Thomas Hellstrom · 15 years ago
  100. 7704bef drm/vmwgfx: Make fence sequences continous across a VT switch. by Thomas Hellstrom · 15 years ago