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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...
Dave Airlie
5
-60
/
+142
2020-02-12
drm/i915/gem: Tighten checks and acquiring the mmap object
Chris Wilson
2
-30
/
+21
2020-02-11
drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain list
Chris Wilson
3
-29
/
+85
2020-02-10
drm/i915/gem: Take local vma references for the parser
Chris Wilson
1
-1
/
+36
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
39
-1230
/
+2013
2020-01-21
drm/i915: Align engine->uabi_class/instance with i915_drm.h
Tvrtko Ursulin
1
-6
/
+6
2020-01-21
drm/i915/userptr: fix size calculation
Matthew Auld
1
-4
/
+5
2020-01-09
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
3
-153
/
+0
2020-01-09
drm/i915: Pin the context as we work on it
Chris Wilson
1
-3
/
+7
2020-01-07
drm/i915/gtt: split up i915_gem_gtt
Matthew Auld
4
-4
/
+5
2020-01-06
drm/i915: Merge i915_request.flags with i915_request.fence.flags
Chris Wilson
1
-1
/
+1
2020-01-06
drm/i915/selftests: Fixup sparse __user annotation on local var
Chris Wilson
1
-1
/
+2
2020-01-04
drm/i915/selftests: Compare user mmap against GPU
Chris Wilson
1
-0
/
+129
2020-01-04
drm/i915/selftests: Extend fault handler selftests to all memory regions
Abdiel Janulgue
1
-89
/
+217
2020-01-04
drm/i915/gem: Extend mmap support for lmem
Abdiel Janulgue
1
-7
/
+14
2020-01-03
drm/i915/selftests: Make headers self-contained
Chris Wilson
2
-0
/
+8
2020-01-03
drm/i915/gem: Support discontiguous lmem object maps
Chris Wilson
4
-104
/
+64
2020-01-02
drm/i915/gem: Single page objects are naturally contiguous
Chris Wilson
1
-0
/
+3
2020-01-02
drm/i915: reimplement header test feature
Masahiro Yamada
1
-5
/
+0
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-28
drm/i915/lmem: debugfs for LMEM details
Lukasz Fiedorowicz
2
-0
/
+4
2019-12-27
drm/i915/selftests: Err out on coherency if initialisation failed
Chris Wilson
1
-4
/
+8
2019-12-27
Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
31
-931
/
+1630
2019-12-24
drm/i915: Switch context id allocation directly to xarray
Tvrtko Ursulin
2
-33
/
+22
2019-12-23
drm/i915: Mark the GEM context link as RCU protected
Chris Wilson
1
-2
/
+3
2019-12-23
drm/i915: Introduce a vma.kref
Chris Wilson
3
-5
/
+4
2019-12-23
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
5
-6
/
+52
2019-12-23
drm/i915/selftests: make mock_context.h self-contained
Jani Nikula
1
-1
/
+1
2019-12-22
drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()
Chris Wilson
1
-19
/
+1
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
5
-72
/
+57
2019-12-20
drm/i915: Push the use-semaphore marker onto the intel_context
Chris Wilson
1
-17
/
+39
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
4
-57
/
+11
2019-12-18
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
5
-6
/
+52
2019-12-18
drm/i915: Unpin vma->obj on early error
Chris Wilson
1
-7
/
+4
2019-12-18
drm/i915: Fix pid leak with banned clients
Tvrtko Ursulin
1
-2
/
+1
2019-12-18
drm/i915/gem: Keep request alive while attaching fences
Chris Wilson
1
-0
/
+2
2019-12-17
drm/i915: Fix pid leak with banned clients
Tvrtko Ursulin
1
-2
/
+1
2019-12-17
drm/i915/gem: Keep request alive while attaching fences
Chris Wilson
1
-0
/
+2
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
3
-153
/
+0
2019-12-16
drm/i915/gem: Apply lmem size restriction to get_pages
Chris Wilson
2
-4
/
+1
2019-12-16
drm/i915: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-12-14
drm/i915/gem: Serialise object before changing cache-level
Chris Wilson
1
-0
/
+7
2019-12-13
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
1
-2
/
+2
2019-12-12
drm/i915/gem: Asynchronous cmdparser
Chris Wilson
1
-9
/
+81
2019-12-12
drm/i915/gem: Prepare gen7 cmdparser for async execution
Chris Wilson
1
-50
/
+67
2019-12-11
drm/i915/gem: Tidy up error handling for eb_parse()
Chris Wilson
1
-21
/
+18
2019-12-11
drm/i915: Remove redundant parameters from intel_engine_cmd_parser
Chris Wilson
1
-31
/
+2
2019-12-11
drm/i915/gem: Wait on unbind barriers when invalidating userptr
Chris Wilson
1
-1
/
+2
2019-12-11
drm/i915: Improve execbuf debug
Tvrtko Ursulin
1
-10
/
+12
[next]