1. 9a391ad drm/nv50: switch to indirect push buffer controls by Ben Skeggs · 15 years ago
  2. ff9e527 drm/nouveau: protect channel create/destroy and irq handler with a spinlock by Maarten Maathuis · 15 years ago
  3. 6c42966 drm/nv50: fix vram ptes on IGPs to point at stolen system memory by Ben Skeggs · 15 years ago
  4. 76befb8 drm/nv50: fix instmem binding on IGPs to point at stolen system memory by Ben Skeggs · 15 years ago
  5. 531e771 drm/nv50: improve vram page table construction by Ben Skeggs · 15 years ago
  6. 4c27bd3 drm/nv50: more efficient clearing of gpu page table entries by Ben Skeggs · 15 years ago
  7. 66b6eba drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram by Ben Skeggs · 15 years ago
  8. e7e65ca drm/nouveau: Fix up pre-nv17 analog load detection. by Francisco Jerez · 15 years ago
  9. bf929ef drm/nouveau: Force TV encoder DPMS reinit after resume. by Francisco Jerez · 15 years ago
  10. d9184fa drm/nouveau: use mutex for vbios lock by Ben Skeggs · 15 years ago
  11. 13876c6 nouveau: fix state detection with switchable graphics by Matthew Garrett · 15 years ago
  12. dd19e44 drm/nouveau: move dereferences after null checks by Marcin Slusarz · 15 years ago
  13. b1d37aa drm/nv50: make the pgraph irq handler loop like the pre-nv50 version by Maarten Maathuis · 15 years ago
  14. a87ff62 drm/nv50: delete ramfc object after disabling fifo, not before by Maarten Maathuis · 15 years ago
  15. a51a3bf drm/nv50: avoid unloading pgraph context when ctxprog is running by Maarten Maathuis · 15 years ago
  16. eb1dba0 drm/nv50: align size of buffer object to the right boundaries. by Maarten Maathuis · 15 years ago
  17. 5025b43 drm/nv50: disregard dac outputs in nv50_sor_dpms() by Ben Skeggs · 15 years ago
  18. 39c9bfb drm/nv50: prevent multiple init tables being parsed at the same time by Ben Skeggs · 15 years ago
  19. 1ee7698 drm/nouveau: make dp auxch xfer len check for reads only by Ben Skeggs · 15 years ago
  20. e235c1f drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50 by Ben Skeggs · 15 years ago
  21. 9967b94 drm/nouveau: Add proper vgaarb support. by Marcin Kościelnicki · 15 years ago
  22. 126b544 drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard. by Marcin Kościelnicki · 15 years ago
  23. 7dad9ef drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL test by Julia Lawall · 15 years ago
  24. f0fbe3e drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang by Luca Barbieri · 15 years ago
  25. 139295b drm/nouveau: Fixup semaphores on pre-nv50 cards. by Francisco Jerez · 15 years ago
  26. 69c9700 drm/nouveau: Add getparam to get available PGRAPH units. by Marcin Kościelnicki · 15 years ago
  27. a32ed69 drm/nouveau: Add module options to disable acceleration. by Marcin Kościelnicki · 15 years ago
  28. f927b89 drm/nouveau: fix non-vram notifier blocks by Ben Skeggs · 15 years ago
  29. 1622653 drm/nv50: prevent switching off SOR when in use for DVI-over-DP by Ben Skeggs · 15 years ago
  30. 0107bae drm/nv50: fail auxch transaction if reply count not what we expect by Ben Skeggs · 15 years ago
  31. 0208843 drm/nouveau: fix failure path if userspace specifies no valid memtypes by Ben Skeggs · 15 years ago
  32. a147089 drm/nouveau: report LVDS as disconnected if lid closed by Ben Skeggs · 15 years ago
  33. 58d65b8 drm/nv50: prevent accidently turning off encoders we're actually using by Ben Skeggs · 15 years ago
  34. 134f248 drm/nv50: fix alignment of per-channel fifo cache by Ben Skeggs · 15 years ago
  35. 7166647 drm/nouveau: Evict buffers in VRAM before freeing sgdma by Luca Barbieri · 15 years ago
  36. d051bbb drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interrupts by Luca Barbieri · 15 years ago
  37. 0d92971 drm/nouveau: fix thinko in nv04_instmem.c by Ben Skeggs · 15 years ago
  38. ba59953 drm/nouveau: fix a race condition in nouveau_dma_wait() by Ben Skeggs · 15 years ago
  39. 12f735b drm/nouveau: check pushbuffer bounds in ioctl by Luca Barbieri · 15 years ago
  40. ac8fb97 drm/nouveau: reserve VGA area for the moment by Ben Skeggs · 15 years ago
  41. b8780e2 drm/nouveau: Unset the EDID connector property when the EDID block goes away. by Francisco Jerez · 15 years ago
  42. 0ed3165 drm/nouveau: Fallback to analog load detection when the EDID block is invalid. by Francisco Jerez · 15 years ago
  43. c8ebe27 drm/nouveau: fix edid memleak in nouveau_connector by Xavier Chantry · 15 years ago
  44. 3d9aefb drm/nouveau: Break some long lines. by Francisco Jerez · 15 years ago
  45. b79d8a6 drm/nouveau: add NV18 device id to call_lvds_manufacturer_script by Andrea Tacconi · 15 years ago
  46. 716abaa drm/nv50: Fix typo in PGRAPH initialisation. by Marcin Kościelnicki · 15 years ago
  47. b0d2de8 drm/nouveau: less magic DCB 1.5 parsing by Ben Skeggs · 15 years ago
  48. ed42f82 drm/nouveau: assume no nv04 board has a DCB table by Ben Skeggs · 15 years ago
  49. 77cb5c7 drm/nouveau: remove PRIV0 check in nouveau_mem_close() by Ben Skeggs · 15 years ago
  50. e147eae drm/nouveau: wait on fence after bo move if validating for another channel by Ben Skeggs · 15 years ago
  51. 9855e58 drm/nouveau: trust init table registers are safe by Ben Skeggs · 15 years ago
  52. 0a90dc51 drm/nv50: wait for pgraph to idle before unloading the context by Maarten Maathuis · 15 years ago
  53. fe5a64a drm/nv04: Fix set_operation software method. by Marcin Kościelnicki · 15 years ago
  54. 75c99da drm/nouveau: initialise DMA tracking parameters earlier by Ben Skeggs · 15 years ago
  55. dff3632 drm/nouveau: use dma.max rather than pushbuf size for checking GET validity by Ben Skeggs · 15 years ago
  56. 1dee7a9 drm/nv04: differentiate between nv04/nv05 by Ben Skeggs · 15 years ago
  57. 234896a drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fence by Luca Barbieri · 15 years ago
  58. 7978b9c drm/nv50: prevent a possible ctxprog hang by Ben Skeggs · 15 years ago
  59. bbb8c3d drm/nouveau: have ttm's fault handler called directly by Ben Skeggs · 15 years ago
  60. 7fb8ec8 drm/nv50: restore correct cache1 get/put address on fifoctx load by Ben Skeggs · 15 years ago
  61. 846975a drm/nouveau: create function for "dealing" with gpu lockup by Marcin Slusarz · 15 years ago
  62. 61768bf drm/nouveau: remove unused nouveau_channel_idle() function by Ben Skeggs · 15 years ago
  63. bf5302b drm/nouveau: fix handling of fbcon colours in 8bpp by Ben Skeggs · 15 years ago
  64. be9721a drm/nv04: Context switching fixes. by Francisco Jerez · 15 years ago
  65. 8c032ce drm/nouveau: Use the software object for fencing. by Francisco Jerez · 15 years ago
  66. f03a314 drm/nouveau: Allocate a per-channel instance of NV_SW. by Francisco Jerez · 15 years ago
  67. a510604 drm/nv50: make the blocksize depend on vram size by Maarten Maathuis · 15 years ago
  68. 1c7059e drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGN by Maarten Maathuis · 15 years ago
  69. 111b459 drm/nouveau: Don't skip card take down on nv0x. by Francisco Jerez · 15 years ago
  70. 0829168 drm/nouveau: Implement nv42-nv43 TV load detection. by Francisco Jerez · 15 years ago
  71. 11d6eb2 drm/nouveau: Clean up the nv17-nv4x load detection code a bit. by Francisco Jerez · 15 years ago
  72. 3033f14d drm/nv50: fix fillrect color by Marcin Slusarz · 15 years ago
  73. 75c722d drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpc by Ben Skeggs · 15 years ago
  74. 8dea4a1 drm/nouveau: Drop redundant placement initialization. by Francisco Jerez · 15 years ago
  75. 27f691a drm/nouveau: No need to force evict=true when swapping evicted BOs back in. by Francisco Jerez · 15 years ago
  76. 77e2b5e drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path. by Francisco Jerez · 15 years ago
  77. cea7789 drm/i2c/ch7006: Drop build time dependency to nouveau. by Francisco Jerez · 15 years ago
  78. a0af9ad drm/nouveau: Make the MM aware of pre-G80 tiling. by Francisco Jerez · 15 years ago
  79. cb00f7c drm/nouveau: Pre-G80 tiling support. by Francisco Jerez · 15 years ago
  80. 588d7d1 drm/nouveau: Add cache_flush/pull fifo engine functions. by Francisco Jerez · 15 years ago
  81. 44f9e6c Merge remote branch 'nouveau/for-airlied' into drm-linus by Dave Airlie · 15 years ago
  82. ed8b670 drm: convert drm_ioctl to unlocked_ioctl by Arnd Bergmann · 15 years ago
  83. 37cb3e08 drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flag by Ben Skeggs · 15 years ago
  84. 65ec01a drm/nv50: fix suspend/resume delays without firmware present by Ben Skeggs · 15 years ago
  85. 0735f62 drm/nouveau: prevent all channel creation if accel not available by Ben Skeggs · 15 years ago
  86. 3c8868d drm/nv50: fix two potential suspend/resume oopses by Ben Skeggs · 15 years ago
  87. 054b93e drm/nv40: implement ctxprog/state generation by Ben Skeggs · 15 years ago
  88. 15bee69 drm/nv10: Add the initial graph context and soft methods needed for LMA. by Francisco Jerez · 15 years ago
  89. 22fbd53 drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible. by Francisco Jerez · 15 years ago
  90. c5804be drm/nouveau: Add proper error handling to nouveau_card_init by Marcin Kościelnicki · 15 years ago
  91. 13c5443 drm/nv04: Fix NV04 set_operation software method. by Marcin Kościelnicki · 15 years ago
  92. 3738365 drm/nouveau: Kill global state in BIOS script interpreter by Marcin Kościelnicki · 15 years ago
  93. 657b624 drm/nouveau: Kill global state in NvShadowBIOS by Marcin Kościelnicki · 15 years ago
  94. ef2bb50 drm/nouveau: use drm debug levels by Maarten Maathuis · 15 years ago
  95. 95f158e drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts. by Francisco Jerez · 15 years ago
  96. 9ddc8c5 drm/nouveau: remove use of -ERESTART by Ben Skeggs · 15 years ago
  97. 81a5487 nouveau: Fix endianness with new context program loader by Benjamin Herrenschmidt · 15 years ago
  98. b694dfb drm/nouveau: fix build with CONFIG_AGP=n by Ben Skeggs · 15 years ago
  99. 61c2bb4 drm/nouveau: fix ch7006 build by Randy Dunlap · 15 years ago
  100. 6ee7386 drm/nouveau: Add DRM driver for NVIDIA GPUs by Ben Skeggs · 15 years ago