1. 639c308 drm/nouveau/fb: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  2. a8c4362 drm/nouveau/devinit: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  3. 7632b30 drm/nouveau/clk: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  4. 5f8824d drm/nouveau/bus: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  5. d390b48 drm/nouveau/bios: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  6. 245dcfe drm/nouveau/bar: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  7. 5025407 drm/nouveau/core: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  8. 989aa5b drm/nouveau/nvif: namespace of nvkm accessors (no binary change) by Ben Skeggs · 10 years ago
  9. c434514 drm/nouveau/core: split device index enum out on its own by Ben Skeggs · 10 years ago
  10. 37a5d02 drm/nouveau/mspdec: separate from vp by Ben Skeggs · 10 years ago
  11. bd8369e drm/nouveau/msenc: rename from venc (no binary change) by Ben Skeggs · 10 years ago
  12. 8700287 drm/nouveau/sw: rename from software (no binary change) by Ben Skeggs · 10 years ago
  13. fd8666f drm/nouveau/msppp: rename from ppp (no binary change) by Ben Skeggs · 10 years ago
  14. d5752b9 drm/nouveau/pm: rename from perfmon (no binary change) by Ben Skeggs · 10 years ago
  15. b8bf04e drm/nouveau/gr: rename from graph (no binary change) by Ben Skeggs · 10 years ago
  16. aedf24f drm/nouveau/ce: rename from copy (no binary change) by Ben Skeggs · 10 years ago
  17. 93d90ad drm/nouveau/sec: separate from cipher (formerly crypt) by Ben Skeggs · 10 years ago
  18. eccf7e8a drm/nouveau/msvld: separate from bsp by Ben Skeggs · 10 years ago
  19. 5ce3bf3 drm/nouveau/mmu: rename from vmmgr (no binary change) by Ben Skeggs · 10 years ago
  20. ebb58dc drm/nouveau/pmu: rename from pwr (no binary change) by Ben Skeggs · 10 years ago
  21. f3867f4 drm/nouveau/clk: rename from clock (no binary change) by Ben Skeggs · 10 years ago
  22. c39f472 drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes) by Ben Skeggs · 10 years ago
  23. 055a65d drm/nouveau: merge nouveau_platform.ko into nouveau.ko by Alexandre Courbot · 10 years ago
  24. 4dc6393 drm/nouveau: dont switch vt on suspend by Maarten Lankhorst · 10 years ago
  25. 4d8bb03 drm/nouveau/dispnv04: Remove some unused functions by Rickard Strandqvist · 10 years ago
  26. 1119eef drm/nouveau/gem: Remove unused function by Rickard Strandqvist · 10 years ago
  27. 26b40d8 drm/nouveau/bo: Remove unused function by Rickard Strandqvist · 10 years ago
  28. 9f79b5c drm/nouveau/clk: allow users to enable auto mode when loading driver by Vince Hsu · 10 years ago
  29. 9f7fd62 drm/nouveau/pwr: add support for GK20A by Vince Hsu · 10 years ago
  30. 47e7df3 drm/nouveau/pwr: make nouveau_pwr_pgob() non-static by Vince Hsu · 10 years ago
  31. f8a8546 drm/nouveau/clk: allow non-blocking for nouveau_clock_astate() by Vince Hsu · 10 years ago
  32. 9509ff7 drm/nouveau/mc: add missing braces by Vince Hsu · 10 years ago
  33. 9ba8310 drm/nv50-/kms: reject attempts at flipping to incompatible framebuffer by Ben Skeggs · 10 years ago
  34. 0ea5fe8 drm/nouveau/kms: default to panel scaling, except for fixed panels prior to nv50 by Ben Skeggs · 10 years ago
  35. 7d95216 drm/nouveau/kms: untangle connector property logic a little by Ben Skeggs · 10 years ago
  36. f0d1540 drm/nouveau/kms: avoid adding scaler-only modes the same as the panel's native mode by Ben Skeggs · 10 years ago
  37. 576f791 drm/nv50-/kms: allow disabling of gpu scaling on fixed panels by Ben Skeggs · 10 years ago
  38. a91d322 drm/nv50-/kms: move identical scaler mode fixup code into a function by Ben Skeggs · 10 years ago
  39. 495b217 drm/nouveau: sgdma: add comment around suspiscious error handler by Alexandre Courbot · 10 years ago
  40. 2474ae2 drm/nouveau: sgdma: remove unused nouveau_sgdma_be::dev by Alexandre Courbot · 10 years ago
  41. ec0e554 drm/nouveau/core: object.engine is always a nouveau_engine now by Ben Skeggs · 10 years ago
  42. 8000fb2 drm/nouveau/core: can now assume client/device object tree based on object.engine by Ben Skeggs · 10 years ago
  43. bdda470 drm/nouveau/disp: outp/conns do not have an engine by Ben Skeggs · 10 years ago
  44. c272d86 drm/nouveau/bar: barobjs may not have an engine by Ben Skeggs · 10 years ago
  45. 9d18cdb drm/nouveau/fb: ram impl does not have an engine by Ben Skeggs · 10 years ago
  46. 8c237fd drm/nouveau/i2c: pad/ports do not have an engine by Ben Skeggs · 10 years ago
  47. 3532c37 drm/nouveau/instmem: instobjs may not have an engine by Ben Skeggs · 10 years ago
  48. 490d595 drm/nouveau/core: fix subdev/engine/device lookup to not require engine pointer by Ben Skeggs · 10 years ago
  49. a38f37a drm/nouveau/core: uninline subdev/engine/device lookup functions by Ben Skeggs · 10 years ago
  50. 0527a04 drm/nouveau/core: prepare printk for NULL engine pointer on device object tree by Ben Skeggs · 10 years ago
  51. e138c7d drm/nouveau/core: drop the pointer value in debug printk output by Ben Skeggs · 10 years ago
  52. 95fb6dd drm/nouveau/i2c: fix some blatant abuse by Ben Skeggs · 10 years ago
  53. 8d90d1e drm/gf100-/bar: don't fill in bar->alloc until after all vm setup done by Ben Skeggs · 10 years ago
  54. 6f5cee5 drm/nouveau/core: rename parent to handle, use parent for nouveau_parent by Ben Skeggs · 10 years ago
  55. 587f7a5 drm/nouveau/core: rename subclass.base to subclass.superclass by Ben Skeggs · 10 years ago
  56. 2f4a58e drm/nouveau/subdev: always upcast through nouveau_subdev()/nouveau_engine() by Ben Skeggs · 10 years ago
  57. 4534a2a drm/nouveau/fb: remove some (now) unnecessary hacks by Ben Skeggs · 10 years ago
  58. 281d1bb Merge remote-tracking branch 'origin/master' into drm-next by Dave Airlie · 10 years ago
  59. bfa55bd Merge branch 'drm-sti-next-add-dvo' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 10 years ago
  60. c0d2792 Merge tag 'atmel-hlcdc-drm-3.20' of https://github.com/bbrezillon/linux-at91 into drm-next by Dave Airlie · 10 years ago
  61. ca1130d Merge tag 'drm-amdkfd-next-2015-01-21' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 10 years ago
  62. b942c65 Merge tag 'trace-sh-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  63. 5b7e944 drm: add DT bindings documentation for atmel-hlcdc-dc driver by Boris Brezillon · 10 years ago
  64. 1a39678 drm: add Atmel HLCDC Display Controller support by Boris Brezillon · 10 years ago
  65. bb276cb drm: panel: simple-panel: add bus format information for foxlink panel by Boris Brezillon · 10 years ago
  66. 795f7ab drm: panel: simple-panel: add support for bus_format retrieval by Boris Brezillon · 10 years ago
  67. b5571e9 drm: add bus_formats and num_bus_formats fields to drm_display_info by Boris Brezillon · 10 years ago
  68. 5eb11d6 Merge tag 'sound-3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  69. 479459a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  70. 7c4bb81 Merge tag 'mfd-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  71. fc83975 Merge tag 'imx-drm-next-2015-01-09' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 10 years ago
  72. b2eb048 Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 10 years ago
  73. 4f4d89a Merge tag 'drm-amdkfd-next-2015-01-09' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 10 years ago
  74. 67cf2d3 Merge tag 'drm-amdkfd-fixes-2015-01-13' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes by Dave Airlie · 10 years ago
  75. 9e4fc22 Merge tag 'drm-intel-fixes-2015-01-15' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  76. 9aa609e drm: fb helper should avoid sleeping in panic context by Rui Wang · 10 years ago
  77. e902027 Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 10 years ago
  78. b46ce98 Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  79. b97f880 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  80. d4b2d00 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  81. b166010 mfd: rtsx_usb: Fix runtime PM deadlock by Roger Tseng · 10 years ago
  82. f29ae36 mfd: tps65218: Make INT1 our status_base register by Felipe Balbi · 10 years ago
  83. 773328d mfd: tps65218: Make INT[12] and STATUS registers volatile by Felipe Balbi · 10 years ago
  84. b3f6c73 mfd: da9052-core: Fix platform-device id collision by Fabio Estevam · 10 years ago
  85. 06efe0e Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  86. eef8f4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  87. 2262889 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  88. a8c1d28 s2io: use snprintf() as a safety feature by Dan Carpenter · 10 years ago
  89. ef5a1ba Merge branch 'r8152' by David S. Miller · 10 years ago
  90. b4d99de r8152: remove sram_read by hayeswang · 10 years ago
  91. 8cb3db2 r8152: remove generic_ocp_read before writing by hayeswang · 10 years ago
  92. e60bf80 Merge branch 'bgmac' by David S. Miller · 10 years ago
  93. 43f159c bgmac: activate irqs only if there is nothing to poll by Hauke Mehrtens · 10 years ago
  94. 6216642 bgmac: register napi before the device by Hauke Mehrtens · 10 years ago
  95. 852c5d9 Merge branch 'sh_eth' by David S. Miller · 10 years ago
  96. 4f9dce23 sh_eth: Fix ethtool operation crash when net device is down by Ben Hutchings · 10 years ago
  97. b37feed sh_eth: Fix promiscuous mode on chips without TSU by Ben Hutchings · 10 years ago
  98. 9d28971 ipv6: stop sending PTB packets for MTU < 1280 by Hagen Paul Pfeifer · 10 years ago
  99. ce75145 libata: prevent HSM state change race between ISR and PIO by David Jeffery · 10 years ago
  100. 1caf6aa scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore by Michael Karcher · 10 years ago