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
2007-10-17
fix cirrusfb breakage
Al Viro
1
-2
/
+3
2007-10-16
tgafb: remove a redundant non-mono test in mono imageblit
Maciej W. Rozycki
1
-9
/
+0
2007-10-16
tgafb: fix an out-of-range shift in mono imageblit
Maciej W. Rozycki
1
-3
/
+8
2007-10-16
fbcon: delay the start of the cursor timer until a con_switch()
Antonino Daplas
1
-1
/
+1
2007-10-16
fbdev: copyarea function taught to fully support swapped pixel order in byte
Pavel Pisa
2
-25
/
+87
2007-10-16
s3fb: do not allow incorrect pixclock settings
Krzysztof Helt
1
-4
/
+11
2007-10-16
svgalib: mode selection updates
Ondrej Zajicek
2
-18
/
+38
2007-10-16
fb: move and rename extern declaration for global_mode_option
Geert Uytterhoeven
2
-5
/
+3
2007-10-16
ps3fb: enhance horizontal panning on firmware 1.90 and up
Geert Uytterhoeven
1
-41
/
+60
2007-10-16
ps3fb: add virtual screen and panning support
Geert Uytterhoeven
1
-25
/
+40
2007-10-16
ps3fb: don't keep the borders for non-fullscreen modes in XDR memory
Geert Uytterhoeven
1
-56
/
+75
2007-10-16
ps3fb: use fb_info.par properly
Geert Uytterhoeven
1
-35
/
+57
2007-10-16
ps3fb: fix possible overlap of GPU command buffer and frame buffer
Geert Uytterhoeven
1
-27
/
+39
2007-10-16
ps3fb: make ps3fb_wait_for_vsync() and ps3fb_flip_ctl() static
Geert Uytterhoeven
1
-4
/
+2
2007-10-16
ps3fb: clean up includes
Geert Uytterhoeven
1
-8
/
+0
2007-10-16
ps3fb: do not print warnings on invalid frame numbers
Geert Uytterhoeven
1
-2
/
+2
2007-10-16
ps3fb: convert from printk()/DPRINTK() to dev_*()/pr_*()
Geert Uytterhoeven
1
-87
/
+96
2007-10-16
imxfb: fast read flag and nonstandard field configurable
Pavel Pisa
1
-1
/
+2
2007-10-16
ps3av: dont distinguish between `boot' and `non-boot' autodetection
Geert Uytterhoeven
1
-4
/
+2
2007-10-16
video gfx: merge kconfig menus
Randy Dunlap
1
-4
/
+7
2007-10-16
bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driver
Michael Hennerich
3
-0
/
+796
2007-10-16
fbcon: logo: disable logo at boot
Randy Dunlap
2
-6
/
+21
2007-10-16
pmagb-b-fb: improve diagnostics
Maciej W. Rozycki
1
-7
/
+27
2007-10-16
nvidiafb: Correctly assign the i2c class with the port reversal
Antonino A. Daplas
1
-2
/
+4
2007-10-16
vt/vgacon: Check if screen resize request comes from userspace
Antonino A. Daplas
2
-4
/
+5
2007-10-16
video gfx: fix menu ordering
Randy Dunlap
1
-5
/
+5
2007-10-16
Intel FB: more interlaced mode support
Krzysztof Halasa
2
-40
/
+81
2007-10-16
Intel FB: force even line count in interlaced mode
Krzysztof Halasa
1
-0
/
+15
2007-10-16
Intel FB: obvious changes and corrections
Krzysztof Halasa
3
-10
/
+13
2007-10-16
Intel FB: whitespace, bracket and other clean-ups
Krzysztof Halasa
5
-252
/
+202
2007-10-16
drivers/video/pmag-ba-fb.c: improve diagnostics
Maciej W. Rozycki
1
-7
/
+27
2007-10-16
Radeonfb Xpress 200M RC410 support
Sellout Bessie
3
-1
/
+7
2007-10-16
export font_vga_8x16
Andrew Morton
1
-0
/
+2
2007-10-16
drivers/video/Kconfig: Fix FB_PMAGB_B dependencies
Maciej W. Rozycki
1
-1
/
+1
2007-10-16
tdfxfb: checkpatch fixes
Krzysztof Helt
1
-59
/
+77
2007-10-16
pm3fb: replace busy waiting with cpu_relax
Krzysztof Helt
1
-3
/
+4
2007-10-16
pm2fb: replace busy waiting with cpu_relax
Krzysztof Helt
1
-5
/
+4
2007-10-16
tdfxfb: replace busy waiting with cpu_relax
Krzysztof Helt
1
-1
/
+2
2007-10-16
ps3fb: Fix spurious mode change failures
Geert Uytterhoeven
1
-7
/
+8
2007-10-16
fbdev: Support for byte-reversed framebuffer formats
Pavel Pisa
5
-23
/
+108
2007-10-16
nvidiafb: Add boot option to reverse i2c port assignment
Antonino A. Daplas
3
-4
/
+11
2007-10-16
fbdev: find mode with the highest/safest refresh rate in fb_find_mode()
Michal Januszewski
1
-12
/
+29
2007-10-16
Intel FB: support for interlaced video modes
Krzysztof Halasa
2
-5
/
+11
2007-10-16
vfb: make virtual framebuffer mmapable
Ilya Yanok
1
-4
/
+74
2007-10-16
pm2fb: panning and hardware cursor fixes
Krzysztof Helt
1
-16
/
+19
2007-10-16
pm2fb: hardware cursor support for the Permedia2
Krzysztof Helt
1
-12
/
+113
2007-10-16
cirrusfb: code improvement 2nd part
Krzysztof Helt
1
-30
/
+15
2007-10-16
cirrusfb: code improvements
Krzysztof Helt
1
-175
/
+41
2007-10-16
cirrusfb: remove fields from cirrusfb_info
Krzysztof Helt
1
-81
/
+68
2007-10-16
cirrusfb: remove typedefs
Krzysztof Helt
1
-14
/
+14
[next]