summaryrefslogtreecommitdiffstats
path: root/mm/fadvise.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-17drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi2-23/+60
2017-06-16drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCHDhinakaran Pandiyan1-2/+11
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson3-14/+15
2017-06-16drm/i915: Async GPU relocation processingChris Wilson2-8/+220
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson3-3/+22
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson5-5/+31
2017-06-16drm/i915: First try the previous execbuffer locationChris Wilson3-4/+15
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson3-10/+28
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson7-916/+1239
2017-06-16drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson1-0/+10
2017-06-16drm/i915: Pass vma to relocate entryChris Wilson1-60/+42
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson11-112/+322
2017-06-16drm/i915: Fix retrieval of hangcheck statsChris Wilson1-3/+0
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson8-12/+17
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson6-56/+67
2017-06-16drm/i915: Make i915_vma_destroy() staticChris Wilson2-2/+1
2017-06-16drm/i915: Actually attach the tv_format property to the SDVO connectorVille Syrjälä1-1/+2
2017-06-15Revert "drm/i915/skl: New ddb allocation algorithm"Rodrigo Vivi1-159/+98
2017-06-15drm/i915/glk: Add cold boot sequence for GLK DSIMadhav Chauhan1-28/+51
2017-06-15drm/i915/glk: Split GLK DSI device ready functionalityMadhav Chauhan1-7/+18
2017-06-15drm/i915: Don't enable backlight at setup time.Dhinakaran Pandiyan1-10/+0
2017-06-15drm/i915/cnl: make function cnl_ddi_dp_set_dpll_hw_state staticColin Ian King1-2/+3
2017-06-15drm/i915: Remove pipe A quirk remnantsVille Syrjälä3-85/+10
2017-06-15drm/i915: Drop pipe A quirk for Thinkapd T60Ville Syrjälä1-3/+0
2017-06-15drm/i915: Drop pipe A quirk for Toshiba Protege R205-S209Ville Syrjälä1-3/+0
2017-06-15drm/i915: Add i830 "pipes power well"Ville Syrjälä3-1/+157
2017-06-15drm/i915: Use a loop for the "three times for luck" DPLL procedureVille Syrjälä1-9/+6
2017-06-15drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()Ville Syrjälä1-4/+5
2017-06-15drm/i915: Fix deadlock witha the pipe A quirk during resumeVille Syrjälä1-9/+12
2017-06-15drm/i915: Split vma exec_link/evict_linkChris Wilson3-25/+28
2017-06-15drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson3-51/+44
2017-06-15drm/i915: Amalgamate execbuffer parameter structuresChris Wilson1-317/+232
2017-06-14drm/i915/perf: add GLK supportLionel Landwerlin4-3/+2659
2017-06-14drm/i915/perf: add KBL supportLionel Landwerlin6-2/+6143
2017-06-14drm/i915: add KBL GT2/GT3 check macrosLionel Landwerlin1-0/+4
2017-06-14drm/i915/perf: remove perf.hook_lockRobert Bragg2-24/+11
2017-06-14drm/i915/perf: per-gen timebase for checking sample freqRobert Bragg2-11/+29
2017-06-14drm/i915/perf: Add more OA configs for BDW, CHV, SKL + BXTRobert Bragg8-8/+18981
2017-06-14drm/i915/perf: Add OA unit support for Gen 8+Robert Bragg5-95/+1028
2017-06-14drm/i915/perf: Add 'render basic' Gen8+ OA unit configsRobert Bragg14-3/+1876
2017-06-14drm/i915/perf: rework mux configurations queriesLionel Landwerlin4-81/+151
2017-06-14drm/i915: expose _SUBSLICE_MASK GETPARMRobert Bragg2-0/+10
2017-06-14drm/i915: expose _SLICE_MASK GETPARMRobert Bragg2-0/+8
2017-06-14drm/i915: Reinstate reservation_object zapping for batch_pool objectsChris Wilson1-2/+17
2017-06-14drm/i915: Spin for struct_mutex inside shrinkerChris Wilson1-7/+12
2017-06-14drm/i915: Only restrict noreclaim in the early shrink passesChris Wilson1-2/+1
2017-06-14drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson1-1/+14
2017-06-14drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson1-21/+29
2017-06-12drm/i915/cfl: Basic DDI plumbing for Coffee Lake.Rodrigo Vivi2-6/+9
2017-06-12drm/i915/cnl: Enable wrpll computation for CNLKahola, Mika1-2/+138