1. 26c0c9e drm/nv50-nvc0: delay GART binding until move_notify time by Ben Skeggs · 14 years ago
  2. d5f4239 drm/nouveau: rename nouveau_vram to nouveau_mem by Ben Skeggs · 14 years ago
  3. b5e2f07 drm/nvc0: allow creation of buffers with any non-compressed memtype by Ben Skeggs · 14 years ago
  4. 3425df4 drm/nv50-nvc0: unmap buffers from the vm when they're evicted by Ben Skeggs · 14 years ago
  5. a4154bb drm/nv50-nvc0: move vm bind/unbind to move_notify hook by Ben Skeggs · 14 years ago
  6. db5c8e2 drm/nv50-nvc0: restrict memtype to those specified at creation time by Ben Skeggs · 14 years ago
  7. 6ba9a68 drm/nouveau: pass domain rather than ttm flags to gem_new() by Ben Skeggs · 14 years ago
  8. a670478 drm/nv50: simplify bo moves now that they're all through the vm by Ben Skeggs · 14 years ago
  9. d550c41 drm/nouveau: remove no_vm/mappable flags from nouveau_bo by Ben Skeggs · 14 years ago
  10. 2503c6f drm/nouveau: Fix pageflip event by Benjamin Franzke · 14 years ago
  11. a589e87 drm/nouveau/vbios: parse more gpio tag bits from connector table by Ben Skeggs · 14 years ago
  12. 3248421 drm/nouveau: decode PFIFO DMA_PUSHER error codes by Marcin Slusarz · 14 years ago
  13. 4dcf905 drm/nv50: fix typos in CCACHE error reporting by Marcin Slusarz · 14 years ago
  14. bd2f203 drm/nvc0: support for sw methods + enable page flipping by Ben Skeggs · 14 years ago
  15. d7117e0 drm/nv50: enable page flipping by Ben Skeggs · 14 years ago
  16. 1d3fac0 drm/nv50-nvc0: activate/update ds channel's framebuffer on modesets by Ben Skeggs · 14 years ago
  17. cdccc70 drm/nv50-nvc0: initialise display sync channels by Ben Skeggs · 14 years ago
  18. 45c4e0a drm/nv50-nvc0: precalculate some fb state when creating them by Ben Skeggs · 14 years ago
  19. 292deb7 drm/nv50-nvc0: tidy evo object creation some more by Ben Skeggs · 14 years ago
  20. 60f60bf drm/nv50-nvc0: request and wait on notification of modeset completion by Ben Skeggs · 14 years ago
  21. f13e435 drm/nv50-nvc0: switch to tasklet for display isr bh by Ben Skeggs · 14 years ago
  22. c7ca4d1 drm/nouveau: make vbios parser runnable from an atomic context by Ben Skeggs · 14 years ago
  23. 8348f36d drm/nv50-nvc0: include nv50_display in evo debugging by Ben Skeggs · 14 years ago
  24. 33f409d drm/nv50-nvc0: tidy evo init failure paths by Ben Skeggs · 14 years ago
  25. 961b6e6 drm/nv50-nvc0: fix ramht entries for multiple evo channels by Ben Skeggs · 14 years ago
  26. 30d8181 drm/nv50-nvc0: disp channels have fixed purposes, don't "allocate" them by Ben Skeggs · 14 years ago
  27. 59c0f57 drm/nv50-nvc0: rename disp->evo to disp->master by Ben Skeggs · 14 years ago
  28. ef8389a drm/nv50-nvc0: move non-sharable display state into private structure by Ben Skeggs · 14 years ago
  29. d82f8e6 drm/nouveau: use system_wq instead of dev_priv->wq by Tejun Heo · 14 years ago
  30. f17811d drm/nouveau: use I2C_MODULE_PREFIX kernel define by Lucas Stach · 14 years ago
  31. ec23802 drm/nv50: drop explicit yields in favour of smaller PFIFO timeslice by Ben Skeggs · 14 years ago
  32. e3b7ed5 drm/nv84: use vm offsets for semaphores by Ben Skeggs · 14 years ago
  33. fc772ec4 drm/nv50: 0x50 needs semaphore yields too by Ben Skeggs · 14 years ago
  34. ea5f278 drm/nouveau: silence some compiler warnings by Ben Skeggs · 14 years ago
  35. cb1d771 drm/nvc0: implement semaphores for inter-channel sync by Ben Skeggs · 14 years ago
  36. cc8cd64 drm/nvc0/pfifo: semi-handle a couple more irqs by Ben Skeggs · 14 years ago
  37. c3b90a7 drm/nv84: switch to new-style semaphores by Ben Skeggs · 14 years ago
  38. e043512 drm/nv40: support for 39-bit dma addresses on native PCIE chipsets by Ben Skeggs · 14 years ago
  39. 7948758 drm/nv40: implement support for on-chip PCIEGART by Ben Skeggs · 14 years ago
  40. 58e6c7a drm/nouveau: introduce new gart type, and name _SGDMA more appropriately by Ben Skeggs · 14 years ago
  41. efa58db drm/nouveau: move + rename some stuff in nouveau_sgdma.c by Ben Skeggs · 14 years ago
  42. e11d57c Merge remote-tracking branch 'airlied/drm-core-next' into drm-nouveau-next by Ben Skeggs · 14 years ago
  43. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 14 years ago
  44. 63871f8 Merge branch 'drm-mm-cleanup' into drm-next by Dave Airlie · 14 years ago
  45. 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
  46. b1f559e drm: Mark constant arrays of drm_display_mode const by Chris Wilson · 14 years ago
  47. 31a5b8c drm/nouveau: don't munge in drm_mm internals by Daniel Vetter · 14 years ago
  48. 5a893fc ttm: Include the 'struct dev' when using the DMA API. by Konrad Rzeszutek Wilk · 14 years ago
  49. e0138c2 nouveau/ttm/PCIe: Use dma_addr if TTM has set it. by Konrad Rzeszutek Wilk · 14 years ago
  50. 317495b drm/nouveau: fix suspend/resume on GPUs that don't have PM support by Ben Skeggs · 14 years ago
  51. b8884da drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup() by Ben Skeggs · 14 years ago
  52. 1dc3267 drm/nv40: fix tiling-related setup for a number of chipsets by Ben Skeggs · 14 years ago
  53. 0d9b619 drm/nouveau: fix non-EDIDful native mode selection by Ben Skeggs · 14 years ago
  54. 77b1d5d drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards. by Francisco Jerez · 14 years ago
  55. 8788622 drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS native mode. by Francisco Jerez · 14 years ago
  56. 812f219 drm/nv10: Fix crash when allocating a BO larger than half the available VRAM. by Francisco Jerez · 14 years ago
  57. 8410ea3 drm: rework PCI/platform driver interface. by Dave Airlie · 14 years ago
  58. e98ce0d Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  59. c4534fd drm/nv50: fix display on 0x50 by Ben Skeggs · 14 years ago
  60. 8c06a3e drm/nouveau: correctly pair hwmon_init and hwmon_fini by Lucas Stach · 14 years ago
  61. 363aab2 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  62. b9020c9 Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 14 years ago
  63. 153e019 drm/nv50: fix regression on IGPs by Ben Skeggs · 14 years ago
  64. 27e8b23 ttm: Expand (*populate) to support an array of DMA addresses. by Konrad Rzeszutek Wilk · 14 years ago
  65. 52bb4a7 Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 14 years ago
  66. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  67. 5d07929 drm/nvc0/grctx: correct an off-by-one by Ben Skeggs · 14 years ago
  68. 34311c7 drm/nv50: Fix race with PFIFO during PGRAPH context destruction. by Francisco Jerez · 14 years ago
  69. 670820c drm/nouveau: Workaround incorrect DCB entry on a GeForce3 Ti 200. by Francisco Jerez · 14 years ago
  70. 51f73d6 drm/nvc0: implement irq handler for whatever's at 0x14xxxx by Ben Skeggs · 14 years ago
  71. 0f1cb20 drm/nvc0: fix incorrect TPC register setup by Ben Skeggs · 14 years ago
  72. b26e72f drm/nouveau: probe for adt7473 before f75375 by Ben Skeggs · 14 years ago
  73. 1c2a679 drm/nouveau: remove dead function definition by Ben Skeggs · 14 years ago
  74. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
  75. 51fda92 Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  76. f01a972 drm/nouveau: fix gpu page faults triggered by plymouthd by Ben Skeggs · 14 years ago
  77. 8b464bf drm/nouveau: greatly simplify mm, killing some bugs in the process by Ben Skeggs · 14 years ago
  78. c906ca0 drm/nvc0: enable protection of system-use-only structures in vm by Ben Skeggs · 14 years ago
  79. 1380da4 drm/nv40: initialise 0x17xx on all chipsets that have it by Ben Skeggs · 14 years ago
  80. c693931 drm/nv40: make detection of 0x4097-ful chipsets available everywhere by Ben Skeggs · 14 years ago
  81. 3632ef8 Revert "drm: Update fbdev fb_fix_screeninfo" by Dave Airlie · 14 years ago
  82. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  83. 7ad7f87 Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  84. 07cfe0e drm/nouveau: fix hwmon device binding by Lucas Stach · 14 years ago
  85. e457aca drm/nouveau: create grctx on the fly on all chipsets by Ben Skeggs · 14 years ago
  86. dfe63bb drm: Update fbdev fb_fix_screeninfo by James Simmons · 14 years ago
  87. eeb9cc0 drm/nvc0: fix init without firmware present by Ben Skeggs · 14 years ago
  88. 5bcf719 drm/switcheroo: track state of switch in drivers. by Dave Airlie · 14 years ago
  89. 8d608aa vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs. by Dave Airlie · 14 years ago
  90. d1fbd92 nouveau/acpi: improve detection of what is IGD and what is DIS. by Dave Airlie · 14 years ago
  91. 5ccb377 drm/nouveau: add delayed switch complete callback. by Dave Airlie · 14 years ago
  92. e8a8b25 Fix spelling mistakes in comments by Stefan Weil · 14 years ago
  93. 47a44d2 drm/nvc0/pgraph: fix 0x406028/0x405870 init by Ben Skeggs · 14 years ago
  94. 680a487 drm/nvc0/pgraph: more unit names by Ben Skeggs · 14 years ago
  95. ec9c088 drm/nvc0/pfifo: support for chipsets with only one PSUBFIFO (0xc1) by Ben Skeggs · 14 years ago
  96. 2a55c9a drm/nvc0: reserve only subc 0 for kernel use by Ben Skeggs · 14 years ago
  97. 6effe39 drm/nv50: sync up gr data error names with rnn, use for nvc0 also by Ben Skeggs · 14 years ago
  98. eae5e7f drm/nvc0: parse a couple more PGRAPH_INTR by Ben Skeggs · 14 years ago
  99. 93d0cd7 drm/nvc0: nuke left-over debug messages by Ben Skeggs · 14 years ago
  100. b1cd916 drm/nvc0: kill off a couple more magics by Ben Skeggs · 14 years ago