index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-10
drm/i915: Remove LVDS and PPS suspend time save/restore
Imre Deak
2
-38
/
+0
2016-08-10
drm/i915: Apply the PPS register unlock workaround more consistently
Imre Deak
6
-9
/
+34
2016-08-10
drm/i915/dp: Restore PPS HW state from the encoder resume hook
Imre Deak
1
-15
/
+16
2016-08-10
drm/i915/lvds: Restore initial HW state during encoder enabling
Imre Deak
2
-13
/
+102
2016-08-10
drm/i915: Merge TARGET_POWER_ON and PANEL_POWER_ON flag definitions
Imre Deak
3
-6
/
+5
2016-08-10
drm/i915: Merge the PPS register definitions
Imre Deak
6
-170
/
+117
2016-08-10
drm/i915/guc: re-optimise i915_guc_client layout
Dave Gordon
2
-5
/
+2
2016-08-10
drm/i915/guc: use for_each_engine_id() where appropriate
Dave Gordon
2
-14
/
+17
2016-08-10
drm/i915/guc: add engine mask to GuC client & pass to GuC
Dave Gordon
2
-6
/
+12
2016-08-10
drm/i915/guc: refactor guc_init_doorbell_hw()
Dave Gordon
1
-24
/
+30
2016-08-10
drm/i915/guc: doorbell reset should avoid used doorbells
Dave Gordon
1
-1
/
+7
2016-08-10
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
Chris Wilson
4
-26
/
+27
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
6
-67
/
+56
2016-08-10
drm/i915: Always mark the writer as also a read for busy ioctl
Chris Wilson
1
-4
/
+14
2016-08-09
drm: avoid "possible bad bitmask?" warning
Dave Gordon
1
-1
/
+1
2016-08-09
drm/i915: Correct typo for __i915_gem_active_get_rcu in a comment
Chris Wilson
2
-2
/
+2
2016-08-05
drm/i915: Use the g4x+ approach on gen2 for handling display stuff around GPU...
Ville Syrjälä
1
-9
/
+2
2016-08-05
drm/i915: Introduce gpu_reset_clobbers_display()
Ville Syrjälä
1
-2
/
+7
2016-08-05
drm/i915: Add a way to test the modeset done during gpu reset, v3.
Maarten Lankhorst
3
-11
/
+25
2016-08-05
drm/i915: Fix modeset handling during gpu reset, v5.
Maarten Lankhorst
2
-60
/
+111
2016-08-05
drm/i915: Don't mark PCH underrun reporting as disabled for transcoder B/C on...
Ville Syrjälä
1
-1
/
+18
2016-08-05
drm/i915: Add some curly braces
Ville Syrjälä
1
-2
/
+2
2016-08-09
drm/i915: Do not overwrite the request with zero on reallocation
Chris Wilson
2
-1
/
+47
2016-08-09
drm/i915: Add smp_rmb() to busy ioctl's RCU dance
Chris Wilson
2
-5
/
+34
2016-08-09
drm/i915: Don't check for idleness before retiring after a GPU hang
Chris Wilson
1
-5
/
+3
2016-08-09
drm/i915: Wrap the protected active RCU dereference in a helper
Chris Wilson
1
-4
/
+17
2016-08-09
drm/i915: Remove unused i915_gem_active_peek_rcu()
Chris Wilson
1
-21
/
+0
2016-08-08
drm/i915: Update DRIVER_DATE to 20160808
Daniel Vetter
1
-1
/
+1
2016-08-05
drm/i915: fix aliasing_ppgtt leak
Matthew Auld
1
-0
/
+1
2016-08-05
drm/i915: Update comment before i915_spin_request
Daniel Vetter
1
-1
/
+1
2016-08-05
drm/i915: Use drm official vblank_no_hw_counter callback.
Rodrigo Vivi
1
-7
/
+2
2016-08-05
drm/i915: Fix copy_to_user usage for pipe_crc
Rodrigo Vivi
1
-3
/
+1
2016-08-05
Revert "drm/i915: Track active streams also for DP SST"
Ville Syrjälä
4
-26
/
+10
2016-08-05
drm/i915: fix WaInsertDummyPushConstPs
Matthew Auld
1
-4
/
+4
2016-08-05
drm/i915: Assert that the request hasn't been retired
Chris Wilson
1
-4
/
+2
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
12
-68
/
+98
2016-08-05
drm/i915: Document and reject invalid tiling modes
Chris Wilson
2
-0
/
+4
2016-08-05
drm/i915: Remove locking for get_tiling
Chris Wilson
2
-14
/
+11
2016-08-05
drm/i915: Remove pinned check from madvise ioctl
Chris Wilson
1
-6
/
+0
2016-08-05
drm/i915: Reduce locking inside swfinish ioctl
Chris Wilson
1
-15
/
+12
2016-08-05
drm/i915: Remove (struct_mutex) locking for busy-ioctl
Chris Wilson
1
-30
/
+101
2016-08-05
drm/i915: Remove (struct_mutex) locking for wait-ioctl
Chris Wilson
1
-31
/
+12
2016-08-05
drm/i915: Do a nonblocking wait first in pread/pwrite
Chris Wilson
1
-25
/
+35
2016-08-05
drm/i915: Remove unused no-shrinker-steal
Chris Wilson
2
-4
/
+0
2016-08-05
drm/i915: Tidy generation of the GTT mmap offset
Chris Wilson
1
-47
/
+22
2016-08-05
drm/i915/shrinker: Wait before acquiring struct_mutex under oom
Chris Wilson
1
-4
/
+9
2016-08-05
drm/i915: Simplify do_idling() (Ironlake vt-d w/a)
Chris Wilson
1
-29
/
+8
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
13
-76
/
+68
2016-08-05
drm/i915: Remove forced stop ring on suspend/unload
Chris Wilson
4
-61
/
+0
2016-08-05
drm/i915/userptr: Remove superfluous interruptible=false on waiting
Chris Wilson
1
-8
/
+1
[next]