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
2007-05-08
fbdev: save the activate field before calling fb_check_var()
Antonino A. Daplas
1
-1
/
+3
2007-05-08
fbcon: check if the character count can be handled
Antonino A. Daplas
1
-0
/
+21
2007-05-08
s3fb: implement fb_get_tilemax()
Antonino A. Daplas
1
-1
/
+6
2007-05-08
s3fb: limit 8x16 rectangles when tileblitting is enabled
Antonino A. Daplas
2
-0
/
+7
2007-05-08
vga16fb: restrict to blit rectangles with widths of multiples of 8 pixels
Antonino A. Daplas
2
-0
/
+3
2007-05-08
fbcon: font setting should check limitation of driver
Antonino A. Daplas
3
-5
/
+24
2007-05-08
fbdev: advertise limitation of drawing engine
Antonino A. Daplas
1
-0
/
+6
2007-05-08
fbdev: consolidate common drawing functions into a header file
Antonino A. Daplas
5
-158
/
+76
2007-05-08
vfb: use fb_sys_read() and fb_sys_write()
Antonino A. Daplas
2
-0
/
+3
2007-05-08
hecubafb: use fb_sys_read()
Antonino A. Daplas
2
-0
/
+2
2007-05-08
arcfb: use fb_sys_read()
Antonino A. Daplas
2
-0
/
+2
2007-05-08
fbdev: add fb_read/fb_write functions for framebuffers in system RAM
Antonino A. Daplas
3
-0
/
+110
2007-05-08
fbdev: pass struct fb_info to fb_read and fb_write
Antonino A. Daplas
5
-43
/
+9
2007-05-08
vfb: use sys instead of cfb drawing functions
Antonino A. Daplas
2
-6
/
+6
2007-05-08
hecubafb: use sys instead of cfb drawing functions
Antonino A. Daplas
2
-6
/
+6
2007-05-08
arcfb: use sys instead of cfb drawing functions
Antonino A. Daplas
2
-6
/
+6
2007-05-08
fbdev: add drawing functions for framebuffers in system RAM
Antonino A. Daplas
5
-0
/
+1109
2007-05-08
skeletonfb: documentation error fixes
Antonino A. Daplas
1
-2
/
+2
2007-05-08
i810fb: fix incorrect frequency mask
Antonino A. Daplas
1
-1
/
+1
2007-05-08
hecubafb: kill sparse warnings
Antonino A. Daplas
1
-3
/
+3
2007-05-08
s3fb: add sparse annotations
Antonino A. Daplas
1
-3
/
+3
2007-05-08
arcfb: kill sparse warning
Antonino A. Daplas
1
-3
/
+4
2007-05-08
fbdev: add sparse annotations in svgalib.c
Antonino A. Daplas
1
-15
/
+17
2007-05-08
fbdev: kill sparse warning in deferred IO
Antonino A. Daplas
1
-1
/
+3
2007-05-08
rivafb: fix IO access
Antonino A. Daplas
1
-4
/
+4
2007-05-08
nvidiafb: fix sparse warning
Antonino A. Daplas
1
-1
/
+1
2007-05-08
fbcon: delay screen update when setting the mode of all consoles
Antonino A. Daplas
1
-21
/
+10
2007-05-08
fbdev: link vgastate.o using Kconfig
Antonino A. Daplas
2
-7
/
+18
2007-05-08
savagefb: VGA state save and restore
Antonino A. Daplas
3
-3
/
+48
2007-05-08
savagefb: rework i2c bit access
Antonino A. Daplas
1
-14
/
+8
2007-05-08
nvidiafb: VGA state save and restore
Antonino A. Daplas
3
-2
/
+80
2007-05-08
epson1355fb.c: fix error handling code
Roland Stigge
1
-1
/
+2
2007-05-08
cirrusfb: convert to generic boolean
Richard Knutsson
1
-39
/
+30
2007-05-08
VIDEO: add spaces on either side of the case "..." operator
Robert P. J. Day
2
-3
/
+3
2007-05-08
skeletonfb: various corrections
Krzysztof Helt
1
-53
/
+142
2007-05-08
nvidiafb: access CRT registers safely
Antonino A. Daplas
1
-12
/
+6
2007-05-08
nvidiafb: ensure that CRTC registers are accessible
Antonino A. Daplas
1
-3
/
+4
2007-05-08
rivafb: fixed reversed DDC ports
Antonino A. Daplas
1
-4
/
+4
2007-05-08
rivafb/nvidiafb: Various cleanups
Jean Delvare
5
-36
/
+23
2007-05-08
rivafb: handle I2C bus creation failure
Jean Delvare
1
-0
/
+2
2007-05-08
rivafb/nvidiafb: Enable hardware monitoring
Jean Delvare
2
-8
/
+12
2007-05-08
fbdev: don't show logo if driver or fbcon are modular
Antonino A. Daplas
2
-2
/
+19
2007-05-08
s3fb: fix PCI must_checks
Randy Dunlap
1
-1
/
+8
2007-05-08
vt: expose system-wide UTF-8 default setting via sysfs
Antonino A. Daplas
1
-1
/
+3
2007-05-08
fbcon: don't draw cursor when it's disabled
Michal Januszewski
1
-1
/
+1
2007-05-08
SIS USB2VGA Warning fix
WANG Cong
1
-1
/
+1
2007-05-08
vt-add-color-support-to-the-underline-and-italic-attributes-fix
Andrew Morton
1
-2
/
+0
2007-05-08
vt: add color support to the "underline" and "italic" attributes
Jan Engelhardt
5
-13
/
+41
2007-05-08
vt: allow for the palette to be exposed and changed via sysfs
Jan Engelhardt
1
-0
/
+4
2007-05-08
nvidiafb: Fix reversed DDC port
Petr Vandrovec
1
-2
/
+2
[prev]
[next]