summaryrefslogtreecommitdiff
path: root/arch/um/drivers/chan_kern.c
AgeCommit message (Expand)Author
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-10-30UM: TTY: fix build errors now that tty->raw is goneJiri Slaby
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-07-28TTY: um/line, use tty from tty_portJiri Slaby
2012-05-21um: Implement um_free_irq()Richard Weinberger
2012-03-25um: switch close_chan() to struct lineAl Viro
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro
2012-03-25um: sorting out the chan mess, part 1Al Viro
2012-03-25um: fix races between line_open() and line_config()Al Viro
2011-11-02um: kill useless argument of free_chan() and free_one_chan()Al Viro
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro
2011-07-25um: remove dead codeRichard Weinberger
2010-08-09um: call free_irq() only on enabled channelsRichard Weinberger
2008-04-28uml: remove a useless functionWANG Cong
2008-04-28uml: make a function staticWANG Cong
2007-10-16uml: fix console writing bugsJeff Dike
2007-10-16uml: console subsystem tidyingJeff Dike
2007-10-16uml: move userspace code to userspace fileJeff Dike
2007-07-31UML: console should handle spurious IRQSJeff Dike
2007-07-16uml: handle errors on opening host side of consolesJeff Dike
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike
2007-05-07uml: remove user_util.hJeff Dike
2007-03-29[PATCH] uml: irq locking fixesJeff Dike
2007-02-11[PATCH] uml: mostly const a structureJeff Dike
2007-02-11[PATCH] uml: lock the irqs_to_free listJeff Dike
2007-02-11[PATCH] uml: return hotplug errors to hostJeff Dike
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells
2006-09-27[PATCH] uml: const more dataJeff Dike
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike
2006-02-01[PATCH] uml: some harmless sparse warning fixesPaolo 'Blaisorblade' Giarrusso
2006-01-10[PATCH] TTY layer buffering revampAlan Cox
2006-01-06[PATCH] uml: Add throttling to console driverJeff Dike
2006-01-06[PATCH] uml: Fix flip_buf full handlingJeff Dike
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike
2006-01-06[PATCH] uml: move console configurationJeff Dike
2006-01-06[PATCH] uml: Remove unneeded structure fieldJeff Dike
2006-01-06[PATCH] uml: Formatting changesJeff Dike
2005-11-13[PATCH] uml console channels: fix the API of console_writePaolo 'Blaisorblade' Giarrusso
2005-09-22[PATCH] uml: replace printk with "stack-friendly" printf - to report console ...Paolo 'Blaisorblade' Giarrusso
2005-09-22[PATCH] uml: use GFP_ATOMIC for allocations under spinlocks.Paolo 'Blaisorblade' Giarrusso
2005-05-20[PATCH] uml: Change printf to printk in console driverJeff Dike
2005-05-01[PATCH] uml: redo console lockingPaolo 'Blaisorblade' Giarrusso
2005-04-16Linux-2.6.12-rc2Linus Torvalds