index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Lift intel_engines_resume() to callers
Chris Wilson
2019-08-01
1
-14
/
+11
*
drm/i915: move modesetting core code under display/
Jani Nikula
2019-06-17
1
-2
/
+3
*
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
2019-06-14
1
-4
/
+0
*
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-1
/
+1
*
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-9
/
+10
*
drm/i915: Refine i915_reset.lock_map
Chris Wilson
2019-06-14
1
-3
/
+0
*
drm/i915: Move fence register tracking from i915->mm to ggtt
Chris Wilson
2019-06-13
1
-43
/
+9
*
drm/i915: Remove I915_POSTING_READ_FW
Tvrtko Ursulin
2019-06-12
1
-4
/
+5
*
drm/i915: Combine unbound/bound list tracking for objects
Chris Wilson
2019-06-12
1
-18
/
+12
*
drm/i915: Prevent lock-cycles between GPU waits and GPU resets
Chris Wilson
2019-06-12
1
-0
/
+3
*
drm/i915: Promote i915->mm.obj_lock to be irqsafe
Chris Wilson
2019-06-10
1
-2
/
+6
*
drm/i915: Move object close under its own lock
Chris Wilson
2019-06-06
1
-0
/
+1
*
drm/i915: Report all objects with allocated pages to the shrinker
Chris Wilson
2019-05-31
1
-11
/
+12
*
drm/i915: Track the purgeable objects on a separate eviction list
Chris Wilson
2019-05-31
1
-2
/
+18
*
drm/i915: Split off pci_driver.remove() tail to drm_driver.release()
Janusz Krzysztofik
2019-05-31
1
-1
/
+9
*
drm/i915: Move GEM client throttling to its own file
Chris Wilson
2019-05-28
1
-58
/
+0
*
drm/i915: Move GEM object busy checking to its own file
Chris Wilson
2019-05-28
1
-128
/
+0
*
drm/i915: Move GEM object waiting to its own file
Chris Wilson
2019-05-28
1
-254
/
+0
*
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
1
-54
/
+68
*
drm/i915: Pull scatterlist utils out of i915_gem.h
Chris Wilson
2019-05-28
1
-29
/
+1
*
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
1
-7
/
+4
*
drm/i915: Move GEM domain management to its own file
Chris Wilson
2019-05-28
1
-773
/
+4
*
drm/i915: Move mmap and friends to its own file
Chris Wilson
2019-05-28
1
-550
/
+14
*
drm/i915: Move phys objects to its own file
Chris Wilson
2019-05-28
1
-711
/
+1
*
drm/i915: Move shmem object setup to its own file
Chris Wilson
2019-05-28
1
-821
/
+5
*
drm/i915: Pull GEM ioctls interface to its own file
Chris Wilson
2019-05-28
1
-0
/
+1
*
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2019-05-28
1
-1
/
+1
|
\
|
*
Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-05-28
1
-447
/
+104
|
|
\
|
*
\
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-08
1
-513
/
+267
|
|
\
\
|
|
*
|
drm/i915: Avoid use-after-free in reporting create.size
Chris Wilson
2019-04-24
1
-1
/
+1
|
*
|
|
don't open-code file_count()
Al Viro
2019-05-02
1
-1
/
+1
|
*
|
|
drm/i915: Sanity check mmap length against object size
Chris Wilson
2019-03-18
1
-6
/
+9
|
*
|
|
drm/i915: Relax mmap VMA check
Tvrtko Ursulin
2019-03-08
1
-1
/
+2
*
|
|
|
drm/i915: Keep user GGTT alive for a minimum of 250ms
Chris Wilson
2019-05-28
1
-0
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
drm/i915: Align dumb buffer stride to 4k to allow for gtt remapping
Ville Syrjälä
2019-05-20
1
-1
/
+25
*
|
|
drm/i915: Add a new "remapped" gtt_view
Ville Syrjälä
2019-05-20
1
-2
/
+15
*
|
|
drm/i915: Move the engine->destroy() vfunc onto the engine
Chris Wilson
2019-05-01
1
-17
/
+2
*
|
|
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
2019-04-26
1
-12
/
+12
*
|
|
drm/i915: Split engine setup/init into two phases
Chris Wilson
2019-04-26
1
-0
/
+6
*
|
|
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-24
1
-28
/
+13
*
|
|
drm/i915: Pull the GEM powermangement coupling into its own file
Chris Wilson
2019-04-24
1
-359
/
+4
*
|
|
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-24
1
-3
/
+4
*
|
|
drm/i915: Start writeback from the shrinker
Chris Wilson
2019-04-20
1
-25
/
+2
*
|
|
drm/i915: Avoid use-after-free in reporting create.size
Chris Wilson
2019-04-17
1
-1
/
+1
*
|
|
drm/i915: Verify the engine workarounds stick on application
Chris Wilson
2019-04-17
1
-0
/
+21
|
|
/
|
/
|
*
|
drm/i915: Only reset the pinned kernel contexts on resume
Chris Wilson
2019-04-10
1
-6
/
+3
*
|
drm/i915: extract intel_pm.h from intel_drv.h
Jani Nikula
2019-04-08
1
-0
/
+1
*
|
drm/i915: Be precise in types for i915_gem_busy
Chris Wilson
2019-04-04
1
-9
/
+10
*
|
drm/i915: Prefault before locking pages in shmem_pwrite
Chris Wilson
2019-04-02
1
-6
/
+24
*
|
drm/i915: Check domains for userptr on release
Chris Wilson
2019-03-31
1
-2
/
+1
[next]