index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-26
drm/i915/lspcon: Add workaround for resuming in PCON mode
Imre Deak
3
-2
/
+40
2016-10-26
drm/i915/lspcon: Get DDC adapter via container_of() instead of cached ptr
Imre Deak
2
-5
/
+11
2016-10-26
drm/i915/dp: Read DP descriptor for eDP and LSPCON too
Imre Deak
3
-1
/
+6
2016-10-26
drm/i915/lspcon: Fail LSPCON probe if the start of DPCD can't be read
Imre Deak
3
-1
/
+8
2016-10-26
drm/i915/dp: Print full branch/sink descriptor
Imre Deak
2
-41
/
+32
2016-10-26
drm/i915/dp: Print only sink or branch specific OUI based on dev type
Imre Deak
1
-6
/
+6
2016-10-26
drm/i915/dp: Remove debug dependency of DPCD SW/HW revision read
Imre Deak
1
-6
/
+0
2016-10-26
drm/dp: Factor out helper to distinguish between branch and sink devices
Imre Deak
2
-7
/
+10
2016-10-26
drm/i915/audio: set proper N/M in modeset
Libin Yang
2
-1
/
+99
2016-10-26
drm/i915/audio: drop extra crtc clock check from HDMI audio N lookup
Jani Nikula
1
-10
/
+9
2016-10-26
drm/i915: Refresh that status of MST capable connectors in ->detect()
Ville Syrjälä
1
-10
/
+0
2016-10-26
drm/i915: Remove two invalid warns
Tvrtko Ursulin
1
-3
/
+0
2016-10-26
drm/i915: Rotated view does not need a fence
Tvrtko Ursulin
1
-1
/
+6
2016-10-25
drm/i915/guc: WA to address the Ringbuffer coherency issue
Akash Goel
1
-0
/
+6
2016-10-25
drm/i915: Include the kernel uptime in the error state
Chris Wilson
3
-2
/
+16
2016-10-25
drm/i915: Mark the GuC log buffer flush interrupts handling WQ as freezable
Akash Goel
1
-3
/
+12
2016-10-25
drm/i915: Early creation of relay channel for capturing boot time logs
Akash Goel
1
-24
/
+47
2016-10-25
drm/i915: Use SSE4.1 movntdqa based memcpy for sampling GuC log buffer
Akash Goel
1
-7
/
+18
2016-10-25
drm/i915: Debugfs support for GuC logging control
Sagar Arun Kamble
3
-1
/
+100
2016-10-25
drm/i915: Support for forceful flush of GuC log buffer
Sagar Arun Kamble
2
-0
/
+31
2016-10-25
drm/i915: Augment i915 error state to include the dump of GuC log buffer
Akash Goel
2
-0
/
+16
2016-10-25
drm/i915: Increase GuC log buffer size to reduce flush interrupts
Akash Goel
1
-4
/
+4
2016-10-25
drm/i915: Optimization to reduce the sampling time of GuC log buffer
Akash Goel
1
-3
/
+25
2016-10-25
drm/i915: Add stats for GuC log buffer flush interrupts
Akash Goel
4
-1
/
+67
2016-10-25
drm/i915: New lock to serialize the Host2GuC actions
Akash Goel
2
-0
/
+6
2016-10-25
drm/i915: Add a relay backed debugfs interface for capturing GuC logs
Akash Goel
4
-2
/
+217
2016-10-25
drm/i915: Handle log buffer flush interrupt event from GuC
Sagar Arun Kamble
3
-1
/
+217
2016-10-25
drm/i915: Support for GuC interrupts
Sagar Arun Kamble
7
-4
/
+79
2016-10-25
drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...
Akash Goel
4
-28
/
+57
2016-10-25
drm/i915: New structure to contain GuC logging related fields
Akash Goel
4
-9
/
+13
2016-10-25
drm/i915: Add GuC ukernel logging related fields to fw interface file
Sagar Arun Kamble
1
-0
/
+78
2016-10-25
drm/i915: Decouple GuC log setup from verbosity parameter
Sagar Arun Kamble
2
-5
/
+4
2016-10-25
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
10109
-292574
/
+531536
2016-10-25
Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
109
-2948
/
+20193
2016-10-25
Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
75
-759
/
+1355
2016-10-24
drm/i915/fbc: fix FBC_COMPRESSION_MASK on BDW+
Paulo Zanoni
2
-6
/
+9
2016-10-24
drm/i915/fbc: fix CFB size calculation for gen8+
Paulo Zanoni
1
-1
/
+3
2016-10-24
drm/i915: Move fence cancellation to runtime suspend
Chris Wilson
4
-14
/
+28
2016-10-24
drm/i915: Remove RPM sequence checking
Chris Wilson
5
-75
/
+2
2016-10-24
drm/i915: Remove superfluous locking around userfault_list
Chris Wilson
2
-24
/
+12
2016-10-24
drm/i915: Use RPM as the barrier for controlling user mmap access
Chris Wilson
5
-69
/
+69
2016-10-24
drm/i915: Move user fault tracking to a separate list
Chris Wilson
5
-19
/
+49
2016-10-24
drm/i915: remove AGP dependency from DRM_I915 kconfig help text
Jani Nikula
1
-5
/
+6
2016-10-24
drm: i915: Wait for fences on new fb, not old
Daniel Stone
1
-1
/
+1
2016-10-24
drm/i915: Update DRIVER_DATE to 20161024
Daniel Vetter
1
-2
/
+2
2016-10-23
Linux 4.9-rc2
v4.9-rc2
Linus Torvalds
1
-1
/
+1
2016-10-23
Merge tag 'upstream-4.9-rc2' of git://git.infradead.org/linux-ubifs
Linus Torvalds
4
-12
/
+13
2016-10-23
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-50
/
+56
2016-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
8
-75
/
+105
2016-10-23
Merge tag 'hwmon-for-linus-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+6
[next]