aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_console.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-10[POWERPC] Make drivers/char/hvc_console.c:khvcd() staticAdrian Bunk1-1/+1
2007-05-08drivers/char/hvc_console.c: cleanupsAdrian Bunk1-7/+5
2007-04-24[POWERPC] hvc_console: Typo fixeswill schmidt1-9/+9
2007-04-24[POWERPC] hvc_console: Polling mode timer backoffWill Schmidt1-6/+25
2007-02-26[PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell1-8/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-8/+10
2006-09-16[PATCH] hvc_console suspend fixAndrew Morton1-0/+1
2006-09-13[POWERPC] Quiet hvc_console console output on failed opensOlof Johansson1-3/+1
2006-07-13[POWERPC] Make the hvc_console output buffer size settableStephen Rothwell1-5/+9
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-09[PATCH] powerpc: Make rtas console _much_ fasterMichael Ellerman1-2/+2
2006-03-28[PATCH] powerpc: hvc_console updatesRyan S. Arnold1-40/+29
2006-03-27[PATCH] powerpc: HVC init raceMichael Neuling1-14/+18
2006-02-24[PATCH] Fix race condition in hvc console.Michal Ostrowski1-3/+5
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-4/+2
2005-09-14[PATCH] hvc_console: start kernel thread before registering ttyAnton Blanchard1-3/+3
2005-07-07[PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller1-8/+13
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller1-39/+11
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller1-2/+22
2005-07-07[PATCH] hvc_console: Add some sanity checksMilton Miller1-0/+18
2005-07-07[PATCH] hvc_console: Statically initialize the vtermnos arrayMilton Miller1-6/+2
2005-07-07[PATCH] hvc_console: remove num_vterms and some dead codeMilton Miller1-6/+2
2005-07-07[PATCH] hvc_console: Add missing includeMilton Miller1-0/+1
2005-07-07[PATCH] hvc_console: Unregister the console in the exit routine.Milton Miller1-2/+4
2005-07-07[PATCH] hvc_console: MAGIC_SYSRQ should only be on console channelMilton Miller1-8/+11
2005-07-07[PATCH] hvc_console: Dont always kick the poll thread in interruptMilton Miller1-3/+7
2005-07-07[PATCH] hvc_console: Match vio and console devices using vterm numbersMilton Miller1-7/+29
2005-07-07[PATCH] hvc_console: Rearrange codeMilton Miller1-142/+142
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+831