index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
i915_gem_mman.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
drm/i915: Implement vm_ops->access for gdb access into mmaps
Chris Wilson
2020-05-01
1
-0
/
+34
*
drm/i915/gem: Mark up the racy read of the mmap_singleton
Chris Wilson
2020-03-11
1
-1
/
+1
*
drm/i915: Never allow userptr into the new mapping types
Janusz Krzysztofik
2020-02-08
1
-2
/
+1
*
drm/i915/gem: Tighten checks and acquiring the mmap object
Chris Wilson
2020-01-30
1
-28
/
+11
*
drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain list
Chris Wilson
2020-01-20
1
-14
/
+76
*
drm/i915/gem: Extend mmap support for lmem
Abdiel Janulgue
2020-01-04
1
-7
/
+14
*
drm/i915/gem: Drop local vma->vm_file reference
Chris Wilson
2020-01-01
1
-0
/
+59
*
drm/i915: Introduce remap_io_sg() to prefault discontiguous objects
Abdiel Janulgue
2019-12-31
1
-20
/
+12
*
drm/i915/gem: Comment on inability to check args.pad for MMAP_OFFSET
Chris Wilson
2019-12-09
1
-0
/
+9
*
drm/i915/gem: Hook user-extensions upto MMAP_OFFSET_IOCTL
Chris Wilson
2019-12-04
1
-2
/
+6
*
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
2019-12-04
1
-91
/
+370
*
drm/i915/gem: Early rejection of no-aperture map_ggtt
Chris Wilson
2019-11-06
1
-0
/
+3
*
drm/i915: Encapsulate kconfig constant values inside boolean predicates
Chris Wilson
2019-10-26
1
-1
/
+1
*
drm/i915: Move request runtime management onto gt
Chris Wilson
2019-10-04
1
-1
/
+3
*
drm/i915/gem: Retire directly for mmap-offset shrinking
Chris Wilson
2019-10-04
1
-12
/
+5
*
drm/i915: Merge wait_for_timelines with retire_request
Chris Wilson
2019-10-04
1
-3
/
+1
*
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-10-04
1
-13
/
+7
*
drm/i915/userptr: Never allow userptr into the mappable GGTT
Chris Wilson
2019-10-02
1
-0
/
+7
*
drm/i915: Mark contents as dirty on a write fault
Chris Wilson
2019-09-24
1
-1
/
+5
*
drm/i915: Don't mix srcu tag and negative error codes
Chris Wilson
2019-09-13
1
-4
/
+2
*
drm/i915: Refresh the errno to vmf_fault translations
Chris Wilson
2019-09-03
1
-24
/
+15
*
drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap
Chris Wilson
2019-08-27
1
-1
/
+1
*
drm/i915: Pull obj->userfault tracking under the ggtt->mutex
Chris Wilson
2019-08-22
1
-3
/
+7
*
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2019-08-22
1
-1
/
+1
|
\
|
*
Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-08-06
1
-3
/
+5
|
|
\
|
*
|
drm/i915: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-07-26
1
-1
/
+1
*
|
|
drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT
Chris Wilson
2019-08-21
1
-4
/
+4
*
|
|
drm/i915: Extract intel_frontbuffer active tracking
Chris Wilson
2019-08-16
1
-4
/
+0
*
|
|
drm/i915: remove unnecessary includes of intel_display_types.h header
Jani Nikula
2019-08-07
1
-1
/
+0
*
|
|
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
2019-08-07
1
-1
/
+1
*
|
|
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
2019-08-07
1
-0
/
+1
|
|
/
|
/
|
*
|
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
2019-07-12
1
-3
/
+5
|
/
*
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-5
/
+6
*
drm/i915: Remove rpm asserts that use i915
Daniele Ceraolo Spurio
2019-06-14
1
-1
/
+1
*
drm/i915: Move fence register tracking from i915->mm to ggtt
Chris Wilson
2019-06-13
1
-2
/
+2
*
drm/i915: Move mmap and friends to its own file
Chris Wilson
2019-05-28
1
-0
/
+507