aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hvc_console.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-22hvc_console: Remove __devexit annotation of hvc_remove()Hendrik Brueckner
2008-10-22hvc_console: Add support for tty window resizingHendrik Brueckner
2008-10-22hvc_console: Fix loop if put_char() returns 0Hendrik Brueckner
2008-10-22hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOSHendrik Brueckner
2008-10-22hvc_console: Add a hangup notifier for backendsHendrik Brueckner
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt
2008-10-15hvc_console: Fix free_irq in spinlocked sectionChristian Borntraeger
2008-10-13drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall
2008-08-12fix spinlock recursion in hvc_consoleChristian Borntraeger
2008-07-25virtio: console as a config optionChristian Borntraeger
2008-07-25hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger
2008-05-14[POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.cMichael Ellerman
2008-02-06drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng
2008-01-24kobject: convert hvc_console to use kref, not kobjectGreg Kroah-Hartman
2007-10-17Delay creation of khcvd threadRusty Russell
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-10[POWERPC] Make drivers/char/hvc_console.c:khvcd() staticAdrian Bunk
2007-05-08drivers/char/hvc_console.c: cleanupsAdrian Bunk
2007-04-24[POWERPC] hvc_console: Typo fixeswill schmidt
2007-04-24[POWERPC] hvc_console: Polling mode timer backoffWill Schmidt
2007-02-26[PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds
2006-09-16[PATCH] hvc_console suspend fixAndrew Morton
2006-09-13[POWERPC] Quiet hvc_console console output on failed opensOlof Johansson
2006-07-13[POWERPC] Make the hvc_console output buffer size settableStephen Rothwell
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-09[PATCH] powerpc: Make rtas console _much_ fasterMichael Ellerman
2006-03-28[PATCH] powerpc: hvc_console updatesRyan S. Arnold
2006-03-27[PATCH] powerpc: HVC init raceMichael Neuling
2006-02-24[PATCH] Fix race condition in hvc console.Michal Ostrowski
2006-01-10[PATCH] TTY layer buffering revampAlan Cox
2005-09-14[PATCH] hvc_console: start kernel thread before registering ttyAnton Blanchard
2005-07-07[PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller
2005-07-07[PATCH] hvc_console: Add some sanity checksMilton Miller
2005-07-07[PATCH] hvc_console: Statically initialize the vtermnos arrayMilton Miller
2005-07-07[PATCH] hvc_console: remove num_vterms and some dead codeMilton Miller
2005-07-07[PATCH] hvc_console: Add missing includeMilton Miller
2005-07-07[PATCH] hvc_console: Unregister the console in the exit routine.Milton Miller
2005-07-07[PATCH] hvc_console: MAGIC_SYSRQ should only be on console channelMilton Miller
2005-07-07[PATCH] hvc_console: Dont always kick the poll thread in interruptMilton Miller
2005-07-07[PATCH] hvc_console: Match vio and console devices using vterm numbersMilton Miller
2005-07-07[PATCH] hvc_console: Rearrange codeMilton Miller