index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
stat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-23
drm/i915: Set PWM divider to match desired frequency in vbt
Puthikorn Voravootivat
1
-8
/
+90
2017-06-22
drm/i915: Always use 9 bits of the LPC bridge device ID for PCH detection
Ville Syrjälä
2
-20
/
+28
2017-06-22
drm/i915: Clean up some expressions
Ville Syrjälä
1
-7
/
+7
2017-06-22
drm/i915: Document that PPT==CPT and WPT==LPT
Ville Syrjälä
1
-2
/
+2
2017-06-22
drm/i915: s/Couar/Cougar/
Ville Syrjälä
1
-1
/
+1
2017-06-22
drm/i915: Use HAS_PCH_CPT() everywhere
Ville Syrjälä
2
-2
/
+2
2017-06-22
drm/i915: pass the vma to insert_entries
Matthew Auld
4
-46
/
+38
2017-06-22
drm/i915: Clear execbuf's vma backpointer upon release
Chris Wilson
1
-0
/
+1
2017-06-21
drm/i915: Cancel pending execlist tasklet upon wedging
Chris Wilson
1
-0
/
+7
2017-06-21
drm/i915: Hold struct_mutex for per-file stats in debugfs/i915_gem_object
Chris Wilson
1
-1
/
+5
2017-06-21
drm/i915: Assert the vma's active tracking is clear before free
Chris Wilson
1
-2
/
+7
2017-06-21
drm/i915: Retire the VMA's fence tracker before unbinding
Chris Wilson
1
-0
/
+5
2017-06-21
drm/i915: select CRC32
Nicholas Piggin
1
-0
/
+1
2017-06-20
drm/i915: Pass the right flags to i915_vma_move_to_active()
Chris Wilson
1
-1
/
+1
2017-06-20
drm/i915: Enable Engine reset and recovery support
Michel Thierry
1
-2
/
+2
2017-06-20
drm/i915/selftests: reset engine self tests
Michel Thierry
1
-0
/
+148
2017-06-20
drm/i915: Export per-engine reset count info to debugfs
Michel Thierry
1
-0
/
+21
2017-06-20
drm/i915: Add engine reset count to error state
Michel Thierry
3
-0
/
+16
2017-06-20
drm/i915: Add support for per engine reset recovery
Michel Thierry
3
-38
/
+110
2017-06-20
drm/i915: Modify error handler for per engine hang recovery
Michel Thierry
5
-1
/
+78
2017-06-20
drm/i915: Update i915.reset to handle engine resets
Michel Thierry
2
-4
/
+4
2017-06-20
drm/i915: Look for active requests earlier in the reset path
Michel Thierry
2
-7
/
+9
2017-06-20
drm/i915: Wait for concurrent global resets to complete
Chris Wilson
2
-12
/
+15
2017-06-20
drm/i915: Enable rcu-only context lookups
Chris Wilson
4
-55
/
+64
2017-06-20
drm/i915: Allow contexts to be unreferenced locklessly
Chris Wilson
10
-39
/
+88
2017-06-20
drm/i915: Group all the global context information together
Chris Wilson
11
-49
/
+58
2017-06-20
drm/i915: Do not re-calculate num_rings locally
Tvrtko Ursulin
1
-3
/
+2
2017-06-20
drm/i915: Simplify intel_engines_init
Tvrtko Ursulin
1
-24
/
+12
2017-06-19
drm/i915/cnl: Fix RMW on ddi vswing sequence.
Rodrigo Vivi
2
-0
/
+16
2017-06-19
drm/i915: Make intel_digital_port_connected() work for any port
Ville Syrjälä
1
-13
/
+70
2017-06-19
drm/i915: Update DRIVER_DATE to 20170619
Daniel Vetter
1
-2
/
+2
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
[next]