aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-28m68k: AMIGA_BUILTIN_SERIAL should depend on TTYGeert Uytterhoeven1-1/+1
2014-09-28asm/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado1-0/+2
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 Simek3-0/+26
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 controlFugang Duan1-4/+2
2014-09-28serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue1-0/+21
2014-09-28tty: omap-serial: pull out calculation from baud_is_mode16Frans Klaver1-18/+24
2014-09-28tty: omap-serial: fix division by zeroFrans Klaver1-2/+10
2014-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini1-3/+0
2014-09-26tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()Sebastian Andrzej Siewior1-1/+1
2014-09-26tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_match_or_unused()Sebastian Andrzej Siewior1-0/+5
2014-09-26tty: serial: 8250_core: read only RX if there is something in the FIFOSebastian Andrzej Siewior1-5/+6
2014-09-26tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior3-13/+122
2014-09-26tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacksSebastian Andrzej Siewior2-0/+16
2014-09-25tty: Fix width of unsigned long bitfield paddingPeter Hurley1-2/+2
2014-09-23tty: Workaround Alpha non-atomic byte storage in tty_structPeter Hurley1-2/+3
2014-09-23tty: Hold termios_rwsem for tcflow(TCIxxx)Peter Hurley1-3/+7
2014-09-23tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley3-35/+34
2014-09-23tty: Serialize tcflow() with other tty flow control changesPeter Hurley2-4/+9
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley2-27/+45
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley3-12/+36
2014-09-23tty: Convert tty_struct bitfield to intsPeter Hurley1-1/+4
2014-09-23serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley1-5/+4
2014-09-23serial: bfin-uart: Fix auto CTSPeter Hurley1-1/+2
2014-09-23usb: serial: Remove unused tty->hw_stoppedPeter Hurley3-18/+3
2014-09-23serial: core: Privatize tty->hw_stoppedPeter Hurley3-23/+22
2014-09-23isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley1-5/+0
2014-09-23serial: core: Privatize modem status enable flagsPeter Hurley3-13/+30
2014-09-23serial: core: Document and assert lock requirements for irq helpersPeter Hurley1-0/+8
2014-09-23locking: Add WARN_ON_ONCE lock assertionPeter Hurley1-0/+5
2014-09-20tty: serial_mctrl_gpio: Fix COMPILE_TEST build for architectures with custom termios.hAlexander Shiyan1-1/+1
2014-09-14Linux 3.17-rc5Linus Torvalds1-1/+1
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2-9/+11
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang1-0/+13
2014-09-14MAINTAINERS: update NTB infoJon Mason1-1/+2
2014-09-14NTB: correct the spread of queues over mw'sJon Mason1-2/+2
2014-09-13fix bogus read_seqretry() checks introduced in b37199eAl Viro1-2/+2
2014-09-13move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-2/+6
2014-09-13[fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro1-1/+1
2014-09-13parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin1-4/+229
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3