1. c26fe84 drm/nouveau/i2c: start hiding subdev-internal interfaces by Ben Skeggs · 10 years ago
  2. 0bac987 drm/nouveau/i2c: remove unnecessary i2c_set_adapdata() by Ben Skeggs · 10 years ago
  3. 842c295 drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on defer by Ben Skeggs · 10 years ago
  4. febb844 drm/nv50-/mc: also pass PMGR interrupts onto I2C subdev by Ben Skeggs · 10 years ago
  5. 20a8007 drm/nouveau/gpio: send separate event types for high/low transitions by Ben Skeggs · 10 years ago
  6. bc3b0c4 drm/nouveau/gpio: use base constructor for all implementations by Ben Skeggs · 10 years ago
  7. f4277a0 drm/nouveau/gpio: move on-reset intr disable-and-ack to common code by Ben Skeggs · 10 years ago
  8. 5693c0f drm/nouveau/gpio: split "toggled" interrupt into "went high" / "went low" by Ben Skeggs · 10 years ago
  9. 7356859 drm/nouveau/gpio: split g92 class from nv50 by Ben Skeggs · 10 years ago
  10. d93174e drm/nouveau/gpio: use indirect pointer to base class definition by Ben Skeggs · 10 years ago
  11. 8e8832e drm/nouveau/core: allow event source to handle multiple event types per index by Ben Skeggs · 10 years ago
  12. dcfb100 drm/nv50-/mc: fix kms pageflip events by reordering irq handling order. by Mario Kleiner · 10 years ago
  13. 7dc351b drm/gk104/gpio: fix incorrect interrupt register usage by Ben Skeggs · 10 years ago
  14. ed05ba7 drm/nouveau/clk: allow end-user reclocking for nv40, nvaa, and nve0 clock types by Ilia Mirkin · 10 years ago
  15. d2ed15b drm/nouveau/fb: default NvMemExec to on, turning it off is used for debugging only by Ilia Mirkin · 10 years ago
  16. 29ba8c8 drm/nouveau/bios: fix a potential NULL deref in the PROM shadowing function by Martin Peres · 10 years ago
  17. 9044fa6 drm/nouveau/i2c: bump the i2c delay for the adt7473 by Martin Peres · 10 years ago
  18. 30af6aa drm/nouveau/therm/fan/tach: default to 2 pulses per revolution by Martin Peres · 10 years ago
  19. fef94f6 drm/nouveau/fb: add GK20A support by Alexandre Courbot · 10 years ago
  20. 90a5500c drm/nouveau/ibus: add GK20A support by Alexandre Courbot · 10 years ago
  21. 88ff3f5 drm/nvc0/bar: support chips without BAR3 by Alexandre Courbot · 10 years ago
  22. 53d206b drm/nouveau/bar: only ioremap BAR3 if it exists by Alexandre Courbot · 10 years ago
  23. 763b257 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  24. 6679b2c drm/nvd9/therm: handle another kind of PWM fan by Martin Peres · 10 years ago
  25. 2a1235e Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  26. ce23b23 drm/nouveau/bios: fix shadowing from PROM on big-endian systems by Ben Skeggs · 10 years ago
  27. 9a11843 drm/nouveau/bios: fix a bit shift error introduced by 457e77b by Sergei Antonov · 10 years ago
  28. 18acc6d drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accesses by Martin Peres · 10 years ago
  29. 0e994d6 drm/nouveau/therm: let the vbios decide on the automatic fan management mode by Martin Peres · 11 years ago
  30. 9c9191a drm/nvd7/therm: handle another kind of PWM fans by Martin Peres · 11 years ago
  31. 61679fe drm/nouveau/pm/fan: drop the fan lock in fan_update() before rescheduling by Martin Peres · 10 years ago
  32. dcd9262 drm/nouveau/therm: check for sensor presence with requested mode, not current by Ben Skeggs · 10 years ago
  33. fc243d7 drm/nouveau/disp: limit dp capabilities as per dcb by Ben Skeggs · 10 years ago
  34. 5ca929b drm/nva3/fbram: restrict training pattern setup to GT218 by Ben Skeggs · 10 years ago
  35. 8687c5d drm/nva3/devinit: restrict script access to some PFB regs by Ben Skeggs · 10 years ago
  36. 3219adc drm/nouveau/devinit: add interface to check if a mmio access by scripts is ok by Ben Skeggs · 10 years ago
  37. 0a8649f drm/nouveau/bios: have strap reads show on devinit spam debug level by Ben Skeggs · 10 years ago
  38. 7730705 drm/nv50/gpio: fixup reset for gpios >= 16 by Ben Skeggs · 10 years ago
  39. 5cfd48b drm/nv50/gpio: exclude sense value from mask when changing registers by Ben Skeggs · 10 years ago
  40. bd3cac7 drm/nouveau/bios: parsing of some random table needed to bring up gr by Ben Skeggs · 10 years ago
  41. 085969e drm/nv50/bar: fix plymouth issues on certain efi macbooks by Ben Skeggs · 10 years ago
  42. 457e77b drm/nouveau/bios: add more checks to PRAMIN image fetching by Ben Skeggs · 11 years ago
  43. 420b946 support for platform devices by Alexandre Courbot · 11 years ago
  44. f6bad8a drm/gm107/ltcg: initial implementation by Ben Skeggs · 11 years ago
  45. 267dcb6 drm/gm107/fb: initial implementation by Ben Skeggs · 11 years ago
  46. 57f7422 drm/gk20a/timer: initial implementation by Ben Skeggs · 11 years ago
  47. 13a49a1 drm/gm100/bios: hw disable register has moved by Ben Skeggs · 11 years ago
  48. 4bf23ea drm/gm107/devinit: initial implementation by Ben Skeggs · 11 years ago
  49. 8db3a74 drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printout by Ilia Mirkin · 11 years ago
  50. c2288d4 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 11 years ago
  51. 95ca5b5 drm/nouveau/fb: use correct ram oclass for nv1a hardware by Emil Velikov · 11 years ago
  52. 5ac607e drm/nv4c/bios: disallow retrieving from prom on nv4x igp's by Ilia Mirkin · 11 years ago
  53. fa8c9ac drm/nv4c/mc: nv4x igp's have a different msi rearm register by Ilia Mirkin · 11 years ago
  54. 9b0cd30 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  55. a5bd4f8 Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-next by Dave Airlie · 11 years ago
  56. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  57. f87cd8b drm/nouveau/devinit: lock/unlock crtc regs for all devices, not just pre-nv50 by Ilia Mirkin · 11 years ago
  58. 4019aaa drm/nv50-/devinit: prevent use of engines marked as disabled by hw/vbios by Ilia Mirkin · 11 years ago
  59. cf33601 drm/nouveau/devinit: tidy up the subdev class definition by Ben Skeggs · 11 years ago
  60. 5222555 drm/nouveau/bar: tidy up the subdev and object class definitions by Ben Skeggs · 11 years ago
  61. ab60619 drm/nouveau/instmem: tidy up the object class definition by Ben Skeggs · 11 years ago
  62. 24a4ae8 drm/nouveau/instmem: tidy up the subdev class definition by Ben Skeggs · 11 years ago
  63. 64c672a drm/nouveau/pwr: implement a simple i2c stack by Ben Skeggs · 11 years ago
  64. 2e9dfe2 drm/nouveau/pwr: have rd/wr32 routines clobber data instead of addr by Ben Skeggs · 11 years ago
  65. 7321623 drm/nve0/fb: turn off some bits in 10f584 at init by Ben Skeggs · 11 years ago
  66. cb54dd2 drm/nve0/fb/gddr5: merge a fix from ddr3 for one of the timing settings by Ben Skeggs · 11 years ago
  67. b13d0e4 drm/nve0/fb/gddr5: yet another random 10f200 bit by Ben Skeggs · 11 years ago
  68. c814a60 drm/nvc0-/fb: hook up skeleton interrupt handler by Ben Skeggs · 11 years ago
  69. 7f39e59 drm/nve0/fb/gddr5: more 10f200 stuff by Ben Skeggs · 11 years ago
  70. 12642e3 drm/nve0/clk: report ddr memory frequency by Ben Skeggs · 11 years ago
  71. 1a894c0 drm/nouveau/fb/gddr5: make sure we update mr7 when we're supposed to by Ben Skeggs · 11 years ago
  72. a8ccbb7 drm/nve0/fb/gddr5: 10f698/69c by Ben Skeggs · 11 years ago
  73. cfe1760 drm/nve0/fb: it's now safe to obey the memory voltage setting properly by Ben Skeggs · 11 years ago
  74. 46bf1c3 drm/nve0/fb: multi-stage reclock is required for certain transitions by Ben Skeggs · 11 years ago
  75. 1789cab drm/nouveau/clk: allow fb to signal it needs to do a multi-stage reclock by Ben Skeggs · 11 years ago
  76. b655f2b drm/nve0/fb/gddr5: parse bios data into struct rather than using directly by Ben Skeggs · 11 years ago
  77. ea8b4a3 drm/nve0/fb/gddr5: found LP3 setting by Ben Skeggs · 11 years ago
  78. 971372ea drm/nve0/fb: note the memory voltage toggle, not using it yet by Ben Skeggs · 11 years ago
  79. db6735c drm/nve0/fb/gddr5: somewhat better attempt at 100770/10f604/610/614 by Ben Skeggs · 11 years ago
  80. f4aa2c6 drm/nve0/fb/gddr5: fixup delays a bit by Ben Skeggs · 11 years ago
  81. 1522eca drm/nouveau/bios: timing 2.0 entries can have subentries by Ben Skeggs · 11 years ago
  82. 09692e5 drm/nve0/fb/gddr5: note another semi-unknown by Ben Skeggs · 11 years ago
  83. 1e1d6b4 drm/nouveau/fb/gddr5: modify mr8 with high bits of CL/WR by Ben Skeggs · 11 years ago
  84. e7084c6 drm/nve0/fb/gddr5: fix calculation of RDQS setting by Ben Skeggs · 11 years ago
  85. 334565a drm/nve0/fb/gddr5: switch off some other random bit at some point by Ben Skeggs · 11 years ago
  86. 0189169 drm/nve0/fb/gddr5: punt all 10f910/914 accesses through ram_train by Ben Skeggs · 11 years ago
  87. d394fb1 drm/nve0/fb/gddr5: not all memory partitions are created equal by Ben Skeggs · 11 years ago
  88. dd95c8f drm/nve0/fb: typo in register name by Ben Skeggs · 11 years ago
  89. 0a0dc8f drm/nouveau/bios: make common code to handle ramcfg strap etc by Ben Skeggs · 11 years ago
  90. 5905439 drm/nve0/fb/gddr5: fix an assumption of sane memory controller layout by Ben Skeggs · 11 years ago
  91. 2daaf5b drm/nve0/fb/gddr5: fix behaviour of lp3 setting by Ben Skeggs · 11 years ago
  92. 2e2cfbe drm/nouveau/vm: reduce number of entry-points to vm_map() by Ben Skeggs · 11 years ago
  93. 72de182 drm/nouveau/mxm: fix null deref on load by Ilia Mirkin · 11 years ago
  94. 703a8c2 Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 11 years ago
  95. fdd239a drm/nouveau: fix null ptr dereferences on some boards by Ben Skeggs · 11 years ago
  96. fbb9c10 Merge branch 'acpi-dsm' by Rafael J. Wysocki · 11 years ago
  97. ceb3b02 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 11 years ago
  98. 5d2f476 drm/nouveau/bios: fix offset calculation for BMPv1 bioses by Ilia Mirkin · 11 years ago
  99. 6d60792 drm/nouveau/bios: make jump conditional by Ilia Mirkin · 11 years ago
  100. b072e53 ACPI / nouveau: replace open-coded _DSM code with helper functions by Jiang Liu · 11 years ago