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
2020-07-02
drm/i915/gem: Only revoke mmap handlers if active
Chris Wilson
3
-28
/
+24
2020-07-02
drm/i915/gem: Only revoke the GGTT mmappings on aperture detiling changes
Chris Wilson
3
-3
/
+6
2020-07-01
drm/i915/gem: Move obj->lut_list under its own lock
Chris Wilson
4
-12
/
+20
2020-06-30
drm/i915/gem: Avoid kmalloc under i915->mm_lock
Chris Wilson
1
-65
/
+62
2020-06-25
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
6
-28
/
+34
2020-06-22
drm/i915/params: switch to device specific parameters
Jani Nikula
1
-2
/
+2
2020-06-16
drm/i915: Remove redundant i915_request_await_object in blit clears
Tvrtko Ursulin
1
-31
/
+21
2020-06-11
Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-8
/
+48
2020-06-10
Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-5
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2
-6
/
+6
2020-06-08
Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-8
/
+11
2020-06-08
drm/i915/gem: Mark the buffer pool as active for the cmdparser
Chris Wilson
1
-8
/
+48
2020-06-08
Merge tag 'drm-intel-next-fixes-2020-06-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
2
-8
/
+11
2020-06-05
drm/i915/gem: Delete unused code
Chris Wilson
1
-19
/
+0
2020-06-05
drm/i915/gem: Async GPU relocations only
Chris Wilson
2
-288
/
+26
2020-06-04
drm/i915/gem: Mark the buffer pool as active for the cmdparser
Chris Wilson
1
-8
/
+48
2020-06-04
drm/i915/selftests: Exercise all copy engines with the blt routines
Chris Wilson
4
-24
/
+75
2020-06-03
drm/i915: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-9
/
+13
2020-06-03
drm/i915: Drop i915_request.i915 backpointer
Chris Wilson
1
-2
/
+2
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
25
-507
/
+1567
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
1
-1
/
+1
2020-06-02
gup: document and work around "COW can break either way" issue
Linus Torvalds
1
-0
/
+8
2020-06-01
Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+3
2020-05-29
drm/i915/gem: Give each object class a friendly name
Chris Wilson
11
-1
/
+14
2020-05-29
drm/i915/gem: Taint all shrinkable object locks
Chris Wilson
1
-0
/
+4
2020-05-25
drm/i915/gem: Suppress some random warnings
Chris Wilson
4
-7
/
+4
2020-05-25
drm/i915/gem: Avoid iterating an empty list
Chris Wilson
1
-6
/
+9
2020-05-25
drm/i915: Disable semaphore inter-engine sync without timeslicing
Chris Wilson
1
-2
/
+2
2020-05-22
drm/i915/gem: Avoid iterating an empty list
Chris Wilson
1
-6
/
+9
2020-05-21
drm/i915: Remove PIN_UPDATE for i915_vma_pin
Chris Wilson
1
-142
/
+0
2020-05-21
drm/i915: Disable semaphore inter-engine sync without timeslicing
Chris Wilson
1
-2
/
+2
2020-05-20
Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
15
-247
/
+705
2020-05-19
drm/i915/gem: Prefer drm_WARN* over WARN*
Pankaj Bharadiya
3
-3
/
+4
2020-05-16
drm/i915/gem: Retry faulthandlers on ENOSPC
Chris Wilson
1
-1
/
+1
2020-05-14
drm/i915: Drop no-semaphore boosting
Chris Wilson
1
-15
/
+0
2020-05-14
Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
8
-82
/
+646
2020-05-13
drm/i915/gem: Remove redundant exec_fence
Chris Wilson
1
-26
/
+14
2020-05-11
drm/i915/selftests: Always flush before unpining after writing
Chris Wilson
4
-2
/
+10
2020-05-11
drm/i915: Emit await(batch) before MI_BB_START
Chris Wilson
2
-33
/
+41
2020-05-09
drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
Chris Wilson
3
-5
/
+4
2020-05-07
drm/i915: Remove wait priority boosting
Chris Wilson
1
-9
/
+0
2020-05-06
drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_plane
Chris Wilson
1
-6
/
+1
2020-05-04
drm/i915/gem: Implement legacy MI_STORE_DATA_IMM
Chris Wilson
3
-102
/
+300
2020-05-04
drm/i915/gem: Specify address type for chained reloc batches
Chris Wilson
1
-6
/
+6
2020-05-04
drm/i915/gem: Lazily acquire the device wakeref for freeing objects
Chris Wilson
1
-3
/
+0
2020-05-01
i915:get_engines(): get rid of pointless access_ok()
Al Viro
1
-5
/
+0
2020-05-01
drm/i915/gem: Try an alternate engine for relocations
Chris Wilson
1
-5
/
+27
2020-05-01
drm/i915/gem: Use a single chained reloc batches for a single execbuf
Chris Wilson
1
-14
/
+24
[prev]
[next]