aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hvc_console.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-08hvc_console: Fix race between hvc_close and hvc_removeGravatar Anton Blanchard 1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-19hvc_console: Fix race between hvc_close and hvc_removeGravatar Amit Shah 1-10/+21
2010-03-02hvc_console: fix test on unsigned in hvc_console_print()Gravatar Roel Kluin 1-1/+1
2010-02-03hvc_console: Remove __devinit annotation from hvc_allocGravatar Amit Shah 1-3/+3
2010-02-03hvc_console: Make the ops pointer const.Gravatar Rusty Russell 1-3/+4
2009-12-08hvc_console: Export (GPL'ed) hvc_removeGravatar Amit Shah 1-0/+1
2009-09-24hvc_console: Provide (un)locked version for hvc_resize()Gravatar Hendrik Brueckner 1-3/+3
2009-08-20hvc_console: Drop unnecessary NULL testGravatar Julia Lawall 1-2/+0
2009-07-20tty: fix chars_in_buffersGravatar Alan Cox 1-1/+1
2009-01-16hvc_console: Remove tty->low_latencyGravatar Hendrik Brueckner 1-2/+0
2009-01-13hvc_console: Use kzalloc() instead of kmalloc() + memset()Gravatar Milton Miller 1-3/+1
2009-01-13hvc_console: Do not set low_latency when using interruptsGravatar Milton Miller 1-1/+2
2009-01-13hvc_console: Change an mb() to smp_mb() and add some commentsGravatar Milton Miller 1-2/+5
2009-01-02pty: simplify resizeGravatar Alan Cox 1-1/+1
2008-12-30virtio_console: support console resizingGravatar Christian Borntraeger 1-0/+1
2008-12-21hvc_console: Escape magic sysrq keyGravatar Hendrik Brueckner 1-2/+5
2008-12-03hvc_console: Always schedule resize work on resizeGravatar Hendrik Brueckner 1-4/+2
2008-10-22hvc_console: Remove __devexit annotation of hvc_remove()Gravatar Hendrik Brueckner 1-1/+1
2008-10-22hvc_console: Add support for tty window resizingGravatar Hendrik Brueckner 1-0/+58
2008-10-22hvc_console: Fix loop if put_char() returns 0Gravatar Hendrik Brueckner 1-9/+11
2008-10-22hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOSGravatar Hendrik Brueckner 1-1/+1
2008-10-22hvc_console: Add a hangup notifier for backendsGravatar Hendrik Brueckner 1-2/+2
2008-10-15Merge commit 'origin'Gravatar Benjamin Herrenschmidt 1-2/+2
2008-10-15hvc_console: Fix free_irq in spinlocked sectionGravatar Christian Borntraeger 1-5/+5
2008-10-13drivers/char/hvc_console.c: adjust call to put_tty_driverGravatar Julia Lawall 1-2/+2
2008-08-12fix spinlock recursion in hvc_consoleGravatar Christian Borntraeger 1-3/+2
2008-07-25virtio: console as a config optionGravatar Christian Borntraeger 1-0/+4
2008-07-25hvc_console: rework setup to replace irq functions with callbacksGravatar Christian Borntraeger 1-63/+18
2008-05-14[POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.cGravatar Michael Ellerman 1-7/+1
2008-02-06drivers/char: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-1/+1
2008-01-24kobject: convert hvc_console to use kref, not kobjectGravatar Greg Kroah-Hartman 1-47/+33
2007-10-17Delay creation of khcvd threadGravatar Rusty Russell 1-16/+40
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-0/+1
2007-07-10[POWERPC] Make drivers/char/hvc_console.c:khvcd() staticGravatar Adrian Bunk 1-1/+1
2007-05-08drivers/char/hvc_console.c: cleanupsGravatar Adrian Bunk 1-7/+5
2007-04-24[POWERPC] hvc_console: Typo fixesGravatar will schmidt 1-9/+9
2007-04-24[POWERPC] hvc_console: Polling mode timer backoffGravatar Will Schmidt 1-6/+25
2007-02-26[PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQGravatar Rusty Russell 1-8/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hGravatar Nigel Cunningham 1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcGravatar Linus Torvalds 1-8/+10
2006-09-16[PATCH] hvc_console suspend fixGravatar Andrew Morton 1-0/+1
2006-09-13[POWERPC] Quiet hvc_console console output on failed opensGravatar Olof Johansson 1-3/+1
2006-07-13[POWERPC] Make the hvc_console output buffer size settableGravatar Stephen Rothwell 1-5/+9
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-06-09[PATCH] powerpc: Make rtas console _much_ fasterGravatar Michael Ellerman 1-2/+2