index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_userptr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/userptr: reject zero user_size
Matthew Auld
2018-05-14
1
-0
/
+3
*
drm: move read_domains and write_domain into i915
Christian König
2018-02-16
1
-2
/
+2
*
drm/i915: Fix kerneldoc warnings for i915_gem_userptr
Chris Wilson
2018-02-08
1
-2
/
+4
*
Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...
Linus Torvalds
2017-11-28
1
-2
/
+4
|
\
|
*
drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
Chris Wilson
2017-11-21
1
-2
/
+4
*
|
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-15
1
-75
/
+69
|
\
\
|
|
/
|
*
drm/i915: Fixup userptr mmu notifier registration error handling
Tvrtko Ursulin
2017-10-18
1
-4
/
+6
|
*
drm/i915: Rename obj->pin_display to obj->pin_global
Chris Wilson
2017-10-16
1
-2
/
+2
|
*
drm/i915: Refactor testing obj->mm.pages
Chris Wilson
2017-10-16
1
-1
/
+1
|
*
drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
Daniel Vetter
2017-10-10
1
-15
/
+23
|
*
drm/i915: s/sg_mask/sg_page_sizes/
Matthew Auld
2017-10-09
1
-3
/
+3
|
*
drm/i915: introduce page_size members
Matthew Auld
2017-10-07
1
-1
/
+4
|
*
drm/i915: push set_pages down to the callers
Matthew Auld
2017-10-07
1
-6
/
+6
|
*
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
2017-09-28
1
-5
/
+5
|
|
\
|
*
|
drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
Chris Wilson
2017-09-15
1
-1
/
+3
|
*
|
drm/i915: Use __sg_alloc_table_from_pages for userptr allocations
Tvrtko Ursulin
2017-09-07
1
-50
/
+29
*
|
|
mm: remove cold parameter for release_pages
Mel Gorman
2017-11-15
1
-2
/
+2
|
|
/
|
/
|
*
|
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2017-09-13
1
-2
/
+2
*
|
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-08
1
-3
/
+3
|
/
*
drm/i915: Split obj->cache_coherent to track r/w
Chris Wilson
2017-08-15
1
-3
/
+1
*
drm/i915: Wait upon userptr get-user-pages within execbuffer
Chris Wilson
2017-06-16
1
-3
/
+15
*
drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
Chris Wilson
2017-06-16
1
-1
/
+2
*
drm/i915: Mark CPU cache as dirty on every transition for CPU writes
Chris Wilson
2017-06-16
1
-2
/
+3
*
drm: drop drm_[cm]alloc* helpers
Michal Hocko
2017-05-18
1
-4
/
+4
*
drm/i915/userptr: Reinvent GGTT self-faulting protection
Chris Wilson
2017-03-16
1
-41
/
+13
*
drm/i915/userptr: Disallow wrapping GTT into a userptr
Chris Wilson
2017-03-09
1
-26
/
+62
*
drm/i915/userptr: Only flush the workqueue if required
Chris Wilson
2017-03-09
1
-1
/
+2
*
drm/i915/userptr: Deactivate a failed userptr if the worker reports an EFAULT
Chris Wilson
2017-03-09
1
-0
/
+2
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
mm: use mmget_not_zero() helper
Vegard Nossum
2017-02-27
1
-1
/
+1
*
mm: add new mmgrab() helper
Vegard Nossum
2017-02-27
1
-1
/
+1
*
Merge tag 'v4.10-rc2' into drm-intel-next-queued
Daniel Vetter
2017-01-04
1
-1
/
+1
|
\
|
*
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-12-14
1
-1
/
+1
*
|
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
2016-12-01
1
-1
/
+1
|
/
*
drm/i915: Assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-1
/
+2
*
drm/i915: Allow shrinking of userptr objects once again
Tvrtko Ursulin
2016-11-01
1
-1
/
+2
*
drm/i915: Improve lockdep tracking for obj->mm.lock
Chris Wilson
2016-11-01
1
-1
/
+1
*
drm/i915: Use lockless object free
Chris Wilson
2016-10-28
1
-2
/
+2
*
drm/i915: Move object backing storage manipulation to its own locking
Chris Wilson
2016-10-28
1
-6
/
+4
*
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
2016-10-28
1
-43
/
+45
*
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
1
-15
/
+15
*
drm/i915: Use a radixtree for random access to the object's backing storage
Chris Wilson
2016-10-28
1
-2
/
+2
*
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
2016-10-28
1
-11
/
+1
*
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-19
1
-1
/
+5
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-1
/
+1
*
drm/i915/userptr: Make gup errors stickier
Chris Wilson
2016-08-18
1
-10
/
+7
*
drm/i915/userptr: Remove superfluous interruptible=false on waiting
Chris Wilson
2016-08-05
1
-8
/
+1
*
drm/i915: Convert non-blocking userptr waits for requests over to using RCU
Chris Wilson
2016-08-05
1
-27
/
+7
*
drm/i915: Move obj->active:5 to obj->flags
Chris Wilson
2016-08-04
1
-1
/
+1
*
drm/i915: s/__i915_wait_request/i915_wait_request/
Chris Wilson
2016-08-04
1
-1
/
+1
[next]