aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_console.c
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.cMichael Ellerman2008-05-141-7/+1
* drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-1/+1
* kobject: convert hvc_console to use kref, not kobjectGreg Kroah-Hartman2008-01-241-47/+33
* Delay creation of khcvd threadRusty Russell2007-10-171-16/+40
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* [POWERPC] Make drivers/char/hvc_console.c:khvcd() staticAdrian Bunk2007-07-101-1/+1
* drivers/char/hvc_console.c: cleanupsAdrian Bunk2007-05-081-7/+5
* [POWERPC] hvc_console: Typo fixeswill schmidt2007-04-241-9/+9
* [POWERPC] hvc_console: Polling mode timer backoffWill Schmidt2007-04-241-6/+25
* [PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell2007-02-261-8/+8
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-09-221-8/+10
|\
| * [POWERPC] Quiet hvc_console console output on failed opensOlof Johansson2006-09-131-3/+1
| * [POWERPC] Make the hvc_console output buffer size settableStephen Rothwell2006-07-131-5/+9
* | [PATCH] hvc_console suspend fixAndrew Morton2006-09-161-0/+1
|/
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] powerpc: Make rtas console _much_ fasterMichael Ellerman2006-06-091-2/+2
* [PATCH] powerpc: hvc_console updatesRyan S. Arnold2006-03-281-40/+29
* [PATCH] powerpc: HVC init raceMichael Neuling2006-03-271-14/+18
* [PATCH] Fix race condition in hvc console.Michal Ostrowski2006-02-241-3/+5
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-4/+2
* [PATCH] hvc_console: start kernel thread before registering ttyAnton Blanchard2005-09-141-3/+3
* [PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller2005-07-071-8/+13
* [PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller2005-07-071-39/+11
* [PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller2005-07-071-2/+22
* [PATCH] hvc_console: Add some sanity checksMilton Miller2005-07-071-0/+18
* [PATCH] hvc_console: Statically initialize the vtermnos arrayMilton Miller2005-07-071-6/+2
* [PATCH] hvc_console: remove num_vterms and some dead codeMilton Miller2005-07-071-6/+2
* [PATCH] hvc_console: Add missing includeMilton Miller2005-07-071-0/+1
* [PATCH] hvc_console: Unregister the console in the exit routine.Milton Miller2005-07-071-2/+4
* [PATCH] hvc_console: MAGIC_SYSRQ should only be on console channelMilton Miller2005-07-071-8/+11
* [PATCH] hvc_console: Dont always kick the poll thread in interruptMilton Miller2005-07-071-3/+7
* [PATCH] hvc_console: Match vio and console devices using vterm numbersMilton Miller2005-07-071-7/+29
* [PATCH] hvc_console: Rearrange codeMilton Miller2005-07-071-142/+142
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+831