aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/line.c
AgeCommit message (Expand)Author
2019-12-01um: Make line/tty semantics use true write IRQAnton Ivanov
2018-02-19Epoll based IRQ controllerAnton Ivanov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2014-11-05uml: Fix unsafe pid reference to foreground process groupPeter Hurley
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger
2013-03-11um: Use tty_port_operations->destructRichard Weinberger
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-08-13TTY: use tty_port_register_deviceJiri Slaby
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-07-28um: remove count_lockRichard Weinberger
2012-07-28um: fully use tty_portRichard Weinberger
2012-07-28um: remove line_ioctl()Richard Weinberger
2012-07-28TTY: um/line, use tty from tty_portJiri Slaby
2012-07-28TTY: um/line, add tty_portJiri Slaby
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o
2012-05-21um: Implement um_free_irq()Richard Weinberger
2012-03-25um: deadlock in line_write_interrupt()Al Viro
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: line->have_irq is never checked...Al Viro
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro
2012-03-25um: finally kill ->init_str leaksAl Viro
2012-03-25um: get rid of lines_init()Al Viro
2012-03-25um: switch line.c tty drivers to dynamic device creationAl Viro
2012-03-25um: fix races between line_open() and line_config()Al Viro
2012-03-25um: convert count_lock to mutex, fix a race in line_open()Al Viro
2012-03-25um: get rid of the init_prio messAl Viro
2012-03-25um: switch line_config() to setup_one_line()Al Viro
2012-03-25um: switch line_remove() to setup_one_line()Al Viro
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro
2011-09-14um: fix free_winch() messAl Viro
2011-09-14um: winch_interrupt() can happen inside of free_winch()Al Viro
2011-09-14um: fix oopsable race in line_close()Al Viro
2011-07-25um: remove dead codeRichard Weinberger
2011-03-22um: remove file pointer from ioctlRichard Weinberger
2011-01-13arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton
2010-11-25uml: disable winch irq before freeing handler dataWill Newton
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-04-20UML: Remove unused variable from line driverJan Kiszka
2010-04-19uml: Fix build breakage after slab.h changesJan Kiszka
2010-03-06uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2008-10-13uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox
2008-07-30uml: fix tty-related build errorWANG Cong