summaryrefslogtreecommitdiffstats
path: root/drivers/video/console
AgeCommit message (Expand)AuthorLines
2008-05-13vt/fbcon: fix background color on line feedJan Engelhardt-5/+16
2008-05-13vt/fbcon: update scrl_erase_char after 256/512-glyph font switchJan Engelhardt-1/+9
2008-04-29vt: fix background color on line feedJan Engelhardt-9/+9
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-28fbcon: replace mono_col macro with static inlineHarvey Harrison-4/+8
2008-04-28fbdev: use DIV_ROUND_UP or roundupJulia Lawall-2/+1
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells-1/+1
2008-02-06fbcon: fix color generation for monochrome framebufferThomas Pfaff-18/+54
2008-02-06fbcon: fix sparse warning about shadowing 'rotate' symbolMarcin Slusarz-6/+6
2008-02-06fbcon: fix sparse warning about shadowing 'p' symbolMarcin Slusarz-5/+5
2008-02-06vgacon: fix sparse warning about shadowing 'i' symbolMarcin Slusarz-2/+0
2008-02-06cleanup after APUS removalAdrian Bunk-3/+3
2008-01-25Disable VGA text console for AVR32 architectureHans-Christian Egtvedt-1/+1
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger-1/+1
2007-10-20typo fixesMatt LaPlante-1/+1
2007-10-18netport_con.c: fix build errors and warningsRalf Baechle-3/+3
2007-10-16Remove magic macros for screen_info structure membersH. Peter Anvin-26/+27
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin-1/+1
2007-10-16fbcon: delay the start of the cursor timer until a con_switch()Antonino Daplas-1/+1
2007-10-16fbcon: logo: disable logo at bootRandy Dunlap-6/+14
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas-4/+5
2007-10-16export font_vga_8x16Andrew Morton-0/+2
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt-2/+0
2007-10-16fbcon: Convert struct font_desc to use ISO C initializersRalf Baechle-64/+65
2007-08-31Fix font dependency for SGI Newport console driverRalf Baechle-1/+1
2007-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...Linus Torvalds-10/+6
2007-08-27[PARISC] Do not allow STI_CONSOLE to be modularKyle McMartin-1/+1
2007-08-27[PARISC] Clean up sti_flushKyle McMartin-9/+5
2007-08-22newport_con warning fixAndrew Morton-2/+1
2007-08-11fbcon: Kill compile warningAntonino A. Daplas-1/+13
2007-07-31fbcon: Fix typo and bogus logic in get_default_fontAntonino A. Daplas-2/+2
2007-07-21console: fix section mismatch warning in vgacon.cSam Ravnborg-1/+5
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes-0/+42
2007-07-17fbcon: Revise primary device selectionAntonino A. Daplas-41/+14
2007-07-17fbcon: set_con2fb_map fixesAntonino A. Daplas-39/+25
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas-7/+93
2007-07-17fbcon: use struct device instead of struct class_deviceAntonino A. Daplas-28/+29
2007-07-17fbcon: cursor blink controlAntonino A. Daplas-1/+73
2007-07-17fbcon: smart blitter usage for scrollingKrzysztof Helt-8/+68
2007-07-12Video Console: Blackfin doesnt support VGA consoleMichael Hennerich-1/+1
2007-06-14Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds-25/+25
2007-06-04[VIDEO]: Fix section mismatch warning in promcon.Sam Ravnborg-1/+1
2007-06-01fbdev: Move declaration of fb_class to <linux/fb.h>Geert Uytterhoeven-1/+0
2007-05-27[PARISC] fix section mismatch in parisc STI video driversHelge Deller-25/+25
2007-05-17Refine SCREEN_INFO sanity check for vgacon initializationGerd Hoffmann-2/+7
2007-05-11VIDEO: remove archaic if[] construct from Kconfig fileRobert P. J. Day-7/+0
2007-05-09fix file specification in commentsUwe Kleine-König-1/+1
2007-05-08vgacon: disallow console operations when in KD_GRAPHICS modeAntonino A. Daplas-1/+4
2007-05-08fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas-9/+8
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas-0/+42