index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
i915_gem_object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-02
drm/i915/gem: Break up long lists of object reclaim
Chris Wilson
1
-0
/
+1
2020-02-11
drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain list
Chris Wilson
1
-11
/
+7
2019-12-23
drm/i915: Introduce a vma.kref
Chris Wilson
1
-1
/
+1
2019-12-18
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
1
-1
/
+25
2019-12-04
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
1
-0
/
+27
2019-11-19
drm/i915/gem: Protect the obj->vma.list during iteration
Chris Wilson
1
-0
/
+2
2019-11-19
drm/i915/gem: Merge GGTT vma flush into a single loop
Chris Wilson
1
-9
/
+3
2019-11-07
drm/i915: Switch obj->mm.lock lockdep annotations on its head
Daniel Vetter
1
-1
/
+3
2019-10-22
drm/i915/gem: Distinguish each object type
Chris Wilson
1
-2
/
+3
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-12
/
+21
2019-09-11
drm/i915: Make i915_vma.flags atomic_t for mutex reduction
Chris Wilson
1
-1
/
+1
2019-08-22
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-1
/
+1
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2019-08-16
drm/i915: Extract intel_frontbuffer active tracking
Chris Wilson
1
-24
/
+3
2019-08-07
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
1
-0
/
+1
2019-08-04
drm/i915: Replace struct_mutex for batch pool serialisation
Chris Wilson
1
-1
/
+0
2019-08-03
drm/i915: Flush the freed object list on file close
Chris Wilson
1
-34
/
+4
2019-08-03
drm/i915: Hide unshrinkable context objects from the shrinker
Chris Wilson
1
-8
/
+3
2019-07-04
drm/i915/gem: Defer obj->base.resv fini until RCU callback
Chris Wilson
1
-4
/
+5
2019-07-03
drm/i915/gem: Free pages before rcu-freeing the object
Chris Wilson
1
-44
/
+38
2019-06-21
drm/i915: Throw away the active object retirement complexity
Chris Wilson
1
-1
/
+0
2019-06-21
drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt
Tvrtko Ursulin
1
-3
/
+4
2019-06-18
drm/i915: Skip shrinking already freed pages
Chris Wilson
1
-46
/
+1
2019-06-18
drm/i915: Use drm_gem_object.resv
Chris Wilson
1
-4
/
+0
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula
1
-1
/
+2
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
1
-2
/
+2
2019-06-12
drm/i915: Combine unbound/bound list tracking for objects
Chris Wilson
1
-1
/
+1
2019-06-10
drm/i915: Promote i915->mm.obj_lock to be irqsafe
Chris Wilson
1
-4
/
+8
2019-06-06
drm/i915: Move object close under its own lock
Chris Wilson
1
-15
/
+23
2019-05-31
drm/i915: Report all objects with allocated pages to the shrinker
Chris Wilson
1
-25
/
+8
2019-05-31
drm/i915: Track the purgeable objects on a separate eviction list
Chris Wilson
1
-1
/
+10
2019-05-31
drm/i915: Drop check for non-NULL entry in llist_for_each_entry_safe
Chris Wilson
1
-2
/
+1
2019-05-28
drm/i915: Drop the deferred active reference
Chris Wilson
1
-12
/
+1
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
1
-0
/
+2
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
1
-1
/
+9
2019-05-28
drm/i915: Move mmap and friends to its own file
Chris Wilson
1
-0
/
+56
2019-05-28
drm/i915: Move shmem object setup to its own file
Chris Wilson
1
-0
/
+298
2019-05-28
drm/i915: Move object->pages API to i915_gem_object.[ch]
Chris Wilson
1
-0
/
+90