1. 28963a3 drm/i915: add Ivybridge clock gating init function by Jesse Barnes · 14 years ago
  2. 4593010 drm/i915: Update the location of the ringbuffers' HWS_PGA registers for IVB. by Eric Anholt · 14 years ago
  3. 25aebfc3 drm/i915: Add support for fence registers on Ivybridge. by Eric Anholt · 14 years ago
  4. 10ed13e drm/i915: Use existing function instead of open-coding fence reg clear. by Eric Anholt · 14 years ago
  5. 6067aae drm/i915: split clock gating init into per-chipset functions by Jesse Barnes · 14 years ago
  6. 90711d5 drm/i915: set IBX pch type explicitly by Jesse Barnes · 14 years ago
  7. c76b615 drm/i915: add Ivy Bridge PCI IDs and driver feature structs by Jesse Barnes · 14 years ago
  8. c792513 drm/i915: add PantherPoint PCH ID by Jesse Barnes · 14 years ago
  9. 246d08b agp/intel: add Ivy Bridge support by Jesse Barnes · 14 years ago
  10. 65d3eb1 drm/i915: ring support for Ivy Bridge by Jesse Barnes · 14 years ago
  11. 51d5612 drm/i915: page flip support for Ivy Bridge by Jesse Barnes · 14 years ago
  12. b1f14ad drm/i915: interrupt & vblank support for Ivy Bridge by Jesse Barnes · 14 years ago
  13. fe100d4 drm/i915: treat Ivy Bridge watermarks like Sandy Bridge by Jesse Barnes · 14 years ago
  14. 357555c drm/i915: manual FDI training for Ivy Bridge by Jesse Barnes · 14 years ago
  15. 3780894 drm/i915: add swizzle/tiling support for Ivy Bridge by Jesse Barnes · 14 years ago
  16. eceae48 drm/i915: Ivy Bridge has split display and pipe control by Jesse Barnes · 14 years ago
  17. 4b65177 drm/i915: add IS_IVYBRIDGE macro for checks by Jesse Barnes · 14 years ago
  18. 8543669 drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later by Jesse Barnes · 14 years ago
  19. f796cf8 drm/i915: split enable/disable vblank code into chipset specific functions by Jesse Barnes · 14 years ago
  20. 4697995 drm/i915: split irq handling into per-chipset functions by Jesse Barnes · 14 years ago
  21. 674cf96 drm/i915: make FDI training a display function by Jesse Barnes · 14 years ago
  22. 8eb5729 drm/i915: forcewake debugfs fix by Ben Widawsky · 14 years ago
  23. 6d794d4 drm/i915: debugfs interface for forcewake reference count by Ben Widawsky · 14 years ago
  24. 4912d04 drm/i915: move gen6 rps handling to workqueue by Ben Widawsky · 14 years ago
  25. d1ebd816 drm/i915: forcewake struct mutex locking fixes by Ben Widawsky · 14 years ago
  26. fcca792 drm/i915: reference counted forcewake by Ben Widawsky · 14 years ago
  27. b7287d8 drm/i915: proper use of forcewake by Ben Widawsky · 14 years ago
  28. 2c7111d drm/i915: Disable all outputs early, before KMS takeover by Chris Wilson · 14 years ago
  29. 9c23f7f drm/i915: Do not clflush snooped objects by Chris Wilson · 14 years ago
  30. 93dfb40 drm/i915: Rename agp_type to cache_level by Chris Wilson · 14 years ago
  31. e76d363 drm/i915: debugfs for context information by Ben Widawsky · 14 years ago
  32. 7df8721 drm/i915: use i915_enable_rc6 on SNB too by Jesse Barnes · 14 years ago
  33. 4a246cf drm/i915: fix rc6 initialization on Ironlake by Ben Widawsky · 14 years ago
  34. 96f298a drm/1915: ringbuffer wait for idle function by Ben Widawsky · 14 years ago
  35. 2c34b85 drm/i915: fix ilk rc6 teardown locking by Ben Widawsky · 14 years ago
  36. 273e27c drm/i915: Fold the DPLL limit defines into the structs that use them. by Eric Anholt · 14 years ago
  37. fae1498 drm/i915: Clean up leftover DPLL and LVDS register choice from pch split. by Eric Anholt · 14 years ago
  38. a07d678 drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set(). by Eric Anholt · 14 years ago
  39. 8febb29 drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set(). by Eric Anholt · 14 years ago
  40. db244b6 drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set(). by Eric Anholt · 14 years ago
  41. c713bb0 drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set. by Eric Anholt · 14 years ago
  42. 929c77f drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set(). by Eric Anholt · 14 years ago
  43. 0b701d2 drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set. by Eric Anholt · 14 years ago
  44. f564048e drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines. by Eric Anholt · 14 years ago
  45. d2dff87 drm/i915: Attach a fb to the load-detect pipe by Chris Wilson · 14 years ago
  46. 0622a53 drm/i915: Remove dead code from intel_release_load_detect_pipe() by Chris Wilson · 14 years ago
  47. 6492711 drm/i915: Remove dead code from intel_get_load_detect_pipe() by Chris Wilson · 14 years ago
  48. 4fbf691 drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtc by Chris Wilson · 14 years ago
  49. 7a5e480 drm/i915: Remove unused supported_crtc from intel_load_detect_pipe by Chris Wilson · 14 years ago
  50. 8261b19 drm/i915: Don't store temporary load-detect variables in the generic encoder by Chris Wilson · 14 years ago
  51. be92558 drm/i915: Propagate failure to set mode for load-detect pipe by Chris Wilson · 14 years ago
  52. 7173188 drm/i915: Simplify return value from intel_get_load_detect_pipe by Chris Wilson · 14 years ago
  53. b259f67 drm/i915: Move the irq wait queue initialisation into the ring init by Chris Wilson · 14 years ago
  54. 2fb4e61 drm/i915/lvds: Only act on lid notify when the device is on by Alex Williamson · 14 years ago
  55. 39adb7a drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup" by Chris Wilson · 14 years ago
  56. 49183b2 drm/i915: Only enable the plane after setting the fb base (pre-ILK) by Chris Wilson · 14 years ago
  57. 31acbcc drm/i915/dp: Be paranoid in case we disable a DP before it is attached by Chris Wilson · 14 years ago
  58. 2dd251f drm/i915: Release object along create user fb error path by Chris Wilson · 14 years ago
  59. 8aeb96f drm/radeon/kms: fix gart setup on fusion parts (v2) by Alex Deucher · 14 years ago
  60. 498548e drm: Send pending vblank events before disabling vblank. by Christopher James Halse Rogers · 14 years ago
  61. eaa4f5e drm/radeon: fix regression on atom cards with hardcoded EDID record. by Dave Airlie · 14 years ago
  62. 9a6cd4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  63. 497ff03 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  64. 5933f2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  65. 6c8c444 Revert: veth: remove unneeded ifname code from veth_newlink() by Jiri Pirko · 14 years ago
  66. d946092 smsc95xx: fix reset check by Rabin Vincent · 14 years ago
  67. 6fdbab9 tg3: Fix failure to enable WoL by default when possible by Rafael J. Wysocki · 14 years ago
  68. 983960b amd8111e: trivial typo spelling: Negotitate -> Negotiate by Joe Perches · 14 years ago
  69. badb029 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  70. 625a3b6 Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  71. 96f3ee2 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  72. fa51588 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  73. 56acc7a i2c-parport: Fix adapter list handling by Jean Delvare · 14 years ago
  74. a6e5e2b i2c-i801: Move device ID definitions to driver by Jean Delvare · 14 years ago
  75. c30aa39 hwmon: (twl4030-madc-hwmon) Return proper error if hwmon_device_register fails by Axel Lin · 14 years ago
  76. e8bf8df CLKDEV: Fix clkdev return value for NULL clk case by Russell King · 14 years ago
  77. 1be6a1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  78. fcc4dc7 Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  79. 2b5a4ac mii: add support of pause frames in mii_get_an by artpol · 14 years ago
  80. eee9700 net: ftmac100: fix scheduling while atomic during PHY link status change by Adam Jaremko · 14 years ago
  81. b3c914a usbnet: add support for some Huawei modems with cdc-ether ports by Dan Williams · 14 years ago
  82. 8333a46 bnx2: cancel timer on device removal by Neil Horman · 14 years ago
  83. 16b345d iwl4965: fix "Received BA when not expected" by Stanislaw Gruszka · 14 years ago
  84. bfd3610 iwlagn: fix "Received BA when not expected" by Stanislaw Gruszka · 14 years ago
  85. bc4d45f hwmon: (lm85) Fix error paths in probe function by Jean Delvare · 14 years ago
  86. 5f441e2 hwmon: (lm85) Add missing list terminators by Jean Delvare · 14 years ago
  87. d7ce033 hwmon: (adm1021) Clarify documentation regarding Xeon processors by Jean Delvare · 14 years ago
  88. 5a4e5e6 hwmon: (lm90) Add support for ADT7461A and NCT1008 by Guenter Roeck · 14 years ago
  89. a985183 [S390] irqstats: fix counting of pfault, dasd diag and virtio irqs by Heiko Carstens · 14 years ago
  90. fafc992 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  91. 68972ef usbnet: Resubmit interrupt URB if device is open by Paul Stewart · 14 years ago
  92. f325757 iwl4965: fix "TX Power requested while scanning" by Stanislaw Gruszka · 14 years ago
  93. 1501b67 iwlegacy: led stay solid on when no traffic by Wey-Yi Guy · 14 years ago
  94. f615839 b43: trivial: update module info about ucode16_mimo firmware by Rafał Miłecki · 14 years ago
  95. f945a3d rtc: max8925: Call dev_set_drvdata before rtc_device_register by Zhangfei Gao · 14 years ago
  96. bf28370 Input: wm831x-ts - move BTN_TOUCH reporting to data transfer by Mark Brown · 14 years ago
  97. acad985 Input: wm831x-ts - allow IRQ flags to be specified by Mark Brown · 14 years ago
  98. f534666 Input: wm831x-ts - fix races with IRQ management by Mark Brown · 14 years ago
  99. 0c9c99a mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finish by Chris Ball · 14 years ago
  100. b7b4d34 mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finish by Ben Dooks · 14 years ago