aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hvc_console.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-28[PATCH] powerpc: hvc_console updatesGravatar Ryan S. Arnold 1-40/+29
2006-03-27[PATCH] powerpc: HVC init raceGravatar Michael Neuling 1-14/+18
2006-02-24[PATCH] Fix race condition in hvc console.Gravatar Michal Ostrowski 1-3/+5
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-4/+2
2005-09-14[PATCH] hvc_console: start kernel thread before registering ttyGravatar Anton Blanchard 1-3/+3
2005-07-07[PATCH] hvc_console: Register ops when setting up hvc_consoleGravatar Milton Miller 1-8/+13
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio code 2Gravatar Milton Miller 1-39/+11
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio codeGravatar Milton Miller 1-2/+22
2005-07-07[PATCH] hvc_console: Add some sanity checksGravatar Milton Miller 1-0/+18
2005-07-07[PATCH] hvc_console: Statically initialize the vtermnos arrayGravatar Milton Miller 1-6/+2
2005-07-07[PATCH] hvc_console: remove num_vterms and some dead codeGravatar Milton Miller 1-6/+2
2005-07-07[PATCH] hvc_console: Add missing includeGravatar Milton Miller 1-0/+1
2005-07-07[PATCH] hvc_console: Unregister the console in the exit routine.Gravatar Milton Miller 1-2/+4
2005-07-07[PATCH] hvc_console: MAGIC_SYSRQ should only be on console channelGravatar Milton Miller 1-8/+11
2005-07-07[PATCH] hvc_console: Dont always kick the poll thread in interruptGravatar Milton Miller 1-3/+7
2005-07-07[PATCH] hvc_console: Match vio and console devices using vterm numbersGravatar Milton Miller 1-7/+29
2005-07-07[PATCH] hvc_console: Rearrange codeGravatar Milton Miller 1-142/+142
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+831