1. f9ec8f6 drm/nouveau: Fix brace placement checkpatch.pl errors. by Emil Velikov · 14 years ago
  2. f212949 drm/nouveau: Clean up trailing whitespace and C99-style comments. by Emil Velikov · 14 years ago
  3. 71298e2 drm/nouveau: Fix indentation-related checkpatch.pl error messages. by Emil Velikov · 14 years ago
  4. 01e542c drm/nouveau: name the boot perflvl "boot" by Martin Peres · 14 years ago
  5. 0eacdba drm/mxm: fix Kconfig options for when to build MXM WMI driver. by Dave Airlie · 14 years ago
  6. 000703f mxm/wmi: add MXMX interface entry point. by Dave Airlie · 14 years ago
  7. f19467c nouveau: add optimus detection to DSM code. by Dave Airlie · 14 years ago
  8. 8116188 nouveau/acpi: hook up to the MXM method for mux switching. by Dave Airlie · 15 years ago
  9. e4ac93b drm/nouveau: fix allocation of notifier object by Marcin Slusarz · 14 years ago
  10. a18d89c drm/nouveau: fix notifier memory corruption bug by Marcin Slusarz · 14 years ago
  11. 11dea1a drm/nouveau: fix pinning of notifier block by Ben Skeggs · 14 years ago
  12. 8706398 drm/nouveau: populate ttm_alloced with false, when it's not by Ben Skeggs · 14 years ago
  13. 01d1533 drm/nouveau: fix nv30 pcie boards by Ben Skeggs · 14 years ago
  14. 04eb34a drm/nouveau: split ramin_lock into two locks, one hardirq safe by Ben Skeggs · 14 years ago
  15. d85023a Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  16. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  17. a719726 drm/nvc0: improve vm flush function by Ben Skeggs · 14 years ago
  18. e61e51f drm/nv50-nvc0: remove some code that doesn't belong here by Ben Skeggs · 14 years ago
  19. 2b4cebe drm/nv50: use "nv86" tlb flush method on everything except 0x50/0xac by Ben Skeggs · 14 years ago
  20. c0929b4 drm/nouveau: quirk for XFX GT-240X-YA by Ben Skeggs · 14 years ago
  21. 59197c0 drm/nv50-nvc0: work around an evo channel hang that some people see by David Dillow · 14 years ago
  22. ec64a40 drm/nouveau: implement init table opcode 0x5c by Ben Skeggs · 14 years ago
  23. fb522ee drm/nouveau: fix oops on unload with disabled LVDS panel by Marcin Slusarz · 14 years ago
  24. b251d1a nv30: Fix parsing of perf table by Emil Velikov · 14 years ago
  25. ac5c15f drm/nouveau: correct memtiming table parsing for nv4x by Roy Spliet · 15 years ago
  26. 5df2397 drm: fix "persistant" typo by Jan Engelhardt · 14 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  28. 7eae3ef nouveau: change the backlight parent device to the connector, not the PCI dev by Matthew Garrett · 14 years ago
  29. bb7ca74 backlight: add backlight type by Matthew Garrett · 14 years ago
  30. 38f1cff Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next by Dave Airlie · 14 years ago
  31. 235b87a Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  32. bd35fe5 drm/nouveau: fix __nouveau_fence_wait performance by Marcin Slusarz · 14 years ago
  33. 459ca7e drm/nv40: attempt to reserve just enough vram for all 32 channels by Ben Skeggs · 14 years ago
  34. 6fdb383 drm/nv50: check for vm traps on every gr irq by Ben Skeggs · 14 years ago
  35. 312d1d5 drm/nv50: decode vm faults some more by Ben Skeggs · 14 years ago
  36. bb9b18a drm/nouveau: add nouveau_enum_find() util function by Ben Skeggs · 14 years ago
  37. 7fa0cba2 drm/nouveau: properly handle pushbuffer check failures by Marcin Slusarz · 14 years ago
  38. b84f30e drm/nvc0: remove vm hack forcing large/small pages to not share a PDE by Ben Skeggs · 14 years ago
  39. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 14 years ago
  40. 6f70a4c drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenously by Ben Skeggs · 14 years ago
  41. ef1b287 drm/nouveau: fix regression causing ttm to not be able to evict vram by Ben Skeggs · 14 years ago
  42. 73412c3 drm/nouveau: allocate kernel's notifier object at end of block by Ben Skeggs · 14 years ago
  43. 7db2662 drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo by Ben Skeggs · 14 years ago
  44. 562af10 drm/nv50: flesh out ZCULL init and match nvidia on later chipsets by Ben Skeggs · 14 years ago
  45. 8f7286f drm/nv50: support for compression by Ben Skeggs · 15 years ago
  46. 26c0c9e drm/nv50-nvc0: delay GART binding until move_notify time by Ben Skeggs · 15 years ago
  47. d5f4239 drm/nouveau: rename nouveau_vram to nouveau_mem by Ben Skeggs · 15 years ago
  48. b5e2f07 drm/nvc0: allow creation of buffers with any non-compressed memtype by Ben Skeggs · 15 years ago
  49. 3425df4 drm/nv50-nvc0: unmap buffers from the vm when they're evicted by Ben Skeggs · 15 years ago
  50. a4154bb drm/nv50-nvc0: move vm bind/unbind to move_notify hook by Ben Skeggs · 15 years ago
  51. db5c8e2 drm/nv50-nvc0: restrict memtype to those specified at creation time by Ben Skeggs · 15 years ago
  52. 6ba9a68 drm/nouveau: pass domain rather than ttm flags to gem_new() by Ben Skeggs · 15 years ago
  53. a670478 drm/nv50: simplify bo moves now that they're all through the vm by Ben Skeggs · 14 years ago
  54. d550c41 drm/nouveau: remove no_vm/mappable flags from nouveau_bo by Ben Skeggs · 14 years ago
  55. 2503c6f drm/nouveau: Fix pageflip event by Benjamin Franzke · 14 years ago
  56. a589e87 drm/nouveau/vbios: parse more gpio tag bits from connector table by Ben Skeggs · 14 years ago
  57. 3248421 drm/nouveau: decode PFIFO DMA_PUSHER error codes by Marcin Slusarz · 15 years ago
  58. 4dcf905 drm/nv50: fix typos in CCACHE error reporting by Marcin Slusarz · 15 years ago
  59. bd2f203 drm/nvc0: support for sw methods + enable page flipping by Ben Skeggs · 15 years ago
  60. d7117e0 drm/nv50: enable page flipping by Ben Skeggs · 15 years ago
  61. 1d3fac0 drm/nv50-nvc0: activate/update ds channel's framebuffer on modesets by Ben Skeggs · 15 years ago
  62. cdccc70 drm/nv50-nvc0: initialise display sync channels by Ben Skeggs · 15 years ago
  63. 45c4e0a drm/nv50-nvc0: precalculate some fb state when creating them by Ben Skeggs · 15 years ago
  64. 292deb7 drm/nv50-nvc0: tidy evo object creation some more by Ben Skeggs · 15 years ago
  65. 60f60bf drm/nv50-nvc0: request and wait on notification of modeset completion by Ben Skeggs · 15 years ago
  66. f13e435 drm/nv50-nvc0: switch to tasklet for display isr bh by Ben Skeggs · 15 years ago
  67. c7ca4d1 drm/nouveau: make vbios parser runnable from an atomic context by Ben Skeggs · 15 years ago
  68. 8348f36 drm/nv50-nvc0: include nv50_display in evo debugging by Ben Skeggs · 15 years ago
  69. 33f409d drm/nv50-nvc0: tidy evo init failure paths by Ben Skeggs · 15 years ago
  70. 961b6e6 drm/nv50-nvc0: fix ramht entries for multiple evo channels by Ben Skeggs · 15 years ago
  71. 30d8181 drm/nv50-nvc0: disp channels have fixed purposes, don't "allocate" them by Ben Skeggs · 15 years ago
  72. 59c0f57 drm/nv50-nvc0: rename disp->evo to disp->master by Ben Skeggs · 15 years ago
  73. ef8389a drm/nv50-nvc0: move non-sharable display state into private structure by Ben Skeggs · 15 years ago
  74. d82f8e6 drm/nouveau: use system_wq instead of dev_priv->wq by Tejun Heo · 15 years ago
  75. f17811d drm/nouveau: use I2C_MODULE_PREFIX kernel define by Lucas Stach · 15 years ago
  76. ec23802 drm/nv50: drop explicit yields in favour of smaller PFIFO timeslice by Ben Skeggs · 15 years ago
  77. e3b7ed5 drm/nv84: use vm offsets for semaphores by Ben Skeggs · 15 years ago
  78. fc772ec drm/nv50: 0x50 needs semaphore yields too by Ben Skeggs · 15 years ago
  79. ea5f278 drm/nouveau: silence some compiler warnings by Ben Skeggs · 15 years ago
  80. cb1d771 drm/nvc0: implement semaphores for inter-channel sync by Ben Skeggs · 15 years ago
  81. cc8cd64 drm/nvc0/pfifo: semi-handle a couple more irqs by Ben Skeggs · 15 years ago
  82. c3b90a7 drm/nv84: switch to new-style semaphores by Ben Skeggs · 15 years ago
  83. e043512 drm/nv40: support for 39-bit dma addresses on native PCIE chipsets by Ben Skeggs · 15 years ago
  84. 7948758 drm/nv40: implement support for on-chip PCIEGART by Ben Skeggs · 15 years ago
  85. 58e6c7a drm/nouveau: introduce new gart type, and name _SGDMA more appropriately by Ben Skeggs · 15 years ago
  86. efa58db drm/nouveau: move + rename some stuff in nouveau_sgdma.c by Ben Skeggs · 15 years ago
  87. e11d57c Merge remote-tracking branch 'airlied/drm-core-next' into drm-nouveau-next by Ben Skeggs · 14 years ago
  88. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 14 years ago
  89. 63871f8 Merge branch 'drm-mm-cleanup' into drm-next by Dave Airlie · 14 years ago
  90. 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
  91. b1f559e drm: Mark constant arrays of drm_display_mode const by Chris Wilson · 15 years ago
  92. 31a5b8c drm/nouveau: don't munge in drm_mm internals by Daniel Vetter · 14 years ago
  93. 5a893fc ttm: Include the 'struct dev' when using the DMA API. by Konrad Rzeszutek Wilk · 14 years ago
  94. e0138c2 nouveau/ttm/PCIe: Use dma_addr if TTM has set it. by Konrad Rzeszutek Wilk · 15 years ago
  95. e138018 Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  96. 317495b drm/nouveau: fix suspend/resume on GPUs that don't have PM support by Ben Skeggs · 14 years ago
  97. b8884da drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup() by Ben Skeggs · 15 years ago
  98. 1dc3267 drm/nv40: fix tiling-related setup for a number of chipsets by Ben Skeggs · 15 years ago
  99. 0d9b619 drm/nouveau: fix non-EDIDful native mode selection by Ben Skeggs · 15 years ago
  100. 77b1d5d drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards. by Francisco Jerez · 15 years ago