index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_vma.c
Age
Commit message (
Expand
)
Author
2017-01-26
drm/i915: Pevent copying uninitialised garbage into vma->ggtt_view
Chris Wilson
2017-01-21
drm/i915: reinstate call to trace_i915_vma_bind
Daniele Ceraolo Spurio
2017-01-21
drm/i915: Assert that created vma has a whole number of pages
Chris Wilson
2017-01-21
drm/i915: Assert the drm_mm_node is allocated when on the VM lists
Chris Wilson
2017-01-21
drm/i915: Reject vma creation larger than address space
Chris Wilson
2017-01-19
drm/i915: Remove i915_gem_object_to_ggtt()
Chris Wilson
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
drm/i915: Add a check that the VMA instance we lookup matches the request
Chris Wilson
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
2017-01-14
drm/i915: Convert i915_ggtt_view to use an anonymous union
Chris Wilson
2017-01-13
drm/i915: Assert that we have allocated the drm_mm_node upon pinning
Chris Wilson
2017-01-11
drm/i915: Extract reserving space in the GTT to a helper
Chris Wilson
2017-01-11
drm/i915: Use the MRU stack search after evicting
Chris Wilson
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2017-01-10
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
Chris Wilson
2017-01-10
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
2017-01-10
drm/i915: Align GGTT sizes to a fence tile row
Chris Wilson
2017-01-06
drm/i915: Use range_overflows()
Chris Wilson
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
2016-12-31
drm/i915: Move assert of page pin vs bind count into i915_vma_unbind
Chris Wilson
2016-12-28
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
2016-12-23
drm/i915: Assert that the partial VMA fits within the object
Chris Wilson
2016-12-16
drm/i915: convert to using range_overflows
Matthew Auld
2016-12-16
drm/i915: move vma sanity checking into i915_vma_bind
Matthew Auld
2016-12-05
drm/i915: Tidy i915_gem_valid_gtt_space()
Chris Wilson
2016-12-05
drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)
Chris Wilson
2016-11-29
drm/i915: Convert vm->dev backpointer to vm->i915
Chris Wilson
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen