index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
fadvise.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-17
drm/i915/cfl: Introduce Coffee Lake workarounds.
Rodrigo Vivi
2
-23
/
+60
2017-06-16
drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCH
Dhinakaran Pandiyan
1
-2
/
+11
2017-06-16
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
3
-14
/
+15
2017-06-16
drm/i915: Async GPU relocation processing
Chris Wilson
2
-8
/
+220
2017-06-16
drm/i915: Allow execbuffer to use the first object as the batch
Chris Wilson
3
-3
/
+22
2017-06-16
drm/i915: Wait upon userptr get-user-pages within execbuffer
Chris Wilson
5
-5
/
+31
2017-06-16
drm/i915: First try the previous execbuffer location
Chris Wilson
3
-4
/
+15
2017-06-16
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
3
-10
/
+28
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
7
-916
/
+1239
2017-06-16
drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocations
Chris Wilson
1
-0
/
+10
2017-06-16
drm/i915: Pass vma to relocate entry
Chris Wilson
1
-60
/
+42
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
11
-112
/
+322
2017-06-16
drm/i915: Fix retrieval of hangcheck stats
Chris Wilson
1
-3
/
+0
2017-06-16
drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
Chris Wilson
8
-12
/
+17
2017-06-16
drm/i915: Mark CPU cache as dirty on every transition for CPU writes
Chris Wilson
6
-56
/
+67
2017-06-16
drm/i915: Make i915_vma_destroy() static
Chris Wilson
2
-2
/
+1
2017-06-16
drm/i915: Actually attach the tv_format property to the SDVO connector
Ville Syrjälä
1
-1
/
+2
2017-06-15
Revert "drm/i915/skl: New ddb allocation algorithm"
Rodrigo Vivi
1
-159
/
+98
2017-06-15
drm/i915/glk: Add cold boot sequence for GLK DSI
Madhav Chauhan
1
-28
/
+51
2017-06-15
drm/i915/glk: Split GLK DSI device ready functionality
Madhav Chauhan
1
-7
/
+18
2017-06-15
drm/i915: Don't enable backlight at setup time.
Dhinakaran Pandiyan
1
-10
/
+0
2017-06-15
drm/i915/cnl: make function cnl_ddi_dp_set_dpll_hw_state static
Colin Ian King
1
-2
/
+3
2017-06-15
drm/i915: Remove pipe A quirk remnants
Ville Syrjälä
3
-85
/
+10
2017-06-15
drm/i915: Drop pipe A quirk for Thinkapd T60
Ville Syrjälä
1
-3
/
+0
2017-06-15
drm/i915: Drop pipe A quirk for Toshiba Protege R205-S209
Ville Syrjälä
1
-3
/
+0
2017-06-15
drm/i915: Add i830 "pipes power well"
Ville Syrjälä
3
-1
/
+157
2017-06-15
drm/i915: Use a loop for the "three times for luck" DPLL procedure
Ville Syrjälä
1
-9
/
+6
2017-06-15
drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()
Ville Syrjälä
1
-4
/
+5
2017-06-15
drm/i915: Fix deadlock witha the pipe A quirk during resume
Ville Syrjälä
1
-9
/
+12
2017-06-15
drm/i915: Split vma exec_link/evict_link
Chris Wilson
3
-25
/
+28
2017-06-15
drm/i915: Use vma->exec_entry as our double-entry placeholder
Chris Wilson
3
-51
/
+44
2017-06-15
drm/i915: Amalgamate execbuffer parameter structures
Chris Wilson
1
-317
/
+232
2017-06-14
drm/i915/perf: add GLK support
Lionel Landwerlin
4
-3
/
+2659
2017-06-14
drm/i915/perf: add KBL support
Lionel Landwerlin
6
-2
/
+6143
2017-06-14
drm/i915: add KBL GT2/GT3 check macros
Lionel Landwerlin
1
-0
/
+4
2017-06-14
drm/i915/perf: remove perf.hook_lock
Robert Bragg
2
-24
/
+11
2017-06-14
drm/i915/perf: per-gen timebase for checking sample freq
Robert Bragg
2
-11
/
+29
2017-06-14
drm/i915/perf: Add more OA configs for BDW, CHV, SKL + BXT
Robert Bragg
8
-8
/
+18981
2017-06-14
drm/i915/perf: Add OA unit support for Gen 8+
Robert Bragg
5
-95
/
+1028
2017-06-14
drm/i915/perf: Add 'render basic' Gen8+ OA unit configs
Robert Bragg
14
-3
/
+1876
2017-06-14
drm/i915/perf: rework mux configurations queries
Lionel Landwerlin
4
-81
/
+151
2017-06-14
drm/i915: expose _SUBSLICE_MASK GETPARM
Robert Bragg
2
-0
/
+10
2017-06-14
drm/i915: expose _SLICE_MASK GETPARM
Robert Bragg
2
-0
/
+8
2017-06-14
drm/i915: Reinstate reservation_object zapping for batch_pool objects
Chris Wilson
1
-2
/
+17
2017-06-14
drm/i915: Spin for struct_mutex inside shrinker
Chris Wilson
1
-7
/
+12
2017-06-14
drm/i915: Only restrict noreclaim in the early shrink passes
Chris Wilson
1
-2
/
+1
2017-06-14
drm/i915: Remove __GFP_NORETRY from our buffer allocator
Chris Wilson
1
-1
/
+14
2017-06-14
drm/i915: Encourage our shrinker more when our shmemfs allocations fails
Chris Wilson
1
-21
/
+29
2017-06-12
drm/i915/cfl: Basic DDI plumbing for Coffee Lake.
Rodrigo Vivi
2
-6
/
+9
2017-06-12
drm/i915/cnl: Enable wrpll computation for CNL
Kahola, Mika
1
-2
/
+138
[next]