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_gem.c
Age
Commit message (
Expand
)
Author
2016-11-21
drm/i915: Use request retirement as context progress
Mika Kuoppala
2016-11-21
drm/i915: Decouple hang detection from hangcheck period
Mika Kuoppala
2016-11-18
drm/i915: Skip final clflush if LLC is coherent
Chris Wilson
2016-11-18
drm/i915: Always flush the dirty CPU cache when pinning the scanout
Chris Wilson
2016-11-18
drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() error
Chris Wilson
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
2016-11-17
drm/i915: don't leak global_timeline
Matthew Auld
2016-11-17
drm/i915: Demote i915_gem_open() debugging from DRIVER to USER
Chris Wilson
2016-11-17
drm/i915: dev_priv cleanup in i915_gem_gtt.c
Tvrtko Ursulin
2016-11-17
drm/i915: Use dev_priv in INTEL_INFO in i915_gem_fence_reg.c
Tvrtko Ursulin
2016-11-17
drm/i915: dev_priv and a small cascade of cleanups in i915_gem.c
Tvrtko Ursulin
2016-11-14
drm/i915/scheduler: Boost priorities for flips
Chris Wilson
2016-11-14
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
2016-11-14
drm/i915/scheduler: Record all dependencies upon request construction
Chris Wilson
2016-11-14
drm/i915: Remove engine->execlist_lock
Chris Wilson
2016-11-14
drm/i915: Create distinct lockclasses for execution vs user timelines
Chris Wilson
2016-11-11
drm/i915: Stop skipping the final clflush back to system pages
Chris Wilson
2016-11-11
drm/i915: Only wait upon the execution timeline when unlocked
Chris Wilson
2016-11-11
drm/i915: Assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen
2016-11-10
drm/i915: Trim the object sg table
Tvrtko Ursulin
2016-11-08
drm/i915: Remove chipset flush after cache flush
Chris Wilson
2016-11-07
drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...
Imre Deak
2016-11-07
drm/i915: Make sure engines are idle during GPU idling in LR mode
Imre Deak
2016-11-07
drm/i915: Avoid early GPU idling due to race with new request
Imre Deak
2016-11-07
drm/i915: Limit Valleyview and earlier to only using mappable scanout
Chris Wilson
2016-11-07
drm/i915: Round tile chunks up for constructing partial VMAs
Chris Wilson
2016-11-04
drm/i915: Fix pages pin counting around swizzle quirk
Chris Wilson
2016-11-03
drm/i915: Tidy slab cache allocations
Tvrtko Ursulin
2016-11-02
drm/i915: Unify global_list into global_link
Joonas Lahtinen
2016-11-01
drm/i915: Allow shrinking of userptr objects once again
Tvrtko Ursulin
2016-11-01
drm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINE
Ville Syrjälä
2016-11-01
drm/i915: Improve lockdep tracking for obj->mm.lock
Chris Wilson
2016-11-01
drm/i915: Store the vma in an rbtree under the object
Chris Wilson
2016-11-01
drm/i915: Track pages pinned due to swizzling quirk
Chris Wilson
2016-11-01
drm/i915: Avoid accessing request->timeline outside of its lifetime
Chris Wilson
2016-11-01
drm/i915: Use the full hammer when shutting down the rcu tasks
Chris Wilson
2016-10-28
drm/i915: Enable multiple timelines
Chris Wilson
2016-10-28
drm/i915: Reserve space in the global seqno during request allocation
Chris Wilson
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-28
drm/i915: Queue the idling context switch after all other timelines
Chris Wilson
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
2016-10-28
drm/i915: Use lockless object free
Chris Wilson
2016-10-28
drm/i915: Move object release to a freelist + worker
Chris Wilson
2016-10-28
drm/i915: Acquire the backing storage outside of struct_mutex in set-domain
Chris Wilson
2016-10-28
drm/i915: Implement pwrite without struct-mutex
Chris Wilson
2016-10-28
drm/i915: Implement pread without struct-mutex
Chris Wilson
2016-10-28
drm/i915: Move object backing storage manipulation to its own locking
Chris Wilson
2016-10-28
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
[next]