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.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_gtt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-07
drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionally
Chris Wilson
1
-1
/
+2
2017-06-07
drm/i915: Serialize GTT/Aperture accesses on BXT
Jon Bloomfield
1
-0
/
+103
2017-05-18
drm/i915: use vma->size for appgtt allocate_va_range
Matthew Auld
1
-1
/
+1
2017-05-15
drm/i915: don't do allocate_va_range again on PIN_UPDATE
Matthew Auld
1
-4
/
+8
2017-05-09
drm: use set_memory.h header
Laura Abbott
1
-0
/
+2
2017-03-30
drm/i915: Ironlake do_idle_maps w/a may be called w/o struct_mutex
Chris Wilson
1
-1
/
+1
2017-03-03
drm/i915/gtt: Setup vm callbacks late
Mika Kuoppala
1
-11
/
+12
2017-03-03
drm/i915: Avoid using word legacy with ppgtt
Mika Kuoppala
1
-10
/
+8
2017-03-03
drm/i915/gtt: Prefer i915_vm_is_48bit() over macro
Mika Kuoppala
1
-25
/
+38
2017-03-03
drm/i915/gtt: Make I915_PDPES_PER_PDP inline function
Mika Kuoppala
1
-5
/
+7
2017-02-27
drm/i915: Remove redundant TLB invalidate on switching ppgtt
Chris Wilson
1
-17
/
+0
2017-02-27
drm/i915: Unwind vma->pages allocation upon failure
Chris Wilson
1
-1
/
+12
2017-02-27
drm/i915: Only unwind the local pgtable layer if empty
Chris Wilson
1
-11
/
+26
2017-02-25
drm/i915: Advance start address on crossing PML (48b ppgtt) boundary
Chris Wilson
1
-22
/
+41
2017-02-25
drm/i915: Assert we do not overflow 4lvl page directories
Chris Wilson
1
-3
/
+3
2017-02-23
drm/i915: Remove Braswell GGTT update w/a
Chris Wilson
1
-28
/
+0
2017-02-20
drm/i915: Only apply legacy PDE overflow detection to 3lvl machines
Chris Wilson
1
-1
/
+2
2017-02-15
drm/i915: Use preferred kernel types in i915_gem_gtt.c
Chris Wilson
1
-41
/
+42
2017-02-15
drm/i915: Differentiate the aliasing_ppgtt with an invalid filp
Chris Wilson
1
-1
/
+1
2017-02-15
drm/i915: Only preallocate the aliasing GTT to the extents of the global GTT
Chris Wilson
1
-1
/
+11
2017-02-15
drm/i915: Remove i915_address_space.start
Chris Wilson
1
-10
/
+6
2017-02-15
drm/i915: Remove defunct GTT tracepoints
Chris Wilson
1
-4
/
+0
2017-02-15
drm/i915: Always mark the PDP as dirty when altered
Chris Wilson
1
-2
/
+2
2017-02-15
drm/i915: Remove superfluous posting reads after clear GGTT
Chris Wilson
1
-3
/
+0
2017-02-15
drm/i915: Remove bitmap tracking for used-pml4
Chris Wilson
1
-94
/
+38
2017-02-15
drm/i915: Remove bitmap tracking for used-pdpes
Chris Wilson
1
-194
/
+85
2017-02-15
drm/i915: Remove bitmap tracking for used-pdes
Chris Wilson
1
-164
/
+82
2017-02-15
drm/i915: Remove bitmap tracking for used-ptes
Chris Wilson
1
-221
/
+109
2017-02-15
drm/i915: Tidy gen6_write_pde()
Chris Wilson
1
-25
/
+14
2017-02-15
drm/i915: Remove redundant clear of appgtt
Chris Wilson
1
-4
/
+0
2017-02-15
drm/i915: Always preallocate gen6/7 ppgtt
Chris Wilson
1
-10
/
+14
2017-02-15
drm/i915: Move allocate_va_range to GTT
Chris Wilson
1
-12
/
+27
2017-02-15
drm/i915: Remove kmap/kunmap wrappers
Chris Wilson
1
-43
/
+26
2017-02-15
drm/i915: Convert clflushed pagetables over to WC maps
Chris Wilson
1
-164
/
+169
2017-02-15
drm/i915: Split ggtt/alasing_gtt unbind_vma
Chris Wilson
1
-8
/
+21
2017-02-15
drm/i915: Don't special case teardown of aliasing_ppgtt
Chris Wilson
1
-35
/
+15
2017-02-15
drm/i915: Micro-optimise gen8_ppgtt_insert_entries()
Chris Wilson
1
-79
/
+93
2017-02-15
drm/i915: Micro-optimise gen6_ppgtt_insert_entries()
Chris Wilson
1
-35
/
+33
2017-02-15
drm/i915: Micro-optimise i915_get_ggtt_vma_pages()
Chris Wilson
1
-29
/
+32
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
1
-35
/
+34
2017-02-13
drm/i915: Extract aliasing ppgtt setup
Chris Wilson
1
-34
/
+56
2017-02-13
drm/i915: Use fault-injection to force the shrinker to run in live GTT tests
Chris Wilson
1
-0
/
+6
2017-02-13
drm/i915: Add initial selftests for i915_gem_gtt
Chris Wilson
1
-0
/
+1
2017-02-13
drm/i915: Mock a GGTT for self-testing
Chris Wilson
1
-0
/
+4
2017-02-10
drm/i915: Unbind any residual objects/vma from the Global GTT on shutdown
Chris Wilson
1
-0
/
+9
2017-02-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-23
/
+16
2017-02-09
drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
Zhi Wang
1
-3
/
+4
2017-02-06
drm/i915: Use page coloring to provide the guard page at the end of the GTT
Chris Wilson
1
-7
/
+12
2017-02-06
drm/i915: Assign I915_COLOR_UNEVICTABLE to the address space head_node
Chris Wilson
1
-0
/
+4
2017-02-06
drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZE
Chris Wilson
1
-2
/
+2
[next]