1. e05d7ea drm/nouveau: protect gpuobj list + global instmem heap with spinlock by Ben Skeggs · 14 years ago
  2. eb9bcbd drm/nouveau: fix gpuobj refcount to use atomics by Ben Skeggs · 14 years ago
  3. dac7900 drm/nouveau: add spinlock around ramht modifications by Ben Skeggs · 14 years ago
  4. e05c5a3 drm/nouveau: tidy ram{ht,fc,ro} a bit by Ben Skeggs · 14 years ago
  5. fbd2895 drm/nouveau: rework init ordering so nv50_instmem.c can be less bad by Ben Skeggs · 14 years ago
  6. 6c3d7ef drm/nv50: calculate vram reordering block size by Ben Skeggs · 14 years ago
  7. 5125bfd drm/nv50: allow gpuobjs that aren't mapped into aperture by Ben Skeggs · 14 years ago
  8. 43efc9c drm/nouveau: simplify fake gpu objects by Ben Skeggs · 14 years ago
  9. a8eaebc drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity by Ben Skeggs · 14 years ago
  10. de3a6c0 drm/nouveau: rebase per-channel pramin heap offsets to 0 by Ben Skeggs · 14 years ago
  11. b3beb16 drm/nouveau: modify object accessors, offset in bytes rather than dwords by Ben Skeggs · 14 years ago
  12. 479dcae drm/nouveau: move ramht code out of nouveau_object.c, nothing to see here by Ben Skeggs · 14 years ago
  13. 2a7fdb2b drm/nouveau: have nv_mask return original register value by Ben Skeggs · 14 years ago
  14. 217275d drm/nv40: Try to set up CRE_LCD even if it has unknown bits set. by Francisco Jerez · 14 years ago
  15. 7314dec drm/nv17-nv4x: Fix analog load detection false positive on rare occasions. by Francisco Jerez · 14 years ago
  16. 9d59e8a drm/nouveau: require explicit unmap of kmapped bos by Ben Skeggs · 14 years ago
  17. e694438 drm/nouveau: remove second map of notifier bo by Ben Skeggs · 14 years ago
  18. b8a6a80 drm/nouveau: move check for no-op bo move before memcpy fallback by Ben Skeggs · 14 years ago
  19. f1ab0cc drm/nv50: add new accelerated bo move funtion by Ben Skeggs · 14 years ago
  20. 4295f18 drm/nv20: Use the nv30 CRTC bandwidth calculation code. by Francisco Jerez · 14 years ago
  21. 316f60a drm/nouveau: Fix suspend on some nv4x AGP cards. by Francisco Jerez · 14 years ago
  22. 4a445f2 Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  23. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 14 years ago
  24. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  25. 4645b94 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  26. 615661f drm/nv50: initialize ramht_refs list for faked 0 channel by Marcin Slusarz · 14 years ago
  27. 374c3af drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL. by Francisco Jerez · 14 years ago
  28. 3ba6462 drm/nouveau: Take fence spinlock before reading the last sequence. by Francisco Jerez · 14 years ago
  29. cbc60ca drm: kill get_reg_ofs callback by Daniel Vetter · 14 years ago
  30. 793a97e drm: kill drm_map_ofs callbacks by Daniel Vetter · 14 years ago
  31. 06f01e7 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  32. 5afda9e Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  33. ab699ec drm/nouveau: drop drm_global_mutex before sleeping in submission path by Ben Skeggs · 14 years ago
  34. ee508b8 drm/nv20: Don't use pushbuf calls on the original nv20. by Francisco Jerez · 14 years ago
  35. fba6752 drm/nouveau: Fix TMDS on some DCB1.5 boards. by Francisco Jerez · 14 years ago
  36. d31e078 drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel. by Francisco Jerez · 14 years ago
  37. f5cb8ab drm/nv30: Apply modesetting to the correct slave encoder by Patrice Mandin · 14 years ago
  38. acae116 drm/nouveau: Use a helper function to match PCI device/subsystem IDs. by Francisco Jerez · 14 years ago
  39. 44a1246 drm/nv50: add dcb type 14 to enum to prevent compiler complaint by Ben Skeggs · 14 years ago
  40. 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
  41. d033303 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  42. 1b2f148 drm: block userspace under allocating buffer and having drivers overwrite it (v2) by Dave Airlie · 14 years ago
  43. 625db6b drm/nouveau: fix earlier mistake when fixing merge conflict by Ben Skeggs · 14 years ago
  44. b515f3a drm/nvc0: fix thinko in instmem suspend/resume by Ben Skeggs · 14 years ago
  45. 20d66da drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18. by Francisco Jerez · 14 years ago
  46. 19bf5f7 drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP. by Francisco Jerez · 14 years ago
  47. 46d4cae drm/nv50-nvc0: ramht_size is meant to be in bytes, not entries by Ben Skeggs · 14 years ago
  48. 45a68a0 drm/nouveau: punt some more log messages to debug level by Ben Skeggs · 14 years ago
  49. 98720bf drm/nouveau: remove warning about unknown tmds table revisions by Ben Skeggs · 14 years ago
  50. bd6aaea drm/nouveau: check for error when allocating/mapping dummy page by Ben Skeggs · 14 years ago
  51. 415e618 drm/nouveau: fix race condition when under memory pressure by Ben Skeggs · 14 years ago
  52. 56dfc58 drm/nv50: fix minor thinko from nvc0 changes by Ben Skeggs · 14 years ago
  53. 4ca2b71 drm/nouveau: Don't try DDC on the dummy I2C channel. by Francisco Jerez · 14 years ago
  54. 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
  55. 8fd4bd2 vt/console: try harder to print output when panicing by Jesse Barnes · 14 years ago
  56. 7203425 drm: expand gamma_set by James Simmons · 14 years ago
  57. bf79cb9 drm: Use ENOENT consistently for the error return for an unmatched handle. by Chris Wilson · 14 years ago
  58. cce13ff drm: Propagate error code from fb_create() by Chris Wilson · 14 years ago
  59. 2dc5d2e drm/nvc0: fix typo in PRAMIN flush by Ben Skeggs · 14 years ago
  60. 27d50fc drm/nouveau: Fix DCB TMDS config parsing. by Francisco Jerez · 14 years ago
  61. 4d1defd drm/nv30: Fix PFB init for nv31. by Francisco Jerez · 14 years ago
  62. 0746b5d drm/nv04: Fix up SGRAM density detection. by Francisco Jerez · 14 years ago
  63. 1849719 drm/nouveau: Init dcb->or on cards that have no usable DCB table. by Francisco Jerez · 14 years ago
  64. 54bf67d drm/nouveau: reduce severity of some "error" messages by Ben Skeggs · 14 years ago
  65. 147cad0 drm/nvc0: backup bar3 channel on suspend by Ben Skeggs · 14 years ago
  66. b715d64 drm/nouveau: implement init table opcodex 0x5e and 0x9a by Marcin Kościelnicki · 14 years ago
  67. e3a1924 drm/nouveau: implement init table op 0x57, INIT_LTIME by Marcin Kościelnicki · 14 years ago
  68. 1ac7b52 drm/nvc0: implement crtc pll setting by Ben Skeggs · 14 years ago
  69. 0165d15 drm/nvc0: fix evo dma object so we display something by Ben Skeggs · 14 years ago
  70. 68b83a9 drm/nvc0: rudimentary instmem support by Ben Skeggs · 14 years ago
  71. c556d98 drm/nvc0: implement memory detection by Ben Skeggs · 14 years ago
  72. 080feda drm/nvc0: allow INIT_GPIO by Ben Skeggs · 14 years ago
  73. 4b223ee drm/nvc0: starting point for GF100 support, everything stubbed by Ben Skeggs · 14 years ago
  74. 2d14e35 drm/nv30: Workaround dual TMDS brain damage. by Francisco Jerez · 14 years ago
  75. bfe9dbc drm/nouveau: No need to set slave TV encoder configs explicitly. by Francisco Jerez · 14 years ago
  76. 4a9f822 drm/nv17-nv4x: Attempt to init some external TMDS transmitters. by Francisco Jerez · 14 years ago
  77. d2f4e89 drm/nv10: Fix up switching of NV10TCL_DMA_VTXBUF. by Francisco Jerez · 14 years ago
  78. 308dceb drm/nouveau: Ack the context switch interrupt before switching contexts. by Francisco Jerez · 14 years ago
  79. 3c9b253 drm/nouveau: Fix the INIT_CONFIGURE_PREINIT BIOS opcode. by Francisco Jerez · 14 years ago
  80. 0bf9b0e drm/nouveau: Don't pass misaligned offsets to io_mapping_map_atomic_wc(). by Francisco Jerez · 14 years ago
  81. a0d069e drm/nouveau: unwind on load errors by Dan Carpenter · 14 years ago
  82. 2b49526 drm/nouveau: Fix AGP reset when AGP FW is already enabled on init. by Francisco Jerez · 14 years ago
  83. 0d3470d drm/nouveau: remove unused ttm bo list by Ben Skeggs · 14 years ago
  84. c020c9a drm/nv50: use custom i2c algo for dp auxch by Ben Skeggs · 14 years ago
  85. fca3ec0 drm,io-mapping: Specify slot to use for atomic mappings by Chris Wilson · 14 years ago
  86. ba4420c drm: move ttm global code to core drm by Dave Airlie · 15 years ago
  87. d648681 Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  88. 7827627 Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  89. e190bfe drm: Import driver for the sil164 I2C TMDS transmitter. by Francisco Jerez · 14 years ago
  90. 0599111 drm/nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout() by Kulikov Vasiliy · 14 years ago
  91. d656ae5 Merge tag 'v2.6.35-rc6' into drm-radeon-next by Dave Airlie · 14 years ago
  92. 0ccb3a7 drm/nv50: fix some not-error error messages by Ben Skeggs · 14 years ago
  93. ee2e013 drm/nouveau: introduce gpio engine by Ben Skeggs · 14 years ago
  94. bf563a6 drm/nv50: correct wait condition for instmem flush by Ben Skeggs · 14 years ago
  95. c04c5b1 drm/nouveau: Fix TV-out detection on unposted cards lacking a usable DCB table. by Francisco Jerez · 14 years ago
  96. 946fd35 drm/nouveau: Get rid of the remaining VGA CRTC locking. by Francisco Jerez · 14 years ago
  97. c88c2e0 drm/nouveau: Move display init to a new nouveau_engine. by Francisco Jerez · 14 years ago
  98. f1feda7 drm/nouveau: Put back the old 2-messages I2C slave test. by Francisco Jerez · 14 years ago
  99. e04d8e8 drm/nouveau: Reset AGP before running the init scripts. by Francisco Jerez · 14 years ago
  100. 8bded18 drm/nv30: Init the PFB+0x3xx memory timing regs. by Francisco Jerez · 14 years ago