summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-034-0/+6
|\
| * sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-031-1/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-1/+1
| |\
| | * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
* | | mm: use mmget_not_zero() helperVegard Nossum2017-02-281-1/+1
* | | mm: add new mmgrab() helperVegard Nossum2017-02-281-1/+1
* | | scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-252-3/+3
|/ /
* | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-24118-6100/+12987
|\ \
| * \ Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-2313-80/+106
| |\ \
| * | | drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede2017-02-161-1/+12
| * | | drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson2017-02-161-2/+2
| * | | drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson2017-02-161-0/+5
| * | | drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä2017-02-161-3/+3
| * | | drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson2017-02-161-1/+6
| * | | drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang2017-02-161-3/+4
| * | | drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson2017-02-164-17/+81
| * | | drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang2017-02-161-1/+2
| * | | drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak2017-02-163-3/+8
| * | | drm/i915/gen9+: Enable hotplug detection earlyImre Deak2017-02-161-19/+50
| * | | drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling modeChris Wilson2017-02-161-1/+1
| * | | drm/i915: Recreate internal objects with single page segments if dmar failsChris Wilson2017-02-161-14/+23
| * | | Merge tag 'gvt-next-2017-02-15' of https://github.com/01org/gvt-linux into dr...Jani Nikula2017-02-1613-99/+179
| |\ \ \
| | * | | drm/i915/gvt: return error code if dma map iova failedChuanxiao Dong2017-02-141-1/+4
| | * | | drm/i915/gvt: optimize the inhibit context mmio loadChuanxiao Dong2017-02-141-0/+17
| | * | | drm/i915/gvt: add sprite plane flip done support.Xu Han2017-02-142-1/+23
| | * | | drm/i915/gvt: add missing display part reset for vGPU resetChangbin Du2017-02-143-0/+14
| | * | | drm/i915/gvt: Fix shadow context descriptorZhenyu Wang2017-02-141-1/+2
| | * | | drm/i915/gvt: Fix alignment for GTT allocationZhenyu Wang2017-02-141-7/+8
| | * | | drm/i915/gvt: fix crash at function release_shadow_wa_ctxChangbin Du2017-02-101-1/+1
| | * | | drm/i915/gvt: enable IOMMU for gvtChuanxiao Dong2017-02-091-7/+0
| | * | | drm/i915/gvt: map pfn for PTE entry in kvmChuanxiao Dong2017-02-091-13/+49
| | * | | drm/i915/gvt: Map shadow page before using it in shadow page tableChuanxiao Dong2017-02-091-20/+50
| | * | | drm/i915/gvt: reduce the line of interrupt logs and log friendlyChangbin Du2017-02-091-42/+11
| | * | | drm/i915/gvt: remove a redundant end of line in debug logChangbin Du2017-02-091-1/+1
| | * | | drm/i915/gvt: remove a noisy unimportant log in sched_policyChangbin Du2017-02-091-1/+0
| | * | | drm/i915/gvt/kvmgt: remove some dead codeDan Carpenter2017-02-081-5/+0
| * | | | Merge tag 'gvt-next-2017-02-07' of https://github.com/01org/gvt-linux into dr...Jani Nikula2017-02-169-121/+42
| |\| | |
| | * | | drm/i915/gvt: fix vgpu type size initZhenyu Wang2017-02-071-6/+7
| | * | | drm/i915/gvt: use normal mmio read function for firmware exposureZhenyu Wang2017-02-071-43/+4
| | * | | drm/i915/gvt: remove detect_host() MPT hookZhenyu Wang2017-02-074-52/+0
| | * | | drm/i915/gvt: move intel iommu detection to intel_gvt_init()Zhenyu Wang2017-02-072-6/+7
| | * | | drm/i915: make intel_gvt_init() later instead of too earlyZhenyu Wang2017-02-072-7/+12
| | * | | drm/i915/gvt: add more resolutions in virtual edidChuanxiao Dong2017-02-071-7/+12
| * | | | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-035-37/+32
| * | | | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
| |/ / /