Age | Commit message (Expand) | Author | Files | Lines |
2018-09-20 | serial: imx: restore handshaking irq for imx1 | Uwe Kleine-König | 1 | -0/+8 |
2018-09-18 | tty: vt_ioctl: fix potential Spectre v1 | Gustavo A. R. Silva | 1 | -0/+4 |
2018-09-18 | tty: Drop tty->count on tty_reopen() failure | Dmitry Safonov | 1 | -3/+8 |
2018-09-18 | serial: cpm_uart: return immediately from console poll | Christophe Leroy | 1 | -3/+7 |
2018-09-18 | tty: serial: lpuart: avoid leaking struct tty_struct | Stefan Agner | 1 | -1/+2 |
2018-09-18 | serial: mvebu-uart: Fix reporting of effective CSIZE to userspace | Jan Kiszka | 1 | -0/+1 |
2018-09-10 | tty: hvc: hvc_write() fix break condition | Nicholas Piggin | 1 | -1/+6 |
2018-09-10 | tty: hvc: hvc_poll() fix read loop batching | Nicholas Piggin | 1 | -2/+22 |
2018-09-10 | tty: hvc: hvc_poll() fix read loop hang | Nicholas Piggin | 1 | -2/+5 |
2018-08-24 | Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+2 |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+2 |
2018-08-20 | powerpc/powernv: provide a console flush operation for opal hvc driver | Nicholas Piggin | 1 | -0/+2 |
2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+3 |
2018-08-18 | Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 26 | -321/+1228 |
2018-08-17 | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 3 | -84/+142 |
2018-08-15 | Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2018-08-14 | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+3 |
2018-08-13 | Merge branch 'topic/hvc' into next | Michael Ellerman | 2 | -72/+123 |
2018-08-12 | tty: serial: 8250: Revert NXP SC16C2552 workaround | Mark | 1 | -2/+1 |
2018-08-02 | serial: 8250_exar: Read INT0 from slave device, too | Aaron Sierra | 1 | -1/+5 |
2018-08-02 | tty: rocket: Fix possible buffer overwrite on register_PCI | Anton Vasilyev | 1 | -1/+1 |
2018-08-02 | serial: 8250_dw: Add ACPI support for uart on Broadcom SoC | Srinath Mannam | 1 | -0/+1 |
2018-08-02 | serial: 8250_dw: always set baud rate in dw8250_set_termios | Chen Hu | 1 | -1/+1 |
2018-08-02 | tty: serial: uartlite: Add support for suspend and resume | Shubhrajyoti Datta | 1 | -0/+36 |
2018-08-02 | tty: serial: uartlite: Add clock adaptation | Shubhrajyoti Datta | 1 | -2/+47 |
2018-08-02 | tty: serial: uartlite: Add structure for private data | Shubhrajyoti Datta | 1 | -8/+21 |
2018-08-02 | serial: sh-sci: Improve support for separate TEI and DRI interrupts | Chris Brandt | 1 | -51/+40 |
2018-08-02 | serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE | Chris Brandt | 1 | -31/+0 |
2018-08-02 | serial: sh-sci: Allow for compressed SCIF address | Chris Brandt | 1 | -10/+15 |
2018-07-25 | serial: 8250: Use cached port name directly in messages | Andy Shevchenko | 2 | -14/+12 |
2018-07-24 | tty: hvc: remove unexplained "just in case" spin delay | Nicholas Piggin | 1 | -7/+1 |
2018-07-24 | powerpc/powernv: implement opal_put_chars_atomic | Nicholas Piggin | 1 | -5/+13 |
2018-07-24 | powerpc/powernv: move opal console flushing to udbg | Nicholas Piggin | 1 | -0/+5 |
2018-07-23 | serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup() | Andy Shevchenko | 1 | -1/+0 |
2018-07-23 | tty: hvc: introduce the hv_ops.flush operation for hvc drivers | Nicholas Piggin | 2 | -2/+34 |
2018-07-23 | tty: hvc: hvc_write() may sleep | Nicholas Piggin | 1 | -15/+21 |
2018-07-23 | tty: hvc: hvc_poll() may sleep | Nicholas Piggin | 1 | -2/+14 |
2018-07-23 | tty: hvc: hvc_poll() break hv read loop | Nicholas Piggin | 1 | -43/+45 |
2018-07-23 | tty: hvc: use mutex instead of spinlock for hvc_structs lock | Nicholas Piggin | 1 | -12/+11 |
2018-07-21 | signal: Pass pid type into do_send_sig_info | Eric W. Biederman | 1 | -1/+1 |
2018-07-21 | signal: Use PIDTYPE_TGID to clearly store where file signals will be sent | Eric W. Biederman | 1 | -1/+1 |
2018-07-21 | vt: avoid a VLA in the unicode screen scroll function | Nicolas Pitre | 1 | -13/+23 |
2018-07-21 | vt: coherence validation code for the unicode screen buffer | Nicolas Pitre | 1 | -0/+39 |
2018-07-21 | vt: selection: take screen contents from uniscr if available | Adam Borowski | 2 | -4/+17 |
2018-07-21 | vt: selection: handle storing of characters above U+FFFF | Adam Borowski | 1 | -5/+18 |
2018-07-21 | vt: don't reinvent min() | Adam Borowski | 1 | -10/+4 |
2018-07-21 | pty: fix O_CLOEXEC for TIOCGPTPEER | Matthijs van Duin | 1 | -1/+1 |
2018-07-21 | serial: sh-sci: Drop superfluous assignment in sci_request_dma() | Geert Uytterhoeven | 1 | -1/+0 |
2018-07-21 | serial: 8250_exar: Describe all members in struct exar8250_board | Andy Shevchenko | 1 | -0/+2 |
2018-07-21 | serial: 8250_exar: Remove useless has_slave member | Andy Shevchenko | 1 | -5/+2 |