summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin2018-07-161-1/+1
| * | | | serial: sh-sci: Add support for R7S9210Chris Brandt2018-07-161-2/+75
| * | | | serdev: add dev_pm_domain_attach|detach()Sean Wang2018-07-151-1/+14
| * | | | tty: serial: jsm: remove redundant pointer chColin Ian King2018-07-131-2/+1
| * | | | uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen2018-07-131-5/+12
| * | | | serial: 8250_dw: add fractional divisor supportJisheng Zhang2018-07-121-0/+45
| * | | | serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang2018-07-121-2/+3
| * | | | serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang2018-07-122-4/+27
| * | | | kbd: complete dead keys definitionsSamuel Thibault2018-07-071-1/+29
| * | | | serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko2018-07-071-8/+17
| * | | | serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang2018-07-061-4/+4
| * | | | serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven2018-07-061-4/+4
| * | | | serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven2018-07-061-2/+2
| * | | | serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven2018-07-061-42/+41
| * | | | serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven2018-07-061-0/+2
| * | | | Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman2018-07-024-27/+35
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | vt: unicode fallback for scrollbackNicolas Pitre2018-06-282-3/+31
| * | | | vt: introduce unicode mode for /dev/vcsNicolas Pitre2018-06-282-14/+136
| * | | | vt: preserve unicode values corresponding to screen charactersNicolas Pitre2018-06-281-11/+209
| * | | | serial: xuartps: remove unnecessary register writeHelmut Grohne2018-06-281-2/+0
| * | | | serial: xuartps: reduce hardware TX race conditionHelmut Grohne2018-06-281-12/+7
| * | | | serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne2018-06-281-1/+1
| * | | | drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia2018-06-281-2/+4
| * | | | serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon2018-06-281-0/+1
| * | | | atomic/tty: Fix up atomic abuse in ldsemPeter Zijlstra2018-06-281-47/+35
| * | | | tty: serial: exar: generalize RS485 setupDaniel Golle2018-06-281-13/+25
| * | | | serdev: add controller runtime PM supportJohan Hovold2018-06-281-3/+30
| * | | | serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET2018-06-281-1/+2
| * | | | serial: max310x: Check the clock readinessJan Kundrát2018-06-281-4/+10
| * | | | tty: use 64-bit timstampArnd Bergmann2018-06-281-14/+5
| * | | | tty: serial: imx: correct dma cookie statusRobin Gong2018-06-281-1/+1
| * | | | serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König2018-06-281-1/+2
| | |/ / | |/| |
* | | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-173-84/+142
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'topic/hvc' into nextMichael Ellerman2018-08-132-72/+123
| |\ \ \
| | * | | tty: hvc: introduce the hv_ops.flush operation for hvc driversNicholas Piggin2018-07-232-2/+34
| | * | | tty: hvc: hvc_write() may sleepNicholas Piggin2018-07-231-15/+21
| | * | | tty: hvc: hvc_poll() may sleepNicholas Piggin2018-07-231-2/+14
| | * | | tty: hvc: hvc_poll() break hv read loopNicholas Piggin2018-07-231-43/+45
| | * | | tty: hvc: use mutex instead of spinlock for hvc_structs lockNicholas Piggin2018-07-231-12/+11
| | | |/ | | |/|
| * | | tty: hvc: remove unexplained "just in case" spin delayNicholas Piggin2018-07-241-7/+1
| * | | powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin2018-07-241-5/+13
| * | | powerpc/powernv: move opal console flushing to udbgNicholas Piggin2018-07-241-0/+5
| |/ /
* | | Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-151-1/+1
|\ \ \
| * | | audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-191-1/+1
| | |/ | |/|
* | | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-141-1/+3
|\ \ \ | |_|/ |/| |
| * | leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-051-1/+3
| |/
* | vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-06-281-2/+2
* | serdev: fix memleak on module unloadJohan Hovold2018-06-281-0/+1
* | serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko2018-06-281-2/+0
* | n_tty: Access echo_* variables carefully.Tetsuo Handa2018-06-281-18/+24
OpenPOWER on IntegriCloud