index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2018-07-20
Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-27
/
+61
2018-07-18
Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-87
/
+141
2018-07-13
drm/i915: Prevent writing into a read-only object via a GGTT mmap
Chris Wilson
1
-5
/
+7
2018-07-13
drm/i915/gtt: Disable read-only support under GVT
Chris Wilson
1
-2
/
+6
2018-07-13
drm/i915/gtt: Read-only pages for insert_entries on bdw+
Jon Bloomfield
1
-15
/
+30
2018-07-13
drm/i915/gtt: Add read only pages to gen8_pte_encode
Jon Bloomfield
1
-11
/
+14
2018-07-11
drm/i915: Introduce i915_address_space.mutex
Chris Wilson
1
-0
/
+10
2018-07-09
drm/i915: Provide a timeout to i915_gem_wait_for_idle()
Chris Wilson
1
-1
/
+1
2018-07-06
drm/i915: Track vma activity per fence.context, not per engine
Chris Wilson
1
-3
/
+2
2018-07-06
drm/i915/gtt: Control cache domain of dma_map_page() directly
Chris Wilson
1
-0
/
+2
2018-07-06
drm/i915/gtt: Suppress warnings for dma_map_page
Chris Wilson
1
-4
/
+8
2018-07-05
drm/i915: Remove defunct i915->vm_list
Chris Wilson
1
-5
/
+0
2018-07-04
drm/i915/gtt: Pull global wc page stash under its own locking
Chris Wilson
1
-78
/
+132
2018-06-28
Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-351
/
+353
2018-06-22
Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+10
2018-06-20
Merge drm-upstream/drm-next into drm-misc-next
Gustavo Padovan
1
-27
/
+43
2018-06-14
drm/i915/gtt: Reduce a pair of runtime asserts
Chris Wilson
1
-1
/
+1
2018-06-14
drm/i915/gtt: Cache the PTE encoding of the scratch page
Chris Wilson
1
-10
/
+10
2018-06-14
drm/i915/gtt: Free unused page tables on unbind the context
Chris Wilson
1
-5
/
+39
2018-06-14
drm/i915/gtt: Lazily allocate page directories for gen7
Chris Wilson
1
-41
/
+26
2018-06-14
drm/i915/gtt: Only keep gen6 page directories pinned while active
Chris Wilson
1
-15
/
+21
2018-06-12
drm/i915/gtt: Make gen6 page directories evictable
Chris Wilson
1
-110
/
+147
2018-06-12
drm/i915/gtt: Onionify error handling for gen6_ppgtt_create
Chris Wilson
1
-42
/
+39
2018-06-12
drm/i915/gtt: Subclass gen6_hw_ppgtt
Chris Wilson
1
-47
/
+47
2018-06-12
drm/i915/gtt: Invalidate GGTT caches after writing the gen6 page directories
Chris Wilson
1
-4
/
+4
2018-06-11
drm/i915/ringbuffer: Fix context restore upon reset
Chris Wilson
1
-45
/
+0
2018-06-09
drm/i915/gtt: Reorder aliasing_ppgtt fini
Chris Wilson
1
-6
/
+4
2018-06-08
drm/i915/gtt: Remove vgpu check for gen6
Chris Wilson
1
-1
/
+1
2018-06-08
drm/i915/gtt: Remove redundant hsw_mm_switch()
Chris Wilson
1
-24
/
+0
2018-06-08
drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_range
Chris Wilson
1
-1
/
+1
2018-06-07
drm/i915/gtt: Push allocation to hw ppgtt constructor
Chris Wilson
1
-67
/
+73
2018-06-07
drm/i915: Decouple vma vfuncs from vm
Chris Wilson
1
-26
/
+31
2018-06-07
drm/i915: Prepare for non-object vma
Chris Wilson
1
-2
/
+5
2018-06-07
drm/i915/gtt: Fix typo in fill_px() macro
Chris Wilson
1
-2
/
+2
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
1
-167
/
+166
2018-06-05
drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object list
Chris Wilson
1
-13
/
+10
2018-06-04
drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+
Chris Wilson
1
-49
/
+0
2018-06-01
drm/i915/gtt: Don't restore the non-existent PDE for GGTT
Chris Wilson
1
-0
/
+2
2018-06-01
drm/i915/gtt: Avoid calling non-existent allocate_va_range
Chris Wilson
1
-13
/
+21
2018-05-24
drm/i915: Limit searching for PIN_HIGH
Chris Wilson
1
-1
/
+10
2018-05-22
drm/i915/gtt: Allow pagedirectory allocations to fail
Chris Wilson
1
-8
/
+8
2018-05-13
drm/i915/selftests: scrub 64K
Matthew Auld
1
-0
/
+21
2018-05-11
drm/i915/icl: Introduce initial Icelake Workarounds
Oscar Mateo
1
-3
/
+3
2018-05-11
drm/i915/gtt: Trust the uncached store to flush wcb
Mika Kuoppala
1
-10
/
+8
2018-05-04
drm/i915/gtt: Tidy up duplicate branches in gen8_gmch_probe()
Chris Wilson
1
-6
/
+2
2018-05-04
drm/i915: Lazily unbind vma on close
Chris Wilson
1
-5
/
+9
2018-05-03
drm/i915: Move timeline from GTT to ring
Chris Wilson
1
-3
/
+0
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
1
-19
/
+19
2018-02-15
drm/i915/gtt: Convert WARN_ON to GEM debugging
Chris Wilson
1
-12
/
+10
2018-02-12
drm/i915: Replace open-coded memset_p()
Chris Wilson
1
-11
/
+3
[next]