index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_shrinker.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Introduce i915_address_space.mutex
Chris Wilson
2018-07-11
1
-0
/
+12
*
drm/i915: Provide a timeout to i915_gem_wait_for_idle()
Chris Wilson
2018-07-09
1
-3
/
+8
*
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-06-05
1
-1
/
+1
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-2
/
+2
*
drm/i915: Only attempt to scan the requested number of shrinker slabs
Chris Wilson
2018-01-18
1
-2
/
+2
*
drm/i915: Update shrinker drm_i915_private naming convention
Chris Wilson
2017-11-27
1
-67
/
+67
*
drm/i915: Rename shrinker init/cleanup to match driver initialisation phase
Chris Wilson
2017-11-27
1
-4
/
+4
*
drm/i915: Idle the GPU before shinking everything
Chris Wilson
2017-11-08
1
-0
/
+12
*
drm/i915: Set our shrinker->batch to 4096 (~16MiB)
Chris Wilson
2017-10-16
1
-7
/
+27
*
drm/i915: Wire up shrinkctl->nr_scanned
Chris Wilson
2017-10-16
1
-1
/
+1
*
drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
Chris Wilson
2017-10-16
1
-38
/
+26
*
drm/i915: Remove walk over obj->vma_list for the shrinker
Chris Wilson
2017-10-16
1
-20
/
+7
*
drm/i915: Refactor testing obj->mm.pages
Chris Wilson
2017-10-16
1
-5
/
+5
*
drm/i915: wire up shrinkctl->nr_scanned
Chris Wilson
2017-09-07
1
-6
/
+18
*
drm/i915/shrinker: Wrap need_resched() inside preempt-disable
Chris Wilson
2017-08-07
1
-3
/
+8
*
drm/i915: Spin for struct_mutex inside shrinker
Chris Wilson
2017-06-14
1
-7
/
+12
*
drm/i915: Allow kswapd to pause the device whilst reaping
Chris Wilson
2017-06-02
1
-0
/
+9
*
drm/i915: Only GGTT vma may be pinned and prevent shrinking
Chris Wilson
2017-05-25
1
-1
/
+9
*
drm/i915: Do not sync RCU during shrinking
Joonas Lahtinen
2017-05-11
1
-5
/
+0
*
drm/i915: Simplify shrinker locking
Joonas Lahtinen
2017-04-07
1
-37
/
+19
*
drm/i915: Don't call synchronize_rcu_expedited under struct_mutex
Joonas Lahtinen
2017-04-07
1
-10
/
+16
*
drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)
Chris Wilson
2017-03-14
1
-1
/
+1
*
drm/i915: Prevent concurrent tiling/framebuffer modifications
Chris Wilson
2017-03-01
1
-1
/
+1
*
drm/i915: Remove struct_mutex for destroying framebuffers
Chris Wilson
2017-02-16
1
-1
/
+1
*
drm/i915: i915_gem_shrink_all() needs an awake device
Chris Wilson
2017-02-08
1
-2
/
+3
*
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-12-13
1
-41
/
+72
|
\
|
*
drm/i915: Unify global_list into global_link
Joonas Lahtinen
2016-11-02
1
-8
/
+8
|
*
drm/i915: Allow shrinking of userptr objects once again
Tvrtko Ursulin
2016-11-01
1
-2
/
+2
|
*
drm/i915: Improve lockdep tracking for obj->mm.lock
Chris Wilson
2016-11-01
1
-2
/
+2
|
*
drm/i915: Move the recently scanned objects to the tail after shrinking
Chris Wilson
2016-11-01
1
-1
/
+1
|
*
drm/i915: Discard objects from mm global_list after being shrunk
Chris Wilson
2016-11-01
1
-0
/
+1
|
*
drm/i915: Mark up obj->mm.lock for shrinker
Chris Wilson
2016-10-31
1
-1
/
+3
|
*
drm/i915: Move object release to a freelist + worker
Chris Wilson
2016-10-28
1
-4
/
+10
|
*
drm/i915: Move object backing storage manipulation to its own locking
Chris Wilson
2016-10-28
1
-17
/
+34
|
*
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
2016-10-28
1
-3
/
+8
|
*
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
1
-5
/
+5
|
*
drm/i915: Treat a framebuffer reference as an active reference whilst shrinking
Chris Wilson
2016-10-12
1
-2
/
+3
*
|
locking/mutex, drm: Introduce mutex_trylock_recursive()
Peter Zijlstra
2016-11-15
1
-3
/
+12
*
|
locking/drm: Fix i915_gem_shrinker_lock() locking
Ingo Molnar
2016-11-03
1
-1
/
+2
*
|
locking/drm: Kill mutex trickery
Peter Zijlstra
2016-10-25
1
-19
/
+1
|
/
*
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
1
-1
/
+1
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-2
/
+2
*
drm/i915: Remove unused no-shrinker-steal
Chris Wilson
2016-08-05
1
-3
/
+0
*
drm/i915/shrinker: Wait before acquiring struct_mutex under oom
Chris Wilson
2016-08-05
1
-4
/
+9
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-1
/
+1
*
drm/i915: Enable lockless lookup of request tracking via RCU
Chris Wilson
2016-08-04
1
-4
/
+11
*
drm/i915: Move obj->active:5 to obj->flags
Chris Wilson
2016-08-04
1
-2
/
+3
*
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
2016-08-04
1
-1
/
+1
*
drm/i915: Be more careful when unbinding vma
Chris Wilson
2016-08-04
1
-7
/
+1
*
drm/i915: Count how many VMA are bound for an object
Chris Wilson
2016-08-04
1
-9
/
+8
[next]