summaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_console.c
Commit message (Expand)AuthorAgeFilesLines
* hvc_console: Remove tty->low_latencyHendrik Brueckner2009-01-161-2/+0Star
* hvc_console: Use kzalloc() instead of kmalloc() + memset()Milton Miller2009-01-131-3/+1Star
* 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-291-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/+2Star
* 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/+2Star
* 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/+18Star
* [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.cMichael Ellerman2008-05-141-7/+1Star
* 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-251-47/+33Star
* 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/+5Star
* [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/+1Star
| * [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/+0Star
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] powerpc: Make rtas console _much_ fasterMichael Ellerman2006-06-091-2/+2
* [PATCH] powerpc: hvc_console updatesRyan S. Arnold2006-03-281-40/+29Star
* [PATCH] powerpc: HVC init raceMichael Neuling2006-03-271-14/+18
* [PATCH] Fix race condition in hvc console.Michal Ostrowski2006-02-241-3/+5
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-4/+2Star
* [PATCH] hvc_console: start kernel thread before registering ttyAnton Blanchard2005-09-141-3/+3
* [PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller2005-07-081-8/+13
* [PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller2005-07-081-39/+11Star
* [PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller2005-07-081-2/+22
* [PATCH] hvc_console: Add some sanity checksMilton Miller2005-07-081-0/+18
* [PATCH] hvc_console: Statically initialize the vtermnos arrayMilton Miller2005-07-081-6/+2Star