summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-06-281-5/+8
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+12
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-3/+12
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-136-8/+10
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-136-10/+14
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-1/+0
|\ \
| * | hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-06-031-1/+0
| |/
* | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-071-2/+2
|\ \