summaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c
Commit message (Expand)AuthorAgeFilesLines
* tty: vt: use printk_onceMarcin Slusarz2009-09-191-5/+1Star
* tty: handle VT specific compat ioctls in vt driverArnd Bergmann2009-09-191-0/+3
* vt: add an event interfaceAlan Cox2009-09-191-1/+3
* tty: includecheck fix: drivers/char, vt.cJaswinder Singh Rajput2009-09-191-1/+0Star
* sparc: Kill PROM console driver.David S. Miller2009-09-161-3/+0Star
* vt: drop bootmem/slab memory distinctionJohannes Weiner2009-07-161-9/+3Star
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* console: make blank timeout value a boot optionDaniel Mack2009-06-171-6/+7
* kmemleak: Remove the kmemleak.h include in drivers/char/vt.cCatalin Marinas2009-06-121-1/+0Star
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-111-0/+1
|\
| * kmemleak: Remove some of the kmemleak false positivesCatalin Marinas2009-06-111-0/+7
* | vt: use kzalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-6/+2Star
|/
* Revert "console ASCII glyph 1:1 mapping"Samuel Thibault2009-04-191-1/+1
* vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers2009-03-251-2/+3
* Make various things staticRoel Kluin2009-01-081-2/+1Star
* pty: simplify resizeAlan Cox2009-01-021-8/+6Star
* n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson2009-01-021-1/+1
* console ASCII glyph 1:1 mappingIngo Brueckl2008-12-131-1/+1
* vt: incomplete initialization of vc_tab_stopWolfgang Kroworsch2008-11-071-2/+8
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
* Revert "vt: fix background color on line feed"Linus Torvalds2008-10-141-3/+2Star
* tty: Remove more special casing and out of place codeAlan Cox2008-10-131-16/+14Star
* tty: shutdown methodAlan Cox2008-10-131-17/+17
* vt: remove bogus lock droppingAlan Cox2008-10-131-18/+0Star
* tty: move tioclinux from a special caseAlan Cox2008-10-131-2/+0Star
* tty: remove resize window special caseAlan Cox2008-08-151-20/+62
* vt: Deadlock workaroundAlan Cox2008-08-051-2/+0Star
* Merge git://git.infradead.org/embedded-2.6Linus Torvalds2008-07-251-1/+1
|\
| * Make console charset translation optionalDavid Woodhouse2008-06-041-1/+1
* | vt: do not update when the console is blankedStefano Stabellini2008-07-241-1/+1
* | vt: hold console_sem across sysfs operationsJiri Slaby2008-07-241-2/+2
* | device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-6/+8
* | vt: fix vc_resize lockingNick Piggin2008-06-061-5/+8
* | vt: fix background color on line feed, DEC invertJan Engelhardt2008-06-061-1/+1
|/
* vt: fix canonical input in UTF-8 modeSamuel Thibault2008-05-081-0/+6
* Basic braille screen reader supportSamuel Thibault2008-04-301-0/+1
* consoles: switch to int put_char methodAlan Cox2008-04-301-3/+3
* redo locking of tty->pgrpAlan Cox2008-04-301-0/+6
* tty: BKL pushdownAlan Cox2008-04-301-2/+6
* vt: fix background color on line feedJan Engelhardt2008-04-291-3/+4
* VT notifier extension for accessibilityKarl Dahlke2008-04-281-0/+8
* VT notifier fix for VT switchSamuel Thibault2008-03-051-0/+1
* vt: bitlock fixNick Piggin2008-02-061-3/+5
* Console events and accessibilitySamuel Thibault2007-10-191-1/+44
* Remove CONFIG_VT_UNICODEJan Engelhardt2007-10-181-5/+1Star
* add CONFIG_VT_UNICODEBill Nottingham2007-10-171-1/+5
* vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2007-10-161-4/+9
* Fix the graphic corruption issue on IA64 machinesizumi2007-07-171-3/+5
* vt: add comment for unbind_con_driver()Jesse Barnes2007-07-171-2/+19
* fbcon: allow fbcon to use the primary display driverAntonino A. Daplas2007-07-171-4/+4