index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
console
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-08
mn10300: add the MN10300/AM33 architecture to the kernel
David Howells
1
-1
/
+1
2008-02-06
fbcon: fix color generation for monochrome framebuffer
Thomas Pfaff
7
-18
/
+54
2008-02-06
fbcon: fix sparse warning about shadowing 'rotate' symbol
Marcin Slusarz
1
-6
/
+6
2008-02-06
fbcon: fix sparse warning about shadowing 'p' symbol
Marcin Slusarz
1
-5
/
+5
2008-02-06
vgacon: fix sparse warning about shadowing 'i' symbol
Marcin Slusarz
1
-2
/
+0
2008-02-06
cleanup after APUS removal
Adrian Bunk
2
-3
/
+3
2008-01-25
Disable VGA text console for AVR32 architecture
Hans-Christian Egtvedt
1
-1
/
+1
2007-11-23
Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
Mike Frysinger
1
-1
/
+1
2007-10-20
typo fixes
Matt LaPlante
1
-1
/
+1
2007-10-18
netport_con.c: fix build errors and warnings
Ralf Baechle
1
-3
/
+3
2007-10-16
Remove magic macros for screen_info structure members
H. Peter Anvin
2
-26
/
+27
2007-10-16
[x86] remove uses of magic macros for boot_params access
H. Peter Anvin
1
-1
/
+1
2007-10-16
fbcon: delay the start of the cursor timer until a con_switch()
Antonino Daplas
1
-1
/
+1
2007-10-16
fbcon: logo: disable logo at boot
Randy Dunlap
1
-6
/
+14
2007-10-16
vt/vgacon: Check if screen resize request comes from userspace
Antonino A. Daplas
2
-4
/
+5
2007-10-16
export font_vga_8x16
Andrew Morton
1
-0
/
+2
2007-10-16
fbdev: change asm/uaccess.h to linux/uaccess.h
Krzysztof Helt
2
-2
/
+0
2007-10-16
fbcon: Convert struct font_desc to use ISO C initializers
Ralf Baechle
10
-64
/
+65
2007-08-31
Fix font dependency for SGI Newport console driver
Ralf Baechle
1
-1
/
+1
2007-08-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...
Linus Torvalds
2
-10
/
+6
2007-08-27
[PARISC] Do not allow STI_CONSOLE to be modular
Kyle McMartin
1
-1
/
+1
2007-08-27
[PARISC] Clean up sti_flush
Kyle McMartin
1
-9
/
+5
2007-08-22
newport_con warning fix
Andrew Morton
1
-2
/
+1
2007-08-11
fbcon: Kill compile warning
Antonino A. Daplas
1
-1
/
+13
2007-07-31
fbcon: Fix typo and bogus logic in get_default_font
Antonino A. Daplas
1
-2
/
+2
2007-07-21
console: fix section mismatch warning in vgacon.c
Sam Ravnborg
1
-1
/
+5
2007-07-17
fbdev: fbcon: console unregistration from unregister_framebuffer
Jesse Barnes
1
-0
/
+42
2007-07-17
fbcon: Revise primary device selection
Antonino A. Daplas
2
-41
/
+14
2007-07-17
fbcon: set_con2fb_map fixes
Antonino A. Daplas
1
-39
/
+25
2007-07-17
fbcon: allow fbcon to use the primary display driver
Antonino A. Daplas
2
-7
/
+93
2007-07-17
fbcon: use struct device instead of struct class_device
Antonino A. Daplas
1
-28
/
+29
2007-07-17
fbcon: cursor blink control
Antonino A. Daplas
1
-1
/
+73
2007-07-17
fbcon: smart blitter usage for scrolling
Krzysztof Helt
1
-8
/
+68
2007-07-12
Video Console: Blackfin doesnt support VGA console
Michael Hennerich
1
-1
/
+1
2007-06-14
Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
1
-25
/
+25
2007-06-04
[VIDEO]: Fix section mismatch warning in promcon.
Sam Ravnborg
1
-1
/
+1
2007-06-01
fbdev: Move declaration of fb_class to <linux/fb.h>
Geert Uytterhoeven
1
-1
/
+0
2007-05-27
[PARISC] fix section mismatch in parisc STI video drivers
Helge Deller
1
-25
/
+25
2007-05-17
Refine SCREEN_INFO sanity check for vgacon initialization
Gerd Hoffmann
1
-2
/
+7
2007-05-11
VIDEO: remove archaic if[] construct from Kconfig file
Robert P. J. Day
1
-7
/
+0
2007-05-09
fix file specification in comments
Uwe Kleine-König
1
-1
/
+1
2007-05-08
vgacon: disallow console operations when in KD_GRAPHICS mode
Antonino A. Daplas
1
-1
/
+4
2007-05-08
fbcon: check console-fb mapping in fbcon_get_requirement
Antonino A. Daplas
1
-9
/
+8
2007-05-08
fbdev: fbcon: check if mode can handle new screen
Antonino A. Daplas
1
-0
/
+42
2007-05-08
fbcon: check if the character count can be handled
Antonino A. Daplas
1
-0
/
+21
2007-05-08
fbcon: font setting should check limitation of driver
Antonino A. Daplas
3
-5
/
+24
2007-05-08
fbcon: delay screen update when setting the mode of all consoles
Antonino A. Daplas
1
-21
/
+10
2007-05-08
fbdev: don't show logo if driver or fbcon are modular
Antonino A. Daplas
1
-0
/
+15
2007-05-08
fbcon: don't draw cursor when it's disabled
Michal Januszewski
1
-1
/
+1
2007-05-08
vt-add-color-support-to-the-underline-and-italic-attributes-fix
Andrew Morton
1
-2
/
+0
[next]