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_gem_shrinker.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-01
drm/i915: Prevent concurrent tiling/framebuffer modifications
Chris Wilson
1
-1
/
+1
2017-02-16
drm/i915: Remove struct_mutex for destroying framebuffers
Chris Wilson
1
-1
/
+1
2017-02-08
drm/i915: i915_gem_shrink_all() needs an awake device
Chris Wilson
1
-2
/
+3
2016-12-13
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-41
/
+72
2016-11-15
locking/mutex, drm: Introduce mutex_trylock_recursive()
Peter Zijlstra
1
-3
/
+12
2016-11-03
locking/drm: Fix i915_gem_shrinker_lock() locking
Ingo Molnar
1
-1
/
+2
2016-11-02
drm/i915: Unify global_list into global_link
Joonas Lahtinen
1
-8
/
+8
2016-11-01
drm/i915: Allow shrinking of userptr objects once again
Tvrtko Ursulin
1
-2
/
+2
2016-11-01
drm/i915: Improve lockdep tracking for obj->mm.lock
Chris Wilson
1
-2
/
+2
2016-11-01
drm/i915: Move the recently scanned objects to the tail after shrinking
Chris Wilson
1
-1
/
+1
2016-11-01
drm/i915: Discard objects from mm global_list after being shrunk
Chris Wilson
1
-0
/
+1
2016-10-31
drm/i915: Mark up obj->mm.lock for shrinker
Chris Wilson
1
-1
/
+3
2016-10-28
drm/i915: Move object release to a freelist + worker
Chris Wilson
1
-4
/
+10
2016-10-28
drm/i915: Move object backing storage manipulation to its own locking
Chris Wilson
1
-17
/
+34
2016-10-28
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
1
-3
/
+8
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
1
-5
/
+5
2016-10-25
locking/drm: Kill mutex trickery
Peter Zijlstra
1
-19
/
+1
2016-10-12
drm/i915: Treat a framebuffer reference as an active reference whilst shrinking
Chris Wilson
1
-2
/
+3
2016-09-09
drm/i915: Mark up all locked waiters
Chris Wilson
1
-1
/
+1
2016-09-09
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
1
-2
/
+2
2016-08-05
drm/i915: Remove unused no-shrinker-steal
Chris Wilson
1
-3
/
+0
2016-08-05
drm/i915/shrinker: Wait before acquiring struct_mutex under oom
Chris Wilson
1
-4
/
+9
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Enable lockless lookup of request tracking via RCU
Chris Wilson
1
-4
/
+11
2016-08-04
drm/i915: Move obj->active:5 to obj->flags
Chris Wilson
1
-2
/
+3
2016-08-04
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Be more careful when unbinding vma
Chris Wilson
1
-7
/
+1
2016-08-04
drm/i915: Count how many VMA are bound for an object
Chris Wilson
1
-9
/
+8
2016-07-26
drm/i915: Prefer list_first_entry_or_null
Chris Wilson
1
-4
/
+5
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-1
/
+1
2016-07-20
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
Chris Wilson
1
-1
/
+1
2016-07-12
drm/i915: Update ifdeffery for mutex->owner
Chris Wilson
1
-1
/
+1
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-4
/
+4
2016-07-01
drm/i915/shrinker: Flush active on objects before counting
Chris Wilson
1
-0
/
+2
2016-06-24
drm/i915: Split idling from forcing context switch
Chris Wilson
1
-1
/
+1
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-2
/
+2
2016-05-02
drm/i915: Add rpm get/put in oom and vmap notifier
Praveen Paneri
1
-0
/
+4
2016-05-02
drm/i915: Unbind objects in shrinker only if device is runtime active
Praveen Paneri
1
-0
/
+12
2016-04-28
drm/i915: Move ioremap_wc tracking onto VMA
Chris Wilson
1
-6
/
+22
2016-04-20
drm/i915/shrinker: Only shmemfs objects are backed by swap
Chris Wilson
1
-6
/
+4
2016-04-20
drm/i915/shrinker: Report "unevictable" pages
Chris Wilson
1
-11
/
+12
2016-04-20
drm/i915/shrinker: Only report objects with extra pinned pages as pinned
Chris Wilson
1
-1
/
+1
2016-04-11
drm/i915/shrinker: Restrict vmap purge to objects with vmaps
Chris Wilson
1
-1
/
+9
2016-04-05
drm/i915/shrinker: Refactor common uninterruptible locking
Chris Wilson
1
-37
/
+42
2016-04-05
drm/i915/shrinker: Hook up vmap allocation failure notifier
Chris Wilson
1
-0
/
+39
2016-04-05
drm/i915/shrinker: Account for unshrinkable unbound pages
Chris Wilson
1
-1
/
+1
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
1
-2
/
+2
2016-01-27
drm/i915: Sanitize GEM shrinker init and clean-up
Imre Deak
1
-2
/
+14
2016-01-05
drm/i915: Disable shrinker for non-swapped backed objects
Chris Wilson
1
-16
/
+44
2015-10-07
drm/i915: Avoid GPU stalls from kswapd
Chris Wilson
1
-2
/
+7
[next]