aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2019-05-16tty: Don't force RISCV SBI console as preferred consoleGravatar Anup Patel 1-1/+0
2019-05-14panic: avoid the extra noise dmesgGravatar Feng Tang 1-0/+6
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-2/+2
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 41-119/+2604
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-19/+34
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-2/+0
2019-05-06tty: rocket: fix incorrect forward declaration of 'rp_init()'Gravatar Linus Torvalds 1-1/+1
2019-04-29tty: serial: add driver for the SiFive UARTGravatar Paul Walmsley 3-0/+1081
2019-04-29serial: uartps: Add support for cts-overrideGravatar Shubhrajyoti Datta 1-0/+12
2019-04-29serial: milbeaut_usio: Fix error handling in probe and removeGravatar Wei Yongjun 1-8/+1
2019-04-25tty: rocket: deprecate the rp_ioctlGravatar Fuqian Huang 1-0/+10
2019-04-25tty: rocket: Remove RCPK_GET_STRUCT ioctlGravatar Fuqian Huang 2-5/+0
2019-04-25tty: update obsolete termios commentGravatar Johan Hovold 1-1/+1
2019-04-25tty: serial_core: fix error code returned by uart_register_driver()Gravatar Sergey Organov 1-2/+2
2019-04-25serial: 8250-mtk: modify baudrate settingGravatar Long Cheng 1-0/+102
2019-04-25serial: 8250-mtk: add follow controlGravatar Long Cheng 1-23/+37
2019-04-25docs: serial: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 2-3/+3
2019-04-25serial: 8250_exar: Adjust IOT2000 matchingGravatar Su Bao Cheng 1-2/+5
2019-04-25TTY: serial_core, add ->installGravatar Jiri Slaby 1-11/+13
2019-04-25serial: Fix using plain integer instead of Null pointerGravatar Sugaya Taichi 1-1/+1
2019-04-21Merge 5.1-rc6 into tty-nextGravatar Greg Kroah-Hartman 3-4/+9
2019-04-21Merge 5.1-rc6 into staging-nextGravatar Greg Kroah-Hartman 3-4/+9
2019-04-19vt: selection: allow functions to be called from inside kernelGravatar Okash Khawaja 2-19/+34
2019-04-19sc16is7xx: put err_spi and err_i2c into correct #ifdefGravatar Guoqing Jiang 1-2/+2
2019-04-17vt: fix cursor when clearing the screenGravatar Mikulas Patocka 1-1/+2
2019-04-16tty:serial_core: Spelling mistakeGravatar Hariprasad Kelam 1-1/+1
2019-04-16sc16is7xx: move label 'err_spi' to correct sectionGravatar Guoqing Jiang 1-0/+2
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point adjustmentGravatar Geert Uytterhoeven 1-1/+1
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point calculationGravatar Geert Uytterhoeven 1-1/+3
2019-04-16tty: Add NULL TTY driverGravatar Vincent Whitchurch 3-0/+124
2019-04-16tty: vt: keyboard: Allow Unicode compose base charGravatar Reinis Danne 1-1/+1
2019-04-16Revert "tty: fix NULL pointer issue when tty_port ops is not set"Gravatar Johan Hovold 1-5/+5
2019-04-16serial: Add Milbeaut serial controlGravatar Sugaya Taichi 3-0/+648
2019-04-16tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlGravatar Konstantin Khorenko 1-4/+4
2019-04-16tty: remove redundant 'default n' from Kconfig-sGravatar Bartlomiej Zolnierkiewicz 3-8/+0
2019-04-16serial: sprd: Fix a copy-paste err in sprd_request_dma()Gravatar YueHaibing 1-1/+1
2019-04-16n_tty: check for negative and zero space return from tty_write_roomGravatar Colin Ian King 1-2/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 2-2/+0
2019-04-04tty: fix up a few remaining files without SPDX identifiersGravatar Greg Kroah-Hartman 7-0/+7
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGravatar Greg Kroah-Hartman 9-0/+9
2019-04-01Merge 5.1-rc3 into tty-nextGravatar Greg Kroah-Hartman 10-51/+74
2019-03-29Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Gravatar Greg Kroah-Hartman 2-10/+0
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentGravatar Jakub Wilk 1-1/+1
2019-03-28tty: pty: Fix race condition between release_one_tty and pty_writeGravatar Sahara 2-0/+10
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Gravatar Yifeng Li 1-2/+0
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerGravatar Sergei Trofimovich 1-6/+27
2019-03-28tty: ipwireless: fix missing checks for ioremapGravatar Kangjie Lu 1-0/+8
2019-03-28tty: fix read of tty->pgrp outside of ctrl_lockGravatar David Emett 1-1/+1
2019-03-28drivers/tty/tty_jobctrl.c - fix non-kerneldoc commentGravatar Valdis Klētnieks 1-1/+1