summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-15drm/i915/overlay: Use VMA as the primary tracker for imagesChris Wilson1-17/+22
2016-08-15drm/i915: Move common seqno reset to intel_engine_cs.cChris Wilson2-42/+42
2016-08-15drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson4-54/+51
2016-08-15drm/i915: Use VMA for scratch page trackingChris Wilson6-43/+46
2016-08-15drm/i915: Use VMA for ringbuffer trackingChris Wilson6-157/+139
2016-08-15drm/i915: Move assertion for iomap access to i915_vma_pin_iomapChris Wilson2-3/+3
2016-08-15drm/i915: Only change the context object's domain when bindingChris Wilson2-12/+11
2016-08-15drm/i915: Use VMA as the primary object for context stateChris Wilson7-85/+86
2016-08-15drm/i915: Use VMA directly for checking tiling parametersChris Wilson1-21/+30
2016-08-15drm/i915: Convert fence computations to use vma directlyChris Wilson1-29/+26
2016-08-15drm/i915: Track pinned vma inside gucChris Wilson5-86/+90
2016-08-15drm/i915: Add convenience wrappers for vma's object get/putChris Wilson2-2/+14
2016-08-15drm/i915: Add fetch_and_zero() macroChris Wilson1-0/+6
2016-08-15drm/i915: Create a VMA for an objectChris Wilson2-0/+16
2016-08-15drm/i915: Always set the vma->pagesChris Wilson3-22/+19
2016-08-15drm/i915: Remove redundant WARN_ON from __i915_add_request()Chris Wilson1-8/+2
2016-08-15drm/i915: Reduce i915_gem_objects to only show object informationChris Wilson3-196/+168
2016-08-15drm/i915: Focus debugfs/i915_gem_pinned to show only display pinsChris Wilson1-9/+3
2016-08-15drm/i915: Remove inactive/active list from debugfsChris Wilson1-49/+0
2016-08-15drm/i915: Store the active context object on all engines upon errorChris Wilson1-24/+4
2016-08-15drm/i915: Reduce amount of duplicate buffer information captured on errorChris Wilson2-128/+105
2016-08-15drm/i915: Record the position of the start of the requestChris Wilson3-6/+14
2016-08-15drm/i915: Show RPS autotuning thresholds along with waitboostChris Wilson2-5/+50
2016-08-15Linux 4.8-rc2v4.8-rc2Linus Torvalds1-1/+1
2016-08-14drm/i915: Unbind closed vma for i915_gem_object_unbind()Chris Wilson1-3/+13
2016-08-14drm/i915: Initialize return value for empty i915_gem_object_unbind()Chris Wilson1-3/+2
2016-08-13h8300: Add missing include file to asm/io.hGuenter Roeck1-0/+2
2016-08-13unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck1-1/+1
2016-08-12PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier1-2/+2
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton1-5/+20
2016-08-12arm64: defconfig: enable CONFIG_LOCALVERSION_AUTOMasahiro Yamada1-1/+0
2016-08-12arm64: defconfig: add options for virtualization and containersRiku Voipio1-6/+46
2016-08-12arm64: hibernate: handle allocation failuresMark Rutland1-27/+32
2016-08-12arm64: hibernate: avoid potential TLB conflictMark Rutland1-6/+17
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2-2/+19
2016-08-12dma-buf/fence: kerneldoc: remove spurious section headerSumit Semwal1-1/+1
2016-08-12dma-buf/fence: kerneldoc: remove unused struct membersSumit Semwal1-2/+0
2016-08-12drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memoryChris Wilson4-0/+109
2016-08-12drm/i915: Support for creating write combined type vmapsChris Wilson5-18/+73
2016-08-12Revert "gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_p...Peter Chen1-4/+3
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2-12/+35
2016-08-12MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan1-1/+1
2016-08-12MIPS: KVM: Add missing gfn range checkJames Hogan1-8/+15
2016-08-12MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan1-21/+28
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall5-17/+27
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall3-2/+17
2016-08-12drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter2-0/+8
2016-08-12drm/radeon|amgpu: Make fbdev emulation optionalDaniel Vetter2-9/+1
2016-08-12drm/vmwgfx: select CONFIG_FBDaniel Vetter1-0/+1
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter26-28/+0