1. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  2. f98c213 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  3. 17efca9 Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  4. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  5. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 18b862d dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() by Chris Wilson · 8 years ago
  7. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  8. 94669e6 drm/i915: Handle -EDEADLK in drm_atomic_commit from load-detect. by Maarten Lankhorst · 8 years ago
  9. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 8 years ago
  10. 0bbca27 drm/i915: Actually retry with bit-banging after GMBUS timeout by Ville Syrjälä · 8 years ago
  11. 507d44a Merge tag 'drm-intel-next-2016-02-29' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  12. 2f79190 drm/i915: Fix bogus dig_port_map[] assignment for pre-HSW by Takashi Iwai · 8 years ago
  13. eda9089 drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM) by Chris Wilson · 8 years ago
  14. bd90123 drm/i915/skl: Fix power domain suspend sequence by Imre Deak · 8 years ago
  15. efcebcf Merge tag 'drm-intel-next-2016-02-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  16. 5790ff7 drm/i915: Update DRIVER_DATE to 20160229 by Daniel Vetter · 8 years ago
  17. 2743179 drm/i915: Execlists cannot pin a context without the object by Chris Wilson · 8 years ago
  18. 596c592 drm/i915: Reduce the pointer dance of i915_is_ggtt() by Chris Wilson · 8 years ago
  19. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 8 years ago
  20. 135dc79 drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM) by Chris Wilson · 8 years ago
  21. 99cf8ea drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RS by Michel Thierry · 8 years ago
  22. 7156291 drm/i915/gen9: Set value of Indirect Context Offset based on gen version by Michel Thierry · 8 years ago
  23. 032b612 drm/i915: Remove update_sprite_watermarks. by Maarten Lankhorst · 8 years ago
  24. e886167 drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6. by Maarten Lankhorst · 8 years ago
  25. 33c8df89 drm/i915: Unify power domain handling. by Maarten Lankhorst · 8 years ago
  26. 74bff5f drm/i915: Pass crtc state to modeset_get_crtc_power_domains. by Maarten Lankhorst · 8 years ago
  27. 6831f3e drm/i915: Add for_each_pipe_masked() by Ville Syrjälä · 8 years ago
  28. aae8ba8 drm/i915: Make sure pipe interrupts are processed before turning off power well on BDW+ by Ville Syrjälä · 8 years ago
  29. 2230fde drm/i915: synchronize_irq() before turning off disp2d power well on VLV/CHV by Ville Syrjälä · 8 years ago
  30. 1ca993d drm/i915: Skip PIPESTAT reads from irq handler on VLV/CHV when power well is down by Ville Syrjälä · 8 years ago
  31. 9b18572 drm/i915/gen9: Verify and enforce dc6 state writes by Mika Kuoppala · 8 years ago
  32. 9b6f209 drm/i915/gen9: Check for DC state mismatch by Patrik Jakobsson · 8 years ago
  33. 53188eb drm/i915/skl: Ensure HW is powered during DDB HW state readout by Imre Deak · 8 years ago
  34. 380bdff drm/i915/lvds: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  35. 31feb61 drm/i915/hdmi: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  36. fe97fd7 drm/i915/dsi: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  37. b81b801 drm/i915/dp: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  38. 02f9f5e drm/i915: Ensure the HW is powered when accessing the CRC HW block by Imre Deak · 8 years ago
  39. d594102 drm/i915/ddi: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  40. 7a6252c drm/i915/crt: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  41. 5a24fab drm/i915: Ensure the HW is powered during HW access in assert_pipe by Imre Deak · 8 years ago
  42. bacd67d drm/i915: Ensure the HW is powered when disabling VGA by Imre Deak · 8 years ago
  43. 013ef6c drm/i915/ibx: Ensure the HW is powered during PLL HW readout by Imre Deak · 8 years ago
  44. 9fb84d5 drm/i915: Ensure the HW is powered during display pipe HW readout by Imre Deak · 8 years ago
  45. 5af9a45 drm/i915: Add helper to get a display power ref if it was already enabled by Imre Deak · 8 years ago
  46. 1e657ad drm/i915/gen9: Write dc state debugmask bits only once by Mika Kuoppala · 8 years ago
  47. 5b07688 drm/i915/gen9: Extend dmc debug mask to include cores by Mika Kuoppala · 8 years ago
  48. 779cb5d drm/i915/gen9: Verify and enforce dc6 state writes by Mika Kuoppala · 8 years ago
  49. 832dba8 drm/i915/gen9: Check for DC state mismatch by Patrik Jakobsson · 8 years ago
  50. a98ee79 drm/i915/fbc: enable FBC by default on HSW and BDW by Paulo Zanoni · 8 years ago
  51. 0f3a93d drm/i915: drop unused i915.disable_vtd_wa module parameter by Jani Nikula · 8 years ago
  52. 57b63d0 drm/i915: drop write perm from module params which don't support changing by Jani Nikula · 8 years ago
  53. 0aa8bdf drm/i915/dsi: Using the bpp value wrt the pixel format by Deepak M · 8 years ago
  54. d6e3af5 drm/i915/bxt: Remove DSP CLK_GATE programming for BXT by Uma Shankar · 8 years ago
  55. 4d80003 drm/i915/skl: Ensure HW is powered during DDB HW state readout by Imre Deak · 8 years ago
  56. dd75619 drm/i915: Extract intel_encoder_has_connectors() by Ville Syrjälä · 8 years ago
  57. e28661b drm/i915: Use atomic state in intel_fb_initial_config. by Maarten Lankhorst · 8 years ago
  58. 7bb4afb drm/i915: Use correct dpms for intel_enable_crt. by Maarten Lankhorst · 8 years ago
  59. 0eadc62 drm/i915: Use atomic state in tv load detection. by Maarten Lankhorst · 8 years ago
  60. c8ecb2f drm/i915: Use atomic state for load detect in crt. by Maarten Lankhorst · 8 years ago
  61. edde361 drm/i915: Use atomic state to obtain load detection crtc, v3. by Maarten Lankhorst · 8 years ago
  62. 9b58e35 drm/i915: Enable PSR by default on Haswell and Broadwell. by Rodrigo Vivi · 8 years ago
  63. a38c274 drm/i915: Enable PSR by default on Valleyview and Cherryview. by Rodrigo Vivi · 8 years ago
  64. d94d6e8 drm/i915: Change i915.enable_psr parameter to use per platform default. by Rodrigo Vivi · 8 years ago
  65. 69603db i915: cast before shifting in i915_pte_count by Alan · 8 years ago
  66. ecb2448 drm/i915/lvds: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  67. 5b09217 drm/i915/hdmi: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  68. 3f3f42b drm/i915/dsi: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  69. 6fa9a5e drm/i915/dp: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  70. e129649 drm/i915: Ensure the HW is powered when accessing the CRC HW block by Imre Deak · 8 years ago
  71. e27daab drm/i915/ddi: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  72. 1c8fdda drm/i915/crt: Ensure the HW is powered during HW state readout by Imre Deak · 8 years ago
  73. 4feed0e drm/i915: Ensure the HW is powered during HW access in assert_pipe by Imre Deak · 8 years ago
  74. 6392f84 drm/i915: Ensure the HW is powered when disabling VGA by Imre Deak · 8 years ago
  75. 12fda38 drm/i915/ibx: Ensure the HW is powered during PLL HW readout by Imre Deak · 8 years ago
  76. 1729050 drm/i915: Ensure the HW is powered during display pipe HW readout by Imre Deak · 8 years ago
  77. 0973128 drm/i915: Add helper to get a display power ref if it was already enabled by Imre Deak · 8 years ago
  78. 755412e drm/i915: Add an optional selection from i915 of CONFIG_MMU_NOTIFIER by Chris Wilson · 9 years ago
  79. 8d409cb drm/i915: Fix hpd live status bits for g4x by Ville Syrjälä · 8 years ago
  80. ea49c9a drm/i915: Lock mode_config.mutex in intel_display_resume. by Maarten Lankhorst · 8 years ago
  81. e8788cb drm/i915: Fix some minor issues with atomic cdclk. by Maarten Lankhorst · 8 years ago
  82. e2c8b87 drm/i915: Use atomic helpers for suspend, v2. by Maarten Lankhorst · 8 years ago
  83. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 8 years ago
  84. 1db6e2e drm/i915: Check for get_pages instead of shmem (filp) by Ben Widawsky · 8 years ago
  85. b31e513 drm/i915: Reject invalid-pad for context-destroy and -create ioctls by Chris Wilson · 8 years ago
  86. 22824fa drm/i915: Add missing 'else' to intel_digital_port_connected() by Ville Syrjälä · 8 years ago
  87. 0780cd3 drm/i915: Fix hpd live status bits for g4x by Ville Syrjälä · 8 years ago
  88. 84f1b20 drm/i915/ilk: Move register read under spinlock by Tvrtko Ursulin · 8 years ago
  89. 36894e8 drm/i915/guc: Do not wait for firmware load atomically by Tvrtko Ursulin · 8 years ago
  90. ee50489 drm/i915: Fix struct mutex vs. RPS lock inversion by Tvrtko Ursulin · 8 years ago
  91. 12c83d9 drm/i915: GEM operations need to be done under the big lock by Tvrtko Ursulin · 8 years ago
  92. 3f441b8 drm/i915: Use appropriate spinlock flavour by Tvrtko Ursulin · 8 years ago
  93. fb1a38a drm/i915: Clear shared dpll based on old state, v2. by Maarten Lankhorst · 8 years ago
  94. 34fd3e1 drm/i915 Fix typos in i915_gem_fence.c by Masanari Iida · 9 years ago
  95. 1ffedc0 Revert "drm/i915: fix context/engine cleanup order" by Daniel Vetter · 8 years ago
  96. e26e1b9 drm/i915: Don't ERROR for an expected intel_rcs_ctx_init() interruption by Chris Wilson · 8 years ago
  97. 59bbf84 drm/i915: Update DRIVER_DATE to 20160214 by Daniel Vetter · 8 years ago
  98. 4d32c0d drm/i915: Set aux.dev to the drm_connector device, instead of drm_device. by Rafael Antognolli · 9 years ago
  99. d28d473 drm/i915: edp resume/On time optimization. by Abhay Kumar · 8 years ago
  100. 05fd934 Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queued by Daniel Vetter · 8 years ago