summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* serial: Fix ASYNC_* => UPF_* flags misusePeter Hurley2016-01-287-17/+17
* serial: core: Use tty->index for port # in debug messagesPeter Hurley2016-01-281-3/+2
* serial: core: Fold do_uart_get_info() into callerPeter Hurley2016-01-281-11/+7
* serial: core: Fold __uart_put_char() into callerPeter Hurley2016-01-281-9/+5
* tty: Use termios c_*flag macrosPeter Hurley2016-01-2828-161/+113
* tty: Allow unreadable mess to be > 80 charsPeter Hurley2016-01-281-4/+2
* tty: Unify receive_buf() code pathsPeter Hurley2016-01-282-25/+30
* tty: Fix GPF in flush_to_ldisc(), part 2Peter Hurley2016-01-281-1/+1
* staging: dgap: Remove redundant write_wait wakeupsPeter Hurley2016-01-281-6/+0
* ia64: Pin controlling tty for unaligned fault messagePeter Hurley2016-01-281-2/+5
* n_tty: Ignore all read data when closingPeter Hurley2016-01-281-2/+0
* tty: rocket: Remove private close_waitPeter Hurley2016-01-282-3/+0
* serial: 8250: Unfold < 80 char linesPeter Hurley2016-01-281-7/+4
* serial: 8250: Wait for irq to complete before shutdownPeter Hurley2016-01-281-0/+4
* serial: 8250: Unlink uart console ptr if console setup failsPeter Hurley2016-01-281-1/+5
* serial: 8250: Remove low_latency workaroundPeter Hurley2016-01-281-2/+1
* serial: 8250: Fix lost rx statePeter Hurley2016-01-281-3/+4
* serial: 8250: Refactor serial8250_rx_chars() inner loopPeter Hurley2016-01-281-58/+62
* tty: n_tty: fix SIGIO for outputPeter Hurley2016-01-281-1/+1
* n_tty: Remove tty count checks from unthrottlePeter Hurley2016-01-281-4/+0
* n_tty: Fix stuck write wakeupPeter Hurley2016-01-281-2/+2
* tty: Fix ioctl(FIOASYNC) on hungup filePeter Hurley2016-01-281-2/+3
* tty: Add fasync() hung up file operationPeter Hurley2016-01-281-0/+6
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-283-19/+0
* n_tty: Always wake up read()/poll() if new inputPeter Hurley2016-01-281-32/+2
* tty: audit: Poison tty_audit_buf while process exitsPeter Hurley2016-01-271-8/+17
* tty: audit: Always push audit buffer before TIOCSTIPeter Hurley2016-01-271-9/+3
* tty: audit: Check audit enable firstPeter Hurley2016-01-271-3/+4
* tty: audit: Simplify first-use allocationPeter Hurley2016-01-271-15/+7
* tty: audit: Remove tty_audit_buf reference countingPeter Hurley2016-01-271-40/+7
* tty: audit: Remove false memory optimizationPeter Hurley2016-01-271-5/+1
* tty: audit: Handle tty audit enable atomicallyPeter Hurley2016-01-274-45/+38
* tty: audit: Track tty association with dev_tPeter Hurley2016-01-271-18/+14
* tty: audit: Combine push functionsPeter Hurley2016-01-273-39/+6
* tty: audit: Ignore current association for audit pushPeter Hurley2016-01-273-11/+6
* tty: audit: Take siglock directlyPeter Hurley2016-01-271-8/+5
* tty: audit: Defer audit buffer associationPeter Hurley2016-01-271-8/+8
* tty: audit: Remove icanon mode from call chainPeter Hurley2016-01-273-18/+14
* tty: audit: Never audit packet modePeter Hurley2016-01-271-13/+4
* tty: audit: Early-out pty master reads earlierPeter Hurley2016-01-271-4/+4
* tty: Make tty_files_lock per-ttyPeter Hurley2016-01-273-16/+15
* tty: Remove unreferenced tty flags macro TTY_DEBUGPeter Hurley2016-01-271-1/+0
* tty: Move tty_check_change() helperPeter Hurley2016-01-273-7/+6
* tty: Remove declarations to non-existent functionsPeter Hurley2016-01-271-3/+0
* tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley2016-01-274-13/+10
* tty: Unexport system-wide tty_mutexPeter Hurley2016-01-271-3/+1
* tty: Avoid unnecessary temporaries for tty->ldiscPeter Hurley2016-01-271-5/+2
* tty: Document c_line == N_TTY initial conditionPeter Hurley2016-01-271-1/+2
* tty: Destroy ldisc instance on hangupPeter Hurley2016-01-273-30/+25
* tty: Refactor tty_ldisc_reinit() for reusePeter Hurley2016-01-271-22/+31
OpenPOWER on IntegriCloud