1. 3945e47 drm/nouveau: Refactor context destruction to avoid a lock ordering issue. by Francisco Jerez · 14 years ago
  2. fcccab2 drm/nouveau: Use lazy fence waits when doing software interchannel sync. by Francisco Jerez · 14 years ago
  3. aa5ac73 drm/nouveau: Leave BO eviction synchronization for later. by Francisco Jerez · 14 years ago
  4. cbb4b60 drm/nv50: remove some unnecessary PDISPLAY init by Ben Skeggs · 14 years ago
  5. 9acc810 drm/nouveau: fallback to sw fbcon if we can't get mutex immediately by Ben Skeggs · 14 years ago
  6. 6032649 drm/nouveau: hook up acpi power supply change tracking by Ben Skeggs · 14 years ago
  7. 18a16a7 drm/nouveau: return error from nouveau_ramht_remove() if not found by Ben Skeggs · 14 years ago
  8. 938c40e drm/nouveau: use interruptible waits during pushbuf validation by Ben Skeggs · 14 years ago
  9. 08cd3d4 drm/nouveau: fix thinko in channel locking in semaphore path by Ben Skeggs · 14 years ago
  10. 21e86c1 drm/nouveau: remove cpu_writers lock by Ben Skeggs · 14 years ago
  11. b12120a drm/nouveau: switch to unlocked ioctls by Ben Skeggs · 14 years ago
  12. cff5c13 drm/nouveau: add more fine-grained locking to channel list + structures by Ben Skeggs · 14 years ago
  13. 6a6b73f drm/nouveau: add per-channel mutex, use to lock access to drm's channel by Ben Skeggs · 14 years ago
  14. ceed5f3 drm/nouveau: disallow fbcon accel if running in interrupt context by Ben Skeggs · 14 years ago
  15. 7c74cbd drm/nouveau: tidy fifo swmthd handler a little by Ben Skeggs · 14 years ago
  16. f7eb0c5 Merge branch 'drm-radeon-fusion' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  17. 7e76c5c Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  18. acb3250 drm/radeon/kms: improve pflip precision on r1xx-r4xx by Alex Deucher · 14 years ago
  19. 439bd6c drm/radeon/kms: add Ontario APU ucode loading support by Alex Deucher · 14 years ago
  20. bbbf9b7 drm/radeon/kms: enable MSIs on fusion APUs by Alex Deucher · 14 years ago
  21. b0e6641 drm/radeon/kms: add power table parsing support for Ontario fusion APUs by Alex Deucher · 14 years ago
  22. 560154e drm/radeon/kms: refactor atombios power state fetching by Alex Deucher · 14 years ago
  23. e719ebd drm/radeon/kms: add bo blit support for Ontario fusion APUs by Alex Deucher · 14 years ago
  24. e33df25 drm/radeon/kms: add thermal sensor support for fusion APUs by Alex Deucher · 14 years ago
  25. d5e455e drm/radeon/kms: fill in GPU init for AMD Ontario Fusion APUs by Alex Deucher · 14 years ago
  26. 958261d drm/radeon/kms: add radeon_asic struct for AMD Ontario fusion APUs by Alex Deucher · 14 years ago
  27. 1800740 drm/radeon/kms: evergreen.c updates for fusion by Alex Deucher · 14 years ago
  28. 6eb18f8 drm/radeon/kms: MC setup changes for fusion APUs by Alex Deucher · 14 years ago
  29. 0ef0c1f drm/radeon/kms: move r7xx/evergreen to its own vram_gtt setup function by Alex Deucher · 14 years ago
  30. 4339c44 drm/radeon/kms: add support for ss overrides on Fusion APUs by Alex Deucher · 14 years ago
  31. bf982eb drm/radeon/kms: Add support for external encoders on fusion APUs by Alex Deucher · 14 years ago
  32. 4e8c65a drm/radeon/kms: atom changes for DCE4.1 devices by Alex Deucher · 14 years ago
  33. 2f062fd drm/radeon/kms: add new family id for AMD Ontario APUs by Alex Deucher · 14 years ago
  34. 603a9da drm/radeon/kms: upstream power table updates by Alex Deucher · 14 years ago
  35. 1422ef5 drm/radeon/kms: upstream atombios.h updates by Alex Deucher · 14 years ago
  36. 5d68e50 drm/radeon/kms: upstream ObjectID.h updates by Alex Deucher · 14 years ago
  37. 9535ab7 drm/radeon/kms: setup mc chremap properly on r7xx/evergreen by Alex Deucher · 14 years ago
  38. 147666f drm/radeon: Use the ttm execbuf utilities by Thomas Hellstrom · 14 years ago
  39. eba6709 drm/ttm: Fix up io_mem_reserve / io_mem_free calling by Thomas Hellstrom · 14 years ago
  40. 6570596 drm/ttm/vmwgfx: Have TTM manage the validation sequence. by Thomas Hellstrom · 14 years ago
  41. 95762c2 drm/ttm: Improved fencing of buffer object lists by Thomas Hellstrom · 14 years ago
  42. 702adba drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock by Thomas Hellstrom · 14 years ago
  43. 96726fe drm/ttm: Don't deadlock on recursive multi-bo reservations by Thomas Hellstrom · 14 years ago
  44. 68c4fa3 drm/ttm: Optimize ttm_eu_backoff_reservation by Thomas Hellstrom · 14 years ago
  45. 2357cbe drm/ttm: Use kref_sub instead of repeatedly calling kref_put by Thomas Hellstrom · 14 years ago
  46. d6ea888 drm/ttm: Add a bo list reserve fastpath (v2) by Dave Airlie · 14 years ago
  47. b672440 drm/kms/radeon: Use high precision timestamps for pageflip completion events. by Mario Kleiner · 14 years ago
  48. 3e4ea74 drm/kms/radeon: Reorder vblank and pageflip interrupt handling. by Mario Kleiner · 14 years ago
  49. 6f34be5 drm/radeon/kms: add pageflip ioctl support (v3) by Alex Deucher · 14 years ago
  50. f5a8020 drm/kms/radeon: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  51. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  52. caf8394 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  53. 6656b3f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  54. 864ee6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  55. 973d168 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  56. 764bc56 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  57. b1353e4 sata_via: apply magic FIFO fix to vt6420 too by Tejun Heo · 14 years ago
  58. d9efd2a be2net: Fix to avoid firmware update when interface is not open. by Sarveshwar Bandi · 14 years ago
  59. 16c59ef drm/i915: Disable FBC on Ironlake to save 1W by Alex Shi · 14 years ago
  60. e7dbb2f drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware by Keith Packard · 14 years ago
  61. c9a1c4c drm/i915/crt: Introduce struct intel_crt by Chris Wilson · 14 years ago
  62. 51311d0 drm/i915: Do not hold mutex when faulting in user addresses by Chris Wilson · 14 years ago
  63. 164bcb9 drm/radeon/kms: i2c s/sprintf/snprintf/g for safety by Alex Deucher · 14 years ago
  64. be66305 drm/radeon/kms: fix i2c pad masks on rs4xx by Alex Deucher · 14 years ago
  65. 589136b Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  66. 07bfa52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  67. 2811036 Fix build failure at cx25821-video driver by Youquan Song · 14 years ago
  68. d530db0 3c59x: fix build failure on !CONFIG_PCI by Namhyung Kim · 14 years ago
  69. 1aa46ec ipg.c: remove id [SUNDANCE, 0x1021] by Ken Kawasaki · 14 years ago
  70. 8ea9122 net: caif: spi: fix potential NULL dereference by Vasiliy Kulikov · 14 years ago
  71. 3bf30b5 ath9k_htc: Avoid setting QoS control for non-QoS frames by Rajkumar Manoharan · 14 years ago
  72. 3006bc3 bonding: fix a race in IGMP handling by Eric Dumazet · 14 years ago
  73. de391d1 Input: fix typo in keycode validation supporting large scancodes by Mattia Dongili · 14 years ago
  74. 95ccb0f drm/ttm: Fix up a theoretical deadlock by Thomas Hellstrom · 14 years ago
  75. 9a03d34 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  76. 1aa52bd drm/radeon/kms: fix tiling info on evergreen by Alex Deucher · 14 years ago
  77. 268b251 drm/radeon/kms: fix alignment when allocating buffers by Alex Deucher · 14 years ago
  78. 2f5993c drm/vmwgfx: Fix up an error path during bo creation by Thomas Hellstrom · 14 years ago
  79. a5193fe drm/radeon/kms: register an i2c adapter name for the dp aux bus by Alex Deucher · 14 years ago
  80. 3e4b998 drm/radeon/kms/atom: add proper external encoders support by Alex Deucher · 14 years ago
  81. 99999aa drm/radeon/kms/atom: cleanup and unify DVO handling by Alex Deucher · 14 years ago
  82. 8b83485 drm/radeon/kms: properly power up/down the eDP panel as needed (v4) by Alex Deucher · 14 years ago
  83. c7a71fc drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode() by Alex Deucher · 14 years ago
  84. ba251bd drm/radeon/kms: turn the backlight off explicitly for dpms by Alex Deucher · 14 years ago
  85. d33ef52 drm/radeon/kms: fix typo in r600 cs checker by Alex Deucher · 14 years ago
  86. 21e2eae drm: radeon: fix error value sign by Vasiliy Kulikov · 14 years ago
  87. 1679056 drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx by Alex Deucher · 14 years ago
  88. ab83833 nouveau: Acknowledge HPD irq in handler, not bottom half by Andy Lutomirski · 14 years ago
  89. c1b60ec drm/nouveau: Fix a few confusions between "chipset" and "card_type". by Francisco Jerez · 14 years ago
  90. 5bead79 drm/nouveau: don't expose backlight control when available through ACPI by Ben Skeggs · 14 years ago
  91. cac8f05 drm/nouveau/pm: improve memtiming mappings by Roy Spliet · 14 years ago
  92. 9d5a6c4 drm/nouveau: Make PCIE GART size depend on the available RAMIN space. by Francisco Jerez · 14 years ago
  93. dd661e5 drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN. by Francisco Jerez · 14 years ago
  94. b54262f drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not set by Martin Peres · 14 years ago
  95. 84b8081 drm/nouveau: Don't use load detection for connector polling. by Francisco Jerez · 14 years ago
  96. 63d6fd3 drm/nv10-nv20: Fix instability after MPLL changes. by Francisco Jerez · 14 years ago
  97. 56ac747 drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang by Ben Skeggs · 14 years ago
  98. 06ef3e6 drm/nouveau: Don't poll LVDS outputs. by Francisco Jerez · 14 years ago
  99. 01db363 drm/nouveau: Use "force" to decide if analog load detection is ok or not. by Francisco Jerez · 14 years ago
  100. 5794b5f drm/nv04: Fix scanout over the 16MB mark. by Francisco Jerez · 14 years ago