aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-11-05tty: WARN for attempted set_termios() of pty masterPeter Hurley2-2/+4
2014-11-05tty: Update code comment in __proc_set_tty()Peter Hurley1-1/+4
2014-11-05tty: Serialize proc_set_tty() with tty_lockPeter Hurley1-8/+5
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley1-0/+21
2014-11-05tty: Fix multiple races when setting the controlling terminalPeter Hurley1-6/+17
2014-11-05tty: Remove !tty condition from __proc_set_tty()Peter Hurley1-13/+12
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley2-24/+8
2014-11-05tty: Remove tsk parameter from proc_set_tty()Peter Hurley1-14/+14
2014-11-05tty: Reorder proc_set_tty() and related fnsPeter Hurley1-63/+62
2014-11-05tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley1-11/+5
2014-11-05tty: serial: 8250_core: restore the LCR register in set_sleepSudhir Sreedharan1-2/+5
2014-11-05serial: of-serial: fix up PM ops on no_console_suspend and port typeJingchang Lu1-7/+46
2014-11-05tty: Remove sparse lock annotations from tty_write_lock()/_unlock()Peter Hurley1-2/+0
2014-11-05serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()Peter Hurley1-2/+2
2014-11-05serial: Fix upstat_t sparse warningsPeter Hurley1-1/+1
2014-11-05tty: Prevent "read/write wait queue active!" log floodingPeter Hurley1-2/+6
2014-11-05tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-11-05serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1
2014-11-05goldfish: off by one in goldfish_tty_console_setup()Dan Carpenter1-1/+1
2014-11-05goldfish: fix sparse warningsFabian Frederick1-2/+2
2014-10-28sched, tty: Deal with nested sleepsPeter Zijlstra1-12/+5
2014-10-20tty: serial: cpm_uart: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang41-41/+0
2014-10-20tty: hvc: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-20tty: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-21/+73
2014-10-16serial: atmel: add missing dmaengine headerVinod Koul1-0/+1
2014-10-15Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul1-1/+1
2014-10-15serial: sh-sci: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds1-1/+1
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+4
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+2
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-14/+9
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds45-488/+2183
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-5/+4
2014-10-02Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman1-3/+0
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-1/+1
2014-09-28tty: serial: msm: Add earlycon supportStephen Boyd2-12/+63
2014-09-28serial/core: Initialize the console pm stateSudhir Sreedharan1-0/+3
2014-09-28serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson1-0/+4
2014-09-28serial: of-serial: add PM suspend/resume supportJingchang Lu1-0/+27
2014-09-28tty/metag_da: Add console_poll module parameterJames Hogan1-2/+12
2014-09-28serial: 8250_pci: remove rts_n override from Baytrail quirkHeikki Krogerus1-13/+0
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek2-0/+20
2014-09-28serial: imx: change the wait even to interruptiableHuang Shijie1-1/+10
2014-09-28serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie1-6/+8
2014-09-28serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...Fugang Duan1-4/+2