summaryrefslogtreecommitdiff
path: root/drivers/video/console
AgeCommit message (Expand)AuthorFilesLines
2008-08-13fbcon: prevent cursor disappearance after switching to 512 character fontKrzysztof Helt1-2/+2
2008-08-11Revert "fbcon: bgcolor fix"Linus Torvalds1-1/+1
2008-08-06fbcon: fix scrolling after logo is clearedKrzysztof Helt1-0/+3
2008-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+2
2008-07-31sparc: Ignore drivers/video/console/promcon_tbl.c conmakehash generated fileFlorian Fainelli1-0/+2
2008-07-30sticore: don't activate unsupported GSC STI cards on HPPAHelge Deller1-1/+29
2008-07-26video/console/stico{n,re}.c: make code staticAdrian Bunk2-19/+16
2008-07-24fbcon: remove stray semicolonsJan Beulich1-4/+2
2008-07-24fbcon: bgcolor fixStefano Stabellini1-1/+1
2008-07-24fbcon: make logo_height a local variableKrzysztof Helt1-3/+2
2008-07-24mdacon messing up default vc's - set default to vc13-16 againRoland Kletzing1-1/+3
2008-07-22device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-06-06fbcon: fix wrong vmode bits copied on console switchKrzysztof Helt1-3/+1
2008-05-13vt/fbcon: fix background color on line feedJan Engelhardt1-5/+16
2008-05-13vt/fbcon: update scrl_erase_char after 256/512-glyph font switchJan Engelhardt1-1/+9
2008-04-29vt: fix background color on line feedJan Engelhardt4-9/+9
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28fbcon: replace mono_col macro with static inlineHarvey Harrison1-4/+8
2008-04-28fbdev: use DIV_ROUND_UP or roundupJulia Lawall1-2/+1
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-1/+1
2008-02-06fbcon: fix color generation for monochrome framebufferThomas Pfaff7-18/+54
2008-02-06fbcon: fix sparse warning about shadowing 'rotate' symbolMarcin Slusarz1-6/+6
2008-02-06fbcon: fix sparse warning about shadowing 'p' symbolMarcin Slusarz1-5/+5
2008-02-06vgacon: fix sparse warning about shadowing 'i' symbolMarcin Slusarz1-2/+0
2008-02-06cleanup after APUS removalAdrian Bunk2-3/+3
2008-01-25Disable VGA text console for AVR32 architectureHans-Christian Egtvedt1-1/+1
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger1-1/+1
2007-10-20typo fixesMatt LaPlante1-1/+1
2007-10-19netport_con.c: fix build errors and warningsRalf Baechle1-3/+3
2007-10-17Remove magic macros for screen_info structure membersH. Peter Anvin2-26/+27
2007-10-17[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-1/+1
2007-10-16fbcon: delay the start of the cursor timer until a con_switch()Antonino Daplas1-1/+1
2007-10-16fbcon: logo: disable logo at bootRandy Dunlap1-6/+14
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2-4/+5
2007-10-16export font_vga_8x16Andrew Morton1-0/+2
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt2-2/+0
2007-10-16fbcon: Convert struct font_desc to use ISO C initializersRalf Baechle10-64/+65
2007-08-31Fix font dependency for SGI Newport console driverRalf Baechle1-1/+1
2007-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...Linus Torvalds2-10/+6
2007-08-27[PARISC] Do not allow STI_CONSOLE to be modularKyle McMartin1-1/+1
2007-08-27[PARISC] Clean up sti_flushKyle McMartin1-9/+5
2007-08-23newport_con warning fixAndrew Morton1-2/+1
2007-08-12fbcon: Kill compile warningAntonino A. Daplas1-1/+13
2007-08-01fbcon: Fix typo and bogus logic in get_default_fontAntonino A. Daplas1-2/+2
2007-07-22console: fix section mismatch warning in vgacon.cSam Ravnborg1-1/+5
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes1-0/+42
2007-07-17fbcon: Revise primary device selectionAntonino A. Daplas2-41/+14
2007-07-17fbcon: set_con2fb_map fixesAntonino A. Daplas1-39/+25
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas2-7/+93
2007-07-17fbcon: use struct device instead of struct class_deviceAntonino A. Daplas1-28/+29