aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/line.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27um: line: Use separate IRQs per lineJohannes Berg1-9/+13
2021-07-27tty: drop put_tty_driverJiri Slaby1-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+6
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby1-5/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-3/+3
2020-12-13um: Support dynamic IRQ allocationJohannes Berg1-6/+12
2020-12-13um: line: Don't free winch (with IRQ) under spinlockJohannes Berg1-4/+8
2020-06-24um: line, remove put_charJiri Slaby1-5/+0
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar1-1/+1
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov1-10/+0
2018-10-29um: Make line/tty semantics use true write IRQAnton Ivanov1-2/+2
2018-02-19Epoll based IRQ controllerAnton Ivanov1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+2
2014-11-05uml: Fix unsafe pid reference to foreground process groupPeter Hurley1-1/+5
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-18/+24
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-7/+1
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger1-6/+10
2013-03-11um: Use tty_port_operations->destructRichard Weinberger1-12/+14
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-4/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-8/+8
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-8/+8
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-155/+63
2012-07-28um: remove count_lockRichard Weinberger1-6/+0
2012-07-28um: fully use tty_portRichard Weinberger1-57/+45
2012-07-28um: remove line_ioctl()Richard Weinberger1-86/+0
2012-07-28TTY: um/line, use tty from tty_portJiri Slaby1-7/+18
2012-07-28TTY: um/line, add tty_portJiri Slaby1-3/+4
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-7/+6
2012-05-21um: Implement um_free_irq()Richard Weinberger1-1/+1
2012-03-25um: deadlock in line_write_interrupt()Al Viro1-0/+1
2012-03-25um: switch close_chan() to struct lineAl Viro1-1/+1
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro1-14/+2
2012-03-25um: line->have_irq is never checked...Al Viro1-1/+0
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro1-12/+12
2012-03-25um: finally kill ->init_str leaksAl Viro1-1/+3
2012-03-25um: get rid of lines_init()Al Viro1-21/+10
2012-03-25um: switch line.c tty drivers to dynamic device creationAl Viro1-14/+23
2012-03-25um: fix races between line_open() and line_config()Al Viro1-28/+26
2012-03-25um: convert count_lock to mutex, fix a race in line_open()Al Viro1-17/+9
2012-03-25um: get rid of the init_prio messAl Viro1-41/+28
2012-03-25um: switch line_config() to setup_one_line()Al Viro1-6/+16
2012-03-25um: switch line_remove() to setup_one_line()Al Viro1-8/+5
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang1-4/+4
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro1-1/+1
2011-09-14um: fix free_winch() messAl Viro1-14/+24
2011-09-14um: winch_interrupt() can happen inside of free_winch()Al Viro1-2/+4
2011-09-14um: fix oopsable race in line_close()Al Viro1-13/+12