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
2010-06-03
drm/vmwgfx: Fix framebuffer modesetting
Jakob Bornecrantz
1
-18
/
+4
2010-06-03
drm/vmwgfx: Fix vga save / restore with display topology.
Thomas Hellstrom
2
-7
/
+56
2010-06-03
vgaarb: use MIT license
Tiago Vignatti
2
-3
/
+44
2010-06-03
vgaarb: convert pr_devel() to pr_debug()
Tiago Vignatti
1
-17
/
+18
2010-06-03
drm: fix typos in Linux DRM Developer's Guide
Nicolas Kaiser
1
-6
/
+6
2010-06-03
drm/radeon/kms/pm: voltage fixes
Alex Deucher
2
-4
/
+12
2010-06-03
drm/radeon/kms/pm: radeon_set_power_state fixes
Alex Deucher
1
-41
/
+34
2010-06-03
drm/radeon/kms/pm: patch default power state with default clocks/voltages on ...
Alex Deucher
1
-1
/
+24
2010-06-03
drm/radeon/kms/pm: enable SetVoltage on r7xx/evergreen
Alex Deucher
2
-0
/
+10
2010-06-03
drm/radeon/kms/pm: add support for SetVoltage cmd table (V2)
Alex Deucher
4
-1
/
+45
2010-06-01
drm/radeon/kms/evergreen: add initial CS parser
Alex Deucher
7
-3
/
+2443
2010-06-01
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-tes...
Dave Airlie
10
-34
/
+98
2010-06-01
Merge branch 'drm-switcheroo-fixes' into drm-testing
Dave Airlie
8
-15
/
+121
2010-06-01
Merge branch 'drm-vmware-fixes' into drm-testing
Dave Airlie
11
-149
/
+433
2010-06-01
drm/kms: disable/enable poll around switcheroo on/off
Dave Airlie
5
-7
/
+33
2010-06-01
drm/nouveau: fixup confusion over which handle the DSM is hanging off.
Dave Airlie
1
-8
/
+6
2010-06-01
drm/nouveau: attempt to get bios from ACPI v3
Dave Airlie
3
-1
/
+83
2010-06-01
drm/nv50: cast IGP memory location to u64 before shifting
Ben Skeggs
1
-1
/
+2
2010-06-01
drm/ttm: Fix ttm_page_alloc.c
Thomas Hellstrom
1
-26
/
+36
2010-06-01
drm/ttm: Fix cached TTM page allocation.
Thomas Hellstrom
1
-1
/
+1
2010-06-01
drm/vmwgfx: Remove some leftover debug messages.
Thomas Hellstrom
1
-8
/
+0
2010-06-01
drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.
Jakob Bornecrantz
2
-0
/
+6
2010-06-01
drm/vmwgfx: Unpause overlay on update.
Jakob Bornecrantz
1
-0
/
+2
2010-06-01
drm/vmwgfx: Some modesetting cleanups and fixes.
Jakob Bornecrantz
1
-13
/
+4
2010-06-01
drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.
Jakob Bornecrantz
2
-9
/
+0
2010-06-01
drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.
Jakob Bornecrantz
1
-4
/
+2
2010-06-01
drm/vmwgfx: Reserve first part of VRAM for framebuffer.
Thomas Hellstrom
1
-2
/
+39
2010-06-01
drm/vmwgfx: Support older hardware.
Jakob Bornecrantz
6
-107
/
+148
2010-06-01
drm/vmwgfx: Get connector status from detection function.
Jakob Bornecrantz
1
-7
/
+3
2010-06-01
drm/vmwgfx: Add kernel throttling support. Bump minor.
Thomas Hellstrom
6
-6
/
+227
2010-06-01
drm/vmwgfx: Make sure to unpin old and pin new framebuffer.
Jakob Bornecrantz
1
-6
/
+11
2010-06-01
drm/vmwgfx: Fix single framebuffer detection.
Jakob Bornecrantz
1
-0
/
+3
2010-06-01
drm/vmwgfx: Assume larger framebuffer max size.
Jakob Bornecrantz
1
-2
/
+3
2010-05-29
drm/radeon: fix the r100/r200 ums block 0 page fix
Dave Airlie
1
-2
/
+3
2010-05-28
drm/nv50: use alternate source of SOR_MODE_CTRL for DP hack
Ben Skeggs
1
-6
/
+1
2010-05-28
drm/nouveau: fix dual-link displays when plugged into single-link outputs
Ben Skeggs
1
-14
/
+17
2010-05-28
drm/nv50: obey dcb->duallink_possible
Ben Skeggs
1
-2
/
+1
2010-05-28
drm/nv50: fix duallink_possible calculation for DCB 4.0 cards
Ben Skeggs
1
-6
/
+10
2010-05-28
drm/nouveau: don't execute INIT_GPIO unless we're really running the table
Ben Skeggs
1
-1
/
+4
2010-05-28
drm/nv40: allow cold-booting of nv4x chipsets
Ben Skeggs
1
-1
/
+1
2010-05-28
drm/nouveau: fix POST detection for certain chipsets
Ben Skeggs
1
-3
/
+25
2010-05-28
drm/nouveau: Add getparam for current PTIMER time.
Marcin KoĆcielnicki
2
-0
/
+4
2010-05-28
drm/nouveau: allow cursor image and position to survive suspend
Maarten Maathuis
4
-0
/
+33
2010-05-26
agp: amd64, fix pci reference leaks
Jiri Slaby
1
-10
/
+18
2010-05-26
drm/edid: Allow non-fatal checksum errors in CEA blocks
Adam Jackson
1
-1
/
+4
2010-05-26
drm/radeon/kms: suppress a build warning (unused variable)
Stefan Richter
1
-0
/
+1
2010-05-24
drm: Fixes linux-next & linux-2.6 checkstack warnings:
Prarit Bhargava
2
-3
/
+18
2010-05-24
nouveau: fix acpi_lid_open undefined
Randy Dunlap
1
-1
/
+2
2010-05-24
drm/radeon/kms: release AGP bridge at suspend
Jerome Glisse
3
-0
/
+8
2010-05-21
drm/radeon/kms/pm/r600: select the mid clock mode for single head low profile
Alex Deucher
1
-1
/
+1
[next]