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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-02
drm/radeon: optimize SI VM handling
Christian König
1
-1
/
+19
2014-06-02
drm/radeon: add define for flags used in R600+ GTT
Christian König
2
-8
/
+5
2014-06-02
drm/radeon: rework page flip handling v3
Christian König
3
-115
/
+150
2014-06-02
drm/radeon: separate vblank and pflip crtc handling
Christian König
8
-26
/
+56
2014-06-02
drm/radeon: split page flip and pending callback
Christian König
8
-15
/
+88
2014-06-02
drm/radeon: remove drm_vblank_get|put from pflip handling
Christian König
1
-17
/
+0
2014-06-02
drm/radeon: remove (pre|post)_page_flip callbacks
Christian König
7
-128
/
+2
2014-06-02
drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices
Alex Deucher
1
-2
/
+15
2014-06-02
drm/radeon: fix typo in radeon_connector_is_dp12_capable()
Alex Deucher
1
-1
/
+1
2014-06-02
radeon: Remove useless quirk for zx1/FireGL X1 combo introduced with fdo #7770
Émeric MASCHINO
1
-3
/
+0
2014-06-02
vgaswitcheroo: switch the mux to the igp on power down when runpm is enabled
Alex Deucher
1
-1
/
+2
2014-06-02
drm/radeon: use NULL instead of zero in clearstate headers
Michele CURTI
3
-8
/
+8
2014-06-02
drm/radeon: use NULL instead of zero in object functions
Michele CURTI
2
-2
/
+2
2014-06-02
drm/radeon/hdmi: DCE2: simplify audio workaround
Rafał Miłecki
1
-60
/
+22
2014-06-02
drm/radeon/hdmi: DCE2: update setmode
Rafał Miłecki
2
-37
/
+90
2014-06-02
drm/radeon/hdmi: DCE3: clean ACR control
Rafał Miłecki
2
-3
/
+7
2014-06-02
drm/radeon/hdmi: use separated file for DCE 3.1/3.2 code
Rafał Miłecki
5
-141
/
+263
2014-06-02
drm/radeon: add proper support for RADEON_VM_BLOCK_SIZE v2
Christian König
7
-1
/
+9
2014-06-02
drm/radeon: add large PTE support for NI, SI and CIK v5
Christian König
5
-9
/
+98
2014-06-02
drm/radeon: add a i2c bus mutex
Alex Deucher
4
-8
/
+37
2014-05-30
drm: add DP MST encoder type
Dave Airlie
1
-0
/
+1
2014-05-30
drm: store encoder name in encoder struct
Jani Nikula
1
-14
/
+17
2014-05-30
drm: store connector name in connector struct (v2)
Jani Nikula
1
-16
/
+20
2014-05-27
drm/armada: use shmem helpers if possible
David Herrmann
1
-3
/
+1
2014-05-27
drm/gem: replace misleading comment
David Herrmann
1
-15
/
+4
2014-05-27
drm/edid: Use kmemdup instead of kmalloc + memcpy
Benoit Taine
1
-2
/
+1
2014-05-27
drm/shmobile: Add run-time dependencies
Jean Delvare
1
-1
/
+2
2014-05-27
drm/rcar-du: Add run-time dependencies
Jean Delvare
1
-0
/
+2
2014-05-26
drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDs
Daniel Thompson
1
-1
/
+20
2014-05-26
drm: fix typo
Rob Clark
1
-1
/
+1
2014-05-19
Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-next
Dave Airlie
7
-552
/
+1046
2014-05-19
drm/ast: initial DP501 support (v0.2)
Dave Airlie
6
-12
/
+505
2014-05-19
drm/ast: rename the mindwm/moutdwm and deinline them
Dave Airlie
1
-225
/
+225
2014-05-19
drm/ast: resync the dram post code with upstream
Dave Airlie
1
-303
/
+173
2014-05-19
drm/ast: add AST 2400 support.
Dave Airlie
4
-14
/
+20
2014-05-19
drm/ast: add widescreen + rb modes from X.org driver (v2)
Dave Airlie
4
-27
/
+145
2014-05-19
Merge tag 'drm-intel-next-2014-05-06' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
26
-778
/
+1472
2014-05-16
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
24
-179
/
+147
2014-05-16
drm: fix memory leak around mode_group (v2)
Dave Airlie
2
-0
/
+7
2014-05-06
drm/i915: Remove useless checks from primary enable/disable
Ville Syrjälä
1
-4
/
+2
2014-05-06
drm/i915: Merge LP1+ watermarks in safer way
Ville Syrjälä
1
-9
/
+28
2014-05-06
drm/i915: Make sure computed watermarks never overflow the registers
Ville Syrjälä
1
-7
/
+36
2014-05-06
drm/i915: Add pipe update trace points
Ville Syrjälä
2
-0
/
+81
2014-05-06
drm/i915: Perform primary enable/disable atomically with sprite updates
Ville Syrjälä
1
-39
/
+55
2014-05-06
drm/i915: Make sprite updates atomic
Ville Syrjälä
4
-6
/
+154
2014-05-05
drm/i915: Support 64b relocations
Ben Widawsky
1
-10
/
+13
2014-05-05
drm/i915: Support 64b execbuf
Ben Widawsky
3
-10
/
+10
2014-05-05
drm/i915/sdvo: Remove ->mode_set callback
Daniel Vetter
1
-2
/
+2
2014-05-05
drm/i915/crt: Remove ->mode_set callback
Daniel Vetter
1
-46
/
+30
2014-05-05
drm/i915/tv: Remove ->mode_set callback
Daniel Vetter
1
-2
/
+2
[next]