index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_vma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-06
drm/i915: Claim vma while under closed_lock in i915_vma_parked()
Chris Wilson
1
-1
/
+3
2019-12-05
drm/i915: Try hard to bind the context
Chris Wilson
1
-0
/
+34
2019-12-04
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
1
-3
/
+2
2019-10-31
drm/i915: Split detaching and removing the vma
Chris Wilson
1
-20
/
+17
2019-10-21
drm/i915: Lift i915_vma_parked() onto the gt
Chris Wilson
1
-16
/
+16
2019-10-15
drm/i915: Remove leftover vma->obj->pages_pin_count on insert/remove
Chris Wilson
1
-4
/
+1
2019-10-15
drm/i915: Drop obj.page_pin_count after a failed vma->set_pages()
Chris Wilson
1
-1
/
+4
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
1
-2
/
+2
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
1
-0
/
+2
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-158
/
+366
2019-10-04
drm/i915: Only track bound elements of the GTT
Chris Wilson
1
-10
/
+2
2019-10-04
drm/i915: Use helpers for drm_mm_node booleans
Chris Wilson
1
-1
/
+1
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
1
-4
/
+2
2019-09-11
drm/i915: Make i915_vma.flags atomic_t for mutex reduction
Chris Wilson
1
-14
/
+15
2019-09-09
drm/i915: cleanup cache-coloring
Matthew Auld
1
-11
/
+11
2019-09-09
drm/i915: export color_differs
Matthew Auld
1
-7
/
+4
2019-08-22
drm/i915: Replace i915_vma_put_fence()
Chris Wilson
1
-1
/
+3
2019-08-22
drm/i915: Pull obj->userfault tracking under the ggtt->mutex
Chris Wilson
1
-1
/
+3
2019-08-22
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-3
/
+3
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-4
/
+4
2019-08-20
drm/i915: Be defensive when starting vma activity
Chris Wilson
1
-2
/
+1
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
1
-2
/
+2
2019-08-16
drm/i915: Extract intel_frontbuffer active tracking
Chris Wilson
1
-2
/
+4
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-8
/
+8
2019-08-12
drm/i915: Forgo last_fence active request tracking
Chris Wilson
1
-13
/
+0
2019-08-07
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
1
-0
/
+1
2019-08-02
drm/i915: Hide unshrinkable context objects from the shrinker
Chris Wilson
1
-0
/
+16
2019-08-02
drm/i915: Report resv_obj allocation failure
Chris Wilson
1
-22
/
+9
2019-07-30
drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
Chris Wilson
1
-1
/
+1
2019-07-03
drm/i915: Mark up vma->active as safe for use inside shrinkers
Chris Wilson
1
-0
/
+8
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
1
-8
/
+14
2019-06-21
drm/i915: Throw away the active object retirement complexity
Chris Wilson
1
-43
/
+11
2019-06-21
drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt
Tvrtko Ursulin
1
-1
/
+2
2019-06-18
drm/i915: Use drm_gem_object.resv
Chris Wilson
1
-5
/
+5
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula
1
-5
/
+5
2019-06-14
drm/i915: Remove rpm asserts that use i915
Daniele Ceraolo Spurio
1
-1
/
+1
2019-06-12
drm/i915: Combine unbound/bound list tracking for objects
Chris Wilson
1
-29
/
+5
2019-06-10
drm/i915: Promote i915->mm.obj_lock to be irqsafe
Chris Wilson
1
-6
/
+11
2019-06-06
drm/i915: Move object close under its own lock
Chris Wilson
1
-17
/
+31
2019-05-31
drm/i915: Report all objects with allocated pages to the shrinker
Chris Wilson
1
-4
/
+12
2019-05-31
drm/i915: Track the purgeable objects on a separate eviction list
Chris Wilson
1
-1
/
+2
2019-05-28
drm/i915: Drop the deferred active reference
Chris Wilson
1
-9
/
+6
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
1
-4
/
+4
2019-05-28
Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-8
/
+5
2019-05-20
drm/i915/selftests: Add live vma selftest
Ville Syrjälä
1
-8
/
+0
2019-05-20
drm/i915: Add a new "remapped" gtt_view
Ville Syrjälä
1
-1
/
+5
2019-05-08
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-6
/
+45
2019-04-29
drm: Simplify stacktrace handling
Thomas Gleixner
1
-7
/
+4
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-1
/
+2
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
1
-10
/
+18
[prev]
[next]