summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman2019-04-047-0/+7
| * | | tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-049-0/+9
| * | | Merge 5.1-rc3 into tty-nextGreg Kroah-Hartman2019-04-0110-51/+74
| |\ \ \
| * | | | Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Greg Kroah-Hartman2019-03-292-10/+0
| * | | | vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk2019-03-281-1/+1
| * | | | tty: pty: Fix race condition between release_one_tty and pty_writeSahara2019-03-282-0/+10
| * | | | tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-03-281-2/+0
| * | | | tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-03-281-6/+27
| * | | | tty: ipwireless: fix missing checks for ioremapKangjie Lu2019-03-281-0/+8
| * | | | tty: fix read of tty->pgrp outside of ctrl_lockDavid Emett2019-03-281-1/+1
| * | | | drivers/tty/tty_jobctrl.c - fix non-kerneldoc commentValdis Klētnieks2019-03-281-1/+1
| * | | | tty/sysrq: Convert show_lock to raw_spinlock_tJulien Grall2019-03-281-3/+3
| * | | | serial: sc16is7xx: Drop of_match_ptr() useAndy Shevchenko2019-03-281-3/+2
| * | | | serial: sc16is7xx: Switch to use device_get_match_data()Andy Shevchenko2019-03-281-13/+5
| * | | | serial: sc16is7xx: Respect clock-frequency propertyAndy Shevchenko2019-03-281-1/+10
| * | | | serial: sprd: Add DMA mode supportLanqing Liu2019-03-281-14/+426
| * | | | serial: sprd: Add power management for the Spreadtrum serial controllerLanqing Liu2019-03-281-4/+57
| * | | | serial: 8250_fintek: Make fintek_8250_set_termios staticYueHaibing2019-03-281-2/+3
| | |_|/ | |/| |
* | | | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-072-19/+34
|\ \ \ \
| * \ \ \ Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-213-4/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | vt: selection: allow functions to be called from inside kernelOkash Khawaja2019-04-192-19/+34
| | |_|/ | |/| |
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+0
|\ \ \ \
| * | | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-2/+0
| |/ / /
* | / / tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds2019-05-061-1/+1
| |/ / |/| |
* | | sc16is7xx: put err_spi and err_i2c into correct #ifdefGuoqing Jiang2019-04-191-2/+2
* | | vt: fix cursor when clearing the screenMikulas Patocka2019-04-171-1/+2
* | | sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang2019-04-161-0/+2
* | | serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven2019-04-161-1/+1
* | | serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven2019-04-161-1/+3
|/ /
* | tty: fix NULL pointer issue when tty_port ops is not setFabien Dessenne2019-03-281-5/+5
* | Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang2019-03-281-1/+3
* | tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu2019-03-281-3/+21
* | tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-03-281-12/+12
* | serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An2019-03-191-11/+1
* | serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar2019-03-191-16/+8
* | tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor2019-03-191-1/+1
* | sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan2019-03-191-2/+10
* | tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
* | tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
* | serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+2
* | serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+3
|/
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-141-1/+0
|\
| * dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko2019-01-071-1/+0
* | Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-2/+0
|\ \
| * | PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-011-2/+0
| |/
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-1/+1
|\ \
| * | audit: join tty records to their syscallRichard Guy Briggs2019-02-071-1/+1
| |/
* | tty: xilinx_uartps: Correct return value in probeRajan Vaja2019-03-011-13/+19
* | serial: sprd: Modify the baud rate calculation formulaLanqing Liu2019-02-261-1/+1
* | serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel2019-02-261-0/+4