| Commit message (Expand) | Author | Age | Files | Lines |
* | kill TIOCSERGSTRUCT | Al Viro | 2018-10-13 | 1 | -3/+1 |
* | kill TIOCSER[SG]WILD | Al Viro | 2018-10-13 | 1 | -5/+0 |
* | simserial: switch to ->[sg]et_serial() | Al Viro | 2018-09-14 | 1 | -4/+13 |
* | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 1 | -14/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 15 | -0/+15 |
* | tty: simserial: drop unused alt_speed handling | Johan Hovold | 2017-06-13 | 1 | -13/+0 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | [kbuild] handle exports in lib-y objects reliably | Al Viro | 2016-08-07 | 1 | -1/+1 |
* | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 2016-04-30 | 1 | -1/+1 |
* | ia64: don't use module_init in non-modular sim/simscsi.c code | Paul Gortmaker | 2015-06-16 | 1 | -10/+1 |
* | Merge tag 'please-pull-fix-ia64-warnings' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-07-10 | 1 | -10/+10 |
|\ |
|
| * | [IA64] sim: Add casts to avoid assignment warnings | Luck, Tony | 2013-07-08 | 1 | -10/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
* | | [IA64] hpsim: Fix check for overlong simscsi prefix. | Chen Gang | 2013-06-03 | 1 | -2/+2 |
|/ |
|
* | TTY: cleanup tty->hw_stopped uses | Jiri Slaby | 2013-03-18 | 1 | -13/+3 |
* | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-18 | 1 | -0/+1 |
* | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -14/+4 |
* | TTY: move low_latency to tty_port | Jiri Slaby | 2013-01-15 | 1 | -1/+1 |
* | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-15 | 1 | -1/+2 |
* | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-15 | 1 | -0/+1 |
* | TTY: use tty_port_link_device | Jiri Slaby | 2012-08-13 | 1 | -0/+1 |
* | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -1/+1 |
* | Disintegrate asm/system.h for IA64 | David Howells | 2012-03-28 | 3 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-20 | 1 | -7/+3 |
|\ |
|
| * | arch/ia64/hp/sim/simeth.c: print MAC via printk format specifier | Danny Kukawka | 2012-02-24 | 1 | -7/+3 |
* | | TTY: simserial, final cleanup | Jiri Slaby | 2012-03-08 | 1 | -16/+5 |
* | | TTY: simserial, reindent some code | Jiri Slaby | 2012-03-08 | 1 | -76/+44 |
* | | TTY: simserial, fix includes | Jiri Slaby | 2012-03-08 | 1 | -5/+2 |
* | | TTY: simserial, remove useless comments | Jiri Slaby | 2012-03-08 | 1 | -28/+1 |
* | | TTY: simserial, use tty_port_hangup | Jiri Slaby | 2012-03-08 | 1 | -57/+7 |
* | | TTY: simserial, use tty_port_open | Jiri Slaby | 2012-03-08 | 1 | -59/+5 |
* | | TTY: simserial, properly refcount tty_port->tty | Jiri Slaby | 2012-03-08 | 1 | -4/+5 |
* | | TTY: simserial, use tty_port_close_start | Jiri Slaby | 2012-03-08 | 1 | -35/+1 |
* | | TTY: simserial, use tty_port_close_end | Jiri Slaby | 2012-03-08 | 1 | -7/+6 |
* | | TTY: simserial, remove some tty ops | Jiri Slaby | 2012-03-08 | 1 | -38/+1 |
* | | TTY: simserial, define local tty_port pointer | Jiri Slaby | 2012-03-08 | 1 | -40/+44 |
* | | TTY: simserial no longer needs serialP | Jiri Slaby | 2012-03-08 | 1 | -1/+8 |
* | | TTY: simserial, stop using serial_state->{line,icount} | Jiri Slaby | 2012-03-08 | 1 | -11/+4 |
* | | TTY: simserial, remove tmp_buf | Jiri Slaby | 2012-03-08 | 1 | -14/+2 |
* | | TTY: simserial, remove static initialization | Jiri Slaby | 2012-03-08 | 1 | -67/+27 |
* | | TTY: amiserial/simserial, use flags from tty_port | Jiri Slaby | 2012-03-08 | 1 | -16/+17 |
* | | TTY: amiserial/simserial, use count from tty_port | Jiri Slaby | 2012-03-08 | 1 | -12/+12 |
* | | TTY: amiserial/simserial, use close delays from tty_port | Jiri Slaby | 2012-03-08 | 1 | -2/+3 |
* | | TTY: amiserial/simserial, use tty_port | Jiri Slaby | 2012-03-08 | 1 | -12/+12 |
* | | TTY: simserial, pass tty down to functions | Jiri Slaby | 2012-03-08 | 1 | -26/+24 |
* | | TTY: serialP, merge serial_state and async_struct | Jiri Slaby | 2012-03-08 | 1 | -97/+63 |
* | | TTY: simserial, remove IRQ_T | Jiri Slaby | 2012-03-08 | 1 | -4/+2 |
* | | TTY: simserial, remove support of shared interrupts | Jiri Slaby | 2012-03-08 | 1 | -57/+7 |
* | | TTY: simserial/amiserial, use one instance of other members | Jiri Slaby | 2012-03-08 | 1 | -6/+3 |