| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-07-09 | 1 | -4/+13 |
|\ |
|
| * | vgacon: fix missing include. | Dave Airlie | 2013-06-27 | 1 | -0/+1 |
| * | vgacon.c: add cond reschedule points in vgacon_do_font_op | Marcelo Tosatti | 2013-06-26 | 1 | -4/+12 |
* | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-03 | 13 | -31583/+10 |
|\ \ |
|
| * | | lib: Move fonts from drivers/video/console/ to lib/fonts/ | Geert Uytterhoeven | 2013-06-28 | 13 | -31577/+0 |
| * | | console/font: Refactor font support code selection logic | Geert Uytterhoeven | 2013-06-23 | 2 | -11/+15 |
| * | | Revert "staging/solo6x10: depend on CONFIG_FONTS" | Geert Uytterhoeven | 2013-06-23 | 1 | -2/+0 |
| * | | console: Disable VGA text console support on cris | Geert Uytterhoeven | 2013-06-16 | 1 | -1/+3 |
| |/ |
|
* | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-07-02 | 1 | -1/+1 |
|\ \ |
|
| * | | fbcon: queue work on power efficient wq | Viresh Kumar | 2013-05-14 | 1 | -1/+1 |
* | | | Merge 3.10-rc3 into tty-next | Greg Kroah-Hartman | 2013-05-27 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | staging/solo6x10: depend on CONFIG_FONTS | Arnd Bergmann | 2013-05-16 | 1 | -0/+2 |
| |/ |
|
* | | TTY:vt: convert remain take_over_console's users to do_take_over_console | Wang YanQing | 2013-05-20 | 4 | -7/+18 |
* | | fbcon: convert last two unregister_con_driver call to do_unregister_con_driver | Wang YanQing | 2013-05-20 | 1 | -1/+1 |
* | | fbcon: delete unneeded function fbcon_takeover | Wang YanQing | 2013-05-20 | 1 | -28/+0 |
* | | fbcon: convert last fbcon_takeover call to do_fbcon_takeover | Wang YanQing | 2013-05-20 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-05-02 | 1 | -0/+2 |
|\ |
|
| * | fbcon: when font is freed, clear also vc_font.data | Mika Kuoppala | 2013-04-24 | 1 | -0/+2 |
* | | drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attr | Devendra Naga | 2013-04-29 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-02-25 | 2 | -17/+63 |
|\ |
|
| * | Merge branch 'console-fixes' into drm-next | Dave Airlie | 2013-02-08 | 2 | -11/+25 |
| |\ |
|
| | * | fbcon: don't lose the console font across generic->chip driver switch | Dave Airlie | 2013-02-07 | 1 | -4/+10 |
| | * | vgacon/vt: clear buffer attributes when we load a 512 character font (v2) | Dave Airlie | 2013-02-07 | 1 | -7/+15 |
| * | | fbcon: fix locking harder | Dave Airlie | 2013-02-08 | 1 | -3/+8 |
| * | | fb: Yet another band-aid for fixing lockdep mess | Takashi Iwai | 2013-02-08 | 1 | -2/+2 |
| * | | fb: rework locking to fix lock ordering on takeover | Alan Cox | 2013-02-08 | 1 | -1/+28 |
| |/ |
|
* | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-02-21 | 1 | -1/+9 |
|\ \ |
|
| * | | fbcon: clear the logo bitmap from the margin area | Kamal Mostafa | 2013-02-21 | 1 | -1/+9 |
| |/ |
|
* | | drivers/video/console: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -1/+1 |
|/ |
|
* | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -46/+37 |
* | Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linux | Linus Torvalds | 2012-12-15 | 1 | -2/+1 |
|\ |
|
| * | drivers/video/console/softcursor.c: remove redundant NULL check before kfree() | Sachin Kamat | 2012-12-10 | 1 | -2/+1 |
* | | VIDEO: Newport Fix console crashes | Thomas Bogendoerfer | 2012-12-13 | 1 | -2/+9 |
|/ |
|
* | drivers: console: font_: Change a glyph from "broken bar" to "vertical line" | Bjarni Ingi Gislason | 2012-09-22 | 2 | -2/+2 |
* | fbcon: Fix bit_putcs() call to kmalloc(s, GFP_KERNEL) | Bruno Prémont | 2012-08-23 | 1 | -1/+1 |
* | fbcon: prevent possible buffer overflow. | Paul Cercueil | 2012-08-23 | 1 | -1/+1 |
* | fbcon: fix race condition between console lock and cursor timer (v1.1) | Dave Airlie | 2012-08-22 | 1 | -1/+8 |
* | Merge tag 'fbdev-fixes-for-3.5-1' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2012-06-16 | 1 | -0/+14 |
|\ |
|
| * | video/console: automatically select a font | Arnd Bergmann | 2012-06-09 | 1 | -0/+14 |
* | | parisc: move definition of PAGE0 to asm/page.h | Rolf Eike Beer | 2012-05-10 | 1 | -0/+2 |
|/ |
|
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 2 | -2/+0 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-01-14 | 1 | -19/+44 |
|\ |
|
| * | MIPS: GIO bus support for SGI IP22/28 | Thomas Bogendoerfer | 2011-12-07 | 1 | -19/+44 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 | 1 | -21/+21 |
|\ \
| |/ |
|
| * | locking, video: Annotate vga console lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -21/+21 |
* | | Kconfig: remove a few puzzling comments | Paul Bolle | 2011-10-31 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'master' into for-next | Jiri Kosina | 2011-04-26 | 3 | -6/+4 |
|\ |
|
| * | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-04-07 | 1 | -2/+0 |
| |\ |
|
| | * | fbcon: Remove unused 'display *p' variable from fb_flashcursor() | Sergey Senozhatsky | 2011-03-31 | 1 | -2/+0 |
| * | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
| |/ |
|