aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/line.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25um: remove dead codeRichard Weinberger1-2/+1
2011-03-22um: remove file pointer from ioctlRichard Weinberger1-2/+2
2011-01-13arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton1-2/+2
2010-11-25uml: disable winch irq before freeing handler dataWill Newton1-2/+3
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2010-04-20UML: Remove unused variable from line driverJan Kiszka1-1/+0
2010-04-19uml: Fix build breakage after slab.h changesJan Kiszka1-0/+1
2010-03-06uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov1-2/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2008-10-13uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox1-0/+2
2008-07-30uml: fix tty-related build errorWANG Cong1-13/+1
2008-05-08uml: fix inconsistence due to tty_operation changeWANG Cong1-2/+2
2008-04-28uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-05uml: DEBUG_SHIRQ fixesJeff Dike1-3/+5
2008-02-05uml: tidy kern_util.hJeff Dike1-0/+1
2008-02-05uml: console driver cleanupsJeff Dike1-17/+2
2007-10-20spelling fixes: arch/um/Simon Arlott1-1/+1
2007-10-16uml: console tidyingJeff Dike1-114/+114
2007-10-16uml: fix console writing bugsJeff Dike1-6/+3
2007-07-16uml: SIGIO support cleanupJeff Dike1-21/+39
2007-07-16uml: handle errors on opening host side of consolesJeff Dike1-1/+4
2007-06-08uml: get declaration of simple_strtoulJeff Dike1-0/+1
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-08[PATCH] um: fix confusion irq early reenablingPaolo 'Blaisorblade' Giarrusso1-3/+3
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-1/+1
2007-02-11[PATCH] uml: fix previous console lockingJeff Dike1-40/+8
2007-02-11[PATCH] uml: console locking commentary and code cleanupJeff Dike1-4/+3
2007-02-11[PATCH] uml: return hotplug errors to hostJeff Dike1-27/+39
2007-02-11[PATCH] uml: console locking fixesJeff Dike1-64/+122
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-12-07[PATCH] uml: workqueue build fixAndrew Morton1-3/+3
2006-10-08[PATCH] uml pt_regs fixesAl Viro1-4/+3
2006-10-03Attack of "the the"s in archMatt LaPlante1-1/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-3/+3
2006-09-27[PATCH] uml: const more dataJeff Dike1-3/+3
2006-07-02[PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-26[PATCH] devfs: Remove the line_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-02-01[PATCH] uml: some harmless sparse warning fixesPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-01-06[PATCH] uml: SIGWINCH handling cleanupJeff Dike1-30/+24
2006-01-06[PATCH] uml: umid cleanupJeff Dike1-2/+2
2006-01-06[PATCH] uml: Add throttling to console driverJeff Dike1-2/+27
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike1-69/+47
2006-01-06[PATCH] uml: move console configurationJeff Dike1-13/+21
2006-01-06[PATCH] uml: line_setup interface changeJeff Dike1-3/+9
2006-01-06[PATCH] uml: Add static initializations and declarationsJeff Dike1-4/+3
2006-01-06[PATCH] uml: Move mconsole support out of generic codeJeff Dike1-11/+10
2006-01-06[PATCH] uml: Remove unneeded structure fieldJeff Dike1-1/+1
2006-01-06[PATCH] uml: Formatting changesJeff Dike1-21/+26
2006-01-06[PATCH] uml: use kstrdupJeff Dike1-5/+5