index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
console
/
fbcon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fbcon: Kill compile warning
Antonino A. Daplas
2007-08-12
1
-1
/
+13
*
fbdev: fbcon: console unregistration from unregister_framebuffer
Jesse Barnes
2007-07-17
1
-0
/
+42
*
fbcon: Revise primary device selection
Antonino A. Daplas
2007-07-17
1
-36
/
+13
*
fbcon: set_con2fb_map fixes
Antonino A. Daplas
2007-07-17
1
-39
/
+25
*
fbcon: allow fbcon to use the primary display driver
Antonino A. Daplas
2007-07-17
1
-7
/
+73
*
fbcon: use struct device instead of struct class_device
Antonino A. Daplas
2007-07-17
1
-28
/
+29
*
fbcon: cursor blink control
Antonino A. Daplas
2007-07-17
1
-1
/
+73
*
fbcon: smart blitter usage for scrolling
Krzysztof Helt
2007-07-17
1
-8
/
+68
*
fbcon: check console-fb mapping in fbcon_get_requirement
Antonino A. Daplas
2007-05-08
1
-9
/
+8
*
fbdev: fbcon: check if mode can handle new screen
Antonino A. Daplas
2007-05-08
1
-0
/
+42
*
fbcon: check if the character count can be handled
Antonino A. Daplas
2007-05-08
1
-0
/
+21
*
fbcon: font setting should check limitation of driver
Antonino A. Daplas
2007-05-08
1
-3
/
+14
*
fbcon: delay screen update when setting the mode of all consoles
Antonino A. Daplas
2007-05-08
1
-21
/
+10
*
fbdev: don't show logo if driver or fbcon are modular
Antonino A. Daplas
2007-05-08
1
-0
/
+15
*
fbcon: don't draw cursor when it's disabled
Michal Januszewski
2007-05-08
1
-1
/
+1
*
fbdev: avoid vertical overflow when making space for the logo
Geert Uytterhoeven
2007-05-08
1
-2
/
+7
*
backlight/fbcon: Add FB_EVENT_CONBLANK
Richard Purdie
2007-02-20
1
-0
/
+7
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[PATCH] fbdev modedb: make more pointer parameters const
Geert Uytterhoeven
2007-02-12
1
-2
/
+2
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-3
/
+3
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-2
/
+2
*
[PATCH] fbcon: Honor the return value of device_create_file
Antonino A. Daplas
2006-10-03
1
-7
/
+27
*
[PATCH] fbcon: Remove cursor timer if unused
Antonino A. Daplas
2006-10-03
1
-6
/
+11
*
[PATCH] fbcon: Use persistent allocation for cursor blinking
Dave Jones
2006-10-03
1
-0
/
+3
*
[PATCH] fix the survivors of fbcon_vbl_handler() renaming
Al Viro
2006-09-23
1
-2
/
+2
*
[PATCH] vt: Remove VT-specific declarations and definitions from tty.h
Jon Smirl
2006-07-10
1
-1
/
+0
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] VT binding: Do not create a device file for class device 'fbcon'
Antonino A. Daplas
2006-06-26
1
-4
/
+2
*
[PATCH] VT binding: Update fbcon to support binding
Antonino A. Daplas
2006-06-26
1
-60
/
+144
*
[PATCH] Detaching fbcon: add capability to attach/detach fbcon
Antonino A. Daplas
2006-06-26
1
-58
/
+97
*
[PATCH] Detaching fbcon: clean up exit code
Antonino A. Daplas
2006-06-26
1
-0
/
+43
*
[PATCH] Detaching fbcon: sdd sysfs class device entry for fbcon
Antonino A. Daplas
2006-06-26
1
-8
/
+105
*
[PATCH] fbcon: fix limited scroll in SCROLL_PAN_REDRAW mode
Malcom Parsons
2006-06-09
1
-1
/
+1
*
[PATCH] fbcon: fix scrollback with logo issue immediately after boot
David Hollister
2006-06-01
1
-1
/
+1
*
[PATCH] fbcon: Save current display during initialization
Antonino A. Daplas
2006-03-31
1
-0
/
+1
*
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
2006-03-31
1
-5
/
+5
*
[PATCH] fbcon: Code cleanups
Antonino A. Daplas
2006-01-10
1
-16
/
+11
*
[PATCH] fbcon: disable ywrap if not supported by fbcon scrolling code
Knut Petersen
2006-01-10
1
-1
/
+2
*
[PATCH] fbcon: Store struct display when setting all vcs
Antonino A. Daplas
2006-01-10
1
-0
/
+2
*
[PATCH] fbcon: Sanitize fbcon
Antonino A. Daplas
2006-01-10
1
-26
/
+23
*
[PATCH] fbcon: don´t call set_par() in fbcon_init() if vc_mode == KD_GRAPHICS
Knut Petersen
2006-01-07
1
-1
/
+1
*
[PATCH] fbdev: fix switch to KD_TEXT, enhanced version
Knut Petersen
2005-12-13
1
-1
/
+2
*
[PATCH] fbcon: Avoid illegal display panning
Antonino A. Daplas
2005-12-13
1
-6
/
+19
*
[PATCH] fbcon: Add ability to save/restore graphics state
Antonino A. Daplas
2005-12-13
1
-1
/
+4
*
[PATCH] fbcon: fix complement_mask() with 512 character map
Antonino A. Daplas
2005-12-13
1
-1
/
+8
*
[PATCH] fbdev: fix module dependency loop
Antonino A. Daplas
2005-11-14
1
-9
/
+6
*
[PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfs
Antonino A. Daplas
2005-11-09
1
-0
/
+72
*
[PATCH] fbcon: Console Rotation - Add support for 90-degree console rotation
Antonino A. Daplas
2005-11-09
1
-0
/
+13
*
[PATCH] fbcon: Console Rotation - Add support to rotate the logo
Antonino A. Daplas
2005-11-09
1
-2
/
+3
*
[PATCH] fbcon: Console Rotation - Prepare fbcon for console rotation
Antonino A. Daplas
2005-11-09
1
-103
/
+182
[next]