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