1. b795016 drm/nouveau: handle backlight_device_register failure by Marcin Slusarz · 12 years ago
  2. a441dbb drm/nouveau: use kmemdup for edid allocation/copying by Marcin Slusarz · 12 years ago
  3. 03e9a04 drm/nouveau: use drm_property_create_range helper by Marcin Slusarz · 12 years ago
  4. b5d8f05 drm/nouveau: remove unnecessary null pointer check from nouveau_fence_new by Cong Ding · 12 years ago
  5. fd69aee drm/nvc0/graph: remove redundant null checks by Marcin Slusarz · 12 years ago
  6. fc3109a drm/nouveau/fan: fix selection of fan speed when fan->get returns an error by Marcin Slusarz · 12 years ago
  7. cd89783 drm/nouveau: quiet static-related sparse noise by Marcin Slusarz · 12 years ago
  8. bfd8bd1 drm/nouveau/bios: tiny debugging messages fixes by Marcin Slusarz · 12 years ago
  9. 950fbfa drm/nouveau: mark nv_printk_ as printf-like function by Marcin Slusarz · 12 years ago
  10. a4cea27 drm/nouveau: share fence structures between nv10+ and nv50 implementations by Marcin Slusarz · 12 years ago
  11. a624baf drm/nouveau/fan: handle the cases where we are outside of the linear zone by Martin Peres · 12 years ago
  12. 93260d3 drm/nouveau: report channel owner in error messages by Marcin Slusarz · 12 years ago
  13. a2896ce drm/nouveau: prepare for reporting channel owner by Marcin Slusarz · 12 years ago
  14. f533da1 drm/nouveau: use pr_cont by Marcin Slusarz · 12 years ago
  15. fc10199 drm/nouveau: split fifo interrupt handler by Marcin Slusarz · 12 years ago
  16. 3600ad5 drm/nouveau/therm: force a minimum hysteresis on temperature alarm thresholds by Martin Peres · 12 years ago
  17. f1aa4a1 drm/nouveau: set legacy bios data before parsing the structure by Emil Velikov · 12 years ago
  18. 708ff04 drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is input by Ben Skeggs · 12 years ago
  19. e8c3cc0 drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FAN by Ben Skeggs · 12 years ago
  20. 112a12a drm/nouveau/bios: add support for parsing xpio table data by Ben Skeggs · 12 years ago
  21. 2308818 drm/nouveau: remove some more unnecessary legacy bios code by Ben Skeggs · 12 years ago
  22. e84e4b6 drm/nouveau: remove legacy vbios type detection by Ben Skeggs · 12 years ago
  23. 5e90a88 drm/nouveau/hwmon: create hwmon attributes under hwmon device in sysfs by Ben Skeggs · 12 years ago
  24. b2c3631 drm/nouveau/hwmon: s/fan0/fan1/ by Ben Skeggs · 12 years ago
  25. 1a22274 drm/nouveau/therm: better transitions and debug logging by Ben Skeggs · 12 years ago
  26. 12e3289 drm/nouveau/hwmon: add missing alarm thresholds by Martin Peres · 12 years ago
  27. 0083b91 drm/nouveau/therm: implement support for temperature alarms by Martin Peres · 12 years ago
  28. 9d7175c drm/nv41/bus: report useful data on mmio fault by Martin Peres · 12 years ago
  29. 382b5bb drm/nvc0/bus: report useful data on mmio fault by Ben Skeggs · 12 years ago
  30. a10220b drm/nouveau/pbus: add a PBUS subdev that hands IRQs to the right subdevs by Martin Peres · 12 years ago
  31. 694472f drm/nouveau/therm: implement automatic fan management by Martin Peres · 12 years ago
  32. fa37e8d drm/nouveau/fan: obey fan bump/slow periods as defined by vbios by Martin Peres · 12 years ago
  33. 06afd4e drm/nouveau/bios: parse fan bump/slow periods, and trip points by Martin Peres · 12 years ago
  34. 0cbf83b drm/nouveau/fan: add toggle fan support by Martin Peres · 12 years ago
  35. 9c3bd3a drm/nouveau/therm: cleanly separate pwm control logic from therm by Ben Skeggs · 12 years ago
  36. 68197b4 drm/nouveau/therm: add interfaces to allow forcing off pwm fan control by Ben Skeggs · 12 years ago
  37. 9cbcd33 drm/nvd0/therm: add support for hardware fan tachometer by Ben Skeggs · 12 years ago
  38. 7b49bd6 drm/nva3/therm: add support for hardware fan tachometer by Ben Skeggs · 12 years ago
  39. d639b4f drm/nouveau/therm: collect fan tach info in common fan constructor by Ben Skeggs · 12 years ago
  40. 5f066c3 drm/nouveau/therm: fix various style issues, make more consistent by Ben Skeggs · 12 years ago
  41. bc79202 nvd0/therm: implement more appropriate pwm fan control functions by Ben Skeggs · 12 years ago
  42. 94bc70a Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  43. 43f7897 drm/nvc0/fb: fix crash when different mutex is used to protect same list by Aleksi Torhamo · 12 years ago
  44. d19528a drm/nouveau/clock: fix support for more than 2 monitors on nve0 by Aleksi Torhamo · 12 years ago
  45. c684cef drm/nv50/disp: fix selection of bios script for analog outputs by Marcin Slusarz · 12 years ago
  46. f20ebd0 drm/nv17-50: restore fence buffer on resume by Marcin Slusarz · 12 years ago
  47. 92441b2 drm/nouveau: fix blank LVDS screen regression on pre-nv50 cards by Marcin Slusarz · 12 years ago
  48. dd5700e drm/nouveau: fix nouveau_client allocation failure path by Marcin Slusarz · 12 years ago
  49. 82c805a drm/nouveau: don't return freed object from nouveau_handle_create by Marcin Slusarz · 12 years ago
  50. cfd376b drm/nouveau/vm: fix memory corruption when pgt allocation fails by Marcin Slusarz · 12 years ago
  51. 4c4101d drm/nouveau: add locking around instobj list operations by Marcin Slusarz · 12 years ago
  52. 1a1841d drm/nouveau: do not forcibly power on lvds panels by Ben Skeggs · 12 years ago
  53. 4459146 drm/nouveau/devinit: ensure legacy vga control is enabled during post by Ben Skeggs · 12 years ago
  54. ca5c8a4c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  55. be8a42a drm/prime: drop reference on imported dma-buf come from gem by Seung-Woo Kim · 12 years ago
  56. 2566014 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  57. eda85d6 drm/nouveau: fix init with agpgart-uninorth by Aaro Koskinen · 12 years ago
  58. 57cdf82 drm: nouveau: Fix build warning seen if HWMON is undefined by Guenter Roeck · 12 years ago
  59. 56550d9 Drivers: gpu: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  60. eca1529 drm/nve0/graph: fix fuc, and enable acceleration on all known chipsets by Ben Skeggs · 12 years ago
  61. 9025306 drm/nvc0/graph: fix fuc, and enable acceleration on GF119 by Ben Skeggs · 12 years ago
  62. 5ddf4d4 drm/nouveau/bios: cache ramcfg strap on later chipsets by Ben Skeggs · 12 years ago
  63. 3d8ec27 drm/nouveau/mxm: silence output if no bios data by Ben Skeggs · 12 years ago
  64. 0dd660d drm/nouveau/bios: parse/display extra version component by Ben Skeggs · 12 years ago
  65. 1ed7316 drm/nouveau/bios: implement opcode 0xa9 by Ben Skeggs · 12 years ago
  66. d2bcea6 drm/nouveau/bios: update gpio parsing apis to match current design by Ben Skeggs · 12 years ago
  67. caba557 drm/nouveau: initial support for GK106 by Ben Skeggs · 12 years ago
  68. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  69. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  70. 2db8382 drm/nouveau: drm_connector_property -> drm_object_property by Rob Clark · 12 years ago
  71. a8f559e drm/nouveau/device: Remove duplicate inclusion of core/device.h by Sachin Kamat · 12 years ago
  72. 24c89e9 drm/nouveau: remove duplicate inclusion of nouveau_ttm.h by Sachin Kamat · 12 years ago
  73. edc260d drm/nouveau/fifo: trigger engine context unload before zeroing context pointer by Ben Skeggs · 12 years ago
  74. c9aa763 drm/nouveau: prevent log mangling by Daniel J Blueman · 12 years ago
  75. 04c8c21 drm/nouveau: unpin various bo's before destroying by Marcin Slusarz · 12 years ago
  76. 124ea29 drm/nouveau: unpin pushbuffer bo before destroying it by Marcin Slusarz · 12 years ago
  77. 3f69e76 drm/nouveau: remove misleading comment from nouveau_prime_new by Marcin Slusarz · 12 years ago
  78. ae4ba73 drm/nouveau: raise reporting levels of some messages by Marcin Slusarz · 12 years ago
  79. 507ceb1 drm/nouveau/core: fix the assumption that NVDEV_XXXX is always under 32 by Martin Peres · 12 years ago
  80. d1be7e9 drm/nouveau/ppp: remove nouveau_ppp base class by Ben Skeggs · 12 years ago
  81. fb9bff2 nve0/ppp: enable support via nvc0's implementation by Ben Skeggs · 12 years ago
  82. 4a79501 nvc0/ppp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  83. 7d8bd91 nvc0/vp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  84. 23c14ed nvc0/bsp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  85. 66433c2 drm/nouveau/vdec: remove nouveau_{bsp,vp} base classes, use nouveau_engine directly by Ben Skeggs · 12 years ago
  86. f3295b3 drm/nve0/fifo: allow for future binding of ppp contexts by Ben Skeggs · 12 years ago
  87. a7416d0 drm/nve0/vp: implement initial support for engine by Ben Skeggs · 12 years ago
  88. b2f04fc drm/nve0/bsp: implement initial support for engine by Ben Skeggs · 12 years ago
  89. 4946980 drm/nve0: allow specification of channel engine type in abi16 call by Ben Skeggs · 12 years ago
  90. 4359887 drm/nouveau/core: implement shortcut for simple engctx construction by Ben Skeggs · 12 years ago
  91. e5e454f drm/nvc0/copy: share interrupt handler with nva3 by Ben Skeggs · 12 years ago
  92. 874309a drm/nv50/fb: implement trap handler as subdev interrupt handler by Ben Skeggs · 12 years ago
  93. e0cdd1e drm/nouveau/mc: allow calling of multiple handlers for a give intr bit by Ben Skeggs · 12 years ago
  94. 3cb0ebd drm/nouveau/copy: remove nouveau_copy base class by Ben Skeggs · 12 years ago
  95. 586ae46 drm/nvc0/copy: use nouveau_falcon base class by Ben Skeggs · 12 years ago
  96. 8365f2f drm/nva3/copy: use nouveau_falcon base class by Ben Skeggs · 12 years ago
  97. 27abc13 drm/nv98/crypt: use nouveau_falcon base class by Ben Skeggs · 12 years ago
  98. e3aaa94 drm/nouveau: initial falcon (fuc) engine base class implementation by Ben Skeggs · 12 years ago
  99. 2d8b9cc drm/nouveau: convert to dev_pm_ops by Dave Airlie · 12 years ago
  100. c839d74 drm/nouveau: Add interface to detect optimus and v1 support by Dave Airlie · 12 years ago