index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
drm/i915: Reduce the pointer dance of i915_is_ggtt()
Chris Wilson
1
-11
/
+7
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
1
-25
/
+25
2016-02-15
drm/i915: Check for get_pages instead of shmem (filp)
Ben Widawsky
1
-1
/
+1
2016-02-15
drm/i915: Use appropriate spinlock flavour
Tvrtko Ursulin
1
-4
/
+2
2016-02-15
Revert "drm/i915: fix context/engine cleanup order"
Daniel Vetter
1
-12
/
+11
2016-02-10
drm/i915: fix context/engine cleanup order
Nick Hoath
1
-11
/
+12
2016-02-03
drm/i915: Allow i915_gem_object_get_page() on userptr as well
Chris Wilson
1
-1
/
+2
2016-01-28
drm/i915: Make LRC (un)pinning work on context and engine
Tvrtko Ursulin
1
-1
/
+1
2016-01-27
drm/i915: Sanitize i915_gem_load() init and clean-up
Imre Deak
1
-1
/
+10
2016-01-27
drm/i915: Sanitize GEM shrinker init and clean-up
Imre Deak
1
-2
/
+0
2016-01-27
Revert "drm/i915: Fix context/engine cleanup order"
Daniel Vetter
1
-12
/
+11
2016-01-25
drm/i915: Fix context/engine cleanup order
Nick Hoath
1
-11
/
+12
2016-01-21
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
Chris Wilson
1
-4
/
+14
2016-01-21
drm/i915: Decouple execbuf uAPI from internal implementation
Tvrtko Ursulin
1
-0
/
+2
2016-01-21
drm/i915: tidy up a few leftovers
Dave Gordon
1
-4
/
+2
2016-01-21
drm/i915: abolish separate per-ring default_context pointers
Dave Gordon
1
-3
/
+3
2016-01-21
drm/i915: simplify allocation of driver-internal requests
Dave Gordon
1
-13
/
+42
2016-01-18
drm/i915: Only grab timestamps when needed
Tvrtko Ursulin
1
-5
/
+7
2016-01-18
Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...
Dave Airlie
1
-1
/
+1
2016-01-13
drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page
Michel Thierry
1
-1
/
+1
2015-12-23
Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-67
/
+149
2015-12-18
drm/i915: Only spin whilst waiting on the current request
Chris Wilson
1
-1
/
+7
2015-12-18
drm/i915: Limit the busy wait on requests to 5us not 10ms!
Chris Wilson
1
-2
/
+45
2015-12-18
drm/i915: Break busywaiting for requests on pending signals
Chris Wilson
1
-5
/
+8
2015-12-17
drm/i915: Set the map-and-fenceable flag for preallocated objects
Chris Wilson
1
-19
/
+24
2015-12-15
Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-1
/
+1
2015-12-11
Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued
Daniel Vetter
1
-2
/
+10
2015-12-11
drm/i915: mark a newly-created GEM object dirty when filled with data
Dave Gordon
1
-0
/
+1
2015-12-11
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
Dave Gordon
1
-0
/
+15
2015-12-11
drm/i915: Update to post-reset execlist queue clean-up
Tomas Elf
1
-11
/
+4
2015-12-10
drm/i915: Remove VLV A0 hack
Wayne Boyer
1
-8
/
+0
2015-12-10
drm/i915: Separate cherryview from valleyview
Wayne Boyer
1
-2
/
+2
2015-12-09
drm/i915: Add soft-pinning API for execbuffer
Chris Wilson
1
-20
/
+44
2015-12-09
drm: Move drm_display_mode an related docs into kerneldoc
Daniel Vetter
1
-0
/
+4
2015-12-08
Back merge tag 'v4.4-rc4' into drm-next
Dave Airlie
1
-2
/
+10
2015-12-04
Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"
Daniel Vetter
1
-3
/
+4
2015-12-04
drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_request
Chris Wilson
1
-1
/
+1
2015-12-03
drm/i915: Extend LRC pinning to cover GPU context writeback
Nick Hoath
1
-4
/
+3
2015-12-01
drm/i915: Check the timeout passed to i915_wait_request
Chris Wilson
1
-2
/
+10
2015-11-23
Merge tag 'v4.4-rc2' into drm-intel-next-queued
Daniel Vetter
1
-4
/
+9
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
1
-1
/
+1
2015-11-18
drm/i915: Parametrize L3 error registers
Ville Syrjälä
1
-4
/
+3
2015-11-16
drm/i915: get runtime PM reference around GEM set_caching IOCTL
Imre Deak
1
-1
/
+7
2015-11-12
drm/i915: Remove redundant check in i915_gem_obj_to_vma
Tvrtko Ursulin
1
-4
/
+2
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-93
/
+179
2015-11-07
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
1
-2
/
+1
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-1
/
+1
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-11-02
drm/i915: Wait for object idle without locks in atomic_commit, v2.
Maarten Lankhorst
1
-6
/
+0
2015-10-31
drm/i915: Shut up GuC errors when it's disabled
Daniel Vetter
1
-12
/
+3
[next]