index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Finally remove obj->mm.lock.
Maarten Lankhorst
2021-03-24
1
-6
/
+0
*
drm/i915: Fix pread/pwrite to work with new locking rules.
Maarten Lankhorst
2021-03-24
1
-110
/
+114
*
drm/i915: Take reservation lock around i915_vma_pin.
Maarten Lankhorst
2021-03-24
1
-1
/
+5
*
drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.
Maarten Lankhorst
2021-03-24
1
-4
/
+1
*
drm/i915: Disable userptr pread/pwrite support.
Maarten Lankhorst
2021-03-24
1
-0
/
+5
*
drm/i915: Add gem object locking to madvise.
Maarten Lankhorst
2021-03-24
1
-1
/
+7
*
drm/i915: Disable pread/pwrite ioctl's for future platforms (v3)
Ashutosh Dixit
2021-03-18
1
-0
/
+14
*
drm/i915/gem: Move freeze/freeze_late next to suspend/suspend_late
Chris Wilson
2021-02-08
1
-41
/
+0
*
drm/i915/gem: Use shrinkable status for unknown swizzle quirks
Chris Wilson
2021-01-20
1
-6
/
+6
*
drm/i915/gem: Almagamate clflushes on freeze
Chris Wilson
2021-01-20
1
-11
/
+5
*
drm/i915/gem: split gem_create into own file
Matthew Auld
2021-01-15
1
-102
/
+0
*
drm/i915/gem: Drop free_work for GEM contexts
Chris Wilson
2020-12-16
1
-2
/
+0
*
drm/i915/gem: Pull phys pread/pwrite implementations to the backend
Chris Wilson
2020-11-05
1
-26
/
+0
*
drm/i915/gem: Allow backends to override pread implementation
Matthew Auld
2020-11-05
1
-0
/
+6
*
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
2020-09-07
1
-6
/
+5
*
drm/i915: Use per object locking in execbuf, v12.
Maarten Lankhorst
2020-09-07
1
-0
/
+6
*
drm/i915: Remove locking from i915_gem_object_prepare_read/write
Maarten Lankhorst
2020-09-07
1
-2
/
+18
*
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
2020-09-07
1
-3
/
+49
*
drm/i915/gem: Remove disordered per-file request list for throttling
Chris Wilson
2020-09-07
1
-18
/
+0
*
drm/i915: Leave vma intact as they are discarded
Chris Wilson
2020-06-12
1
-33
/
+5
*
drm/i915: Correct discard i915_vma_compare assertion
Chris Wilson
2020-06-05
1
-1
/
+2
*
drm/i915: Discard a misplaced GGTT vma
Chris Wilson
2020-06-05
1
-0
/
+45
*
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
2020-04-02
1
-1
/
+6
*
drm/i915/gt: Make fence revocation unequivocal
Chris Wilson
2020-04-01
1
-7
/
+5
*
drm/i915/gt: Pull restoration of GGTT fences underneath the GT
Chris Wilson
2020-03-16
1
-1
/
+0
*
drm/i915: Move GGTT fence registers under gt/
Chris Wilson
2020-03-16
1
-1
/
+1
*
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
2020-02-27
1
-1
/
+0
*
drm/i915: Never allow userptr into the new mapping types
Janusz Krzysztofik
2020-02-08
1
-3
/
+0
*
drm/i915: Wean off drm_pci_alloc/drm_pci_free
Chris Wilson
2020-02-04
1
-4
/
+4
*
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
2020-01-30
1
-0
/
+6
*
drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placement
Chris Wilson
2020-01-30
1
-1
/
+1
*
drm/i915/gem: Detect overflow in calculating dumb buffer size
Chris Wilson
2020-01-24
1
-1
/
+4
*
drm/i915: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
2020-01-22
1
-3
/
+4
*
drm/i915: Create dumb buffer from LMEM
Ramalingam C
2020-01-05
1
-7
/
+22
*
drm/i915/selftests: Flush the context worker
Chris Wilson
2019-12-30
1
-2
/
+2
*
drm/i915: Introduce a vma.kref
Chris Wilson
2019-12-23
1
-18
/
+9
*
drm/i915: Add a simple is-bound check before unbinding
Chris Wilson
2019-12-23
1
-1
/
+4
*
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
2019-12-22
1
-249
/
+4
*
drm/i915: Move i915_gem_init_contexts() earlier
Chris Wilson
2019-12-21
1
-11
/
+12
*
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-21
1
-13
/
+6
*
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
2019-12-20
1
-6
/
+5
*
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
2019-12-18
1
-5
/
+5
*
drm/i915/gem: Avoid rcu_barrier() from shrinker paths
Chris Wilson
2019-12-09
1
-1
/
+1
*
drm/i915/gem: Flush the pwrite through the chipset before signaling
Chris Wilson
2019-12-06
1
-1
/
+2
*
drm/i915/gem: Reinitialise the local list before repeating
Chris Wilson
2019-12-05
1
-1
/
+1
*
drm/i915/gem: Try to flush pending unbind events
Chris Wilson
2019-12-04
1
-1
/
+9
*
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
2019-12-04
1
-1
/
+2
*
drm/i915/gem: Avoid parking the vma as we unbind
Chris Wilson
2019-12-03
1
-1
/
+16
*
drm/i915: Lift i915_vma_pin() out of intel_renderstate_emit()
Chris Wilson
2019-12-03
1
-1
/
+7
*
drm/i915/gem: Take runtime-pm wakeref prior to unbinding
Chris Wilson
2019-12-03
1
-1
/
+16
[prev]
[next]