1. 53e86ad drm/i915/gvt: remove unresolved vfio pin/unpin pages interface dependency by Zhenyu Wang · 8 years ago
  2. 955c1dd drm/i915/gvt: drop checks for early Skylake revisions by Jani Nikula · 8 years ago
  3. 0aaee4c drm/i915/gvt: check workload empty before real scan by Pei Zhang · 8 years ago
  4. a3614a8 drm/i915/gvt: clear guest opregion by Xiaoguang Chen · 8 years ago
  5. a045fba drm/i915/gvt: add more MMIO regs with command access flag by Ping Gao · 8 years ago
  6. ee145f6 drm/i915/gvt: Fix static checker warning on intel_gvt_i2c_handle_aux_ch_write() by Zhenyu Wang · 8 years ago
  7. f4b0c28 drm/i915/gvt: fix mem leakage in setup_vgpu_mmio for vgpu reset by Du, Changbin · 8 years ago
  8. 0427f06 drm/i915/gvt: fix crash in vgpu_reset_execlist by Du, Changbin · 8 years ago
  9. 4f3f1ae drm/i915/gvt: emulate right behavior for tlb_control by Ping Gao · 8 years ago
  10. 90d27a1 drm/i915/gvt: fix deadlock in workload_thread by Pei Zhang · 8 years ago
  11. 8be8f4a Merge tag 'gvt-next-kvmgt-framework' of https://github.com/01org/gvt-linux into drm-intel-next-queued by Daniel Vetter · 8 years ago
  12. 0c40ce1 drm/i915: Trim the object sg table by Tvrtko Ursulin · 8 years ago
  13. f30437c drm/i915/gvt: add KVMGT support by Jike Song · 8 years ago
  14. 9ec1e66 drm/i915/gvt: refactor intel_gvt_io_emulation_ops to be intel_gvt_ops by Jike Song · 8 years ago
  15. 7b3343b drm/i915/gvt: allow several MPT methods to be NULL by Jike Song · 8 years ago
  16. 40df6ea drm/i915/gvt: introduce host_init/host_exit to MPT by Jike Song · 8 years ago
  17. 8f89743 drm/i915/gvt: remove obsolete code for old kvmgt opregion by Jike Song · 8 years ago
  18. 1f31c82 drm/i915/gvt: add intel vgpu types support by Zhenyu Wang · 8 years ago
  19. c754936 drm/i915/gvt: use kmap instead of kmap_atomic around guest memory access by Xiaoguang Chen · 8 years ago
  20. 9baf092 drm/i915/gvt: don't rely on guest PPGTT entry to free old shadow data by Bing Niu · 8 years ago
  21. 11840e2 Merge tag 'for-kvmgt' of git://git.kernel.org/pub/scm/virt/kvm/kvm into drm-intel-next-queued by Daniel Vetter · 8 years ago
  22. 6a5d1db drm/i915: Spin until breadcrumb threads are complete by Chris Wilson · 8 years ago
  23. 677100c drm/i915: Pass atomic state to verify_connector_state by Maarten Lankhorst · 8 years ago
  24. c3b3265 drm/i915: Update atomic modeset state synchronously, v2. by Maarten Lankhorst · 8 years ago
  25. 1f4faef drm/edid: Remove drm_select_eld by Maarten Lankhorst · 8 years ago
  26. bbf35e9 drm/i915: Pass atomic state to intel_audio_codec_enable, v2. by Maarten Lankhorst · 8 years ago
  27. df18e72 drm/i915: Convert intel_hdmi to use atomic state by Maarten Lankhorst · 8 years ago
  28. 71d5895 drm/i915: avoid harmless empty-body warning by Arnd Bergmann · 8 years ago
  29. d7931c1 Merge tag 'gvt-next-2016-11-07' of https://github.com/01org/gvt-linux into drm-intel-next-queued by Daniel Vetter · 8 years ago
  30. bfb8104 drm/i915: Use intel_fb_gtt_offset() also for gen2/3 primary plane by Ville Syrjälä · 8 years ago
  31. d2b2cbc drm/i915: Fix error handling for cursor/sprite plane create failure by Ville Syrjälä · 8 years ago
  32. 11df4d9 drm/i915: Grab the rotation from the passed plane state for VLV sprites by Ville Syrjälä · 8 years ago
  33. d0da48c drm/i915: Remove chipset flush after cache flush by Chris Wilson · 8 years ago
  34. 24327f8 drm/i915: Remove two sloppy inline functions from .h by Joonas Lahtinen · 8 years ago
  35. 58e197d drm/i915: Update DRIVER_DATE to 20161108 by Daniel Vetter · 8 years ago
  36. 7aa6ca6 drm/i915: Mark CPU cache as dirty when used for rendering by Chris Wilson · 8 years ago
  37. 31ab49a drm/i915: Add assert for no pending GPU requests during suspend/resume in LR mode by Imre Deak · 8 years ago
  38. 0cb5670 drm/i915: Make sure engines are idle during GPU idling in LR mode by Imre Deak · 8 years ago
  39. 93c97dc drm/i915: Avoid early GPU idling due to race with new request by Imre Deak · 8 years ago
  40. 5bd11a3 drm/i915: Avoid early GPU idling due to already pending idle work by Imre Deak · 8 years ago
  41. 767a222 drm/i915: Limit Valleyview and earlier to only using mappable scanout by Chris Wilson · 8 years ago
  42. 0ef723c drm/i915: Round tile chunks up for constructing partial VMAs by Chris Wilson · 8 years ago
  43. dfd2812 drm/i915: Remove the vma from the object list upon close by Chris Wilson · 8 years ago
  44. 3b6411c drm/i915/gvt: implement scratch page table tree for shadow PPGTT by Ping Gao · 8 years ago
  45. 2fb39fa drm/i915/gvt: emulate vgpu engine reset control behavior by Du, Changbin · 8 years ago
  46. 9b17234 drm/i915/gvt: Fix workload status after wait by Zhenyu Wang · 8 years ago
  47. d436222 drm/i915/gvt: update misc ctl regs base on stepping info by Ping Gao · 8 years ago
  48. f24940e drm/i915/gvt: correct the emulation in TLB control handler by Ping Gao · 8 years ago
  49. 5f399f1 drm/i915/gvt: add write vreg in MMIO DMA_CTRL handler by Ping Gao · 8 years ago
  50. 337d066 drm/i915/gvt: remove unused variable 'execlist' by Ping Gao · 8 years ago
  51. 173bcc6 drm/i915/gvt: Fix shift for cmd data size by Zhenyu Wang · 8 years ago
  52. e0b7006 drm/i915: Reinit polling before hpd when resuming by Lyude · 8 years ago
  53. f97f193 drm/i915: Remove redundant reprobe in i915_drm_resume by Lyude · 8 years ago
  54. 9c75402 drm/i915/dp: Extend BDW DP audio workaround to GEN9 platforms by Dhinakaran Pandiyan · 8 years ago
  55. b30ce9e drm/i915/dp: BDW cdclk fix for DP audio by Dhinakaran Pandiyan · 8 years ago
  56. 2c3a3f4 drm/i915: Fix pages pin counting around swizzle quirk by Chris Wilson · 8 years ago
  57. 871b7ef kvm/page_track: export symbols for external usage by Jike Song · 8 years ago
  58. d126363 kvm/page_track: call notifiers with kvm_page_track_notifier_node by Jike Song · 8 years ago
  59. ae7cd87 KVM: x86: add track_flush_slot page track notifier by Xiaoguang Chen · 8 years ago
  60. a44342a drm/i915: Fix test on inputs for vma_compare() by Chris Wilson · 8 years ago
  61. 72aa0d8 drm/i915/guc: Cache the client mapping by Chris Wilson · 8 years ago
  62. a933568 drm/i915: Tidy slab cache allocations by Tvrtko Ursulin · 8 years ago
  63. dfc5148 drm/i915: Introduce HAS_64BIT_RELOC by Joonas Lahtinen · 8 years ago
  64. d9092f5 kvm: x86: Check memopp before dereference (CVE-2016-8630) by Owen Hofmann · 8 years ago
  65. 355f4fb kvm: nVMX: VMCLEAR an active shadow VMCS after last use by Jim Mattson · 8 years ago
  66. ea26e4e KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK by Paolo Bonzini · 8 years ago
  67. c8247c0 drm/i915: Show the execlist queue in debugfs/i915_engine_info by Chris Wilson · 8 years ago
  68. 56cea32 drm/i915: Unify global_list into global_link by Joonas Lahtinen · 8 years ago
  69. 3ac168a drm/i915: Move hangcheck code out from i915_irq.c by Mika Kuoppala · 8 years ago
  70. fce9375 drm/i915/gtt: Mark tlbs dirty on clear by Mika Kuoppala · 8 years ago
  71. 37c6393 drm/i915/gtt: Fix pte clear range by Mika Kuoppala · 8 years ago
  72. 0a379e27 drm/i915/bxt: Don't set OCL2_LDOFUSE_PWR_DIS bit in phy init sequence by Ander Conselvan de Oliveira · 8 years ago
  73. 3599a91 drm/i915: Allow shrinking of userptr objects once again by Tvrtko Ursulin · 8 years ago
  74. 62d75df drm/i915: Pass dev_priv to intel_init_pm() by Ville Syrjälä · 8 years ago
  75. bb72651 drm/i915: Pass dev_priv to ilk_setup_wm_latency() & co. by Ville Syrjälä · 8 years ago
  76. 712bf36 drm/i915: Pass dev_priv to intel_suspend_hw() by Ville Syrjälä · 8 years ago
  77. 46f16e6 drm/i915: Pass dev_priv to init_clock_gating by Ville Syrjälä · 8 years ago
  78. ffc7a76 drm/i915: Pass dev_priv to single_enabled_crtc() by Ville Syrjälä · 8 years ago
  79. a9097be drm/i915: Pass dev_priv to rest of IS_FOO() macros for the old platforms by Ville Syrjälä · 8 years ago
  80. a26e523 drm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINE by Ville Syrjälä · 8 years ago
  81. 03427fc drm/i915: Pass dev_priv to HAS_FW_BLC by Ville Syrjälä · 8 years ago
  82. ef0f5e9 drm/i915: Pass dev_priv to .get_fifo_size() by Ville Syrjälä · 8 years ago
  83. 148ac1f drm/i915: Pass dev_priv to i915_pineview_get_mem_freq() and i915_ironlake_get_mem_freq() by Ville Syrjälä · 8 years ago
  84. 9b1e14f drm/i915: Pass dev_priv to IS_PINEVIEW() by Ville Syrjälä · 8 years ago
  85. 646d577 drm/i915: Pass dev_priv to IS_MOBILE() by Ville Syrjälä · 8 years ago
  86. 1353c4f drm/i915: Pass dev_priv to .get_display_clock_speed() by Ville Syrjälä · 8 years ago
  87. 4c75b94 drm/i915: Pass dev_priv to cdclk update funcs by Ville Syrjälä · 8 years ago
  88. 5ab0d85 drm/i915: Pass dev_priv to intel_crtc_init() by Ville Syrjälä · 8 years ago
  89. 9818783 drm/i915: Always use intel_get_crtc_for_pipe() by Ville Syrjälä · 8 years ago
  90. b91eb5c drm/i915: Pass dev_priv to intel_get_crtc_for_pipe() by Ville Syrjälä · 8 years ago
  91. f0ce231 drm/i915: Pass dev_priv to g4x wm functions by Ville Syrjälä · 8 years ago
  92. 30ad981 drm/i915: Pass dev_priv to vlv force pll functions by Ville Syrjälä · 8 years ago
  93. 0f0f74b drm/i915: Pass dev_priv to intel_wait_for_vblank() by Ville Syrjälä · 8 years ago
  94. e2af48c drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[] by Ville Syrjälä · 8 years ago
  95. efc2611 drm/i915: Use struct intel_crtc in legacy platform wm code by Ville Syrjälä · 8 years ago
  96. 432081b drm/i915: Pass intel_crtc to update_wm functions by Ville Syrjälä · 8 years ago
  97. 525b931 drm/i915: Pass intel_crtc to intel_crtc_active() by Ville Syrjälä · 8 years ago
  98. 65edccc drm/i915: Pass dev_priv to skl_init_scalers() by Ville Syrjälä · 8 years ago
  99. 580503c drm/i915: Pass dev_priv to plane constructors by Ville Syrjälä · 8 years ago
  100. 07c9a21 drm/i915: Export a function to flush the context upon pinning by Chris Wilson · 8 years ago