1. e0b01be drm/i915: ->enable hook for WRPLLs by Daniel Vetter · 10 years ago
  2. 1203043 drm/i915: ->disable hook for WRPLLs by Daniel Vetter · 10 years ago
  3. d452c5b drm/i915: State readout support for WRPLLs by Daniel Vetter · 10 years ago
  4. bd2bb1b drm/i915: add POWER_DOMAIN_PLLS by Paulo Zanoni · 10 years ago
  5. 96f6128 drm/i915: Document that the pll->mode_set hook is optional by Daniel Vetter · 10 years ago
  6. 9cd8693 drm/i915: Basic shared dpll support for WRPLLs by Daniel Vetter · 10 years ago
  7. 0e50338 drm/i915: Precompute static ddi_pll_sel values in encoders by Daniel Vetter · 10 years ago
  8. 3fcf305 drm/i915: BDW also has special-purpose DP DDI clocks by Paulo Zanoni · 10 years ago
  9. 26804af drm/i915: State readout and cross-checking for ddi_pll_sel by Daniel Vetter · 10 years ago
  10. de7cfc6 drm/i915: Move ddi_pll_sel into the pipe config by Daniel Vetter · 10 years ago
  11. 728e29d drm/i915: Add a debugfs file for the shared dpll state by Daniel Vetter · 10 years ago
  12. abfdc1e drm/i915: Move SPLL disabling into hsw_crt_post_disable by Daniel Vetter · 10 years ago
  13. 082717e drm/i915: Move the SPLL enabling into hsw_crt_pre_enable by Daniel Vetter · 10 years ago
  14. 97b040a drm/i915: ddi: move pch cleanup before encoder->post_disable by Imre Deak · 10 years ago
  15. 4fe9467 drm/i915: ddi: move pch setup after encoder->pre_enable by Imre Deak · 10 years ago
  16. 114fe48 drm/i915: Clean up WRPLL/SPLL #defines by Daniel Vetter · 10 years ago
  17. 7ca1ac1 drm/i915: Remove spll_refcount for hsw by Daniel Vetter · 10 years ago
  18. 8cc3e16 drm/i915: Check hw state in assert_can_disable_lcpll by Daniel Vetter · 10 years ago
  19. ebcdd39 drm/i915: Add a couple WARN()'s to catch missing locks by Matt Roper · 10 years ago
  20. 4c34574 drm/i915: Add missing locking to primary plane handlers by Matt Roper · 10 years ago
  21. 0387206 drm/i915: get/put runtime PM at i915_semaphore_status by Paulo Zanoni · 10 years ago
  22. 9ccd5ae drm/i915: fix D_COMP usage on BDW by Paulo Zanoni · 10 years ago
  23. f475dad drm/i915: fix hsw_write_dcomp() error message by Paulo Zanoni · 10 years ago
  24. d101c8f drm/i915: remove i915_rstdby_delays debugfs entry by Mika Kuoppala · 10 years ago
  25. 57c9d68 drm/i915: remove i915_gfxec debugfs entry by Mika Kuoppala · 10 years ago
  26. ba5eaf3 drm/i915: remove i915_inttoext_table debugfs entry by Mika Kuoppala · 10 years ago
  27. 1196f66 drm/i915: remove i915_delayedfreq_table debugfs entry by Mika Kuoppala · 10 years ago
  28. 2ff8fde drm/i915: Make use of intel_fb_obj() (v2) by Matt Roper · 10 years ago
  29. 155e636 drm/i915: Introduce intel_fb_obj() macro by Matt Roper · 10 years ago
  30. 1f767e0 drm/i915: HWS must be in the mappable region for g33 by Chris Wilson · 10 years ago
  31. 31685c2 drm/i915/vlv: WA for Turbo and RC6 to work together. by Deepak S · 10 years ago
  32. 8e09bf8 drm/i915: Use mmio flips to change tiling mode on Baytrail by Chris Wilson · 10 years ago
  33. 2a92d5b drm/i915: Disable RCS flips on Ivybridge by Chris Wilson · 10 years ago
  34. 7838259 drm/i915: Extract the actual workload submission mechanism from execbuffer by Oscar Mateo · 10 years ago
  35. 1b5d063 drm/i915: Generalize intel_ring_get_tail to take a ringbuf by Oscar Mateo · 10 years ago
  36. 64c58f2 drm/i915: Generalize ring_space to take a ringbuf by Oscar Mateo · 10 years ago
  37. 2919d29 drm/i915: Extract ringbuffer destroy & generalize alloc to take a ringbuf by Oscar Mateo · 10 years ago
  38. 31b7a88 drm/i915: Add kerneldoc comments to the intel_context struct by Oscar Mateo · 10 years ago
  39. 821d66d drm/i915: Emphasize that ctx->id is merely a user handle by Oscar Mateo · 10 years ago
  40. ea0c76f drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy rcs ctx by Oscar Mateo · 10 years ago
  41. aa0c13d drm/i915: Extract context backing object allocation by Oscar Mateo · 10 years ago
  42. 95fa2ee drm/i915: make system freeze support depend on CONFIG_ACPI_SLEEP by Imre Deak · 10 years ago
  43. ec5cc0f drm/i915: Restrict GPU boost to the RCS engine by Chris Wilson · 10 years ago
  44. f7d2323 drm/i915: correct BLC vs PWM enable/disable ordering by Jesse Barnes · 10 years ago
  45. 521e62e drm/i915: Enable semaphores on BDW by Rodrigo Vivi · 10 years ago
  46. bae4fcd drm/i915/bdw: poll semaphores by Ben Widawsky · 10 years ago
  47. e04934c drm/i915: semaphore debugfs by Ben Widawsky · 10 years ago
  48. 0ca36d7 drm/i915/bdw: collect semaphore error state by Ben Widawsky · 10 years ago
  49. 87f85eb drm/i915: Extract semaphore error collection by Ben Widawsky · 10 years ago
  50. a6cdb93 drm/i915: Implement MI decode for gen8 by Rodrigo Vivi · 10 years ago
  51. 5ee426c drm/i915/bdw: implement semaphore wait by Ben Widawsky · 10 years ago
  52. 3e78998 drm/i915/bdw: implement semaphore signal by Ben Widawsky · 10 years ago
  53. a1444b7 drm/i915: Make semaphore updates more precise by Ben Widawsky · 10 years ago
  54. 707d9cf drm/i915: gen specific ring init by Ben Widawsky · 10 years ago
  55. ddd4dbc drm/i915: Updating comments. by Rodrigo Vivi · 10 years ago
  56. f7b6423 drm/i915: Fix VCS2's ring name. by Rodrigo Vivi · 10 years ago
  57. 2885f6a drm/i915: Corrected 'file_priv' to 'file' in 'i915_driver_preclose()' by John Harrison · 10 years ago
  58. fabf6e5 drm/i915: Support pf CRC source on haswell transcoder edp by Daniel Vetter · 10 years ago
  59. b3f9ad9 drm/i915/bdw: 3D_CHICKEN3 has write mask bits by Michel Thierry · 10 years ago
  60. a7de62f DRM/i915: Remove magic to prevent blank screen on gen4 chipsets by Egbert Eich · 10 years ago
  61. 0eaa53f drm/i915: Don't pretend ips is always enabled on BDW. by Rodrigo Vivi · 10 years ago
  62. 4bfad3d drm/i915: Unpin last_context at reset by Ville Syrjälä · 10 years ago
  63. 13cf550 drm/i915: rework digital port IRQ handling (v2) by Dave Airlie · 10 years ago
  64. 564ed19 drm/i915: gmch: fix stuck primary plane due to memory self-refresh mode by Imre Deak · 10 years ago
  65. 9858425 drm/i915: gmch: set SR WMs to valid values before enabling them by Imre Deak · 10 years ago
  66. 5209b1f drm/i915: gmch: factor out intel_set_memory_cxsr by Imre Deak · 10 years ago
  67. d2011dc drm/i915: Move VLV cmnlane workaround to intel_power_domains_init_hw() by Ville Syrjälä · 10 years ago
  68. aa519f2 drm/i915: Pull the cmnlane tricks into its own power well ops by Ville Syrjälä · 10 years ago
  69. f8bf63f drm/i915: Kill duplicated cdclk readout code from i2c by Ville Syrjälä · 10 years ago
  70. 7d007f4 drm/i915: Warn if there's a cdclk change in progess by Ville Syrjälä · 10 years ago
  71. a877e80 drm/i915: Wait for cdclk change to occure when going for 400MHz by Ville Syrjälä · 10 years ago
  72. e37c67a drm/i915: Use 200MHz cdclk on vlv when all pipes are off by Ville Syrjälä · 10 years ago
  73. 29dc7ef drm/i915: Handle 320 vs. 333 MHz cdclk on vlv by Ville Syrjälä · 10 years ago
  74. d197b7d drm/i915: Move vlv cdclk code to .get_display_clock_speed() by Ville Syrjälä · 10 years ago
  75. 9cf33db drm/i915: Give names to the CCK_DISPLAY_CLOCK_CONTROL bits by Ville Syrjälä · 10 years ago
  76. dfcab17 drm/i915: Change vlv cdclk to use kHz units by Ville Syrjälä · 10 years ago
  77. f1615bb Merge tag 'v3.16-rc4' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  78. cfb3c0a Merge patches merged by Jani while I was on vacation. by Daniel Vetter · 10 years ago
  79. cd3de83 Linux 3.16-rc4 by Linus Torvalds · 10 years ago
  80. 100193f Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  81. 8addf0c Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  82. 110e430 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  83. 75bf757 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  84. 549f11c Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. dfd7aec Merge tag 'drm-intel-fixes-2014-07-03' of git://anongit.freedesktop.org/drm-intel by Dave Airlie · 10 years ago
  86. 80e6e6b Merge branch 'vmwgfx-fixes-3.16' of git://people.freedesktop.org/~thomash/linux by Dave Airlie · 10 years ago
  87. d808e62 Merge branch 'tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox by Dave Airlie · 10 years ago
  88. 8844aad genirq: Fix memory leak when calling irq_free_hwirqs() by Keith Busch · 10 years ago
  89. e1a08b8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  90. bc6aa56 MAINTAINERS: Add few more Keystone drivers by Santosh Shilimkar · 10 years ago
  91. ce515a6 MAINTAINERS: merge MXS entry into IMX one by Shawn Guo · 10 years ago
  92. 25d1163 Merge tag 'mvebu-fixes-3.16-2' of git://git.infradead.org/linux-mvebu into fixes by Olof Johansson · 10 years ago
  93. d767af5 ARM: sunxi: Reintroduce the restart code for A10/A20 SoCs by Maxime Ripard · 10 years ago
  94. 5acd78c Merge tag 'omap-for-v3.16/fixes-against-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 10 years ago
  95. 77c4cf1 Merge tag 'md/3.16-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  96. 88b5a85 Merge tag 'sound-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  97. b82207b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  98. 974c8e4 arm64: fix el2_setup check of CurrentEL by Marc Zyngier · 10 years ago
  99. 923b8f5 arm64: mm: Make icache synchronisation logic huge page aware by Steve Capper · 10 years ago
  100. f3b766a arm64: mm: Fix horrendous config typo by Steve Capper · 10 years ago