aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_console.c
Commit message (Expand)AuthorAgeFilesLines
* hvc_console: Fix race between hvc_close and hvc_removeAnton Blanchard2010-04-081-4/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hvc_console: Fix race between hvc_close and hvc_removeAmit Shah2010-03-191-10/+21
* hvc_console: fix test on unsigned in hvc_console_print()Roel Kluin2010-03-021-1/+1
* hvc_console: Remove __devinit annotation from hvc_allocAmit Shah2010-02-031-3/+3
* hvc_console: Make the ops pointer const.Rusty Russell2010-02-031-3/+4
* hvc_console: Export (GPL'ed) hvc_removeAmit Shah2009-12-081-0/+1
* hvc_console: Provide (un)locked version for hvc_resize()Hendrik Brueckner2009-09-241-3/+3
* hvc_console: Drop unnecessary NULL testJulia Lawall2009-08-201-2/+0
* tty: fix chars_in_buffersAlan Cox2009-07-201-1/+1
* hvc_console: Remove tty->low_latencyHendrik Brueckner2009-01-161-2/+0
* hvc_console: Use kzalloc() instead of kmalloc() + memset()Milton Miller2009-01-131-3/+1
* hvc_console: Do not set low_latency when using interruptsMilton Miller2009-01-131-1/+2
* hvc_console: Change an mb() to smp_mb() and add some commentsMilton Miller2009-01-131-2/+5
* pty: simplify resizeAlan Cox2009-01-021-1/+1
* virtio_console: support console resizingChristian Borntraeger2008-12-301-0/+1
* hvc_console: Escape magic sysrq keyHendrik Brueckner2008-12-211-2/+5
* hvc_console: Always schedule resize work on resizeHendrik Brueckner2008-12-031-4/+2
* hvc_console: Remove __devexit annotation of hvc_remove()Hendrik Brueckner2008-10-221-1/+1
* hvc_console: Add support for tty window resizingHendrik Brueckner2008-10-221-0/+58
* hvc_console: Fix loop if put_char() returns 0Hendrik Brueckner2008-10-221-9/+11
* hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOSHendrik Brueckner2008-10-221-1/+1
* hvc_console: Add a hangup notifier for backendsHendrik Brueckner2008-10-221-2/+2
* Merge commit 'origin'Benjamin Herrenschmidt2008-10-151-2/+2
|\
| * drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall2008-10-131-2/+2
* | hvc_console: Fix free_irq in spinlocked sectionChristian Borntraeger2008-10-151-5/+5
|/
* fix spinlock recursion in hvc_consoleChristian Borntraeger2008-08-121-3/+2
* virtio: console as a config optionChristian Borntraeger2008-07-251-0/+4
* hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger2008-07-251-63/+18
* [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.cMichael Ellerman2008-05-141-7/+1
* drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-1/+1
* kobject: convert hvc_console to use kref, not kobjectGreg Kroah-Hartman2008-01-241-47/+33
* Delay creation of khcvd threadRusty Russell2007-10-171-16/+40
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* [POWERPC] Make drivers/char/hvc_console.c:khvcd() staticAdrian Bunk2007-07-101-1/+1
* drivers/char/hvc_console.c: cleanupsAdrian Bunk2007-05-081-7/+5
* [POWERPC] hvc_console: Typo fixeswill schmidt2007-04-241-9/+9
* [POWERPC] hvc_console: Polling mode timer backoffWill Schmidt2007-04-241-6/+25
* [PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell2007-02-261-8/+8
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-09-221-8/+10
|\
| * [POWERPC] Quiet hvc_console console output on failed opensOlof Johansson2006-09-131-3/+1
| * [POWERPC] Make the hvc_console output buffer size settableStephen Rothwell2006-07-131-5/+9
* | [PATCH] hvc_console suspend fixAndrew Morton2006-09-161-0/+1
|/
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] powerpc: Make rtas console _much_ fasterMichael Ellerman2006-06-091-2/+2