1. 151903d drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty. by Eric Anholt · 16 years ago
  2. 461cba2 drm/i915: Save/restore HWS_PGA on suspend/resume by Peng Li · 16 years ago
  3. 5244021 drm: move drm vblank initialization/cleanup to driver load/unload by Keith Packard · 16 years ago
  4. 6133047 drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT by Keith Packard · 16 years ago
  5. 05eff84 drm/i915: Always read pipestat in irq_handler by Keith Packard · 16 years ago
  6. 2678d9d drm/i915: Subtract total pinned bytes from available aperture size by Keith Packard · 16 years ago
  7. 28dfe52 drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset. by Eric Anholt · 16 years ago
  8. cdfbc41 drm/i915: Remove IMR masking during interrupt handler, and restart it if needed. by Eric Anholt · 16 years ago
  9. 7c46358 drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR. by Keith Packard · 16 years ago
  10. 0baf823 drm/i915: Move legacy breadcrumb out of the reserved status page area by Keith Packard · 16 years ago
  11. afa21e0 drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA by Dave Airlie · 16 years ago
  12. 78538bf drm/radeon: map registers at load time by Dave Airlie · 16 years ago
  13. 5d8e6bb drm: Remove infrastructure for supporting i915's vblank swapping. by Eric Anholt · 16 years ago
  14. bd95e0a i915: Remove racy delayed vblank swap ioctl. by Eric Anholt · 16 years ago
  15. d3e74d0 i915: Don't whine when pci_enable_msi() fails. by Eric Anholt · 16 years ago
  16. 6a47baa i915: Don't attempt to short-circuit object_wait_rendering by checking domains. by Owen Taylor · 16 years ago
  17. ad42ca8 i915: Clean up sarea pointers on leavevt by Keith Packard · 16 years ago
  18. 881ee98 i915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45 by Keith Packard · 16 years ago
  19. da4a22c Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  20. 30ef898 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  21. 5a125c3 i915: Add GEM ioctl to get available aperture size. by Eric Anholt · 16 years ago
  22. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  23. 0839ccb i915: use io-mapping interfaces instead of a variety of mapping kludges by Keith Packard · 16 years ago
  24. 4e270e9 drm/radeon: fixup further bus mastering confusion. by Alex Deucher · 16 years ago
  25. 65e082c build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n by Len Brown · 16 years ago
  26. 70740d6 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  27. 7e78f72 drm: Avoid oops in DRM_IOCTL_RM_DRAW if a bad handle is supplied. by Eric Anholt · 16 years ago
  28. 4956887 drm: Add 32-bit compatibility for DRM_IOCTL_UPDATE_DRAW. by Eric Anholt · 16 years ago
  29. 42f52ef drm/i915: use pipes, not planes to label vblank data by Keith Packard · 16 years ago
  30. 9e44af7 drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations by Keith Packard · 16 years ago
  31. fe8133d i915: Fix format string warnings on x86-64. by Linus Torvalds · 16 years ago
  32. a2d44cc i915: Don't dereference HWS in /proc debug files when it isn't initialized. by Eric Anholt · 16 years ago
  33. 053d7f2 i915: Enable IMR passthrough of vblank events before enabling it in pipestat. by Eric Anholt · 16 years ago
  34. 35ad68c drm: Remove two leaks of vblank reference count in error paths. by Eric Anholt · 16 years ago
  35. 786225e drm: fix leak of cliprects in drm_rmdraw() by Zhenyu Wang · 16 years ago
  36. d1ed629 i915: Disable MSI on GM965 (errata says it doesn't work) by Keith Packard · 16 years ago
  37. 8638427 drm: Set cliprects to NULL when changing drawable to having 0 cliprects. by Zhenyu Wang · 16 years ago
  38. e9d21d7 i915: Protect vblank IRQ reg access with spinlock by Keith Packard · 16 years ago
  39. e798ba5 Export tiny shmem_file_setup for DRM-GEM by Hugh Dickins · 16 years ago
  40. e8848a1 fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c by Thomas Gleixner · 16 years ago
  41. 9b7530cc i915: cleanup coding horrors in i915_gem_gtt_pwrite() by Linus Torvalds · 16 years ago
  42. 1ae8778 Fix sprintf format warnings in drm_proc.c by Linus Torvalds · 16 years ago
  43. 4b40893 drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) by Matthias Hopf · 16 years ago
  44. 9e0b97e drm: make CONFIG_DRM depend on CONFIG_SHMEM. by Dave Airlie · 16 years ago
  45. edc6f38 radeon: fix PCI bus mastering support enables. by Alex Deucher · 16 years ago
  46. b2ceddf radeon: add RS400 family support. by Alex Deucher · 16 years ago
  47. f0738e9 drm/radeon: add support for RS740 IGP chipsets. by Alex Deucher · 16 years ago
  48. b612eda i915: GM45 has GM965-style MCH setup. by Eric Anholt · 16 years ago
  49. 6dbe277 i915: Don't run retire work handler while suspended by Keith Packard · 16 years ago
  50. ba1eb1d i915: Map status page cached for chips with GTT-based HWS location. by Keith Packard · 16 years ago
  51. 50aa253d i915: Fix up ring initialization to cover G45 oddities by Keith Packard · 16 years ago
  52. 0cdad7e i915: Use non-reserved status page index for breadcrumb by Keith Packard · 16 years ago
  53. 630681d drm: Increment dev_priv->irq_received so i915_gem_interrupts count works. by Eric Anholt · 16 years ago
  54. 9bfbd5c drm: kill drm_device->irq by Jesse Barnes · 16 years ago
  55. e0f0754 drm: wbinvd is cache coherent. by Dave Airlie · 16 years ago
  56. e7d22bc i915: add missing return in error path. by Dave Airlie · 16 years ago
  57. 2bdf00b i915: fixup permissions on gem ioctls. by Dave Airlie · 16 years ago
  58. 3043c60 drm: Clean up many sparse warnings in i915. by Eric Anholt · 16 years ago
  59. bd88ee4 drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC. by Eric Anholt · 16 years ago
  60. 28af0a2 drm: G33-class hardware has a newer 965-style MCH (no DCC register). by Eric Anholt · 16 years ago
  61. 4f481ed drm: Avoid oops in GEM execbuffers with bad arguments. by Eric Anholt · 16 years ago
  62. d4e7b89 DRM: Return -EBADF on bad object in flink, and return curent name if it exists. by Eric Anholt · 16 years ago
  63. dbb19d3 i915 gem: install and uninstall irq handler in entervt and leavevt ioctls. by Kristian Høgsberg · 16 years ago
  64. c99b058 i915: Make use of sarea_priv conditional. by Kristian Høgsberg · 16 years ago
  65. 546b097 i915: Use struct_mutex to protect ring in GEM mode. by Eric Anholt · 16 years ago
  66. ed4c9c4 i915: Add chip set ID param. by Kristian Høgsberg · 16 years ago
  67. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
  68. 0a3e67a drm: Rework vblank-wait handling to allow interrupt reduction. by Jesse Barnes · 16 years ago
  69. 2df68b4 drm/cred: wrap task credential accesses in the drm driver. by David Howells · 16 years ago
  70. b9bfdfe new chip name is GM45 by Jesse Barnes · 16 years ago
  71. 317c35d separate i915 suspend/resume functions into their own file by Jesse Barnes · 16 years ago
  72. 6b79d52 radeon: fix writeback across suspend/resume. by Dave Airlie · 16 years ago
  73. 38eda21 drm: fix sysfs error path. by Dave Airlie · 16 years ago
  74. dfcf96d FB_SIS=m, DRM_SIS=y is not a legal configuration. by Adrian Bunk · 16 years ago
  75. 8ee1c3d Add Intel ACPI IGD OpRegion support by Matthew Garrett · 16 years ago
  76. 398c9cb i915: Initialize hardware status page at device load when possible. by Keith Packard · 16 years ago
  77. d3a6d44 i915: Track progress inside of batchbuffers for determining wedgedness. by Keith Packard · 16 years ago
  78. ed4cb41 i915: Add support for MSI and interrupt mitigation. by Eric Anholt · 16 years ago
  79. 585fb11 i915: Use more consistent names for regs, and store them in a separate file. by Jesse Barnes · 16 years ago
  80. 962d4fd i915: Ignore X server provided mmio address by Keith Packard · 16 years ago
  81. 0790d5e i915: remove settable use_mi_batchbuffer_start by Keith Packard · 16 years ago
  82. 48f185d SiS DRM: fix a pointer cast warning by David Howells · 16 years ago
  83. 6bb9e4b SiS DRM: fix the memory allocator if the SIS FB is built as a module by David Howells · 16 years ago
  84. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  85. 6c7be29 drm/radeon: downgrade debug message from info to debug. by Dave Airlie · 16 years ago
  86. 2caf959 Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  87. 3e5fc80 drm: don't set the signal blocker on the master process. by Dave Airlie · 16 years ago
  88. e5b4f19 drm: don't call the vblank tasklet with irqs disabled. by Thomas Hellstrom · 16 years ago
  89. 649ffc0 r300: Fix cliprect emit by Nicolai Haehnle · 16 years ago
  90. e2898c5 drm/radeon: r300_cmdbuf: Always emit INDX_BUFFER immediately after DRAW_INDEX by Nicolai Haehnle · 16 years ago
  91. 54f961a radeon: fix some hard lockups on r3/4/500s by Jerome Glisse · 16 years ago
  92. 61a2d07 Remove newline from the description of module parameters by Niels de Vos · 16 years ago
  93. 0e1451d drm: make drm_minors_cleanup() static by Adrian Bunk · 16 years ago
  94. 242e3df drm/radeon: fixup issue with radeon and PAT support. by Dave Airlie · 16 years ago
  95. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  96. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago