index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
drm: add support for monotonic vblank timestamps
Imre Deak
5
-5
/
+33
2012-11-20
drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos
Imre Deak
1
-6
/
+12
2012-11-20
drm: don't poll forced connectors
Daniel Vetter
1
-0
/
+4
2012-11-20
drm: don't start the poll engine in probe_single_connector
Daniel Vetter
2
-1
/
+7
2012-11-20
drm: properly init/reset connector status
Daniel Vetter
1
-1
/
+5
2012-11-20
drm: run the hpd irq event code directly
Daniel Vetter
2
-14
/
+1
2012-11-20
drm: handle HPD and polled connectors separately
Daniel Vetter
2
-9
/
+43
2012-11-20
drm: extract drm_kms_helper_hotplug_event
Daniel Vetter
2
-6
/
+12
2012-11-20
drm: add drm_send_vblank_event() helper (v5)
Rob Clark
3
-37
/
+59
2012-11-20
drm: tegra: Add HDMI support
Thierry Reding
6
-1
/
+1925
2012-11-20
drm: Add NVIDIA Tegra20 support
Thierry Reding
13
-0
/
+2657
2012-11-20
drm/udl: Add missing static storage class specifiers in udl_connector.c
Sachin Kamat
1
-5
/
+7
2012-11-20
drm/drm_stub: Remove unnecessary null check before kfree.
Sachin Kamat
1
-4
/
+1
2012-11-20
drm/fb_helper: Fix potential NULL pointer dereference
Sachin Kamat
1
-0
/
+6
2012-11-20
drm/crtc: Fix potential NULL pointer dereference
Sachin Kamat
1
-0
/
+2
2012-11-20
drm/crtc: Remove redundant NULL check before kfree
Sachin Kamat
1
-4
/
+2
2012-11-20
drm: Reject addfb2 with undefined flag bits set
Ville Syrjälä
1
-0
/
+5
2012-11-20
drm: fix documentation for drm_crtc_set_mode()
Alex Deucher
1
-2
/
+2
2012-11-20
drm: get cea video id code for a given display mode
Stephane Marchesin
2
-0
/
+21
2012-11-20
drm/drm_fb_helper: Remove unnecessary braces
Sachin Kamat
1
-13
/
+10
2012-11-20
drm/fb_helper: Convert printk to pr_* and dev_*
Sachin Kamat
1
-6
/
+8
2012-11-20
drm/fb_helper: Fix checkpatch errors
Sachin Kamat
1
-3
/
+9
2012-11-20
drm: fix returning -EINVAL on setmaster if another master is active
David Herrmann
1
-12
/
+12
2012-11-20
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
41
-2936
/
+5087
2012-11-16
drm/i915: Restore physical HWS_PGA after resume
Chris Wilson
2
-43
/
+35
2012-11-13
drm/i915: Report amount of usable graphics memory in MiB
Chris Wilson
1
-1
/
+1
2012-11-13
drm/i915/i2c: Track users of GMBUS force-bit
Chris Wilson
2
-4
/
+7
2012-11-12
drm/i915: Allocate the proper size for contexts.
Ben Widawsky
1
-1
/
+1
2012-11-12
drm/i915: Update load-detect failure paths for modeset-rework
Chris Wilson
1
-7
/
+2
2012-11-12
drm/i915: Clear unused fields of mode for framebuffer creation
Chris Wilson
1
-1
/
+1
2012-11-12
drm/i915: Always calculate 8xx WM values based on a 32-bpp framebuffer
Chris Wilson
1
-6
/
+11
2012-11-12
drm/i915: Fix sparse warnings in from AGP kill code
Ben Widawsky
1
-1
/
+1
2012-11-12
drm/i915: Missed lock change with rps lock
Ben Widawsky
1
-1
/
+3
2012-11-12
drm/i915: Move the remaining gtt code
Ben Widawsky
3
-79
/
+76
2012-11-12
drm/i915: flush system agent TLBs on SNB
Ben Widawsky
2
-2
/
+11
2012-11-12
drm/i915: Kill off now unused gen6+ AGP code
Ben Widawsky
3
-402
/
+11
2012-11-12
drm/i915: Calculate correct stolen size for GEN7+
Ben Widawsky
2
-1
/
+15
2012-11-12
drm/i915: Stop using AGP layer for GEN6+
Ben Widawsky
8
-51
/
+257
2012-11-12
drm/i915: drop the double-OP_STOREDW usage in blt_ring_flush
Daniel Vetter
1
-1
/
+1
2012-11-12
drm/i915: don't rewrite the GTT on resume v4
Jesse Barnes
2
-11
/
+33
2012-11-12
drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
Jesse Barnes
6
-44
/
+41
2012-11-12
drm/i915: put ring frequency and turbo setup into a work queue v5
Jesse Barnes
3
-2
/
+31
2012-11-12
drm/i915: don't block resume on fb console resume v2
Jesse Barnes
3
-3
/
+34
2012-11-12
drm/i915: extract l3_parity substruct from dev_priv
Daniel Vetter
4
-13
/
+17
2012-11-12
drm/i915: move dri1 dungeon out of dev_priv
Daniel Vetter
2
-28
/
+31
2012-11-12
drm/i915: move pwrctx/renderctx to the other ilk power state
Daniel Vetter
3
-23
/
+23
2012-11-12
drm/i915: move dev_priv->(rps|ips) out of line
Daniel Vetter
1
-31
/
+36
2012-11-12
drm/i915: move the suspend/resume register file out of dev_priv
Daniel Vetter
3
-491
/
+495
2012-11-12
drm/i915: add clock gating regs to VLV offset check function
Jesse Barnes
1
-0
/
+9
2012-11-12
drm/i915: PIPE_CONTROL TLB invalidate requires CS stall
Jesse Barnes
1
-1
/
+1
[next]