aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi1-52/+3
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi1-10/+63
2009-01-12fbdev: Kill Atari vblank cursor blinkingGeert Uytterhoeven1-38/+0
2008-12-28fbcon: Protect free_irq() by MACH_IS_ATARI checkGeert Uytterhoeven1-1/+2
2008-12-28fbcon: remove broken mac vbl handlerFinn Thain1-72/+3
2008-12-10fbcon: fix workqueue shutdownGeoff Levand1-0/+6
2008-12-01fbdev: fix FB console blankingDmitry Baryshkov1-6/+3
2008-10-30fbcon: don't inline updatescrollmodeMarcin Slusarz1-1/+1
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+2
2008-10-16fbcon_set_all_vcs: fix kernel crash when switching the rotated consolesOleg Nesterov1-2/+2
2008-10-16device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds1-29/+10
2008-10-03fbdev: fix recursive notifier and locking when fbdev console is blankedKrzysztof Helt1-1/+5
2008-08-12fbcon: prevent cursor disappearance after switching to 512 character fontKrzysztof Helt1-2/+2
2008-08-05fbcon: fix scrolling after logo is clearedKrzysztof Helt1-0/+3
2008-07-24fbcon: make logo_height a local variableKrzysztof Helt1-3/+2
2008-07-21device 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 Engelhardt1-4/+4
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28fbdev: use DIV_ROUND_UP or roundupJulia Lawall1-2/+1
2008-02-06fbcon: fix color generation for monochrome framebufferThomas Pfaff1-4/+1
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-06cleanup after APUS removalAdrian Bunk1-1/+1
2007-10-16fbcon: delay the start of the cursor timer until a con_switch()Antonino Daplas1-1/+1
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas1-1/+1
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+0
2007-08-11fbcon: Kill compile warningAntonino A. Daplas1-1/+13
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes1-0/+42
2007-07-17fbcon: Revise primary device selectionAntonino A. Daplas1-36/+13
2007-07-17fbcon: set_con2fb_map fixesAntonino A. Daplas1-39/+25
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas1-7/+73
2007-07-17fbcon: use struct device instead of struct class_deviceAntonino A. Daplas1-28/+29
2007-07-17fbcon: cursor blink controlAntonino A. Daplas1-1/+73
2007-07-17fbcon: smart blitter usage for scrollingKrzysztof Helt1-8/+68
2007-05-08fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas1-9/+8
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas1-0/+42
2007-05-08fbcon: check if the character count can be handledAntonino A. Daplas1-0/+21
2007-05-08fbcon: font setting should check limitation of driverAntonino A. Daplas1-3/+14
2007-05-08fbcon: delay screen update when setting the mode of all consolesAntonino A. Daplas1-21/+10
2007-05-08fbdev: don't show logo if driver or fbcon are modularAntonino A. Daplas1-0/+15
2007-05-08fbcon: don't draw cursor when it's disabledMichal Januszewski1-1/+1
2007-05-08fbdev: avoid vertical overflow when making space for the logoGeert Uytterhoeven1-2/+7
2007-02-20backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie1-0/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3