cascardo/linux.git
2016-08-19 Dave Gordondrm/i915: Reattach comment, complete type specification
2016-08-18 Chris Wilsondrm/i915/cmdparser: Accelerate copies from WC memory
2016-08-18 Chris Wilsondrm/i915/cmdparser: Use binary search for faster regist...
2016-08-18 Chris Wilsondrm/i915/cmdparser: Check for SKIP descriptors first
2016-08-18 Chris Wilsondrm/i915/cmdparser: Compare against the previous comman...
2016-08-18 Chris Wilsondrm/i915/cmdparser: Improve hash function
2016-08-18 Chris Wilsondrm/i915/cmdparser: Only cache the dst vmap
2016-08-18 Chris Wilsondrm/i915/cmdparser: Use cached vmappings
2016-08-18 Chris Wilsondrm/i915/cmdparser: Add the TIMESTAMP register for...
2016-08-18 Chris Wilsondrm/i915/cmdparser: Make initialisation failure non...
2016-08-18 Chris Wilsondrm/i915: Stop discarding GTT cache-domain on unbind vma
2016-08-18 Chris Wilsondrm/i915: Bump the inactive tracking for all VMA accessed
2016-08-18 Chris Wilsondrm/i915: Track display alignment on VMA
2016-08-18 Chris Wilsondrm/i915: Fallback to using unmappable memory for scanout
2016-08-18 Chris Wilsondrm/i915: Choose not to evict faultable objects from...
2016-08-18 Chris Wilsondrm/i915: Drop ORIGIN_GTT for untracked GTT writes
2016-08-18 Chris Wilsondrm/i915: Convert partial ggtt vma to full ggtt if...
2016-08-18 Chris Wilsondrm/i915: Fix partial GGTT faulting
2016-08-18 Chris Wilsondrm/i915: Choose partial chunksize based on tile row...
2016-08-18 Chris Wilsondrm/i915: Move fence tracking from object to vma
2016-08-18 Chris Wilsondrm/i915: Rename fence.lru_list to link
2016-08-18 Chris Wilsondrm/i915/userptr: Make gup errors stickier
2016-08-18 Chris Wilsondrm/i915: Allocate rings from stolen
2016-08-18 Chris Wilsondrm/i915: Allow ringbuffers to be bound anywhere
2016-08-18 Chris Wilsondrm/i915: Move map-and-fenceable tracking to the VMA
2016-08-18 Chris Wilsondrm/i915: Disallow direct CPU access to stolen pages...
2016-08-18 Chris Wilsondrm/i915: Fallback to single page GTT mmappings for...
2016-08-18 Chris Wilsondrm/i915: Refactor execbuffer relocation writing
2016-08-18 Chris Wilsondrm/i915: Tidy up flush cpu/gtt write domains
2016-08-18 Chris Wilsondrm/i915: Pin the pages first in shmem prepare read...
2016-08-18 Chris Wilsondrm/i915: Wait for writes through the GTT to land befor...
2016-08-18 Chris Wilsondrm/i915: Before accessing an object via the cpu, flush...
2016-08-18 Chris Wilsondrm/i915: Extract i915_gem_obj_prepare_shmem_write()
2016-08-18 Chris Wilsondrm/i915: Cache kmap between relocations
2016-08-18 Chris Wilsondrm/i915: Fallback to single page pwrite/pread if unabl...
2016-08-18 Chris Wilsondrm/i915: Mark up the GTT flush following WC writes...
2016-08-18 Chris Wilsondrm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
2016-08-18 Chris Wilsondrm/i915: vfree() no longer ignores the low bits of...
2016-08-18 Chris Wilsonagp/intel: Flush chipset writes after updating a single PTE
2016-08-18 Chris Wilsondrm/i915: Unconditionally flush any chipset buffers...
2016-08-18 Matt Roperdrm/i915/gen9: Drop invalid WARN() during data rate...
2016-08-18 Matt Roperdrm/i915/gen9: Initialize intel_state->active_crtcs...
2016-08-17 Chris Wilsondrm/i915: Add missing kerneldoc for guc_client_alloc...
2016-08-17 Chris Wilsondrm/i915: Remember to set vma->pages for the preallocat...
2016-08-17 Chris Wilsondrm/i915: Mark i915_hpd_poll_init_work as static
2016-08-17 Chris Wilsondrm/i915: Mark the static key for movntqda as static
2016-08-17 Tvrtko Ursulindrm/i915: Initialize legacy semaphores from engine...
2016-08-17 Tvrtko Ursulindrm/i915: Add enum for hardware engine identifiers
2016-08-16 Chris Wilsondrm/i915: Silence GCC warning for cmn_a_well
2016-08-16 Chris Wilsondrm/i915: Embrace the race in busy-ioctl
2016-08-15 Chris Wilsondrm/i915: Initialise mmaped_count for i915_gem_object_info
2016-08-15 Chris Wilsondrm/i915: Record the RING_MODE register for post-mortem...
2016-08-15 Chris Wilsondrm/i915: Only record active and pending requests upon...
2016-08-15 Chris Wilsondrm/i915: Print the batchbuffer offset next to BBADDR...
2016-08-15 Chris Wilsondrm/i915: Move debug only per-request pid tracking...
2016-08-15 Chris Wilsondrm/i915: Introduce i915_ggtt_offset()
2016-08-15 Chris Wilsondrm/i915: Track pinned VMA
2016-08-15 Chris Wilsondrm/i915: Consolidate i915_vma_unpin_and_release()
2016-08-15 Chris Wilsondrm/i915: Use VMA for wa_ctx tracking
2016-08-15 Chris Wilsondrm/i915: Use VMA for render state page tracking
2016-08-15 Chris Wilsondrm/i915: Use VMA as the primary tracker for semaphore...
2016-08-15 Chris Wilsondrm/i915/overlay: Use VMA as the primary tracker for...
2016-08-15 Chris Wilsondrm/i915: Move common seqno reset to intel_engine_cs.c
2016-08-15 Chris Wilsondrm/i915: Move common scratch allocation/destroy to...
2016-08-15 Chris Wilsondrm/i915: Use VMA for scratch page tracking
2016-08-15 Chris Wilsondrm/i915: Use VMA for ringbuffer tracking
2016-08-15 Chris Wilsondrm/i915: Move assertion for iomap access to i915_vma_p...
2016-08-15 Chris Wilsondrm/i915: Only change the context object's domain when...
2016-08-15 Chris Wilsondrm/i915: Use VMA as the primary object for context...
2016-08-15 Chris Wilsondrm/i915: Use VMA directly for checking tiling parameters
2016-08-15 Chris Wilsondrm/i915: Convert fence computations to use vma directly
2016-08-15 Chris Wilsondrm/i915: Track pinned vma inside guc
2016-08-15 Chris Wilsondrm/i915: Add convenience wrappers for vma's object...
2016-08-15 Chris Wilsondrm/i915: Add fetch_and_zero() macro
2016-08-15 Chris Wilsondrm/i915: Create a VMA for an object
2016-08-15 Chris Wilsondrm/i915: Always set the vma->pages
2016-08-15 Chris Wilsondrm/i915: Remove redundant WARN_ON from __i915_add_requ...
2016-08-15 Chris Wilsondrm/i915: Reduce i915_gem_objects to only show object...
2016-08-15 Chris Wilsondrm/i915: Focus debugfs/i915_gem_pinned to show only...
2016-08-15 Chris Wilsondrm/i915: Remove inactive/active list from debugfs
2016-08-15 Chris Wilsondrm/i915: Store the active context object on all engine...
2016-08-15 Chris Wilsondrm/i915: Reduce amount of duplicate buffer information...
2016-08-15 Chris Wilsondrm/i915: Record the position of the start of the request
2016-08-15 Chris Wilsondrm/i915: Show RPS autotuning thresholds along with...
2016-08-15 Daniel VetterMerge remote-tracking branch 'airlied/drm-next' into...
2016-08-15 Dave AirlieMerge tag 'drm-intel-next-2016-08-08' of git://anongit...
2016-08-15 Dave AirlieMerge tag 'topic/drm-misc-2016-08-12' of git://anongit...
2016-08-15 Dave AirlieMerge tag 'imx-drm-next-2016-08-12' of git://git.pengut...
2016-08-15 Dave AirlieMerge tag 'mediatek-drm-next-2016-08-12' of git://git...
2016-08-15 Dave AirlieMerge branch 'drm-next-tilcdc-atomic' of https://github...
2016-08-15 Linus TorvaldsLinux 4.8-rc2 v4.8-rc2
2016-08-15 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-08-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-08-14 Chris Wilsondrm/i915: Unbind closed vma for i915_gem_object_unbind()
2016-08-14 Chris Wilsondrm/i915: Initialize return value for empty i915_gem_ob...
2016-08-14 Linus TorvaldsMerge tag 'fixes-for-linus-4.8' of git://git./linux...
2016-08-14 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2016-08-13 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2016-08-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2016-08-13 Guenter Roeckh8300: Add missing include file to asm/io.h
next