aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_console.c
Commit message (Expand)AuthorAge
* tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman2011-01-13
* drivers/char/hvc_console.c: remove unneeded __set_current_state(TASK_RUNNING)Andrew Morton2010-10-27
* Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-21
* hvc_console: use "*_console" nomenclature to avoid modpost warning.Chris Metcalf2010-07-08
* hvc_console: Fix race between hvc_close and hvc_removeAnton Blanchard2010-04-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* hvc_console: Fix race between hvc_close and hvc_removeAmit Shah2010-03-19
* hvc_console: fix test on unsigned in hvc_console_print()Roel Kluin2010-03-02
* hvc_console: Remove __devinit annotation from hvc_allocAmit Shah2010-02-03
* hvc_console: Make the ops pointer const.Rusty Russell2010-02-03
* hvc_console: Export (GPL'ed) hvc_removeAmit Shah2009-12-08
* hvc_console: Provide (un)locked version for hvc_resize()Hendrik Brueckner2009-09-24
* hvc_console: Drop unnecessary NULL testJulia Lawall2009-08-19
* tty: fix chars_in_buffersAlan Cox2009-07-20
* hvc_console: Remove tty->low_latencyHendrik Brueckner2009-01-16
* hvc_console: Use kzalloc() instead of kmalloc() + memset()Milton Miller2009-01-12
* hvc_console: Do not set low_latency when using interruptsMilton Miller2009-01-12
* hvc_console: Change an mb() to smp_mb() and add some commentsMilton Miller2009-01-12
* pty: simplify resizeAlan Cox2009-01-02
* virtio_console: support console resizingChristian Borntraeger2008-12-29
* hvc_console: Escape magic sysrq keyHendrik Brueckner2008-12-20
* hvc_console: Always schedule resize work on resizeHendrik Brueckner2008-12-03
* hvc_console: Remove __devexit annotation of hvc_remove()Hendrik Brueckner2008-10-21
* hvc_console: Add support for tty window resizingHendrik Brueckner2008-10-21
* hvc_console: Fix loop if put_char() returns 0Hendrik Brueckner2008-10-21
* hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOSHendrik Brueckner2008-10-21
* hvc_console: Add a hangup notifier for backendsHendrik Brueckner2008-10-21
* Merge commit 'origin'Benjamin Herrenschmidt2008-10-14
|\
| * drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall2008-10-13
* | hvc_console: Fix free_irq in spinlocked sectionChristian Borntraeger2008-10-14
|/
* fix spinlock recursion in hvc_consoleChristian Borntraeger2008-08-12
* virtio: console as a config optionChristian Borntraeger2008-07-24
* hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger2008-07-24
* [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.cMichael Ellerman2008-05-14
* drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-06
* kobject: convert hvc_console to use kref, not kobjectGreg Kroah-Hartman2008-01-24
* Delay creation of khcvd threadRusty Russell2007-10-17
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-17
* [POWERPC] Make drivers/char/hvc_console.c:khvcd() staticAdrian Bunk2007-07-10
* drivers/char/hvc_console.c: cleanupsAdrian Bunk2007-05-08
* [POWERPC] hvc_console: Typo fixeswill schmidt2007-04-24
* [POWERPC] hvc_console: Polling mode timer backoffWill Schmidt2007-04-24
* [PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell2007-02-26
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-07
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] const struct tty_operationsJeff Dike2006-10-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-09-22
|\
| * [POWERPC] Quiet hvc_console console output on failed opensOlof Johansson2006-09-13
| * [POWERPC] Make the hvc_console output buffer size settableStephen Rothwell2006-07-13
* | [PATCH] hvc_console suspend fixAndrew Morton2006-09-16
|/