aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/line.c
Commit message (Expand)AuthorAge
* uml: Fix unsafe pid reference to foreground process groupPeter Hurley2014-11-05
* Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman2013-03-21
|\
| * um: Use tty_port in SIGWINCH handlerRichard Weinberger2013-03-11
| * um: Use tty_port_operations->destructRichard Weinberger2013-03-11
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-18
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-16
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-15
* Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-09
|\
| * um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-09
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-13
|/
* Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-08-01
|\
| * um: remove count_lockRichard Weinberger2012-07-28
| * um: fully use tty_portRichard Weinberger2012-07-28
| * um: remove line_ioctl()Richard Weinberger2012-07-28
| * TTY: um/line, use tty from tty_portJiri Slaby2012-07-28
| * TTY: um/line, add tty_portJiri Slaby2012-07-28
* | um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-19
|/
* um: Implement um_free_irq()Richard Weinberger2012-05-21
* um: deadlock in line_write_interrupt()Al Viro2012-03-24
* um: switch close_chan() to struct lineAl Viro2012-03-24
* um: race fix: initialize delayed_work *before* registering IRQAl Viro2012-03-24
* um: line->have_irq is never checked...Al Viro2012-03-24
* um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro2012-03-24
* um: finally kill ->init_str leaksAl Viro2012-03-24
* um: get rid of lines_init()Al Viro2012-03-24
* um: switch line.c tty drivers to dynamic device creationAl Viro2012-03-24
* um: fix races between line_open() and line_config()Al Viro2012-03-24
* um: convert count_lock to mutex, fix a race in line_open()Al Viro2012-03-24
* um: get rid of the init_prio messAl Viro2012-03-24
* um: switch line_config() to setup_one_line()Al Viro2012-03-24
* um: switch line_remove() to setup_one_line()Al Viro2012-03-24
* um: irq: Remove IRQF_DISABLEDYong Zhang2012-03-24
* um: take chan_*.h and line.h to arch/um/driversAl Viro2011-11-02
* um: fix free_winch() messAl Viro2011-09-14
* um: winch_interrupt() can happen inside of free_winch()Al Viro2011-09-14
* um: fix oopsable race in line_close()Al Viro2011-09-14
* um: remove dead codeRichard Weinberger2011-07-25
* um: remove file pointer from ioctlRichard Weinberger2011-03-22
* arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton2011-01-13
* uml: disable winch irq before freeing handler dataWill Newton2010-11-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-20
|\
| * UML: Remove unused variable from line driverJan Kiszka2010-04-20
* | uml: Fix build breakage after slab.h changesJan Kiszka2010-04-19
|/
* uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov2010-03-06
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox2008-10-13
* uml: fix tty-related build errorWANG Cong2008-07-30
* uml: fix inconsistence due to tty_operation changeWANG Cong2008-05-08
* uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-28
* uml: DEBUG_SHIRQ fixesJeff Dike2008-02-05