aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/line.c
Commit message (Expand)AuthorAgeFilesLines
* um: remove file pointer from ioctlRichard Weinberger2011-03-221-2/+2
* arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton2011-01-131-2/+2
* uml: disable winch irq before freeing handler dataWill Newton2010-11-251-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+0
|\
| * UML: Remove unused variable from line driverJan Kiszka2010-04-201-1/+0
* | uml: Fix build breakage after slab.h changesJan Kiszka2010-04-191-0/+1
|/
* uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov2010-03-061-2/+2
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox2008-10-131-0/+2
* uml: fix tty-related build errorWANG Cong2008-07-301-13/+1
* uml: fix inconsistence due to tty_operation changeWANG Cong2008-05-081-2/+2
* uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* uml: DEBUG_SHIRQ fixesJeff Dike2008-02-051-3/+5
* uml: tidy kern_util.hJeff Dike2008-02-051-0/+1
* uml: console driver cleanupsJeff Dike2008-02-051-17/+2
* spelling fixes: arch/um/Simon Arlott2007-10-201-1/+1
* uml: console tidyingJeff Dike2007-10-161-114/+114
* uml: fix console writing bugsJeff Dike2007-10-161-6/+3
* uml: SIGIO support cleanupJeff Dike2007-07-161-21/+39
* uml: handle errors on opening host side of consolesJeff Dike2007-07-161-1/+4
* uml: get declaration of simple_strtoulJeff Dike2007-06-081-0/+1
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* [PATCH] um: fix confusion irq early reenablingPaolo 'Blaisorblade' Giarrusso2007-03-081-3/+3
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-1/+1
* [PATCH] uml: fix previous console lockingJeff Dike2007-02-111-40/+8
* [PATCH] uml: console locking commentary and code cleanupJeff Dike2007-02-111-4/+3
* [PATCH] uml: return hotplug errors to hostJeff Dike2007-02-111-27/+39
* [PATCH] uml: console locking fixesJeff Dike2007-02-111-64/+122
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+1
* [PATCH] uml: workqueue build fixAndrew Morton2006-12-071-3/+3
* [PATCH] uml pt_regs fixesAl Viro2006-10-081-4/+3
* Attack of "the the"s in archMatt LaPlante2006-10-031-1/+1
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-3/+3
* [PATCH] uml: const more dataJeff Dike2006-09-271-3/+3
* [PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner2006-07-021-3/+3
* [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] uml: some harmless sparse warning fixesPaolo 'Blaisorblade' Giarrusso2006-02-011-1/+1
* [PATCH] uml: SIGWINCH handling cleanupJeff Dike2006-01-061-30/+24
* [PATCH] uml: umid cleanupJeff Dike2006-01-061-2/+2
* [PATCH] uml: Add throttling to console driverJeff Dike2006-01-061-2/+27
* [PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike2006-01-061-69/+47
* [PATCH] uml: move console configurationJeff Dike2006-01-061-13/+21
* [PATCH] uml: line_setup interface changeJeff Dike2006-01-061-3/+9
* [PATCH] uml: Add static initializations and declarationsJeff Dike2006-01-061-4/+3
* [PATCH] uml: Move mconsole support out of generic codeJeff Dike2006-01-061-11/+10
* [PATCH] uml: Remove unneeded structure fieldJeff Dike2006-01-061-1/+1
* [PATCH] uml: Formatting changesJeff Dike2006-01-061-21/+26
* [PATCH] uml: use kstrdupJeff Dike2006-01-061-5/+5
* [PATCH] uml: remove winch semPaolo 'Blaisorblade' Giarrusso2005-07-071-13/+24