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
/
gt
/
intel_timeline.c
Age
Commit message (
Expand
)
Author
2020-05-11
drm/i915: Make intel_timeline_init static
Mika Kuoppala
2020-04-27
drm/i915/gt: Check cacheline is valid before acquiring
Chris Wilson
2020-04-21
drm/i915/gt: Poison residual state [HWSP] across resume.
Chris Wilson
2020-03-23
drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace period
Chris Wilson
2020-03-07
drm/i915/gt: Close race between cacheline_retire and free
Chris Wilson
2020-02-03
drm/i915/gt: Warn about the hidden i915_vma_pin in timeline_get_seqno
Chris Wilson
2020-01-30
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
2020-01-09
drm/i915/gt: Drop a defunct timeline assertion
Chris Wilson
2019-12-17
drm/i915/gt: Eliminate the trylock for reading a timeline's hwsp
Chris Wilson
2019-12-13
drm/i915: Use EAGAIN for trylock failures
Chris Wilson
2019-11-27
drm/i915: Serialise i915_active_fence_set() with itself
Chris Wilson
2019-11-25
drm/i915/gt: Schedule request retirement when timeline idles
Chris Wilson
2019-11-20
drm/i915/gt: Declare timeline.lock to be irq-free
Chris Wilson
2019-11-20
drm/i915/gt: Close race between engine_park and intel_gt_retire_requests
Chris Wilson
2019-11-19
drm/i915/gt: Move new timelines to the end of active_list
Chris Wilson
2019-11-01
drm/i915/gt: Pull timeline initialise to intel_gt_init_early
Chris Wilson
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
2019-09-20
drm/i915: Protect timeline->hwsp dereferencing
Chris Wilson
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
2019-08-23
drm/i915: Hold irq-off for the entire fake lock period
Chris Wilson
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
2019-08-16
drm/i915/gt: Mark context->active_count as protected by timeline->mutex
Chris Wilson
2019-08-15
drm/i915/gt: Guard timeline pinning without relying on struct_mutex
Chris Wilson
2019-08-15
drm/i915/gt: Convert timeline tracking to spinlock
Chris Wilson
2019-08-15
drm/i915/gt: Track timeline activeness in enter/exit
Chris Wilson
2019-06-26
drm/i915/gt: Always call kref_init for the timeline
Chris Wilson
2019-06-26
drm/i915/gt: Drop stale commentary for timeline density
Chris Wilson
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
2019-06-21
drm/i915: Remove waiting & retiring from shrinker paths
Chris Wilson
2019-06-21
drm/i915/gt: Rename i915_gt_timelines
Chris Wilson
2019-06-21
drm/i915: Rename i915_timeline to intel_timeline and move under gt
Tvrtko Ursulin