1. 4fefe43 drm/i915,intel_agp: Add support for Sandybridge D0 by Zhenyu Wang · 14 years ago
  2. 3fdef02 drm/i915: fix render pipe control notify on sandybridge by Zhenyu Wang · 14 years ago
  3. 877fdac agp/intel: set 40-bit dma mask on Sandybridge by Zhenyu Wang · 14 years ago
  4. 156dadc drm/i915: Remove the conflicting BUG_ON() by Chris Wilson · 14 years ago
  5. 90eb77b drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/ by Chris Wilson · 14 years ago
  6. 72bcb26 drm/i915/suspend: Flush register writes before busy-waiting. by Chris Wilson · 14 years ago
  7. d5dd96c i915: disable DAC on Ironlake also when doing CRT load detection. by Dave Airlie · 14 years ago
  8. 9d0498a drm/i915: wait for actual vblank, not just 20ms by Jesse Barnes · 14 years ago
  9. d240f20 drm/i915: make sure eDP PLL is enabled at the right time by Jesse Barnes · 14 years ago
  10. 9cce37f drm/i915: fix VGA plane disable for Ironlake+ by Jesse Barnes · 14 years ago
  11. 7643a7f drm/i915: eDP mode set sequence corrections by Jesse Barnes · 14 years ago
  12. 37c6c9b drm/i915: add panel reset workaround by Jesse Barnes · 14 years ago
  13. ce17178 drm/i915: Enable RC6 on Ironlake. by Zou Nan hai · 14 years ago
  14. 8545423 drm/i915/sdvo: Only set is_lvds if we have a valid fixed mode. by Chris Wilson · 14 years ago
  15. aa40d6b drm/i915: Set up a render context on Ironlake by Zou Nan hai · 14 years ago
  16. 1cafd34 drm/i915 invalidate indirect state pointers at end of ring exec by Zou Nan hai · 14 years ago
  17. e78d73b drm/i915: Wake-up wait_request() from elapsed hang-check (v2) by Chris Wilson · 14 years ago
  18. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 14 years ago
  19. 560b85b drm/i915: Only update i845/i865 CURBASE when disabled (v2) by Chris Wilson · 14 years ago
  20. c27ba48 drm/i915: FBC is updated within set_base() so remove second call in mode_set() by Chris Wilson · 14 years ago
  21. 5ddb954 drm/i915/edp: Flush the write before waiting for PLLs by Chris Wilson · 14 years ago
  22. 913d8d1 drm/i915: Ensure that while(INREG()) are bounded (v2) by Chris Wilson · 14 years ago
  23. dd785e3 drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwind by Chris Wilson · 14 years ago
  24. debcadd drm/i915: Update watermarks for Ironlake after dpms changes by Chris Wilson · 14 years ago
  25. 862daef drm/i915/opregion: Use ASLE response codes defined in 0.1 by Chris Wilson · 14 years ago
  26. 868dc58 drm/i915/display: Add pipe/plane information to dpms debugging by Chris Wilson · 14 years ago
  27. ae9fed6 drm/i915: Truncate the shmem backing pages on purge by Chris Wilson · 14 years ago
  28. 20a0945 drm/i915: Write to display base last. by Chris Wilson · 14 years ago
  29. 1d8e1c7 drm/i915: Enable aspect/centering panel fitting for Ironlake. by Chris Wilson · 14 years ago
  30. 2e88e40 drm/i915/sdvo: Markup a few constant strings. by Chris Wilson · 14 years ago
  31. e56660d drm/i915: Record error batch buffers using iomem by Chris Wilson · 14 years ago
  32. 7d1c480 drm/i915: Maintain LRU order of inactive objects upon access by CPU (v2) by Chris Wilson · 14 years ago
  33. cd377ea drm/i915: Implement fair lru eviction across both rings. (v2) by Chris Wilson · 14 years ago
  34. b47eb4a drm/i915: Move the eviction logic to its own file. by Chris Wilson · 14 years ago
  35. 6f392d5 drm/i915: Use a common seqno for all rings. by Chris Wilson · 14 years ago
  36. 0108a3e drm/i915: prepare for fair lru eviction by Daniel Vetter · 14 years ago
  37. bf1a109 drm/i915: Append the object onto the inactive list on binding. by Chris Wilson · 14 years ago
  38. 6ef3d42 drm/i915: Capture the overlay status upon a GPU hang. by Chris Wilson · 14 years ago
  39. dbd7ac9 drm/i915: Use an uncommon name for the local dev_priv in macros by Chris Wilson · 14 years ago
  40. e898cd2 drm/i915: Inline ringbuffer_emit() by Chris Wilson · 14 years ago
  41. d97ed33 drm/i915: Move ringbuffer accounting to begin/advance. by Chris Wilson · 14 years ago
  42. 1741dd4 drm/i915: Unroll wrapping of the ringbuffer. by Chris Wilson · 14 years ago
  43. ae7d49d drm/i915: Emit a backtrace if we attempt to rebind a pinned buffer by Chris Wilson · 14 years ago
  44. 87f8ebf drm/i915: Disable the cursor for DPMS_OFF by Chris Wilson · 14 years ago
  45. 6146b3d drm/i915: i8xx also doesn't like multiple oustanding pageflips by Daniel Vetter · 14 years ago
  46. 69d0b96 drm/i915: fixup pageflip ringbuffer commands for i8xx by Daniel Vetter · 14 years ago
  47. 0be555b drm/i915: report all active objects as busy by Chris Wilson · 14 years ago
  48. 403c89f drm/i915: Mark the static memory latency tables const. by Chris Wilson · 14 years ago
  49. 88f356b drm/i915: Only emit flushes on active rings. by Chris Wilson · 14 years ago
  50. e044218 drm/i915/sdvo: Add dot crawl property by Chris Wilson · 14 years ago
  51. c552170 drm/i915/sdvo: Add missing TV filters by Chris Wilson · 14 years ago
  52. fcc8d67 drm/i915/sdvo: Check for allocation failure when constructing properties by Chris Wilson · 14 years ago
  53. 4003975 drm/i915/sdvo: Use an integer mapping for supported tv format modes by Chris Wilson · 14 years ago
  54. 32aad86 drm/i915/sdvo: Propagate errors from reading/writing control bus. by Chris Wilson · 14 years ago
  55. 615fb93 drm/i915: Subclass intel_connector. by Chris Wilson · 14 years ago
  56. ea5b213 drm/i915: Subclass intel_encoder. by Chris Wilson · 14 years ago
  57. 94113ce drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling. by Chris Wilson · 14 years ago
  58. 3e33d94 drm/i915: Remove useless message when disabling "Big FIFO" on PineView by Chris Wilson · 14 years ago
  59. 45d7f32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  60. 53bcef6 Merge branch 'for-linus' of git://www.jni.nu/cris by Linus Torvalds · 14 years ago
  61. 4fd6c6b Merge branch 'for-linus' of git://android.kernel.org/kernel/tegra by Linus Torvalds · 14 years ago
  62. c5f3475 Merge branch 'for-linus' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 14 years ago
  63. 537d847 Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 14 years ago
  64. d71048e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  65. 44d51a0 Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci by Linus Torvalds · 14 years ago
  66. 2d53056 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  67. 9e50ab9 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  68. 3cc08fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  69. faa38b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  70. 7841733 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  71. cd816a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  72. 0d9f9e1 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  73. df44f9f AFS: Fix the module init error handling by David Howells · 14 years ago
  74. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  75. fe21ea1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  76. a57f9a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  77. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  78. 90e0c22 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  79. 938a73b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  80. 45480aa Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 14 years ago
  81. 1fc7995 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  82. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  83. 998db52 nfsd4: fix file open accounting for RDWR opens by J. Bruce Fields · 14 years ago
  84. 4a386c3 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  85. e877977 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  86. 3cf8ad3 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  87. 66cd55d Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  88. 75cb5fd Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  89. ce06ea8 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  90. a7a387c SELINUX: Fix build error. by Ralf Baechle · 14 years ago
  91. 7fa53cc nfsd: don't allow setting maxblksize after svc created by J. Bruce Fields · 14 years ago
  92. e844a7b nfsd: initialize nfsd versions before creating svc by J. Bruce Fields · 14 years ago
  93. e2aa7f8 net: sunrpc: removed duplicated #include by Andrea Gelmini · 14 years ago
  94. c18c821 nfsd41: Fix a crash when a callback is retried by Boaz Harrosh · 14 years ago
  95. 774f8bb nfsd: fix startup/shutdown order bug by J. Bruce Fields · 14 years ago
  96. 9261ec1 console: Fix compilation regression by Jason Wessel · 14 years ago
  97. 1787985 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  99. af39008 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 7645e43 x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanup by H. Peter Anvin · 14 years ago