1. dceef5d drm/nouveau/fb: initialise vram controller as pfb sub-object by Ben Skeggs · 11 years ago
  2. 88524bc drm/nouveau/devinit: move simple pll setting routines to devinit by Ben Skeggs · 11 years ago
  3. 7ada785 drm/nouveau: pass generic subdev to calculation routines by Ben Skeggs · 11 years ago
  4. aca78e9 drm/nve0/ce: stub interrupt handler by Ben Skeggs · 11 years ago
  5. 007b703 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  6. fe6fc09 drm/nve0/ltcg: poke the partition count into yet another register by Ben Skeggs · 11 years ago
  7. 49debbe drm/nvc0/ltcg: fix handling of disabled partitions by Ben Skeggs · 11 years ago
  8. 46b47b8 drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode by Ben Skeggs · 11 years ago
  9. 20a2078c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  10. 6d1d1cc drm/nouveau/timer: allow alarms to be cancelled by Ben Skeggs · 11 years ago
  11. dded35d drm/nouveau/device: convert to engine, rather than subdev by Ben Skeggs · 11 years ago
  12. 1409d90 drm/nv04-nv40/instmem: use self as parent for subobjects by Ben Skeggs · 11 years ago
  13. be1e8e1 drm/nv04-nv40/vm: use self as parent for subobjects by Ben Skeggs · 11 years ago
  14. f83145e drm/nv50-/bar: use self as parent for subobjects by Ben Skeggs · 11 years ago
  15. b5795c7 drm/nv04-nv40/instmem: remove parent deref hack by Ben Skeggs · 11 years ago
  16. d395f1e drm/nouveau/i2c: remove parent deref hack by Ben Skeggs · 11 years ago
  17. bdd4e84 drm/nouveau/therm: send some messages to debug level by Ben Skeggs · 11 years ago
  18. 0fa9061 drm/nouveau/mc: handle irq-related setup ourselves by Ben Skeggs · 11 years ago
  19. b9a3140 drm/nouveau/bios: add missing newline on IO*_OR opcode debugging by Ben Skeggs · 11 years ago
  20. 28ec70f drm/nouveau/bios: suppress some parser errors when dry-running scripts by Ben Skeggs · 11 years ago
  21. 3f196a0 drm/nve0: magic up some support for GF117 by Ben Skeggs · 11 years ago
  22. 8cb303a drm/nvc0-/ltcg: Fix build on 32-bit platforms (v2) by Roy Spliet · 11 years ago
  23. e30441a drm/nvc0-/ltcg: implement VRAM compression by Christoph Bumiller · 11 years ago
  24. ba366c2 drm/nv50/therm: implement temperature reading by Martin Peres · 11 years ago
  25. 2f45736 drm/nouveau/therm: split the nv50 and nv84 code by Martin Peres · 11 years ago
  26. fffeba2 drm/nvc0/fb: ignore readback page alloc failure to support userspace by Ben Skeggs · 11 years ago
  27. 121cdf0 nouveau: Attempt to use platform-provided ROM image by Matthew Garrett · 11 years ago
  28. 0b3ee37 drm/nouveau/therm: display the availability of the internal sensor by Martin Peres · 11 years ago
  29. bf55eb8 drm/nouveau/therm: disable temperature management if the sensor isn't readable by Martin Peres · 11 years ago
  30. 98ee7c7 drm/nouveau/therm: disable auto fan management if temperature is not available by Martin Peres · 11 years ago
  31. 76c0295 drm/nv40/therm: reserve negative temperatures for errors by Martin Peres · 11 years ago
  32. ad40d73 drm/nv40/therm: disable temperature reading if the bios misses some parameters by Martin Peres · 11 years ago
  33. 13506e2 drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the user by Martin Peres · 11 years ago
  34. c4ce924 drm/nouveau/therm: remove some confusion introduced by therm_mode by Martin Peres · 11 years ago
  35. 7591782 drm/nouveau/therm: do not make assumptions on temperature by Martin Peres · 11 years ago
  36. eea4eb1 drm/nv40/therm: increase the sensor's settling delay to 20ms by Martin Peres · 11 years ago
  37. 7ae9712 drm/nv40/therm: improve selection between the old and the new style by Martin Peres · 11 years ago
  38. 42bed34 drm/nouveau/i2c: drop parent refcount when creating ports by Ben Skeggs · 11 years ago
  39. f6853fa drm/nouveau: Fix typo in init_idx_addr_latched(). by Francisco Jerez · 11 years ago
  40. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  41. a91ed42 nouveau: ACPI support depends on X86 and X86_PLATFORM_DEVICES by Ben Hutchings · 11 years ago
  42. 5effecd drm/nouveau/i2c: add support for ddc/aux, and dp link training on anx9805 by Ben Skeggs · 11 years ago
  43. 476e84e drm/nv50-/disp: initial supervisor support for off-chip encoders by Ben Skeggs · 11 years ago
  44. 7dcd060c drm/nouveau/i2c: create proper chipset-specific class implementations by Ben Skeggs · 11 years ago
  45. ac8cc24 drm/nv50/devinit: reverse the logic for running encoder init scripts by Ben Skeggs · 11 years ago
  46. 8e992c8 drm/nouveau/bios: store a type/mask hash in parsed dcb data by Ben Skeggs · 11 years ago
  47. 548ddb6 drm/nouveau/i2c: extend type to 16-bits, add lookup-by-type function by Ben Skeggs · 11 years ago
  48. 31a34aa drm/nouveau/i2c: aux channels not necessarily on nvio by Ben Skeggs · 11 years ago
  49. eaa8e7a drm/nouveau/i2c: fix a bit of a thinko in nv_wri2cr helper functions by Ben Skeggs · 11 years ago
  50. f3ed104 drm/nouveau/bios: parse external transmitter type if off-chip by Ben Skeggs · 11 years ago
  51. df3ef6a drm/nouveau/i2c: handle i2c/aux mux outside of port lookup function by Ben Skeggs · 11 years ago
  52. fa531bc drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparently by Ben Skeggs · 11 years ago
  53. 4f47643 drm/nouveau/gpio: use event interfaces for interrupt signalling by Ben Skeggs · 11 years ago
  54. 0f08006 drm/nouveau/gpio: pass number of on-die gpio lines to base by Ben Skeggs · 11 years ago
  55. ec49b5c drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctor by Marcin Slusarz · 11 years ago
  56. 07df304 drm/nouveau/therm: use workqueue to shutdown the machine by Marcin Slusarz · 11 years ago
  57. d0a5191 drm/nv40/therm: reset temperature sensor on init by Marcin Slusarz · 11 years ago
  58. 134fc03 drm/nouveau/therm: turn on fan only when threshold hit in positive direction by Marcin Slusarz · 11 years ago
  59. 3969f05 drm/nouveau/therm: always initialize alarm_program_lock by Marcin Slusarz · 11 years ago
  60. fc3109a drm/nouveau/fan: fix selection of fan speed when fan->get returns an error by Marcin Slusarz · 11 years ago
  61. cd89783 drm/nouveau: quiet static-related sparse noise by Marcin Slusarz · 11 years ago
  62. bfd8bd1 drm/nouveau/bios: tiny debugging messages fixes by Marcin Slusarz · 12 years ago
  63. 950fbfa drm/nouveau: mark nv_printk_ as printf-like function by Marcin Slusarz · 12 years ago
  64. a624baf drm/nouveau/fan: handle the cases where we are outside of the linear zone by Martin Peres · 12 years ago
  65. 93260d3 drm/nouveau: report channel owner in error messages by Marcin Slusarz · 12 years ago
  66. f533da1 drm/nouveau: use pr_cont by Marcin Slusarz · 12 years ago
  67. 3600ad5 drm/nouveau/therm: force a minimum hysteresis on temperature alarm thresholds by Martin Peres · 12 years ago
  68. 708ff04 drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is input by Ben Skeggs · 12 years ago
  69. e8c3cc0 drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FAN by Ben Skeggs · 12 years ago
  70. 112a12a drm/nouveau/bios: add support for parsing xpio table data by Ben Skeggs · 12 years ago
  71. 1a22274 drm/nouveau/therm: better transitions and debug logging by Ben Skeggs · 12 years ago
  72. 0083b91 drm/nouveau/therm: implement support for temperature alarms by Martin Peres · 12 years ago
  73. 9d7175c drm/nv41/bus: report useful data on mmio fault by Martin Peres · 12 years ago
  74. 382b5bb drm/nvc0/bus: report useful data on mmio fault by Ben Skeggs · 12 years ago
  75. a10220b drm/nouveau/pbus: add a PBUS subdev that hands IRQs to the right subdevs by Martin Peres · 12 years ago
  76. 694472f drm/nouveau/therm: implement automatic fan management by Martin Peres · 12 years ago
  77. fa37e8d drm/nouveau/fan: obey fan bump/slow periods as defined by vbios by Martin Peres · 12 years ago
  78. 06afd4e drm/nouveau/bios: parse fan bump/slow periods, and trip points by Martin Peres · 12 years ago
  79. 0cbf83b drm/nouveau/fan: add toggle fan support by Martin Peres · 12 years ago
  80. 9c3bd3a drm/nouveau/therm: cleanly separate pwm control logic from therm by Ben Skeggs · 12 years ago
  81. 68197b4 drm/nouveau/therm: add interfaces to allow forcing off pwm fan control by Ben Skeggs · 12 years ago
  82. 9cbcd33 drm/nvd0/therm: add support for hardware fan tachometer by Ben Skeggs · 12 years ago
  83. 7b49bd6 drm/nva3/therm: add support for hardware fan tachometer by Ben Skeggs · 12 years ago
  84. d639b4f drm/nouveau/therm: collect fan tach info in common fan constructor by Ben Skeggs · 12 years ago
  85. 5f066c3 drm/nouveau/therm: fix various style issues, make more consistent by Ben Skeggs · 12 years ago
  86. bc79202 nvd0/therm: implement more appropriate pwm fan control functions by Ben Skeggs · 12 years ago
  87. 526810a drm/nv50/fb: Fix nullptr-deref on IGPs by Roy Spliet · 12 years ago
  88. 43f7897 drm/nvc0/fb: fix crash when different mutex is used to protect same list by Aleksi Torhamo · 12 years ago
  89. d19528a drm/nouveau/clock: fix support for more than 2 monitors on nve0 by Aleksi Torhamo · 12 years ago
  90. cfd376b drm/nouveau/vm: fix memory corruption when pgt allocation fails by Marcin Slusarz · 12 years ago
  91. 4c4101d drm/nouveau: add locking around instobj list operations by Marcin Slusarz · 12 years ago
  92. 4459146 drm/nouveau/devinit: ensure legacy vga control is enabled during post by Ben Skeggs · 12 years ago
  93. 5ddf4d4 drm/nouveau/bios: cache ramcfg strap on later chipsets by Ben Skeggs · 12 years ago
  94. 3d8ec27 drm/nouveau/mxm: silence output if no bios data by Ben Skeggs · 12 years ago
  95. 0dd660d drm/nouveau/bios: parse/display extra version component by Ben Skeggs · 12 years ago
  96. 1ed7316 drm/nouveau/bios: implement opcode 0xa9 by Ben Skeggs · 12 years ago
  97. d2bcea6 drm/nouveau/bios: update gpio parsing apis to match current design by Ben Skeggs · 12 years ago
  98. caba557 drm/nouveau: initial support for GK106 by Ben Skeggs · 12 years ago
  99. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  100. a8f559e drm/nouveau/device: Remove duplicate inclusion of core/device.h by Sachin Kamat · 12 years ago