aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/chan_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27um: line: Use separate IRQs per lineJohannes Berg1-5/+5
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar1-1/+1
2019-07-02um: Fix IRQ controller regression on console readJouni Malinen1-8/+44
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov1-10/+0
2018-02-19Epoll based IRQ controllerAnton Ivanov1-45/+8
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-2/+2
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-5/+1
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger1-2/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+7
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-7/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+2
2012-10-30UM: TTY: fix build errors now that tty->raw is goneJiri Slaby1-15/+2
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-2/+2
2012-07-28TTY: um/line, use tty from tty_portJiri Slaby1-1/+3
2012-05-21um: Implement um_free_irq()Richard Weinberger1-4/+5
2012-03-25um: switch close_chan() to struct lineAl Viro1-7/+9
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro1-3/+12
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro1-106/+66
2012-03-25um: sorting out the chan mess, part 1Al Viro1-0/+4
2012-03-25um: fix races between line_open() and line_config()Al Viro1-0/+3
2011-11-02um: kill useless argument of free_chan() and free_one_chan()Al Viro1-5/+5
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro1-1/+1
2011-07-25um: remove dead codeRichard Weinberger1-2/+1
2010-08-09um: call free_irq() only on enabled channelsRichard Weinberger1-4/+4
2008-04-28uml: remove a useless functionWANG Cong1-13/+0
2008-04-28uml: make a function staticWANG Cong1-1/+1
2007-10-16uml: fix console writing bugsJeff Dike1-0/+3
2007-10-16uml: console subsystem tidyingJeff Dike1-80/+80
2007-10-16uml: move userspace code to userspace fileJeff Dike1-48/+0
2007-07-31UML: console should handle spurious IRQSJeff Dike1-1/+8
2007-07-16uml: handle errors on opening host side of consolesJeff Dike1-4/+19
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike1-2/+2
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike1-2/+2
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-29[PATCH] uml: irq locking fixesJeff Dike1-5/+7
2007-02-11[PATCH] uml: mostly const a structureJeff Dike1-3/+2
2007-02-11[PATCH] uml: lock the irqs_to_free listJeff Dike1-3/+18
2007-02-11[PATCH] uml: return hotplug errors to hostJeff Dike1-54/+23
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-1/+1
2006-09-27[PATCH] uml: const more dataJeff Dike1-8/+8
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike1-1/+1
2006-02-01[PATCH] uml: some harmless sparse warning fixesPaolo 'Blaisorblade' Giarrusso1-3/+3
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-5/+1
2006-01-06[PATCH] uml: Add throttling to console driverJeff Dike1-0/+26
2006-01-06[PATCH] uml: Fix flip_buf full handlingJeff Dike1-1/+1
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike1-38/+73
2006-01-06[PATCH] uml: move console configurationJeff Dike1-9/+5
2006-01-06[PATCH] uml: Remove unneeded structure fieldJeff Dike1-10/+6
2006-01-06[PATCH] uml: Formatting changesJeff Dike1-54/+70
2005-11-13[PATCH] uml console channels: fix the API of console_writePaolo 'Blaisorblade' Giarrusso1-3/+2