summaryrefslogtreecommitdiff
path: root/arch/um/drivers/line.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-04um: Reap winch thread if it failsBenjamin Berg
2023-12-08tty: um: convert to u8/__u8 and size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2022-05-27um: line: Use separate IRQs per lineJohannes Berg
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-12-13um: Support dynamic IRQ allocationJohannes Berg
2020-12-13um: line: Don't free winch (with IRQ) under spinlockJohannes Berg
2020-06-24um: line, remove put_charJiri Slaby
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov
2018-10-29um: 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