summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-2/+2
|\
| * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-2/+2
* | Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven2018-10-021-15/+10
* | Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven2018-10-021-0/+31
* | Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck2018-10-021-4/+0
* | serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-09-201-0/+8
* | tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-181-0/+4
* | tty: Drop tty->count on tty_reopen() failureDmitry Safonov2018-09-181-3/+8
* | serial: cpm_uart: return immediately from console pollChristophe Leroy2018-09-181-3/+7
* | tty: serial: lpuart: avoid leaking struct tty_structStefan Agner2018-09-181-1/+2
* | serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka2018-09-181-0/+1
* | tty: hvc: hvc_write() fix break conditionNicholas Piggin2018-09-101-1/+6
* | tty: hvc: hvc_poll() fix read loop batchingNicholas Piggin2018-09-101-2/+22
* | tty: hvc: hvc_poll() fix read loop hangNicholas Piggin2018-09-101-2/+5
|/
* Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-241-0/+2
|\
| * powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin2018-08-201-0/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-2/+2
|\ \
| * | signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-1/+1
| * | signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-211-1/+1
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-183-0/+3
|\ \ \
| * \ \ Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-164-27/+35
| |\ \ \
| * | | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-073-0/+3
| | |/ / | |/| |
* | | | Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-1826-321/+1228
|\ \ \ \
| * | | | tty: serial: 8250: Revert NXP SC16C2552 workaroundMark2018-08-121-2/+1
| * | | | serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra2018-08-021-1/+5
| * | | | tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev2018-08-021-1/+1
| * | | | serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam2018-08-021-0/+1
| * | | | serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-021-1/+1
| * | | | tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta2018-08-021-0/+36
| * | | | tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta2018-08-021-2/+47
| * | | | tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta2018-08-021-8/+21
| * | | | serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt2018-08-021-51/+40
| * | | | serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt2018-08-021-31/+0
| * | | | serial: sh-sci: Allow for compressed SCIF addressChris Brandt2018-08-021-10/+15
| * | | | serial: 8250: Use cached port name directly in messagesAndy Shevchenko2018-07-252-14/+12
| * | | | serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko2018-07-231-1/+0
| * | | | vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre2018-07-211-13/+23
| * | | | vt: coherence validation code for the unicode screen bufferNicolas Pitre2018-07-211-0/+39
| * | | | vt: selection: take screen contents from uniscr if availableAdam Borowski2018-07-212-4/+17
| * | | | vt: selection: handle storing of characters above U+FFFFAdam Borowski2018-07-211-5/+18
| * | | | vt: don't reinvent min()Adam Borowski2018-07-211-10/+4
| * | | | pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin2018-07-211-1/+1
| * | | | serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven2018-07-211-1/+0
| * | | | serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko2018-07-211-0/+2
| * | | | serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko2018-07-211-5/+2
| * | | | serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy2018-07-211-0/+1
| * | | | serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven2018-07-211-0/+1
| * | | | tty: support CIBAUD without BOTHERJohan Hovold2018-07-161-6/+7
| * | | | tty: fix termios input-speed encoding when using BOTHERJohan Hovold2018-07-161-3/+7
| * | | | tty: fix termios input-speed encodingJohan Hovold2018-07-161-0/+3