| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gvt-fixes-2017-01-25' of https://github.com/01org/gvt-linux into d... | Jani Nikula | 2017-01-25 | 4 | -56/+24 |
|\ |
|
| * | drm/i915/gvt: Fix kmem_cache_create() name | Alex Williamson | 2017-01-25 | 1 | -1/+1 |
| * | drm/i915/gvt/kvmgt: mdev ABI is available_instances, not available_instance | Alex Williamson | 2017-01-25 | 1 | -4/+4 |
| * | drm/i915/gvt: Fix relocation of shadow bb | Chris Wilson | 2017-01-17 | 2 | -47/+19 |
| * | drm/i915/gvt: Enable the shadow batch buffer | Tina Zhang | 2017-01-17 | 1 | -4/+0 |
* | | drm/i915: reinstate call to trace_i915_vma_bind | Daniele Ceraolo Spurio | 2017-01-25 | 1 | -0/+1 |
* | | drm/i915: Move atomic state free from out of fence release | Chris Wilson | 2017-01-25 | 3 | -2/+33 |
* | | drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic() | Ander Conselvan de Oliveira | 2017-01-25 | 1 | -0/+6 |
* | | drm/i915: Fix calculation of rotated x and y offsets for planar formats | Ander Conselvan de Oliveira | 2017-01-25 | 1 | -2/+3 |
* | | drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend() | Ander Conselvan de Oliveira | 2017-01-25 | 1 | -1/+1 |
* | | drm/i915: Don't leak edid in intel_crt_detect_ddc() | Ander Conselvan de Oliveira | 2017-01-25 | 1 | -4/+5 |
* | | drm/i915: Release temporary load-detect state upon switching | Chris Wilson | 2017-01-25 | 1 | -0/+1 |
* | | drm/i915: prevent crash with .disable_display parameter | Clint Taylor | 2017-01-25 | 1 | -0/+3 |
* | | drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resume | Chris Wilson | 2017-01-25 | 1 | -1/+2 |
* | | drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible | Ville Syrjälä | 2017-01-18 | 1 | -0/+3 |
* | | drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround. | Francisco Jerez | 2017-01-18 | 2 | -18/+0 |
* | | Merge tag 'gvt-fixes-2017-01-16' of https://github.com/01org/gvt-linux into d... | Jani Nikula | 2017-01-16 | 9 | -142/+298 |
|\ \
| |/ |
|
| * | drm/i915/gvt: rewrite gt reset handler using new function intel_gvt_reset_vgp... | Changbin Du | 2017-01-13 | 1 | -61/+29 |
| * | drm/i915/gvt: fix vGPU instance reuse issues by vGPU reset function | Changbin Du | 2017-01-13 | 2 | -1/+74 |
| * | drm/i915/gvt: introduce intel_vgpu_reset_mmio() to reset mmio space | Changbin Du | 2017-01-13 | 2 | -14/+26 |
| * | drm/i915/gvt: move mmio init/clean function to mmio.c | Changbin Du | 2017-01-13 | 5 | -36/+49 |
| * | drm/i915/gvt: introduce intel_vgpu_reset_cfg_space to reset configuration space | Changbin Du | 2017-01-13 | 2 | -0/+27 |
| * | drm/i915/gvt: move cfg space inititation function to cfg_space.c | Changbin Du | 2017-01-13 | 3 | -43/+52 |
| * | drm/i915/gvt: introuduce intel_vgpu_reset_gtt() to reset gtt | Changbin Du | 2017-01-13 | 2 | -0/+28 |
| * | drm/i915/gvt: introudce intel_vgpu_reset_resource() to reset vgpu resource state | Changbin Du | 2017-01-13 | 2 | -2/+28 |
* | | drm/i915: Fix phys pwrite for struct_mutex-less operation | Chris Wilson | 2017-01-12 | 1 | -30/+4 |
* | | drm/i915: Clear ret before unbinding in i915_gem_evict_something() | Chris Wilson | 2017-01-12 | 1 | -0/+1 |
|/ |
|
* | drm/i915/gvt: cleanup GFP flags | Jike Song | 2017-01-09 | 1 | -24/+15 |
* | drm/i915/gvt/kvmgt: return meaningful error for vgpu creating failure | Jike Song | 2017-01-09 | 1 | -4/+10 |
* | drm/i915/gvt: cleanup opregion memory allocation code | Jike Song | 2017-01-09 | 2 | -6/+5 |
* | drm/i915/gvt: destroy the allocated idr on vgpu creating failures | Jike Song | 2017-01-09 | 1 | -1/+3 |
* | drm/i915/gvt: init/destroy vgpu_idr properly | Jike Song | 2017-01-09 | 1 | -1/+7 |
* | drm/i915/gvt: dec vgpu->running_workload_num after the workload is really done | Changbin Du | 2017-01-09 | 1 | -5/+5 |
* | drm/i915/gvt: fix use after free for workload | Changbin Du | 2017-01-09 | 1 | -2/+2 |
* | drm/i915/gvt: remove duplicated definition | Zhenyu Wang | 2017-01-09 | 1 | -7/+0 |
* | drm/i915/gvt: adjust high memory size for default vGPU type | Zhenyu Wang | 2017-01-09 | 1 | -2/+2 |
* | drm/i915/gvt: print correct value for untracked mmio | Pei Zhang | 2017-01-09 | 1 | -15/+16 |
* | drm/i915/gvt: always use readq and writeq | Changbin Du | 2017-01-09 | 1 | -13/+2 |
* | drm/i915/gvt: fix return value in mul_force_wake_write | Changbin Du | 2017-01-09 | 1 | -1/+1 |
* | drm/i915/gvt: fix error handing of tlb_control emulation | Changbin Du | 2017-01-09 | 1 | -4/+2 |
* | drm/i915/gvt: verify functions types in new_mmio_info() | Nicolas Iooss | 2017-01-09 | 1 | -2/+3 |
* | Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2017-01-06 | 1 | -12/+12 |
|\ |
|
| * | vfio-mdev: Make mdev_device private and abstract interfaces | Alex Williamson | 2016-12-30 | 1 | -9/+9 |
| * | vfio-mdev: Make mdev_parent private | Alex Williamson | 2016-12-30 | 1 | -1/+1 |
| * | vfio-mdev: de-polute the namespace, rename parent_device & parent_ops | Alex Williamson | 2016-12-30 | 1 | -1/+1 |
* | | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-01-06 | 1 | -10/+1 |
|\ \ |
|
| * | | swiotlb: Export swiotlb_max_segment to users | Konrad Rzeszutek Wilk | 2017-01-06 | 1 | -10/+1 |
* | | | drm/i915: Prevent timeline updates whilst performing reset | Chris Wilson | 2017-01-03 | 1 | -1/+9 |
* | | | drm/i915: Silence allocation failure during sg_trim() | Chris Wilson | 2017-01-03 | 1 | -1/+1 |
* | | | drm/i915: Don't clflush before release phys object | Chris Wilson | 2017-01-03 | 1 | -4/+6 |