1. 637efac drm/i915: eliminate dead domain clearing on reset by Ben Widawsky · 12 years ago
  2. 3712646 drm/i915: Add comments about units of latency values by Ville Syrjälä · 12 years ago
  3. b0aea5d drm/i915: Use the watermark latency values from dev_priv for ILK/SNB/IVB too by Ville Syrjälä · 12 years ago
  4. 3312ba6 drm/i915: Disable specific watermark levels when latency is zero by Ville Syrjälä · 12 years ago
  5. 26ec971 drm/i915: Print the watermark latencies during init by Ville Syrjälä · 12 years ago
  6. 5b77da3 drm/i915: Use the stored cursor and plane latencies properly by Ville Syrjälä · 12 years ago
  7. 53615a5 drm/i915: Store the watermark latency values in dev_priv by Ville Syrjälä · 12 years ago
  8. 3a88d0a drm/i915: Add ILK support to intel_read_wm_latency by Ville Syrjälä · 12 years ago
  9. d1ccbb5 drm/i915: make reset&hangcheck code VM aware by Ben Widawsky · 12 years ago
  10. 3e12302 drm/i915: BUG_ON put_pages later by Ben Widawsky · 12 years ago
  11. 3089c6f drm/i915: make caching operate on all address spaces by Ben Widawsky · 12 years ago
  12. 28d6a7b drm/i915: thread address space through execbuf by Ben Widawsky · 12 years ago
  13. 1d693bc drm/i915: Update describe_obj by Ben Widawsky · 12 years ago
  14. 40d74980 drm/i915: Use ggtt_vm to save some typing by Ben Widawsky · 12 years ago
  15. c37e220 drm/i915: Add VM to pin by Ben Widawsky · 12 years ago
  16. fcb4a57 drm/i915: Use bound list for inactive shrink by Ben Widawsky · 12 years ago
  17. a70a314 drm/i915: Make proper functions for VMs by Ben Widawsky · 12 years ago
  18. 31a46c9 drm/i915: Rework drop caches for checkpatch by Ben Widawsky · 12 years ago
  19. fc8c067 drm/i915: Create an init vm by Ben Widawsky · 12 years ago
  20. 87a6b68 drm/i915/hsw: Change default LLC age to 3 by Ben Widawsky · 12 years ago
  21. 6d5c2d8 i915: fix ACPI _DSM warning by Peter Wu · 12 years ago
  22. 2960bc9 drm/i915: make user mode sync polarity setting explicit by Imre Deak · 12 years ago
  23. 5004945 drm/i915: move encoder->enable callback later in VLV crtc enable by Jani Nikula · 12 years ago
  24. b76cf76 drm/i915: rearrange vlv hdmi enable and pre_enable callbacks by Jani Nikula · 12 years ago
  25. ab1f90f drm/i915: rearrange vlv dp enable and pre_enable callbacks by Jani Nikula · 12 years ago
  26. 0980a60 drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMI by Chris Wilson · 12 years ago
  27. b6dfdc9 drm/i915: enable IPS for bpp <= 24 by Jesse Barnes · 12 years ago
  28. 63cf9a1 drm/i915: Add SNB/IVB support to intel_read_wm_latency by Ville Syrjälä · 12 years ago
  29. e5d5019 drm/i915: Don't multiply the watermark latency values too early by Ville Syrjälä · 12 years ago
  30. 12b134d drm/i915: Split out reading of HSW watermark latency values by Ville Syrjälä · 12 years ago
  31. 888fd15 drm/i915: Change the watermark latency type to uint16_t by Ville Syrjälä · 12 years ago
  32. 1fda988 drm/i915: Don't pass "mem_value" to ilk_compute_fbc_wm by Ville Syrjälä · 12 years ago
  33. 2329704 drm/i915: Rename most wm compute functions to ilk_ prefix by Ville Syrjälä · 12 years ago
  34. 3658729 drm/i915: Rename hsw_wm_get_pixel_rate to ilk_pipe_pixel_rate by Ville Syrjälä · 12 years ago
  35. ec4c4aa drm/i915: Calculate the sprite WM based on the source width instead of the destination width by Ville Syrjälä · 12 years ago
  36. 67ca28f drm/i915: Pass the actual sprite width to watermarks functions by Ville Syrjälä · 12 years ago
  37. bdd57d0 drm/i915: Add scaled paramater to update_sprite_watermarks() by Ville Syrjälä · 12 years ago
  38. 2c1792a drm/i915: Tidy the macro casting by using an inline function by Chris Wilson · 12 years ago
  39. b3ae96a drm/i915: Remove useless define by Stéphane Marchesin · 12 years ago
  40. 08c4526 drm/i915: Use the same pte_encoding for ppgtt as for gtt by Chris Wilson · 12 years ago
  41. 29ebf90 drm/i915: Squelch repeated reasoning for why FBC cannot be activated by Chris Wilson · 12 years ago
  42. 135c81b drm/i915: clean up crtc timings computation by Daniel Vetter · 12 years ago
  43. 36f2d1f drm/i915: rip out legacy encoder->mode_set callback by Daniel Vetter · 12 years ago
  44. c7d8be3 drm/i915/ddi: use the native encoder ->mode_set callback by Daniel Vetter · 12 years ago
  45. 66df24d drm/i915/lvds: use the native encoder ->mode_set callback by Daniel Vetter · 12 years ago
  46. b934223d drm/i915/dp: use native encoder ->mode_set callback by Daniel Vetter · 12 years ago
  47. c59423a drm/i915/hdmi: use native encoder mode_set callback by Daniel Vetter · 12 years ago
  48. eebe6f0 drm/i915/crt: use native encoder->mode_set callback by Daniel Vetter · 12 years ago
  49. cd91ef2 drm/i915/tv: Use native encoder->mode_set callback by Daniel Vetter · 12 years ago
  50. 8aca63a drm/i915/sdvo: use intel_encoder for upcast helper by Daniel Vetter · 12 years ago
  51. 79fde30 drm/i915/dvo: use native encoder ->mode_set callback by Daniel Vetter · 12 years ago
  52. efea6e8 drm/i915: rip out legacy encoder->mode_fixup logic by Daniel Vetter · 12 years ago
  53. a347037 drm/i915/dvo: switch ->mode_fixup to ->compute_config by Daniel Vetter · 12 years ago
  54. 69438e6 drm/i915/dvo: use intel_encoder to the upcast macro by Daniel Vetter · 12 years ago
  55. cd234b0 drm/i915: Do not dereference NULL crtc or fb until after checking by Chris Wilson · 12 years ago
  56. 257a7ff drm/i915: fix pnv display core clock readout out by Daniel Vetter · 12 years ago
  57. de51f04 drm/i915: Replace open-coded offset_in_page() by Chris Wilson · 12 years ago
  58. bc86625 drm/i915: Retry DP aux_ch communications with a different clock after failure by Chris Wilson · 12 years ago
  59. b8f102e drm/i915: Add messages useful for HPD storm detection debugging (v2) by Egbert Eich · 12 years ago
  60. 3b27af3 drm/i915: dvo_ch7xxx: fix vsync polarity setting by Imre Deak · 12 years ago
  61. c20e835 drm/i915: fix the racy object accounting by Daniel Vetter · 12 years ago
  62. ed71f1b drm/i915: Convert the register access tracepoint to be conditional by Chris Wilson · 12 years ago
  63. a7f31ee drm/i915: Squash gen lookup through multiple indirections inside GT access by Chris Wilson · 12 years ago
  64. dba8e41 drm/i915: Use the common register access functions for NOTRACE variants by Chris Wilson · 12 years ago
  65. 6af5d92 drm/i915: Use a private interface for register access within GT by Chris Wilson · 12 years ago
  66. 907b28c drm/i915: Colocate all GT access routines in the same file by Chris Wilson · 12 years ago
  67. cb54b53 Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux' by Daniel Vetter · 12 years ago
  68. d861e33 drm/i915: fix reference counting in i915_gem_create by Daniel Vetter · 12 years ago
  69. 17fec8a drm/i915: Use Graphics Base of Stolen Memory on all gen3+ by Chris Wilson · 12 years ago
  70. f63a484 drm/i915: disable stolen mem for OVERLAY_NEEDS_PHYSICAL by Daniel Vetter · 12 years ago
  71. be256dc drm/i915: add functions to disable and restore LCPLL by Paulo Zanoni · 12 years ago
  72. 47701c3 drm/i915: disable CLKOUT_DP when it's not needed by Paulo Zanoni · 12 years ago
  73. 2fa86a1 drm/i915: extend lpt_enable_clkout_dp by Paulo Zanoni · 12 years ago
  74. bc6bc15 drm/i915: fix up error cleanup in i915_gem_object_bind_to_gtt by Daniel Vetter · 12 years ago
  75. 164c859 drm/i915: Add some debug breadcrumbs to connector detection by Chris Wilson · 12 years ago
  76. 549f3a1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  77. 42577ca Fix __wait_on_atomic_t() to call the action func if the counter != 0 by David Howells · 12 years ago
  78. 7c6d4dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 12 years ago
  79. a030cbc Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  80. 55c6296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  81. 4f3cc48 NFSv4: Fix brainfart in attribute length calculation by Trond Myklebust · 12 years ago
  82. b3a3a9c Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  83. a582e5f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 12 years ago
  84. b7371e3 Merge tag 'gpio-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  85. d4c90b1 Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  86. 058ca4a Merge tag 'drm-intel-fixes-2013-07-22' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  87. ace120d Thermal: Fix lockup of cpu_down() by Steven Rostedt · 12 years ago
  88. 27ddabc Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 by Dave Airlie · 12 years ago
  89. 25f397a drm/crtc-helper: explicit DPMS on after modeset by Daniel Vetter · 12 years ago
  90. 3b2f64d Linux 3.11-rc2 by Linus Torvalds · 12 years ago
  91. ea45ea7 Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  92. 181d1b9 drm/i915: fix up gt init sequence fallout by Daniel Vetter · 12 years ago
  93. 90db76e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  94. dda5690 ext3: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 12 years ago
  95. e94bd34 ext4: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 12 years ago
  96. f6a0d9d Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  97. afe8ce9 drivers: gpio: msm: Fix the error condition for reading ngpio by Rohit Vaswani · 12 years ago
  98. 36231d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  99. 19bf1c2 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  100. 3be542d Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago