1. 25aebfc3 drm/i915: Add support for fence registers on Ivybridge. by Eric Anholt · 13 years ago
  2. 10ed13e drm/i915: Use existing function instead of open-coding fence reg clear. by Eric Anholt · 13 years ago
  3. 6067aae drm/i915: split clock gating init into per-chipset functions by Jesse Barnes · 13 years ago
  4. 90711d5 drm/i915: set IBX pch type explicitly by Jesse Barnes · 13 years ago
  5. c76b615 drm/i915: add Ivy Bridge PCI IDs and driver feature structs by Jesse Barnes · 13 years ago
  6. c792513 drm/i915: add PantherPoint PCH ID by Jesse Barnes · 13 years ago
  7. 246d08b agp/intel: add Ivy Bridge support by Jesse Barnes · 14 years ago
  8. 65d3eb1 drm/i915: ring support for Ivy Bridge by Jesse Barnes · 13 years ago
  9. 51d5612 drm/i915: page flip support for Ivy Bridge by Jesse Barnes · 13 years ago
  10. b1f14ad drm/i915: interrupt & vblank support for Ivy Bridge by Jesse Barnes · 13 years ago
  11. fe100d4 drm/i915: treat Ivy Bridge watermarks like Sandy Bridge by Jesse Barnes · 13 years ago
  12. 357555c drm/i915: manual FDI training for Ivy Bridge by Jesse Barnes · 13 years ago
  13. 3780894 drm/i915: add swizzle/tiling support for Ivy Bridge by Jesse Barnes · 13 years ago
  14. eceae48 drm/i915: Ivy Bridge has split display and pipe control by Jesse Barnes · 13 years ago
  15. 4b65177 drm/i915: add IS_IVYBRIDGE macro for checks by Jesse Barnes · 13 years ago
  16. 8543669 drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later by Jesse Barnes · 13 years ago
  17. f796cf8 drm/i915: split enable/disable vblank code into chipset specific functions by Jesse Barnes · 13 years ago
  18. 4697995 drm/i915: split irq handling into per-chipset functions by Jesse Barnes · 13 years ago
  19. 674cf96 drm/i915: make FDI training a display function by Jesse Barnes · 13 years ago
  20. 8eb5729 drm/i915: forcewake debugfs fix by Ben Widawsky · 13 years ago
  21. 704df8d MAINTAINERS: Switch maintainer for drm/i915 to Keith Packard by Keith Packard · 13 years ago
  22. 6d794d4 drm/i915: debugfs interface for forcewake reference count by Ben Widawsky · 13 years ago
  23. 4912d04 drm/i915: move gen6 rps handling to workqueue by Ben Widawsky · 13 years ago
  24. d1ebd816 drm/i915: forcewake struct mutex locking fixes by Ben Widawsky · 13 years ago
  25. fcca792 drm/i915: reference counted forcewake by Ben Widawsky · 13 years ago
  26. b7287d8 drm/i915: proper use of forcewake by Ben Widawsky · 13 years ago
  27. 2c7111d drm/i915: Disable all outputs early, before KMS takeover by Chris Wilson · 13 years ago
  28. 9c23f7f drm/i915: Do not clflush snooped objects by Chris Wilson · 13 years ago
  29. 93dfb40 drm/i915: Rename agp_type to cache_level by Chris Wilson · 13 years ago
  30. e76d363 drm/i915: debugfs for context information by Ben Widawsky · 13 years ago
  31. 7df8721 drm/i915: use i915_enable_rc6 on SNB too by Jesse Barnes · 13 years ago
  32. 4a246cf drm/i915: fix rc6 initialization on Ironlake by Ben Widawsky · 13 years ago
  33. 96f298a drm/1915: ringbuffer wait for idle function by Ben Widawsky · 13 years ago
  34. 2c34b85 drm/i915: fix ilk rc6 teardown locking by Ben Widawsky · 13 years ago
  35. 273e27c drm/i915: Fold the DPLL limit defines into the structs that use them. by Eric Anholt · 13 years ago
  36. fae1498 drm/i915: Clean up leftover DPLL and LVDS register choice from pch split. by Eric Anholt · 13 years ago
  37. a07d678 drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set(). by Eric Anholt · 13 years ago
  38. 8febb29 drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set(). by Eric Anholt · 13 years ago
  39. db244b6 drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set(). by Eric Anholt · 13 years ago
  40. c713bb0 drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set. by Eric Anholt · 13 years ago
  41. 929c77f drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set(). by Eric Anholt · 13 years ago
  42. 0b701d2 drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set. by Eric Anholt · 13 years ago
  43. f564048e drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines. by Eric Anholt · 13 years ago
  44. d2dff87 drm/i915: Attach a fb to the load-detect pipe by Chris Wilson · 13 years ago
  45. 0622a53 drm/i915: Remove dead code from intel_release_load_detect_pipe() by Chris Wilson · 13 years ago
  46. 6492711 drm/i915: Remove dead code from intel_get_load_detect_pipe() by Chris Wilson · 13 years ago
  47. 4fbf691 drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtc by Chris Wilson · 13 years ago
  48. 7a5e480 drm/i915: Remove unused supported_crtc from intel_load_detect_pipe by Chris Wilson · 13 years ago
  49. 8261b19 drm/i915: Don't store temporary load-detect variables in the generic encoder by Chris Wilson · 13 years ago
  50. be92558 drm/i915: Propagate failure to set mode for load-detect pipe by Chris Wilson · 13 years ago
  51. 7173188 drm/i915: Simplify return value from intel_get_load_detect_pipe by Chris Wilson · 13 years ago
  52. b259f67 drm/i915: Move the irq wait queue initialisation into the ring init by Chris Wilson · 13 years ago
  53. 2fb4e61 drm/i915/lvds: Only act on lid notify when the device is on by Alex Williamson · 13 years ago
  54. 39adb7a drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup" by Chris Wilson · 13 years ago
  55. 49183b2 drm/i915: Only enable the plane after setting the fb base (pre-ILK) by Chris Wilson · 13 years ago
  56. 0eacdba drm/mxm: fix Kconfig options for when to build MXM WMI driver. by Dave Airlie · 13 years ago
  57. 269dc2d Merge remote branch 'korg/drm-nvidia-switch-fixes' into drm-core-next by Dave Airlie · 13 years ago
  58. 776f2b7 drm/radeon/kms: fix some logic errors in combios i2c mapping by Alex Deucher · 13 years ago
  59. 000703f mxm/wmi: add MXMX interface entry point. by Dave Airlie · 13 years ago
  60. 31acbcc drm/i915/dp: Be paranoid in case we disable a DP before it is attached by Chris Wilson · 13 years ago
  61. 2dd251f drm/i915: Release object along create user fb error path by Chris Wilson · 13 years ago
  62. d4a3b10 vga_switcheroo: Remove unbalanced pci_enable_device by Alex Williamson · 13 years ago
  63. f19467c nouveau: add optimus detection to DSM code. by Dave Airlie · 13 years ago
  64. 3448a19 vgaarb: use bridges to control VGA routing where possible. by Dave Airlie · 14 years ago
  65. 8116188 nouveau/acpi: hook up to the MXM method for mux switching. by Dave Airlie · 14 years ago
  66. 99b38b4 platform/x86: add MXM WMI driver. by Dave Airlie · 14 years ago
  67. 508c8d6 drm/radeon/kms: fix up r1xx-rs4xx i2c buses by Alex Deucher · 13 years ago
  68. 87d7a1f drm/radeon/kms: set i2c adapter class to I2C_CLASS_DDC by Alex Deucher · 13 years ago
  69. 63f7d98 drm/radeon/kms: add support for thermal chips on combios asics by Alex Deucher · 13 years ago
  70. cb3c438 drm/fb: fix CONFIG_DRM=m && CONFIG_FB=n by Dave Airlie · 13 years ago
  71. 0ee5623f Linux 2.6.39-rc6 by Linus Torvalds · 13 years ago
  72. d2af676 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  73. 8aeb96f drm/radeon/kms: fix gart setup on fusion parts (v2) by Alex Deucher · 13 years ago
  74. 498548e drm: Send pending vblank events before disabling vblank. by Christopher James Halse Rogers · 13 years ago
  75. eaa4f5e drm/radeon: fix regression on atom cards with hardcoded EDID record. by Dave Airlie · 13 years ago
  76. e2c85d8 drm/radeon/kms: add some new pci ids by Alex Deucher · 13 years ago
  77. cce2c56 logfs: initialize superblock entries earlier by Linus Torvalds · 13 years ago
  78. 609cfda Merge branch 'stable/bug-fixes-for-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  79. 9a6cd4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  80. bab0dcc Merge branches 'x86-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  81. 497ff03 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  82. 5933f2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  83. ff53881 sysctl: net: call unregister_net_sysctl_table where needed by Lucian Adrian Grijincu · 13 years ago
  84. 6c8c444 Revert: veth: remove unneeded ifname code from veth_newlink() by Jiri Pirko · 13 years ago
  85. d946092 smsc95xx: fix reset check by Rabin Vincent · 13 years ago
  86. 6fdbab9 tg3: Fix failure to enable WoL by default when possible by Rafael J. Wysocki · 13 years ago
  87. 41c31f3 networking: inappropriate ioctl operation should return ENOTTY by Lifeng Sun · 13 years ago
  88. 7806a49 x86, reboot: Fix relocations in reboot_32.S by H. Peter Anvin · 13 years ago
  89. 983960b amd8111e: trivial typo spelling: Negotitate -> Negotiate by Joe Perches · 13 years ago
  90. b9269dc xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_top by Stefano Stabellini · 13 years ago
  91. a386478 xen/mmu: Add workaround "x86-64, mm: Put early page table high" by Konrad Rzeszutek Wilk · 13 years ago
  92. badb029 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  93. adadfe4 Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  94. 625a3b6 Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  95. 94b2c36 genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL by Geert Uytterhoeven · 13 years ago
  96. 52c6e6f UBIFS: seek journal heads to the latest bud in replay by Artem Bityutskiy · 13 years ago
  97. b50b9f4 UBIFS: do not free write-buffers when in R/O mode by Artem Bityutskiy · 13 years ago
  98. c7bcecb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  99. 96f3ee2 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  100. fa51588 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago