aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley1-2/+1
2014-09-23tty: Serialize tcflow() with other tty flow control changesPeter Hurley1-2/+3
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley1-1/+4
2014-09-23tty: Convert tty_struct bitfield to intsPeter Hurley1-1/+4
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-3/+1
2014-05-03Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc"Peter Hurley1-1/+0
2014-04-24tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl1-0/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-02-28tty: Fix low_latency BUGPeter Hurley1-1/+1
2014-02-14tty: Fix ref counting for port krefsPeter Hurley1-3/+3
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2014-01-03tty: Add C_CMSPAR(tty)Andrew Lunn1-0/+1
2013-12-18tty: Removing the deprecated function tty_vhangup_locked()Chuansheng Liu1-1/+0
2013-12-09tty: Halve flip buffer GFP_ATOMIC memory consumptionPeter Hurley1-0/+4
2013-12-08tty: Rename tty buffer memory_used fieldPeter Hurley1-1/+1
2013-12-08tty: Enable configurable tty flip buffer limitPeter Hurley1-0/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+7
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-5/+5
2013-10-04sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra1-17/+4
2013-10-04sched/wait: Make the signal_pending() checks consistentPeter Zijlstra1-7/+6
2013-09-25tty: Remove unused drop() method from tty_port interfacePeter Hurley1-1/+0
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley1-1/+2
2013-07-23n_tty: Fix EOF push handlingPeter Hurley1-1/+0
2013-07-23tty: Remove private constant from global namespacePeter Hurley1-11/+0
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley1-2/+2
2013-07-23tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley1-2/+1
2013-07-23tty: Avoid false-sharing flip buffer ptrsPeter Hurley1-2/+2
2013-07-23tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley1-1/+0
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley1-1/+1
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley1-2/+1
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley1-0/+1
2013-07-23tty: Use lockless flip buffer free listPeter Hurley1-2/+6
2013-07-23tty: Compute flip buffer ptrsPeter Hurley1-2/+10
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley1-0/+1
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley1-3/+4
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley1-0/+13
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley1-3/+1
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley1-1/+0
2013-05-20tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley1-2/+0
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-4/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+7
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells1-0/+7
2013-04-30audit: push loginuid and sessionid processing downEric Paris1-2/+2
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris1-4/+2
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley1-2/+0
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley1-0/+1
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-0/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-0/+1