aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12ALSA: hda - add DP MST audio supportLibin Yang2-52/+197
2017-01-12ALSA: hda - add DP mst verb supportLibin Yang2-4/+71
2017-01-12drm/i915: check ppgtt validity when init reg stateZhenyu Wang1-8/+1
2017-01-12drm/i915: Detect vma reserved for execbuf in evict-for-nodeChris Wilson1-1/+1
2017-01-11drm/i915: Add a sanity check that no request is submitted in the middleChris Wilson1-0/+7
2017-01-11drm/i915: Prefer random replacement before eviction searchChris Wilson1-1/+58
2017-01-11drm/i915: Extract reserving space in the GTT to a helperChris Wilson8-61/+106
2017-01-11drm/i915: Use the MRU stack search after evictingChris Wilson4-80/+119
2017-01-10drm/i915/psr: disable psr2 for resolution greater than 32X20Nagaraju, Vathsala1-7/+8
2017-01-10drm/i915/psr: program vsc header for psr2Nagaraju, Vathsala3-2/+43
2017-01-10drm : adds Y-coordinate and Colorimetry FormatNagaraju, Vathsala1-1/+12
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson15-45/+62
2017-01-10drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()Chris Wilson1-2/+2
2017-01-10drm/i915: Mark all incomplete requests as -EIO when wedgedChris Wilson1-0/+10
2017-01-10drm/i915: Set an error status for a resubmitted requestChris Wilson1-0/+1
2017-01-10drm/i915: Set guilty-flag on fence after detecting a hangChris Wilson1-0/+2
2017-01-10drm/i915: Consolidate reset_request()Chris Wilson1-4/+4
2017-01-10drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso1-3/+3
2017-01-10drm/i915: Use new CRC debugfs APITomeu Vizoso5-37/+142
2017-01-10drm/i915: Split out i915_gem_object_set_tiling()Chris Wilson2-113/+127
2017-01-10drm/i915: Include ioctl in set-tiling and get-tiling function namesChris Wilson3-14/+14
2017-01-10drm/i915: Clip the partial view against the object not vmaChris Wilson1-4/+2
2017-01-10drm/i915: Extract compute_partial_view()Chris Wilson1-19/+28
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry4-5/+5
2017-01-10drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.Rodrigo Vivi1-6/+6
2017-01-10drm/i915/DMC/GLK: Load DMC on GLKAnusha Srivatsa1-2/+10
2017-01-10drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson4-88/+88
2017-01-10drm/i915: Remove the rounding down of the gen4+ fence regionChris Wilson1-3/+1
2017-01-10drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson6-81/+73
2017-01-10drm/i915: Replace WARNs in fence register writes with extensive assertsChris Wilson1-28/+22
2017-01-10drm/i915: Align GGTT sizes to a fence tile rowChris Wilson4-21/+39
2017-01-10drm/i915: Extract tile_row_size for fencingChris Wilson3-10/+23
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson2-6/+26
2017-01-09drm/i915: don't open code the pdpe/pml4e clearingMatthew Auld1-14/+2
2017-01-09drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/Matthew Auld1-5/+5
2017-01-09drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/Matthew Auld1-5/+5
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson4-13/+59
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson1-0/+1
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard12-12/+13
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi33-73/+39
2017-01-09drm: add more document for drm_crtc_from_index()Shawn Guo2-2/+5
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou3-7/+5
2017-01-09drm/i915: Update DRIVER_DATE to 20170109Daniel Vetter1-2/+2
2017-01-08Linux 4.10-rc3Linus Torvalds1-1/+1
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner3-4/+14
2017-01-07mm: stop leaking PageTablesHugh Dickins1-27/+20
2017-01-07MAINTAINERS: add greybus subsystem mailing listGreg Kroah-Hartman1-0/+1
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk4-10/+34
2017-01-06drm/i915: Drain freed objects for mmap space exhaustionChris Wilson1-13/+11
2017-01-06drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson1-4/+18