| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-04 | um: line: always fill *error_out in setup_one_line() | Johannes Berg | 1 | -0/+2 |
| 2024-04-22 | um: Add winch to winch_handlers before registering winch IRQ | Roberto Sassu | 1 | -6/+8 |
| 2024-01-18 | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
| 2024-01-04 | um: Reap winch thread if it fails | Benjamin Berg | 1 | -5/+8 |
| 2023-12-08 | tty: um: convert to u8/__u8 and size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2022-05-27 | um: line: Use separate IRQs per line | Johannes Berg | 1 | -9/+13 |
| 2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -1/+1 |
| 2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -5/+6 |
| 2021-05-13 | tty: remove empty tty_operations::set_termios | Jiri Slaby | 1 | -5/+0 |
| 2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 1 | -2/+2 |
| 2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -3/+3 |
| 2020-12-13 | um: Support dynamic IRQ allocation | Johannes Berg | 1 | -6/+12 |
| 2020-12-13 | um: line: Don't free winch (with IRQ) under spinlock | Johannes Berg | 1 | -4/+8 |
| 2020-06-24 | um: line, remove put_char | Jiri Slaby | 1 | -5/+0 |
| 2019-09-15 | um: Add SPDX headers for files in arch/um/drivers | Alex Dewar | 1 | -1/+1 |
| 2018-12-27 | um: Remove obsolete reenable_XX calls | Anton Ivanov | 1 | -10/+0 |
| 2018-10-29 | um: Make line/tty semantics use true write IRQ | Anton Ivanov | 1 | -2/+2 |
| 2018-02-19 | Epoll based IRQ controller | Anton Ivanov | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+2 |
| 2014-11-05 | uml: Fix unsafe pid reference to foreground process group | Peter Hurley | 1 | -1/+5 |
| 2013-03-21 | Merge 3.9-rc3 into tty-next | Greg Kroah-Hartman | 1 | -18/+24 |
| 2013-03-18 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 1 | -7/+1 |
| 2013-03-11 | um: Use tty_port in SIGWINCH handler | Richard Weinberger | 1 | -6/+10 |
| 2013-03-11 | um: Use tty_port_operations->destruct | Richard Weinberger | 1 | -12/+14 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -4/+3 |
| 2012-11-15 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -0/+2 |
| 2012-10-10 | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -8/+8 |
| 2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -8/+8 |
| 2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+2 |
| 2012-08-01 | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -155/+63 |
| 2012-07-28 | um: remove count_lock | Richard Weinberger | 1 | -6/+0 |
| 2012-07-28 | um: fully use tty_port | Richard Weinberger | 1 | -57/+45 |
| 2012-07-28 | um: remove line_ioctl() | Richard Weinberger | 1 | -86/+0 |
| 2012-07-28 | TTY: um/line, use tty from tty_port | Jiri Slaby | 1 | -7/+18 |
| 2012-07-28 | TTY: um/line, add tty_port | Jiri Slaby | 1 | -3/+4 |
| 2012-07-19 | um: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 1 | -7/+6 |
| 2012-05-21 | um: Implement um_free_irq() | Richard Weinberger | 1 | -1/+1 |
| 2012-03-25 | um: deadlock in line_write_interrupt() | Al Viro | 1 | -0/+1 |
| 2012-03-25 | um: switch close_chan() to struct line | Al Viro | 1 | -1/+1 |
| 2012-03-25 | um: race fix: initialize delayed_work *before* registering IRQ | Al Viro | 1 | -14/+2 |
| 2012-03-25 | um: line->have_irq is never checked... | Al Viro | 1 | -1/+0 |
| 2012-03-25 | um: switch users of ->chan_list to ->chan_{in,out} (easy cases) | Al Viro | 1 | -12/+12 |
| 2012-03-25 | um: finally kill ->init_str leaks | Al Viro | 1 | -1/+3 |
| 2012-03-25 | um: get rid of lines_init() | Al Viro | 1 | -21/+10 |
| 2012-03-25 | um: switch line.c tty drivers to dynamic device creation | Al Viro | 1 | -14/+23 |
| 2012-03-25 | um: fix races between line_open() and line_config() | Al Viro | 1 | -28/+26 |
| 2012-03-25 | um: convert count_lock to mutex, fix a race in line_open() | Al Viro | 1 | -17/+9 |
| 2012-03-25 | um: get rid of the init_prio mess | Al Viro | 1 | -41/+28 |
| 2012-03-25 | um: switch line_config() to setup_one_line() | Al Viro | 1 | -6/+16 |
| 2012-03-25 | um: switch line_remove() to setup_one_line() | Al Viro | 1 | -8/+5 |
| 2012-03-25 | um: irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -4/+4 |
| 2011-11-02 | um: take chan_*.h and line.h to arch/um/drivers | Al Viro | 1 | -1/+1 |
| 2011-09-14 | um: fix free_winch() mess | Al Viro | 1 | -14/+24 |
| 2011-09-14 | um: winch_interrupt() can happen inside of free_winch() | Al Viro | 1 | -2/+4 |
| 2011-09-14 | um: fix oopsable race in line_close() | Al Viro | 1 | -13/+12 |
| 2011-07-25 | um: remove dead code | Richard Weinberger | 1 | -2/+1 |
| 2011-03-22 | um: remove file pointer from ioctl | Richard Weinberger | 1 | -2/+2 |
| 2011-01-13 | arch/um/drivers/line.c: safely iterate over list of winch handlers | Will Newton | 1 | -2/+2 |
| 2010-11-25 | uml: disable winch irq before freeing handler data | Will Newton | 1 | -2/+3 |
| 2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+0 |
| 2010-04-20 | UML: Remove unused variable from line driver | Jan Kiszka | 1 | -1/+0 |
| 2010-04-19 | uml: Fix build breakage after slab.h changes | Jan Kiszka | 1 | -0/+1 |
| 2010-03-06 | uml: line.c: avoid NULL pointer dereference | Alexander Beregalov | 1 | -2/+2 |
| 2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
| 2008-10-13 | uml: small cleanups and note bugs to be dealt with by uml authors... | Alan Cox | 1 | -0/+2 |
| 2008-07-30 | uml: fix tty-related build error | WANG Cong | 1 | -13/+1 |
| 2008-05-08 | uml: fix inconsistence due to tty_operation change | WANG Cong | 1 | -2/+2 |
| 2008-04-28 | uml: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
| 2008-02-05 | uml: DEBUG_SHIRQ fixes | Jeff Dike | 1 | -3/+5 |
| 2008-02-05 | uml: tidy kern_util.h | Jeff Dike | 1 | -0/+1 |
| 2008-02-05 | uml: console driver cleanups | Jeff Dike | 1 | -17/+2 |
| 2007-10-20 | spelling fixes: arch/um/ | Simon Arlott | 1 | -1/+1 |
| 2007-10-16 | uml: console tidying | Jeff Dike | 1 | -114/+114 |
| 2007-10-16 | uml: fix console writing bugs | Jeff Dike | 1 | -6/+3 |
| 2007-07-16 | uml: SIGIO support cleanup | Jeff Dike | 1 | -21/+39 |
| 2007-07-16 | uml: handle errors on opening host side of consoles | Jeff Dike | 1 | -1/+4 |
| 2007-06-08 | uml: get declaration of simple_strtoul | Jeff Dike | 1 | -0/+1 |
| 2007-05-07 | uml: remove user_util.h | Jeff Dike | 1 | -1/+0 |
| 2007-03-08 | [PATCH] um: fix confusion irq early reenabling | Paolo 'Blaisorblade' Giarrusso | 1 | -3/+3 |
| 2007-02-12 | [PATCH] tty: update the tty layer to work with struct pid | Eric W. Biederman | 1 | -1/+1 |
| 2007-02-11 | [PATCH] uml: fix previous console locking | Jeff Dike | 1 | -40/+8 |
| 2007-02-11 | [PATCH] uml: console locking commentary and code cleanup | Jeff Dike | 1 | -4/+3 |
| 2007-02-11 | [PATCH] uml: return hotplug errors to host | Jeff Dike | 1 | -27/+39 |
| 2007-02-11 | [PATCH] uml: console locking fixes | Jeff Dike | 1 | -64/+122 |
| 2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -1/+1 |
| 2006-12-07 | [PATCH] uml: workqueue build fix | Andrew Morton | 1 | -3/+3 |
| 2006-10-08 | [PATCH] uml pt_regs fixes | Al Viro | 1 | -4/+3 |
| 2006-10-03 | Attack of "the the"s in arch | Matt LaPlante | 1 | -1/+1 |
| 2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike | 1 | -3/+3 |
| 2006-09-27 | [PATCH] uml: const more data | Jeff Dike | 1 | -3/+3 |
| 2006-07-02 | [PATCH] irq-flags: UM: Use the new IRQF_ constants | Thomas Gleixner | 1 | -3/+3 |
| 2006-06-26 | [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-02-01 | [PATCH] uml: some harmless sparse warning fixes | Paolo 'Blaisorblade' Giarrusso | 1 | -1/+1 |
| 2006-01-06 | [PATCH] uml: SIGWINCH handling cleanup | Jeff Dike | 1 | -30/+24 |
| 2006-01-06 | [PATCH] uml: umid cleanup | Jeff Dike | 1 | -2/+2 |
| 2006-01-06 | [PATCH] uml: Add throttling to console driver | Jeff Dike | 1 | -2/+27 |
| 2006-01-06 | [PATCH] uml: Simplify console opening/closing and irq registration | Jeff Dike | 1 | -69/+47 |
| 2006-01-06 | [PATCH] uml: move console configuration | Jeff Dike | 1 | -13/+21 |
| 2006-01-06 | [PATCH] uml: line_setup interface change | Jeff Dike | 1 | -3/+9 |
| 2006-01-06 | [PATCH] uml: Add static initializations and declarations | Jeff Dike | 1 | -4/+3 |
| 2006-01-06 | [PATCH] uml: Move mconsole support out of generic code | Jeff Dike | 1 | -11/+10 |
| 2006-01-06 | [PATCH] uml: Remove unneeded structure field | Jeff Dike | 1 | -1/+1 |
| 2006-01-06 | [PATCH] uml: Formatting changes | Jeff Dike | 1 | -21/+26 |
| 2006-01-06 | [PATCH] uml: use kstrdup | Jeff Dike | 1 | -5/+5 |
| 2005-07-07 | [PATCH] uml: remove winch sem | Paolo 'Blaisorblade' Giarrusso | 1 | -13/+24 |
| 2005-06-25 | [PATCH] uml: hot-unplug code cleanup | Jeff Dike | 1 | -2/+17 |
| 2005-06-21 | [PATCH] uml: complete hw_controller_type->release conversion | Paolo 'Blaisorblade' Giarrusso | 1 | -1/+0 |
| 2005-06-21 | [PATCH] uml: add and use generic hw_controller_type->release | Paolo 'Blaisorblade' Giarrusso | 1 | -2/+0 |
| 2005-05-05 | [PATCH] uml: Fix SIGWINCH relaying | Jeff Dike | 1 | -2/+39 |
| 2005-05-01 | [PATCH] uml: redo console locking | Paolo 'Blaisorblade' Giarrusso | 1 | -116/+202 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+681 |