index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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
2019-11-27
Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
39
-1484
/
+2842
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2019-11-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2019-11-25
drm/i915: Drop dma_buf->k(un)map
Daniel Vetter
2
-52
/
+0
2019-11-25
drm/i915: Remove dma_buf_kmap selftest
Daniel Vetter
1
-101
/
+0
2019-11-25
drm/i915: Serialise with engine-pm around requests on the kernel_context
Chris Wilson
6
-9
/
+27
2019-11-22
drm/i915/selftests: Shorten infinite wait for sseu
Chris Wilson
1
-2
/
+1
2019-11-20
drm/i915/selftests: Take a ref to the request we wait upon
Chris Wilson
1
-9
/
+30
2019-11-19
drm/i915/gem: Protect the obj->vma.list during iteration
Chris Wilson
1
-0
/
+2
2019-11-19
drm/i915/gem: Merge GGTT vma flush into a single loop
Chris Wilson
1
-9
/
+3
2019-11-19
drm/i915/gem: Track ggtt writes from userspace on the bound vma
Chris Wilson
1
-0
/
+8
2019-11-18
drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
Chris Wilson
1
-1
/
+21
2019-11-18
drm/i915: Flush context free work on cleanup
Chris Wilson
1
-0
/
+1
2019-11-15
drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()
Chris Wilson
1
-13
/
+23
2019-11-15
drm/i915/gem: Silence sparse for RCU protection inside the constructor
Chris Wilson
1
-2
/
+4
2019-11-15
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
3
-31
/
+92
2019-11-15
Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
2
-2
/
+22
2019-11-14
Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-next
Dave Airlie
3
-31
/
+92
2019-11-12
drm/i915/selftests: Remove unused local variable 'file'
Chris Wilson
1
-2
/
+1
2019-11-12
drm/i915: Flush context free work on cleanup
Chris Wilson
1
-0
/
+1
2019-11-12
drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
Chris Wilson
1
-1
/
+21
2019-11-11
drm/i915/gem: Pass mem region to preallocated stolen
Chris Wilson
1
-12
/
+10
2019-11-11
drm/i915/gem: Replace implicit dev_priv->uncore for stolen init
Chris Wilson
1
-98
/
+109
2019-11-11
drm/i915/selftests: Perform some basic cycle counting of MI ops
Chris Wilson
1
-2
/
+13
2019-11-11
drm/i915/userptr: Handle unlocked gup retries
Chris Wilson
1
-3
/
+8
2019-11-11
drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
Chris Wilson
1
-1
/
+21
2019-11-11
drm/i915/selftests: Fill all the drm_vma_manager holes
Chris Wilson
1
-12
/
+39
2019-11-11
drm/i915/selftests: Exercise parallel blit operations on a single ctx
Chris Wilson
1
-36
/
+57
2019-11-11
drm/i915/gem: Update context name on closing
Chris Wilson
1
-0
/
+18
2019-11-11
drm/i915/gem: Embed context/timeline name inside the GEM context
Chris Wilson
3
-22
/
+12
2019-11-11
drm/i915/gem: Fix error path to unlock if the GEM context is closed
Chris Wilson
1
-1
/
+1
2019-11-08
drm/i915/selftests: Mark up sole accessor to ctx->vm as being protected
Chris Wilson
1
-10
/
+14
2019-11-08
drm/i915/selftests: Complete transition to a real struct file mock
Chris Wilson
5
-26
/
+27
2019-11-08
drm/i915: make more headers self-contained
Masahiro Yamada
1
-0
/
+3
2019-11-08
drm/i915: change to_mock() to an inline function
Masahiro Yamada
1
-1
/
+1
2019-11-07
drm/i915/selftests: Verify mmap_gtt revocation on unbinding
Chris Wilson
1
-0
/
+111
2019-11-07
drm/i915/selftests: Wrap vm_mmap() around GEM objects
Chris Wilson
1
-0
/
+100
2019-11-07
drm/i915/selftests: Replace mock_file hackery with drm's true fake
Chris Wilson
3
-9
/
+9
2019-11-07
drm/i915/gem: Safely acquire the ctx->vm when copying
Chris Wilson
1
-37
/
+49
2019-11-07
drm/i915: FB backing gem obj should reside in LMEM
Ramalingam C
1
-1
/
+7
2019-11-07
drm/i915: use might_lock_nested in get_pages annotation
Daniel Vetter
1
-18
/
+18
2019-11-07
drm/i915: Switch obj->mm.lock lockdep annotations on its head
Daniel Vetter
8
-23
/
+38
2019-11-06
drm/i915/gem: Fix error path to unlock if the GEM context is closed
Chris Wilson
1
-1
/
+1
2019-11-06
drm/i915/gem: Early rejection of no-aperture map_ggtt
Chris Wilson
1
-0
/
+3
2019-11-05
drm/i915/cmdparser: Add support for backward jumps
Jon Bloomfield
3
-8
/
+36
2019-11-05
drm/i915: Allow parsing of unsized batches
Jon Bloomfield
1
-4
/
+5
2019-11-05
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
Jon Bloomfield
1
-17
/
+41
2019-11-05
drm/i915: Add support for mandatory cmdparsing
Jon Bloomfield
1
-1
/
+2
2019-11-05
drm/i915: Remove Master tables from cmdparser
Jon Bloomfield
1
-4
/
+3
2019-11-05
drm/i915: Disable Secure Batches for gen6+
Jon Bloomfield
1
-2
/
+10
[prev]
[next]