Age | Commit message (Expand) | Author | Files | Lines |
2009-04-14 | fbdev: fix info->lock deadlock in fbcon_event_notify() | Andrea Righi | 1 | -52/+3 |
2009-04-01 | fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependency | Andrea Righi | 1 | -10/+63 |
2009-01-12 | fbdev: Kill Atari vblank cursor blinking | Geert Uytterhoeven | 1 | -38/+0 |
2008-12-28 | fbcon: Protect free_irq() by MACH_IS_ATARI check | Geert Uytterhoeven | 1 | -1/+2 |
2008-12-28 | fbcon: remove broken mac vbl handler | Finn Thain | 1 | -72/+3 |
2008-12-10 | fbcon: fix workqueue shutdown | Geoff Levand | 1 | -0/+6 |
2008-12-02 | fbdev: fix FB console blanking | Dmitry Baryshkov | 1 | -6/+3 |
2008-10-30 | fbcon: don't inline updatescrollmode | Marcin Slusarz | 1 | -1/+1 |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -2/+2 |
2008-10-16 | fbcon_set_all_vcs: fix kernel crash when switching the rotated consoles | Oleg Nesterov | 1 | -2/+2 |
2008-10-16 | device create: video: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -2/+2 |
2008-10-14 | Revert "vt: fix background color on line feed" | Linus Torvalds | 1 | -29/+10 |
2008-10-04 | fbdev: fix recursive notifier and locking when fbdev console is blanked | Krzysztof Helt | 1 | -1/+5 |
2008-08-13 | fbcon: prevent cursor disappearance after switching to 512 character font | Krzysztof Helt | 1 | -2/+2 |
2008-08-06 | fbcon: fix scrolling after logo is cleared | Krzysztof Helt | 1 | -0/+3 |
2008-07-24 | fbcon: make logo_height a local variable | Krzysztof Helt | 1 | -3/+2 |
2008-07-22 | device create: framebuffer: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -1/+2 |
2008-06-06 | fbcon: fix wrong vmode bits copied on console switch | Krzysztof Helt | 1 | -3/+1 |
2008-05-13 | vt/fbcon: fix background color on line feed | Jan Engelhardt | 1 | -5/+16 |
2008-05-13 | vt/fbcon: update scrl_erase_char after 256/512-glyph font switch | Jan Engelhardt | 1 | -1/+9 |
2008-04-29 | vt: fix background color on line feed | Jan Engelhardt | 1 | -4/+4 |
2008-04-28 | video: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
2008-04-28 | fbdev: use DIV_ROUND_UP or roundup | Julia Lawall | 1 | -2/+1 |
2008-02-06 | fbcon: fix color generation for monochrome framebuffer | Thomas Pfaff | 1 | -4/+1 |
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 | cleanup after APUS removal | Adrian Bunk | 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 | vt/vgacon: Check if screen resize request comes from userspace | Antonino A. Daplas | 1 | -1/+1 |
2007-10-16 | fbdev: change asm/uaccess.h to linux/uaccess.h | Krzysztof Helt | 1 | -1/+0 |
2007-08-12 | fbcon: Kill compile warning | Antonino A. Daplas | 1 | -1/+13 |
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 | 1 | -36/+13 |
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 | 1 | -7/+73 |
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-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 | 1 | -3/+14 |
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 | fbdev: avoid vertical overflow when making space for the logo | Geert Uytterhoeven | 1 | -2/+7 |
2007-02-20 | backlight/fbcon: Add FB_EVENT_CONBLANK | Richard Purdie | 1 | -0/+7 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2007-02-12 | [PATCH] fbdev modedb: make more pointer parameters const | Geert Uytterhoeven | 1 | -2/+2 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -3/+3 |