1. 8155cac drm/nouveau: Refactor nouveau_temp_get() into engine pointers. by Francisco Jerez · 14 years ago
  2. e829d80 drm/nouveau: Double the perf table memory clocks on pre-G71 cards. by Francisco Jerez · 14 years ago
  3. 67e1d4f drm/nouveau: Fix parsing of the temperature constant correction. by Francisco Jerez · 14 years ago
  4. d34ec50 drm/nouveau: Add sane sensor correction defaults for nv4a. by Francisco Jerez · 14 years ago
  5. 4164743 drm/nv40: fix reading temp value by Francesco Marella · 14 years ago
  6. 5e6a744 drm/nouveau: Don't try to parse a GPIO table on early DCBv2.2 BIOSes. by Francisco Jerez · 14 years ago
  7. bb338bb drm/nv10: Don't oops if the card wants to switch to a channel with no grctx. by Francisco Jerez · 14 years ago
  8. 80dad86 drm/nouveau: fix panels using straps-based mode detection by Ben Skeggs · 14 years ago
  9. 9bb5863 drm/nouveau: fix chipset vs card_type thinko by Ben Skeggs · 14 years ago
  10. 5220b3c drm/nv50: assume smaller tiles for bo moves by Ben Skeggs · 14 years ago
  11. 5f7d42e drm/nouveau: add debugfs file to forcibly evict everything from vram by Ben Skeggs · 14 years ago
  12. 34e9d85 drm/nouveau: Add temperature support (vbios parsing, readings, hwmon) by Martin Peres · 14 years ago
  13. 64d202b drm/nouveau: correct INIT_DP_CONDITION subcondition 5 by Ben Skeggs · 14 years ago
  14. 0fbb114 drm/nouveau: Parse old style perf tables. by Francisco Jerez · 14 years ago
  15. 038b8b2 drm/nv50: flush bar1 vm / dma object setup before poking 0x1708 by Ben Skeggs · 14 years ago
  16. dc7339d drm/nouveau: fix thinko in volt 0x1x parsing by Ben Skeggs · 14 years ago
  17. e49f70f7 drm/nouveau: implement parsing of DCB 2.2 GPIO table by Ben Skeggs · 14 years ago
  18. 07b1266 drm/nouveau: fix potential accuracy loss when parsing perf 0x1c tables by Ben Skeggs · 14 years ago
  19. e022878 drm/nouveau: Fix build regression, undefined reference to `acpi_video_get_edid' by Phil Turmel · 14 years ago
  20. 64f1c11 drm/nouveau: restore perflvl on resume, and restore boot perflvl on unload by Ben Skeggs · 14 years ago
  21. 6f87698 drm/nouveau: allow static performance level setting by Ben Skeggs · 14 years ago
  22. 442b626 drm/nv04-nv40: import initial pm backend by Ben Skeggs · 14 years ago
  23. 02c30ca drm/nv50: import initial clock get/set routines + hook up pm engine by Ben Skeggs · 14 years ago
  24. 330c598 drm/nouveau: import initial work on vbios performance table parsing by Ben Skeggs · 14 years ago
  25. 4709bff drm/nouveau: make bios code easier to use externally by Ben Skeggs · 14 years ago
  26. 855a95e drm/nouveau: make the behaviour of get_pll_limits() consistent by Ben Skeggs · 14 years ago
  27. f9aafdd drm/nv50: fix 100c90 write on nva3 by Ben Skeggs · 14 years ago
  28. b6fd780 drm/nouveau: zero dummy page by Ben Skeggs · 14 years ago
  29. 17b2034 drm/nv50: mark PCIEGART pages non-present rather than using dummy page by Ben Skeggs · 14 years ago
  30. 24b102d drm/nouveau: we can't free ACPI EDID, so make a copy that we can by Ben Skeggs · 14 years ago
  31. e071f8c drm/nouveau: handle fifo pusher errors better by Ben Skeggs · 14 years ago
  32. e1429b4 drm/nouveau: better handling of unmappable vram by Ben Skeggs · 14 years ago
  33. c16c570 drm/nouveau: Try to fetch an EDID from OF if DDC fails. by Francisco Jerez · 14 years ago
  34. 9f56b12 drm/nouveau: Simplify tile region handling. by Francisco Jerez · 14 years ago
  35. 4b5c152 drm/nouveau: Remove implicit argument from nv_wait(). by Francisco Jerez · 14 years ago
  36. 35fd5b4 drm/nouveau: PRAMIN is available from the start on pre-nv50. by Francisco Jerez · 14 years ago
  37. de5899b drm/nouveau: Add module parameter to override the default AGP rate. by Francisco Jerez · 14 years ago
  38. 71d0618 drm/nouveau: Don't enable AGP FW on nv18. by Francisco Jerez · 14 years ago
  39. 3bc14b4 drm/nouveau: Don't remove ramht entries from the neighboring channels. by Francisco Jerez · 14 years ago
  40. f243423 drm/nouveau: Break some long lines in the TV-out code. by Francisco Jerez · 14 years ago
  41. 8597a1b drm/nv50: fix SOR count for early chipsets by Ben Skeggs · 14 years ago
  42. 1da2656 drm/nv50: report BAR access faults by Ben Skeggs · 14 years ago
  43. d96773e drm/nv50: move vm trap to nv50_fb.c by Ben Skeggs · 14 years ago
  44. e69b441 drm/nv50: demagic grctx, and add NVAF support by Marcin Kościelnicki · 14 years ago
  45. 2941482e drm/nouveau: protect ramht_find() from oopsing if on channel without ramht by Ben Skeggs · 14 years ago
  46. 185abec drm/nouveau: remove nouveau_gpuobj_late_takedown by Ben Skeggs · 14 years ago
  47. e05d7ea drm/nouveau: protect gpuobj list + global instmem heap with spinlock by Ben Skeggs · 14 years ago
  48. eb9bcbd drm/nouveau: fix gpuobj refcount to use atomics by Ben Skeggs · 14 years ago
  49. dac7900 drm/nouveau: add spinlock around ramht modifications by Ben Skeggs · 14 years ago
  50. e05c5a3 drm/nouveau: tidy ram{ht,fc,ro} a bit by Ben Skeggs · 14 years ago
  51. fbd2895e drm/nouveau: rework init ordering so nv50_instmem.c can be less bad by Ben Skeggs · 14 years ago
  52. 6c3d7ef drm/nv50: calculate vram reordering block size by Ben Skeggs · 14 years ago
  53. 5125bfd drm/nv50: allow gpuobjs that aren't mapped into aperture by Ben Skeggs · 14 years ago
  54. 43efc9c drm/nouveau: simplify fake gpu objects by Ben Skeggs · 14 years ago
  55. a8eaebc drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity by Ben Skeggs · 14 years ago
  56. de3a6c0 drm/nouveau: rebase per-channel pramin heap offsets to 0 by Ben Skeggs · 14 years ago
  57. b3beb16 drm/nouveau: modify object accessors, offset in bytes rather than dwords by Ben Skeggs · 14 years ago
  58. 479dcae drm/nouveau: move ramht code out of nouveau_object.c, nothing to see here by Ben Skeggs · 14 years ago
  59. 2a7fdb2b drm/nouveau: have nv_mask return original register value by Ben Skeggs · 14 years ago
  60. 217275d drm/nv40: Try to set up CRE_LCD even if it has unknown bits set. by Francisco Jerez · 14 years ago
  61. 7314dec drm/nv17-nv4x: Fix analog load detection false positive on rare occasions. by Francisco Jerez · 14 years ago
  62. 9d59e8a drm/nouveau: require explicit unmap of kmapped bos by Ben Skeggs · 14 years ago
  63. e694438 drm/nouveau: remove second map of notifier bo by Ben Skeggs · 14 years ago
  64. b8a6a80 drm/nouveau: move check for no-op bo move before memcpy fallback by Ben Skeggs · 14 years ago
  65. f1ab0cc drm/nv50: add new accelerated bo move funtion by Ben Skeggs · 14 years ago
  66. 4295f18 drm/nv20: Use the nv30 CRTC bandwidth calculation code. by Francisco Jerez · 14 years ago
  67. 316f60a drm/nouveau: Fix suspend on some nv4x AGP cards. by Francisco Jerez · 14 years ago
  68. 4a445f2 Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  69. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 14 years ago
  70. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  71. 4645b94 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  72. 615661f drm/nv50: initialize ramht_refs list for faked 0 channel by Marcin Slusarz · 14 years ago
  73. 374c3af drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL. by Francisco Jerez · 14 years ago
  74. 3ba6462 drm/nouveau: Take fence spinlock before reading the last sequence. by Francisco Jerez · 14 years ago
  75. cbc60ca drm: kill get_reg_ofs callback by Daniel Vetter · 14 years ago
  76. 793a97e drm: kill drm_map_ofs callbacks by Daniel Vetter · 14 years ago
  77. 06f01e7 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  78. 5afda9e Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  79. ab699ec drm/nouveau: drop drm_global_mutex before sleeping in submission path by Ben Skeggs · 14 years ago
  80. ee508b8 drm/nv20: Don't use pushbuf calls on the original nv20. by Francisco Jerez · 14 years ago
  81. fba6752 drm/nouveau: Fix TMDS on some DCB1.5 boards. by Francisco Jerez · 14 years ago
  82. d31e078 drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel. by Francisco Jerez · 14 years ago
  83. f5cb8ab drm/nv30: Apply modesetting to the correct slave encoder by Patrice Mandin · 14 years ago
  84. acae116 drm/nouveau: Use a helper function to match PCI device/subsystem IDs. by Francisco Jerez · 14 years ago
  85. 44a1246 drm/nv50: add dcb type 14 to enum to prevent compiler complaint by Ben Skeggs · 14 years ago
  86. ee00557 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  87. d033303 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  88. 1b2f148 drm: block userspace under allocating buffer and having drivers overwrite it (v2) by Dave Airlie · 14 years ago
  89. 625db6b drm/nouveau: fix earlier mistake when fixing merge conflict by Ben Skeggs · 14 years ago
  90. b515f3a drm/nvc0: fix thinko in instmem suspend/resume by Ben Skeggs · 14 years ago
  91. 20d66da drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18. by Francisco Jerez · 14 years ago
  92. 19bf5f7 drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP. by Francisco Jerez · 14 years ago
  93. 46d4cae drm/nv50-nvc0: ramht_size is meant to be in bytes, not entries by Ben Skeggs · 14 years ago
  94. 45a68a0 drm/nouveau: punt some more log messages to debug level by Ben Skeggs · 14 years ago
  95. 98720bf drm/nouveau: remove warning about unknown tmds table revisions by Ben Skeggs · 14 years ago
  96. bd6aaea drm/nouveau: check for error when allocating/mapping dummy page by Ben Skeggs · 14 years ago
  97. 415e618 drm/nouveau: fix race condition when under memory pressure by Ben Skeggs · 14 years ago
  98. 56dfc58 drm/nv50: fix minor thinko from nvc0 changes by Ben Skeggs · 14 years ago
  99. 4ca2b71 drm/nouveau: Don't try DDC on the dummy I2C channel. by Francisco Jerez · 14 years ago
  100. aa9f56b Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago