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
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-25
Merge branch 'origin' into for-linus
Russell King
96
-3442
/
+13045
2009-09-23
sisfb: change SiS_DDC_Port type to SISIOADDRESS
Aaro Koskinen
1
-1
/
+1
2009-09-23
video: s3c_fb.c: fix build with CONFIG_HOTPLUG=n
Peter Korsgaard
1
-1
/
+1
2009-09-23
drivers/video/tmiofb.c: fix uninitialised return value
Andrew Morton
1
-1
/
+1
2009-09-23
vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles.
Francisco Jerez
1
-3
/
+5
2009-09-23
fbcon: only unbind from console if successfully registered
Ian Armstrong
1
-0
/
+10
2009-09-23
matroxfb: get rid of CONFIG_FB_MATROX_32MB
Jean Delvare
3
-19
/
+0
2009-09-23
matroxfb: get rid of unneeded macro MINFO_FROM
Jean Delvare
6
-35
/
+32
2009-09-23
matroxfb: get rid of unneeded macros WPMINFO and friends
Jean Delvare
15
-444
/
+580
2009-09-23
matroxfb: get rid of unneeded macros ACCESS_FBINFO and MINFO
Jean Delvare
12
-842
/
+837
2009-09-23
matroxfb: make CONFIG_FB_MATROX_MULTIHEAD=y mandatory
Jean Delvare
4
-67
/
+0
2009-09-23
fb: do not ignore fb_set_par errors
Florian Tobias Schandinat
2
-13
/
+50
2009-09-23
s3c2410fb: fix clockrate calculation
Ben Dooks
1
-1
/
+3
2009-09-23
video: console, use DIV_ROUND_UP
Jiri Slaby
1
-4
/
+4
2009-09-23
fb: fix fb_pan_display range check
Florian Tobias Schandinat
1
-2
/
+2
2009-09-23
drivers/video: add kmalloc NULL tests
Julia Lawall
1
-2
/
+5
2009-09-23
drivers/video/console/newport_con.c: fix read outside array bounds
Roel Kluin
1
-1
/
+1
2009-09-23
viafb: pass reference to pci device when calling framebuffer_alloc()
Harald Welte
1
-2
/
+3
2009-09-23
viafb: make viafb a first-class citizen using pci_driver
Harald Welte
3
-116
/
+56
2009-09-23
viafb: choose acceleration engine for VX855
Florian Tobias Schandinat
1
-0
/
+1
2009-09-23
viafb: add support for the VX855 chipset
Harald Welte
7
-69
/
+314
2009-09-23
viafb: use read-only mode parsing
Florian Tobias Schandinat
1
-19
/
+25
2009-09-23
viafb: remove unused structure member
Harald Welte
1
-1
/
+0
2009-09-23
viafb: make module parameters visible in sysfs
Harald Welte
1
-21
/
+22
2009-09-23
viafb: hardware acceleration initialization cleanup
Florian Tobias Schandinat
6
-217
/
+148
2009-09-23
viafb: improve pitch handling
Florian Tobias Schandinat
5
-93
/
+27
2009-09-23
viafb: cleanup viafb_cursor
Florian Tobias Schandinat
5
-126
/
+68
2009-09-23
viafb: switch to seq_file
Alexey Dobriyan
1
-69
/
+110
2009-09-23
viafb: 2D engine rewrite
Florian Tobias Schandinat
4
-219
/
+385
2009-09-23
viafb: improve viafb_par
Florian Tobias Schandinat
6
-65
/
+69
2009-09-23
viafb: another small cleanup of viafb_par
Florian Tobias Schandinat
4
-12
/
+6
2009-09-23
viafb: remove LVDS initialization
Florian Tobias Schandinat
1
-2
/
+1
2009-09-23
viafb: remove unused video device stuff
Florian Tobias Schandinat
3
-88
/
+1
2009-09-23
viafb: clean up virtual memory handling
Florian Tobias Schandinat
4
-22
/
+8
2009-09-23
viafb: clean up duoview
Florian Tobias Schandinat
2
-17
/
+2
2009-09-23
viafb: remove duplicated mode information
Florian Tobias Schandinat
2
-54
/
+9
2009-09-23
viafb: clean up viamode.h
Florian Tobias Schandinat
2
-116
/
+32
2009-09-23
viafb: fix ioremap_nocache error handling
Florian Tobias Schandinat
1
-1
/
+5
2009-09-23
viafb: split viafb_set_start_addr up
Florian Tobias Schandinat
3
-72
/
+26
2009-09-23
viafb: merge viafb_update_viafb_par in viafb_update_fix
Florian Tobias Schandinat
3
-49
/
+15
2009-09-23
viafb: remove temporary start address setting
Florian Tobias Schandinat
1
-17
/
+0
2009-09-23
viafb: remove duplicated CX700 register init
Florian Tobias Schandinat
3
-66
/
+1
2009-09-23
ep93xx video driver
Ryan Mallon
3
-0
/
+658
2009-09-23
sisfb: read buffer overflow
Roel Kluin
1
-2
/
+2
2009-09-23
davinci-fb-frame-buffer-driver-for-ti-da8xx-omap-l1xx-v4
Sudhakar Rajashekhara
1
-40
/
+21
2009-09-23
davinci: fb: Frame Buffer driver for TI DA8xx/OMAP-L1xx
Sudhakar Rajashekhara
3
-0
/
+921
2009-09-23
platinumfb: fix misplaced parenthesis
Roel Kluin
1
-4
/
+8
2009-09-23
fbdev: framebuffer support for HTC Dream
Pavel Machek
15
-0
/
+5727
2009-09-23
atyfb: coding style cleanup
Ville Syrjala
1
-371
/
+458
2009-09-23
omapfb: HWA742: fix pointer to be const
Imre Deak
1
-1
/
+1
[next]