1. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  2. 9f97ba8 Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  3. 66e514c Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  4. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  5. 2d1013d drm/i915/irq: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 10 years ago
  6. 037bde1 Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq." by Chris Wilson · 11 years ago
  7. 0654a65 Merge tag 'v3.14' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  8. 5087744 drm/i915: Broadwell expands ACTHD to 64bit by Chris Wilson · 11 years ago
  9. a6706b4 drm/i915: Track the enabled PM interrupts in dev_priv. by Deepak S · 11 years ago
  10. 88fe429 drm/i915: fix up semaphore_waits_for by Daniel Vetter · 11 years ago
  11. b39fb29 drm/i915: Rename and comment all the RPS *stuff* by Ben Widawsky · 11 years ago
  12. 5d584b2 drm/i915: move pc8.irqs_disabled to pm.irqs_disabled by Paulo Zanoni · 11 years ago
  13. e19b913 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  14. 5c673b6 drm/i915: Don't enable display error interrupts from the start by Daniel Vetter · 11 years ago
  15. 2430262 drm/i915: Fix scanline counter fixup on BDW by Ville Syrjälä · 11 years ago
  16. fcb8182 drm/i915: Add a workaround for HSW scanline counter weirdness by Ville Syrjälä · 11 years ago
  17. 6c7fba0 drm/i915: fix typo in display IRQ mask when disabling IRQs by Imre Deak · 11 years ago
  18. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  19. 77961eb drm/i915: power domains: add vlv power wells by Imre Deak · 11 years ago
  20. f88d42f drm/i915: factor out intel_set_cpu_fifo_underrun_reporting_nolock by Imre Deak · 11 years ago
  21. f8b79e5 drm/i915: vlv: factor out valleyview_display_irq_install by Imre Deak · 11 years ago
  22. 7f9e192 drm/i915: vlv: keep first level vblank IRQs masked by Imre Deak · 11 years ago
  23. 07d27e2 drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe) by Damien Lespiau · 11 years ago
  24. 5817446 drm/i915: Add reason for capture in error state by Mika Kuoppala · 11 years ago
  25. 4d33f3a Merge tag 'drm-intel-next-2014-02-14' of ssh://git.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 11 years ago
  26. b5ea642 drm/i915: sprinkle static by Daniel Vetter · 11 years ago
  27. 3e09dcd Merge tag 'drm-intel-next-2014-02-07' of ssh://git.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 11 years ago
  28. bbb5eeb drm/i915: Some polish for the new pipestat_irq_handler by Daniel Vetter · 11 years ago
  29. 91d181d drm/i915: vlv: handle only enabled pipestat interrupt events by Imre Deak · 11 years ago
  30. 10c59c5 drm/i915: vlv: fix mapping of pipestat enable to status bits by Imre Deak · 11 years ago
  31. 755e901 drm/i915: pass status instead of enable flags to i915_enable_pipestat by Imre Deak · 11 years ago
  32. 3d13ef2 drm/i915: Always use INTEL_INFO() to access the device_info structure by Damien Lespiau · 11 years ago
  33. a2d213d drm/i915: Fix intel_pipe_to_cpu_transcoder for UMS by Daniel Vetter · 11 years ago
  34. 579a9b0 drm/i915: unify FLIP_DONE macro names by Imre Deak · 11 years ago
  35. 58ead0d drm/i915: vlv: s/spin_lock_irqsave/spin_lock/ in irq handler by Imre Deak · 11 years ago
  36. c1874ed drm/i915: factor out valleyview_pipestat_irq_handler by Imre Deak · 11 years ago
  37. b7e634c drm/i915: vlv: don't unmask IIR[DISPLAY_PIPE_A/B_VBLANK] interrupt by Imre Deak · 11 years ago
  38. 76c3552f drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated. by Deepak S · 11 years ago
  39. b6b0fac drm/i915: Use hangcheck score to find guilty context by Mika Kuoppala · 11 years ago
  40. 2754436 drm/i915: Disable/Enable PM Intrrupts based on the current freq. by Deepak S · 11 years ago
  41. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 11 years ago
  42. fc2c807 drm/i915: Make underruns DRM_ERROR by Ville Syrjälä · 11 years ago
  43. 2d9d2b0 drm/i915: Limit FIFO underrun reports on GMCH platforms by Ville Syrjälä · 11 years ago
  44. 41c54e5 drm/i915: Kill dev_priv->irq_received by Ville Syrjälä · 11 years ago
  45. 501e01d drm/i915: Make irq_received bool by Ville Syrjälä · 11 years ago
  46. 3ca1cce drm/i915: Add intel_hpd_irq_uninstall() by Ville Syrjälä · 11 years ago
  47. cc9bd49 drm/i915: clean up HPD IRQ debug printing by Imre Deak · 11 years ago
  48. 095163b drm/i915: Add a kludge for DSL incrementing too late and ISR not working by Ville Syrjälä · 11 years ago
  49. abca9e4 drm: Pass 'flags' from the caller to .get_scanout_position() by Ville Syrjälä · 11 years ago
  50. d31faf6 drm/i915: Fix scanoutpos calculations for interlaced modes by Ville Syrjälä · 11 years ago
  51. 7da903e drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos() by Ville Syrjälä · 11 years ago
  52. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  53. 09f2344 drm/i915/bdw: make sure south port interrupts are enabled properly v2 by Jesse Barnes · 11 years ago
  54. cba1c07 drm/i915: Include more information in disabled hotplug interrupt warning by Chris Wilson · 11 years ago
  55. 8b5565b drm/i915: Only complain about a rogue hotplug IRQ after disabling by Chris Wilson · 11 years ago
  56. 3432087 drm/i915: Only WARN about a stuck hotplug irq ONCE by Chris Wilson · 11 years ago
  57. 704cfb8 drm/i915: s/hotplugt_status_gen4/hotplug_status_g4x/ by Daniel Vetter · 11 years ago
  58. 3a77c4c drm/i915: Drop I915_ prefix from HAS_FBC by Daniel Vetter · 11 years ago
  59. 38af609 drm/i915: Don't swap planes on 830M by Ville Syrjälä · 11 years ago
  60. 1f2d453 drm/i915: disable interrupts when enabling PC8 by Paulo Zanoni · 11 years ago
  61. 1f1c2e2 drm/i915: Swap primary planes on gen2 for FBC by Ville Syrjälä · 11 years ago
  62. 4aeebd7 drm/i915: dp aux irq support for g4x/vlv by Daniel Vetter · 11 years ago
  63. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  64. 2ac0f45 drm/i915: add i915_reset_count by Mika Kuoppala · 11 years ago
  65. ab0169b Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  66. 13b3a0a drm/i915: Mask the vblank interrupt on bdw by default by Daniel Vetter · 11 years ago
  67. 38d83c96 drm/i915: Wire up cpu fifo underrun reporting support for bdw by Daniel Vetter · 11 years ago
  68. 7167d7c drm/i915: Optimize gen8_enable|disable_vblank functions by Daniel Vetter · 11 years ago
  69. 0fbe787 drm/i915: Wire up pipe CRC support for bdw by Daniel Vetter · 11 years ago
  70. 92d03a8 drm/i915: Wire up PCH interrupts for bdw by Daniel Vetter · 11 years ago
  71. 6d766f0 drm/i915: Wire up port A aux channel by Daniel Vetter · 11 years ago
  72. 30100f2 drm/i915: Fix up the bdw pipe interrupt enable lists by Daniel Vetter · 11 years ago
  73. c42664c drm/i915: Optimize pipe irq handling on bdw by Daniel Vetter · 11 years ago
  74. abd58f0 drm/i915/bdw: Implement interrupt changes by Ben Widawsky · 11 years ago
  75. 9191526 Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  76. 1272e7b drm/i915: Use clamp_t() when limiting cur_delay by Ville Syrjälä · 11 years ago
  77. edc08d0 drm/i915: Fix gen3/4 vblank counter wraparound by Ville Syrjälä · 11 years ago
  78. 7b5562d drm/i915/vlv: use PIPE_START_VBLANK interrupts on VLV by Jesse Barnes · 11 years ago
  79. ad3543e drm/intel: Push get_scanout_position() timestamping into kms driver. by Mario Kleiner · 11 years ago
  80. 40da17c drm/i915: refactor ilk display interrupt handling by Daniel Vetter · 11 years ago
  81. 3b6c42e drm/i915: use enum pipe consistently in i915_irq.c by Daniel Vetter · 11 years ago
  82. f4adcd2 drm/i915: handle faked missed interrupts as simulated hangs, too by Daniel Vetter · 11 years ago
  83. be51e4a Merge tag 'drm-intel-next-2013-10-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  84. 5bdebb1 drm/sysfs: sort out minor and connector device object lifetimes. by Dave Airlie · 11 years ago
  85. d538bbd drm/i915: Use a spin lock to protect the pipe crc struct by Damien Lespiau · 11 years ago
  86. 277de95 drm/i915: bikeshed the pipe CRC irq functions a bit by Daniel Vetter · 11 years ago
  87. 379ef82 drm/i915: Enable CRC interrupts on pre-gen5/vlv by Daniel Vetter · 11 years ago
  88. 4356d58 drm/i915: Wire up CRC interrupts for pre-gen5/vlv by Daniel Vetter · 11 years ago
  89. 0b5c5ed drm/i915: Adjust CRC capture for pre-gen5/vlv by Daniel Vetter · 11 years ago
  90. 5a69b89 drm/i915: crc support for hsw by Daniel Vetter · 11 years ago
  91. 8bc5e95 drm/i915: use ->get_vblank_counter for the crc frame counter by Daniel Vetter · 11 years ago
  92. 5b3a856 drm/i915: wire up CRC interrupt for ilk/snb by Daniel Vetter · 11 years ago
  93. eba94eb drm/i915: extract display_pipe_crc_update by Daniel Vetter · 11 years ago
  94. f8c168f drm/i915: static inline for dummy crc functions by Daniel Vetter · 11 years ago
  95. 0714442 drm/i915: Implement blocking read for pipe CRC files by Damien Lespiau · 11 years ago
  96. 0c912c7 drm/i915: Warn if we receive an interrupt after freeing the buffer by Damien Lespiau · 11 years ago
  97. ac2300d drm/i915: Sample the frame counter instead of a timestamp for CRCs by Damien Lespiau · 11 years ago
  98. b2c88f5 drm/i915: Keep the CRC values into a circular buffer by Damien Lespiau · 11 years ago
  99. 8bf1e9f drm/i915: Expose latest 200 CRC value for pipe through debugfs by Shuang He · 11 years ago
  100. 4cdb83e drm/i915: Don't pretend that gen2 has a hardware frame counter by Ville Syrjälä · 11 years ago