aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-3/+3
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 27-377/+786
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-8/+4
2018-10-25Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 2-15/+28
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-390/+452
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+4
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-3/+4
2018-10-15of: base: Change logic in of_alias_get_alias_list()Gravatar Michal Simek 1-1/+1
2018-10-15serial: sh-sci: do not warn if DMA transfers are not supportedGravatar Ulrich Hecht 1-1/+1
2018-10-13kill TIOCSERGSTRUCTGravatar Al Viro 1-7/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Gravatar Al Viro 3-11/+25
2018-10-13kill TIOCSER[SG]WILDGravatar Al Viro 2-11/+0
2018-10-13synclink_gt(): fix compat_ioctl()Gravatar Al Viro 1-12/+4
2018-10-13pty: fix compat ioctlsGravatar Al Viro 1-2/+12
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyGravatar Al Viro 1-22/+9
2018-10-13remove fallback to drivers for TIOCGICOUNTGravatar Al Viro 1-5/+1
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Gravatar Al Viro 1-0/+81
2018-10-13synclink: reduce pointless checks in ->ioctl()Gravatar Al Viro 3-6/+3
2018-10-13complete ->[sg]et_serial() switchoverGravatar Al Viro 1-10/+4
2018-10-13serial_core: switch to ->[sg]et_serial()Gravatar Al Viro 1-26/+12
2018-10-13mxser: switch to ->[sg]et_serial()Gravatar Al Viro 1-46/+51
2018-10-13moxa: switch to ->[sg]et_serial()Gravatar Al Viro 1-39/+40
2018-10-13isicom: switch to ->[sg]et_serial()Gravatar Al Viro 1-47/+25
2018-10-13ipwireless: switch to ->[sg]et_serial()Gravatar Al Viro 1-18/+18
2018-10-13cyclades: switch to ->[sg]et_serial()Gravatar Al Viro 1-40/+37
2018-10-13amiserial: switch to ->[sg]et_serial()Gravatar Al Viro 1-45/+33
2018-10-11serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCESGravatar Michal Simek 1-2/+4
2018-10-11tty: check name length in tty_find_polling_driver()Gravatar Miles Chen 1-1/+1
2018-10-11tty: wipe buffer if not echoing dataGravatar Greg KH 1-3/+17
2018-10-11tty: wipe buffer.Gravatar Linus Torvalds 1-1/+5
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Greg Kroah-Hartman 1-2/+2
2018-10-10serial: fsl_lpuart: Remove the alias node dependenceGravatar Vabhav Sharma 1-2/+10
2018-10-08Merge 4.19-rc7 into tty-nextGravatar Greg Kroah-Hartman 1-4/+0
2018-10-05treewide: Replace more open-coded allocation size multiplicationsGravatar Kees Cook 1-2/+2
2018-10-04TTY: sn_console: Replace spin_is_locked() with spin_trylock()Gravatar Lance Roy 1-9/+6
2018-10-04Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Gravatar Greg Kroah-Hartman 1-69/+1
2018-10-04BackMerge v4.19-rc6 into drm-nextGravatar Dave Airlie 6-7/+30
2018-10-02Revert "serial: sh-sci: Allow for compressed SCIF address"Gravatar Geert Uytterhoeven 1-15/+10
2018-10-02Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Gravatar Geert Uytterhoeven 1-0/+31
2018-10-02Revert "serial: 8250_dw: Fix runtime PM handling"Gravatar Guenter Roeck 1-4/+0
2018-10-02serial: 8250_uniphier: add auto-flow-control supportGravatar Dai Okamura 1-0/+3
2018-10-02serial: 8250_uniphier: flatten probe functionGravatar Masahiro Yamada 1-32/+17
2018-10-02serial: 8250_uniphier: remove unused "fifo-size" propertyGravatar Masahiro Yamada 1-9/+1
2018-10-02serial: uartps: Fix missing unlock on error in cdns_get_id()Gravatar Wei Yongjun 1-1/+3
2018-10-02tty/serial: atmel: add ISO7816 supportGravatar Nicolas Ferre 2-12/+181
2018-10-02tty/serial_core: add ISO7816 infrastructureGravatar Nicolas Ferre 1-0/+60
2018-10-02serial:serial_core: Allow use of CTS for PPS line disciplineGravatar Steve Sakoman 1-1/+69
2018-09-30Merge 4.19-rc6 into tty-nextGravatar Greg Kroah-Hartman 6-7/+30
2018-09-27BackMerge v4.19-rc5 into drm-nextGravatar Dave Airlie 1-5/+33
2018-09-20serial: imx: restore handshaking irq for imx1Gravatar Uwe Kleine-König 1-0/+8