summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/chan_kern.c
Commit message (Expand)AuthorAgeFilesLines
* um: Fix IRQ controller regression on console readJouni Malinen2019-07-021-8/+44
* um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-271-10/+0Star
* Epoll based IRQ controllerAnton Ivanov2018-02-191-45/+8Star
* Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman2013-03-221-2/+2
|\
| * um: Use tty_port in SIGWINCH handlerRichard Weinberger2013-03-111-2/+2
* | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-5/+1Star
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-7/+7
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-7/+1Star
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-161-1/+2
* UM: TTY: fix build errors now that tty->raw is goneJiri Slaby2012-10-301-15/+2Star
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-2/+2
* TTY: um/line, use tty from tty_portJiri Slaby2012-07-281-1/+3
* um: Implement um_free_irq()Richard Weinberger2012-05-211-4/+5
* um: switch close_chan() to struct lineAl Viro2012-03-251-7/+9
* um: race fix: initialize delayed_work *before* registering IRQAl Viro2012-03-251-3/+12
* um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro2012-03-251-106/+66Star
* um: sorting out the chan mess, part 1Al Viro2012-03-251-0/+4
* um: fix races between line_open() and line_config()Al Viro2012-03-251-0/+3
* um: kill useless argument of free_chan() and free_one_chan()Al Viro2011-11-021-5/+5
* um: take chan_*.h and line.h to arch/um/driversAl Viro2011-11-021-1/+1
* um: remove dead codeRichard Weinberger2011-07-261-2/+1Star
* um: call free_irq() only on enabled channelsRichard Weinberger2010-08-101-4/+4
* uml: remove a useless functionWANG Cong2008-04-281-13/+0Star
* uml: make a function staticWANG Cong2008-04-281-1/+1
* uml: fix console writing bugsJeff Dike2007-10-161-0/+3
* uml: console subsystem tidyingJeff Dike2007-10-161-80/+80
* uml: move userspace code to userspace fileJeff Dike2007-10-161-48/+0Star
* UML: console should handle spurious IRQSJeff Dike2007-08-011-1/+8
* uml: handle errors on opening host side of consolesJeff Dike2007-07-161-4/+19
* uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike2007-05-071-2/+2
* uml: change remaining callers of os_{read_write}_fileJeff Dike2007-05-071-2/+2
* uml: remove user_util.hJeff Dike2007-05-071-1/+0Star
* [PATCH] uml: irq locking fixesJeff Dike2007-03-291-5/+7
* [PATCH] uml: mostly const a structureJeff Dike2007-02-111-3/+2Star
* [PATCH] uml: lock the irqs_to_free listJeff Dike2007-02-111-3/+18
* [PATCH] uml: return hotplug errors to hostJeff Dike2007-02-111-54/+23Star
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-1/+1
* [PATCH] uml: const more dataJeff Dike2006-09-271-8/+8
* [PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike2006-09-261-1/+1
* [PATCH] uml: some harmless sparse warning fixesPaolo 'Blaisorblade' Giarrusso2006-02-011-3/+3
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-5/+1Star
* [PATCH] uml: Add throttling to console driverJeff Dike2006-01-061-0/+26
* [PATCH] uml: Fix flip_buf full handlingJeff Dike2006-01-061-1/+1
* [PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike2006-01-061-38/+73
* [PATCH] uml: move console configurationJeff Dike2006-01-061-9/+5Star
* [PATCH] uml: Remove unneeded structure fieldJeff Dike2006-01-061-10/+6Star
* [PATCH] uml: Formatting changesJeff Dike2006-01-061-54/+70
* [PATCH] uml console channels: fix the API of console_writePaolo 'Blaisorblade' Giarrusso2005-11-141-3/+2Star
* [PATCH] uml: replace printk with "stack-friendly" printf - to report console ...Paolo 'Blaisorblade' Giarrusso2005-09-231-16/+42
* [PATCH] uml: use GFP_ATOMIC for allocations under spinlocks.Paolo 'Blaisorblade' Giarrusso2005-09-231-1/+1