1. 2713021 drm: Carry over the stereo flags when adding the alternate mode by Damien Lespiau · 11 years ago
  2. f2ecf2e3 drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes by Damien Lespiau · 11 years ago
  3. 4eed4a0 drm: Set the relevant infoframe field when scanning out a 3D mode by Damien Lespiau · 11 years ago
  4. a3ff6d5 drm: Reject modes with more than 1 stereo flags set by Damien Lespiau · 11 years ago
  5. 1deee8d drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes() by Damien Lespiau · 11 years ago
  6. c858cfc drm/edid: Expose mandatory stereo modes for HDMI sinks by Damien Lespiau · 11 years ago
  7. 61d8e32 drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  8. 4aa17cf drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo by Damien Lespiau · 11 years ago
  9. 1c0814f drm: Add a SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  10. a99b57d drm: Move the GET_CAP macros next to the corresponding ioctl structure by Damien Lespiau · 11 years ago
  11. 662c6ec drm/i915/vlv: fix up broken precision in vlv_crtc_clock_get by Chris Wilson · 11 years ago
  12. acbec81 drm/i915/vlv: add VLV specific clock_get function v3 by Jesse Barnes · 11 years ago
  13. b52b89d drm/i915: Add a tracepoint for using a semaphore by Chris Wilson · 11 years ago
  14. f56383c drm/i915: Show WT caching in debugfs by Chris Wilson · 11 years ago
  15. 58f6e63 drm/i915: Fix VLV eDP timing v2 by Chon Ming Lee · 11 years ago
  16. 814e9b5 drm/i915: Move the conditional seqno query into the tracepoint by Chris Wilson · 11 years ago
  17. e2d05a8 drm/i915: Convert active API to VMA by Ben Widawsky · 11 years ago
  18. 5c2abbe drm/i915: Provide a cheap ggtt vma lookup by Ben Widawsky · 11 years ago
  19. bcccff8 drm/i915: trace vm eviction instead of everything by Ben Widawsky · 11 years ago
  20. 8744042 drm/i915: remove "extern" keywords from intel_drv.h functions by Paulo Zanoni · 11 years ago
  21. 6ff58d5 drm/i915: make hsw_{disable, restore}_lcpll static by Paulo Zanoni · 11 years ago
  22. 6743768 drm/i915: make intel_crtc_fb_gamma_{set, get} static by Paulo Zanoni · 11 years ago
  23. d77e453 drm/i915: make intel_crtc_load_lut static by Paulo Zanoni · 11 years ago
  24. e0638cd drm/i915: make intel_pipe_has_type static by Paulo Zanoni · 11 years ago
  25. 5f1aae6 drm/i915: reorganize intel_drv.h by Paulo Zanoni · 11 years ago
  26. d9c638d drm/i915: backlight combination mode bit is gen4 only by Jani Nikula · 11 years ago
  27. 6801c18 drm/i915: Add HSW CRT output readout support by Ville Syrjälä · 11 years ago
  28. f233533 drm/i915: clean up and simplify i9xx_crtc_mode_set wrt PLL handling by Jani Nikula · 11 years ago
  29. 46a3f4a drm/i915: Add some debug spam for intialising SDVO by Chris Wilson · 11 years ago
  30. aec347a drm/i915: Delay the release of the forcewake by a jiffie by Chris Wilson · 11 years ago
  31. 45f80d5 drm/i915: precendence bug in GT_PARITY_ERROR() by Dan Carpenter · 11 years ago
  32. 773ae03 drm/i915: Fix intel_crtc_mode_get() mode clock by Ville Syrjälä · 11 years ago
  33. 18b5992 drm/i915: Calculate PSR register offsets from base + gen by Ben Widawsky · 11 years ago
  34. 5000393 drm/i915/dp: read DPCD PSR capability only on eDP by Jani Nikula · 11 years ago
  35. 2b99667 drm/i915: Drop explicit plane restoration during resume by Ville Syrjälä · 11 years ago
  36. c9f7fbf drm/i915: Call intel_uncore_early_sanitize() during resume by Ville Syrjälä · 11 years ago
  37. ebdcefc drm/i915: Move power well resume earlier by Ville Syrjälä · 11 years ago
  38. a148532 drm/i915: Move power well init earlier during driver load by Ville Syrjälä · 11 years ago
  39. 7d0bc1e drm/i915: Redisable VGA before the modeset on resume by Ville Syrjälä · 11 years ago
  40. ce35255 drm/i915: Fix unclaimed register access due to delayed VGA memory disable by Ville Syrjälä · 11 years ago
  41. 6fca55b drm/i915: Rip out SUPPORTS_EDP by Daniel Vetter · 11 years ago
  42. 311a209 drm/i915: don't init DP or HDMI when not supported by DDI port by Paulo Zanoni · 11 years ago
  43. 554d6af drm/i915: add some assertions about VBT DDI port types by Paulo Zanoni · 11 years ago
  44. 6bf19e7 drm/i915: check the DDC and AUX bits of the VBT on DDI machines by Paulo Zanoni · 11 years ago
  45. 6acab15 drm/i915: use the HDMI DDI buffer translations from VBT by Paulo Zanoni · 11 years ago
  46. 768f69c drm/i915: VBT's child_device_config changes over time by Paulo Zanoni · 11 years ago
  47. f740334 drm/i915: Do not unlock upon error in i915_gem_idle() by Chris Wilson · 11 years ago
  48. b205ca5 drm/i915: Use unsigned for overflow checks in execbuf by Daniel Vetter · 11 years ago
  49. 955382f drm/i915: Ditch INTELFB_CONN_LIMIT by Daniel Vetter · 11 years ago
  50. a1e2265 drm/i915: Use kcalloc more by Daniel Vetter · 11 years ago
  51. b14c567 drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern by Daniel Vetter · 11 years ago
  52. 4821ff1 Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  53. 15c03dd Linux 3.12-rc3 by Linus Torvalds · 11 years ago
  54. 30ceb4e Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  55. 26c019f Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  56. 31795c4 Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  57. 434ac47 Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  58. c23c223 Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  59. cac6653 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  60. b97b869 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  61. 14951f2 Revert "perf symbols: Demangle cloned functions" by Ingo Molnar · 11 years ago
  62. 6654417 Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 11 years ago
  63. 669fc2f Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. 9b565a8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. ddd23eb Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  66. 057d5e9 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  67. ec220be Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  68. f41f064 PCI: Workaround missing pci_set_master in pci drivers by Yinghai Lu · 11 years ago
  69. aeebc26 Merge branch 'lockref' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  70. 3a126f8 kernel/params: fix handling of signed integer types by Jean Delvare · 11 years ago
  71. f2e98aa Merge tag 'devicetree-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  72. 874db4d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  73. bf41691 i2c: ismt: initialize DMA buffer by James Ralston · 11 years ago
  74. 30600a909 drm/msm: use drm_gem_dumb_destroy helper by Rob Clark · 11 years ago
  75. 33b5596 drm/msm: deal with mach/iommu.h removal by Rob Clark · 11 years ago
  76. 8a3da6c7 perf/x86: Fix PMU detection printout when no PMU is detected by Ingo Molnar · 11 years ago
  77. c55d1c4 drm/msm: Remove iommu include from mdp4_kms.c by Joerg Roedel · 11 years ago
  78. e4826a9 drm/msm: Odd PTR_ERR usage by Thomas Meyer · 11 years ago
  79. efc1d23 s390: enable ARCH_USE_CMPXCHG_LOCKREF by Heiko Carstens · 11 years ago
  80. 491f6f8 lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() by Heiko Carstens · 11 years ago
  81. 083986e mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdef by Heiko Carstens · 11 years ago
  82. 62d08ae Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/urgent by Ingo Molnar · 11 years ago
  83. 41ed7fe Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  84. 36dec40 Merge tag 'drm-intel-fixes-2013-09-26' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  85. 6cac446 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  86. a7301fc Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  87. d3aa026 Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  88. e1f8826 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  89. 730d7d3 sysfs: Allow mounting without CONFIG_NET by Eric W. Biederman · 11 years ago
  90. d2212b4 lockref: allow relaxed cmpxchg64 variant for lockless updates by Will Deacon · 11 years ago
  91. bd63ace i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is set by Chew, Chiau Ee · 11 years ago
  92. 85b3a93 i2c: mv64xxx: Do not use writel_relaxed() by Thierry Reding · 11 years ago
  93. c1a9946 i2c: mv64xxx: Fix some build warnings by Thierry Reding · 11 years ago
  94. 1533691 i2c: s3c2410: fix clk_disable/clk_unprepare WARNings by Kim Phillips · 11 years ago
  95. 0c06a5d arm: Fix build error with context tracking calls by Frederic Weisbecker · 11 years ago
  96. 1bb3e06 ALSA: hda - Enable internal mic on a Thinkpad machine with ALC283 by Kailang Yang · 11 years ago
  97. 068fd3a ALSA: hda - Fix Internal Mic boost can't control with ALC283 by Kailang Yang · 11 years ago
  98. a076052 ALSA: hda - Add documentation for CS4208 fixups by Takashi Iwai · 11 years ago
  99. b5bf0a9 ALSA: hda - Add fixup for MacBook Air 6,1 and 6,2 with CS4208 codec by Ben Whitten · 11 years ago
  100. accd1e8 x86/microcode/AMD: Fix patch level reporting for family 15h by Suravee Suthikulpanit · 14 years ago