Show patches with: Submitter = Chris Wilson       |   21523 patches
« 1 2 ... 155 156 157215 216 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFCv2,10/19] drm/i915: Add selftests for i915_gem_request - - - --- 2016-12-20 Chris Wilson New
[RFCv2,09/19] drm/i915: Mock infrastructure for request emission - - - --- 2016-12-20 Chris Wilson New
[RFCv2,08/19] drm/i915: Mock a GGTT for self-testing - 1 - --- 2016-12-20 Chris Wilson New
[RFCv2,07/19] drm/i915: Mock the GEM device for self-testing - 1 - --- 2016-12-20 Chris Wilson New
[RFCv2,06/19] drm/i915: Add unit tests for the breadcrumb rbtree, wakeups - - - --- 2016-12-20 Chris Wilson New
[RFCv2,05/19] drm/i915: Add unit tests for the breadcrumb rbtree, completion - 1 - --- 2016-12-20 Chris Wilson New
[RFCv2,04/19] drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove - 1 - --- 2016-12-20 Chris Wilson New
[RFCv2,03/19] drm/i915: Add some selftests for sg_table manipulation - - - --- 2016-12-20 Chris Wilson New
[RFCv2,02/19] kselftests: Exercise hw-independent mock tests for i915.ko - - - --- 2016-12-20 Chris Wilson New
[RFCv2,01/19] drm/i915: Provide a hook for selftests - 1 - --- 2016-12-20 Chris Wilson New
drm/i915/breadcrumbs: s/container_of/rb_entry/ - 1 - --- 2016-12-20 Chris Wilson New
drm/i915: Silence allocation failure during sg_trim() - - - --- 2016-12-19 Chris Wilson New
drm/i915: Add some selftests for sg_table manipulation - - - --- 2016-12-19 Chris Wilson New
drm/i915: Prevent timeline updates whilst performing reset - 1 - --- 2016-12-19 Chris Wilson New
[2/2] drm/i915: Add a test that we terminate the trimmed sgtable as expected - 2 - --- 2016-12-19 Chris Wilson New
[1/2] drm/i915: Fallback to single PAGE_SIZE segments for DMA remapping - 1 - --- 2016-12-19 Chris Wilson New
i915 regression in kernel 4.10 - - - --- 2016-12-19 Chris Wilson New
drm/i915: Drop mutex after successful kref_put_mutex() - 1 - --- 2016-12-19 Chris Wilson New
[v6] lib: Add a simple prime number generator - - - --- 2016-12-19 Chris Wilson New
drm/i915: Repeat flush of idle work during suspend - - - --- 2016-12-18 Chris Wilson New
[CI,7/7] drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc - 1 - --- 2016-12-18 Chris Wilson New
[CI,6/7] drm/i915/execlists: Request the kernel context be pinned high - 1 - --- 2016-12-18 Chris Wilson New
[CI,5/7] drm/i915: Mark the shadow gvt context as closed - 1 - --- 2016-12-18 Chris Wilson New
[CI,4/7] drm/i915: Simplify releasing context reference - 1 - --- 2016-12-18 Chris Wilson New
[CI,3/7] drm/i915: Unify active context tracking between legacy/execlists/guc - 1 - --- 2016-12-18 Chris Wilson New
[CI,2/7] drm/i915: Move intel_lrc_context_pin() to avoid the forward declaration - 1 - --- 2016-12-18 Chris Wilson New
[CI,1/7] drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutex - 1 - --- 2016-12-18 Chris Wilson New
lib: Add a simple prime number generator - - - --- 2016-12-17 Chris Wilson New
drm: kselftest for drm_mm and top-down allocation - 1 - --- 2016-12-17 Chris Wilson New
drm: kselftest for drm_mm_insert_node_in_range() - 1 - --- 2016-12-17 Chris Wilson New
[v3,38/38] drm: kselftest for drm_mm and bottom-up allocation - 1 - --- 2016-12-16 Chris Wilson New
[v3,37/38] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees - 1 - --- 2016-12-16 Chris Wilson New
[v3,36/38] drm: Use drm_mm_insert_node_in_range_generic() for everyone - 1 - --- 2016-12-16 Chris Wilson New
[v3,35/38] drm: Apply range restriction after color adjustment when allocation - 1 - --- 2016-12-16 Chris Wilson New
[v3,34/38] drm: Wrap drm_mm_node.hole_follows - 1 - --- 2016-12-16 Chris Wilson New
[v3,33/38] drm: Apply tight eviction scanning to color_adjust - 1 - --- 2016-12-16 Chris Wilson New
[v3,32/38] drm: Simplify drm_mm scan-list manipulation - 1 - --- 2016-12-16 Chris Wilson New
[v3,31/38] drm: Optimise power-of-two alignments in drm_mm_scan_add_block() - 1 - --- 2016-12-16 Chris Wilson New
[v3,30/38] drm: Compute tight evictions for drm_mm_scan - 1 - --- 2016-12-16 Chris Wilson New
[v3,29/38] drm: Fix application of color vs range restriction when scanning drm_mm - 1 - --- 2016-12-16 Chris Wilson New
[v3,28/38] drm: Unconditionally do the range check in drm_mm_scan_add_block() - 1 - --- 2016-12-16 Chris Wilson New
[v3,27/38] drm: Rename prev_node to hole in drm_mm_scan_add_block() - 1 - --- 2016-12-16 Chris Wilson New
[v3,26/38] drm: Extract struct drm_mm_scan from struct drm_mm - 1 - --- 2016-12-16 Chris Wilson New
[v3,25/38] drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan() - 1 - --- 2016-12-16 Chris Wilson New
[v3,24/38] drm: Simplify drm_mm_clean() - 1 - --- 2016-12-16 Chris Wilson New
[v3,23/38] drm: Detect overflow in drm_mm_reserve_node() - 1 - --- 2016-12-16 Chris Wilson New
[v3,22/38] drm: Fix kerneldoc for drm_mm_scan_remove_block() - 1 - --- 2016-12-16 Chris Wilson New
[v3,21/38] drm: Promote drm_mm alignment to u64 - 1 - --- 2016-12-16 Chris Wilson New
[v3,20/38] drm/i915: Build DRM range manager selftests for CI - 1 - --- 2016-12-16 Chris Wilson New
[v3,19/38] drm: kselftest for drm_mm and restricted color eviction - 1 - --- 2016-12-16 Chris Wilson New
[v3,18/38] drm: kselftest for drm_mm and color eviction - 1 - --- 2016-12-16 Chris Wilson New
[v3,17/38] drm: kselftest for drm_mm and color adjustment - 1 - --- 2016-12-16 Chris Wilson New
[v3,16/38] drm: kselftest for drm_mm and top-down allocation - 1 - --- 2016-12-16 Chris Wilson New
[v3,15/38] drm: kselftest for drm_mm and range restricted eviction - 1 - --- 2016-12-16 Chris Wilson New
[v3,14/38] drm: kselftest for drm_mm and eviction - 1 - --- 2016-12-16 Chris Wilson New
[v3,13/38] drm: kselftest for drm_mm and alignment - 1 - --- 2016-12-16 Chris Wilson New
[v3,12/38] drm: kselftest for drm_mm_insert_node_in_range() - 1 - --- 2016-12-16 Chris Wilson New
[v3,11/38] drm: kselftest for drm_mm_replace_node() - 1 - --- 2016-12-16 Chris Wilson New
[v3,10/38] drm: kselftest for drm_mm_insert_node() - 1 - --- 2016-12-16 Chris Wilson New
[v3,09/38] drm: kselftest for drm_mm_reserve_node() - 1 - --- 2016-12-16 Chris Wilson New
[v3,08/38] drm: kselftest for drm_mm_debug() - 1 - --- 2016-12-16 Chris Wilson New
[v3,07/38] drm: kselftest for drm_mm_init() - 1 - --- 2016-12-16 Chris Wilson New
[v3,06/38] drm: Add some kselftests for the DRM range manager (struct drm_mm) 1 1 - --- 2016-12-16 Chris Wilson New
[v3,05/38] drm: Add a simple generator of random permutations - 1 - --- 2016-12-16 Chris Wilson New
[v3,04/38] lib: Add a simple prime number generator - - - --- 2016-12-16 Chris Wilson New
[v3,03/38] drm: Compile time enabling for asserts in drm_mm - 1 - --- 2016-12-16 Chris Wilson New
[v3,02/38] drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm - 1 - --- 2016-12-16 Chris Wilson New
[v3,01/38] drm/i915: Use the MRU stack search after evicting - 1 - --- 2016-12-16 Chris Wilson New
drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm - 1 - --- 2016-12-16 Chris Wilson New
[v3] lib: Add a simple prime number generator - - - --- 2016-12-16 Chris Wilson New
lib: Add a simple prime number generator - - - --- 2016-12-16 Chris Wilson New
[v2,40/40] drm: kselftest for drm_mm and bottom-up allocation - 1 - --- 2016-12-16 Chris Wilson New
[v2,39/40] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees - 1 - --- 2016-12-16 Chris Wilson New
[v2,38/40] drm: Use drm_mm_insert_node_in_range_generic() for everyone - 1 - --- 2016-12-16 Chris Wilson New
[v2,37/40] drm: Apply range restriction after color adjustment when allocation - 1 - --- 2016-12-16 Chris Wilson New
[v2,36/40] drm: Wrap drm_mm_node.hole_follows - 1 - --- 2016-12-16 Chris Wilson New
[v2,35/40] drm: Apply tight eviction scanning to color_adjust - 1 - --- 2016-12-16 Chris Wilson New
[v2,34/40] drm: Simplify drm_mm scan-list manipulation - 1 - --- 2016-12-16 Chris Wilson New
[v2,33/40] drm: Optimise power-of-two alignments in drm_mm_scan_add_block() - 1 - --- 2016-12-16 Chris Wilson New
[v2,32/40] drm: Compute tight evictions for drm_mm_scan - 1 - --- 2016-12-16 Chris Wilson New
[v2,31/40] drm: Fix application of color vs range restriction when scanning drm_mm - 1 - --- 2016-12-16 Chris Wilson New
[v2,30/40] drm: Unconditionally do the range check in drm_mm_scan_add_block() - 1 - --- 2016-12-16 Chris Wilson New
[v2,29/40] drm: Rename prev_node to hole in drm_mm_scan_add_block() - 1 - --- 2016-12-16 Chris Wilson New
[v2,28/40] drm: Extract struct drm_mm_scan from struct drm_mm - 1 - --- 2016-12-16 Chris Wilson New
[v2,27/40] drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan() - 1 - --- 2016-12-16 Chris Wilson New
[v2,26/40] drm: Simplify drm_mm_clean() - 1 - --- 2016-12-16 Chris Wilson New
[v2,25/40] drm: Detect overflow in drm_mm_reserve_node() - 1 - --- 2016-12-16 Chris Wilson New
[v2,24/40] drm: Fix kerneldoc for drm_mm_scan_remove_block() - 1 - --- 2016-12-16 Chris Wilson New
[v2,23/40] drm: Promote drm_mm alignment to u64 - 1 - --- 2016-12-16 Chris Wilson New
[v2,22/40] drm/i915: Build DRM range manager selftests for CI - 1 - --- 2016-12-16 Chris Wilson New
[v2,21/40] drm: kselftest for drm_mm and restricted color eviction - 1 - --- 2016-12-16 Chris Wilson New
[v2,20/40] drm: kselftest for drm_mm and color eviction - 1 - --- 2016-12-16 Chris Wilson New
[v2,19/40] drm: kselftest for drm_mm and color adjustment - 1 - --- 2016-12-16 Chris Wilson New
[v2,18/40] drm: kselftest for drm_mm and top-down allocation - 1 - --- 2016-12-16 Chris Wilson New
[v2,17/40] drm: kselftest for drm_mm and range restricted eviction - 1 - --- 2016-12-16 Chris Wilson New
[v2,16/40] drm: kselftest for drm_mm and eviction - 1 - --- 2016-12-16 Chris Wilson New
[v2,15/40] drm: kselftest for drm_mm and alignment - 1 - --- 2016-12-16 Chris Wilson New
[v2,14/40] drm: kselftest for drm_mm_insert_node_in_range() - 1 - --- 2016-12-16 Chris Wilson New
[v2,13/40] drm: kselftest for drm_mm_replace_node() - 1 - --- 2016-12-16 Chris Wilson New
[v2,12/40] drm: kselftest for drm_mm_insert_node() - 1 - --- 2016-12-16 Chris Wilson New
« 1 2 ... 155 156 157215 216 »