index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
i915_gem_mman.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
drm/i915/gem: Use to_gt() helper
Michał Winiarski
1
-1
/
+1
2021-12-14
drm/i915: replace X86_FEATURE_PAT with pat_enabled()
Lucas De Marchi
1
-4
/
+4
2021-10-07
drm/i915: remove IS_ACTIVE
Lucas De Marchi
1
-1
/
+1
2021-07-22
drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
Matthew Brost
1
-1
/
+2
2021-07-21
drm/i915: Add TTM offset argument to mmap.
Maarten Lankhorst
1
-1
/
+16
2021-06-25
drm/i915: Reinstate the mmap ioctl for some platforms
Thomas Hellström
1
-3
/
+4
2021-06-24
drm/i915: Update object placement flags to be mutable
Thomas Hellström
1
-5
/
+7
2021-06-11
drm/i915: Use ttm mmap handling for ttm bo's.
Maarten Lankhorst
1
-26
/
+57
2021-06-05
drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
1
-1
/
+1
2021-06-02
Revert "i915: use io_mapping_map_user"
Matthew Auld
1
-4
/
+5
2021-06-02
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
1
-5
/
+4
2021-06-01
drm/i915: Disable mmap ioctl for gen12+
Maarten Lankhorst
1
-0
/
+7
2021-05-12
drm/i915: Avoid div-by-zero on gen2
Ville Syrjälä
1
-1
/
+1
2021-04-30
i915: use io_mapping_map_user
Christoph Hellwig
1
-5
/
+4
2021-04-26
drm/i915: Avoid div-by-zero on gen2
Ville Syrjälä
1
-1
/
+1
2021-03-24
drm/i915: Add ww locking around vm_access()
Maarten Lankhorst
1
-2
/
+22
2021-03-24
drm/i915: Add object locking to vm_fault_cpu
Maarten Lankhorst
1
-0
/
+4
2021-03-24
drm/i915: Move HAS_STRUCT_PAGE to obj->flags
Maarten Lankhorst
1
-4
/
+3
2020-11-19
mm: introduce vma_set_file function v5
Christian König
1
-2
/
+3
2020-11-05
Revert "mm: introduce vma_set_file function v4"
Christian König
1
-3
/
+2
2020-11-05
mm: introduce vma_set_file function v4
Christian König
1
-2
/
+3
2020-09-09
Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-18
/
+33
2020-09-07
drm/i915: Add ww locking to vm_fault_gtt
Maarten Lankhorst
1
-18
/
+33
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-02
drm/i915/gem: Only revoke mmap handlers if active
Chris Wilson
1
-13
/
+0
2020-07-02
drm/i915/gem: Only revoke the GGTT mmappings on aperture detiling changes
Chris Wilson
1
-1
/
+1
2020-06-25
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-2
/
+2
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-05-16
drm/i915/gem: Retry faulthandlers on ENOSPC
Chris Wilson
1
-1
/
+1
2020-05-01
drm/i915: Implement vm_ops->access for gdb access into mmaps
Chris Wilson
1
-0
/
+34
2020-03-11
drm/i915/gem: Mark up the racy read of the mmap_singleton
Chris Wilson
1
-1
/
+1
2020-02-08
drm/i915: Never allow userptr into the new mapping types
Janusz Krzysztofik
1
-2
/
+1
2020-01-30
drm/i915/gem: Tighten checks and acquiring the mmap object
Chris Wilson
1
-28
/
+11
2020-01-20
drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain list
Chris Wilson
1
-14
/
+76
2020-01-04
drm/i915/gem: Extend mmap support for lmem
Abdiel Janulgue
1
-7
/
+14
2020-01-01
drm/i915/gem: Drop local vma->vm_file reference
Chris Wilson
1
-0
/
+59
2019-12-31
drm/i915: Introduce remap_io_sg() to prefault discontiguous objects
Abdiel Janulgue
1
-20
/
+12
2019-12-09
drm/i915/gem: Comment on inability to check args.pad for MMAP_OFFSET
Chris Wilson
1
-0
/
+9
2019-12-04
drm/i915/gem: Hook user-extensions upto MMAP_OFFSET_IOCTL
Chris Wilson
1
-2
/
+6
2019-12-04
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
1
-91
/
+370
2019-11-06
drm/i915/gem: Early rejection of no-aperture map_ggtt
Chris Wilson
1
-0
/
+3
2019-10-26
drm/i915: Encapsulate kconfig constant values inside boolean predicates
Chris Wilson
1
-1
/
+1
2019-10-04
drm/i915: Move request runtime management onto gt
Chris Wilson
1
-1
/
+3
2019-10-04
drm/i915/gem: Retire directly for mmap-offset shrinking
Chris Wilson
1
-12
/
+5
2019-10-04
drm/i915: Merge wait_for_timelines with retire_request
Chris Wilson
1
-3
/
+1
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-13
/
+7
2019-10-02
drm/i915/userptr: Never allow userptr into the mappable GGTT
Chris Wilson
1
-0
/
+7
2019-09-24
drm/i915: Mark contents as dirty on a write fault
Chris Wilson
1
-1
/
+5
2019-09-13
drm/i915: Don't mix srcu tag and negative error codes
Chris Wilson
1
-4
/
+2
2019-09-03
drm/i915: Refresh the errno to vmf_fault translations
Chris Wilson
1
-24
/
+15
[next]