Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-12drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes
2014-05-04Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...Peter Hurley
2014-04-25tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-03-01tty: Fix low_latency BUGPeter Hurley
2014-02-15tty: Fix ref counting for port krefsPeter Hurley
2014-01-21Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-01-04tty: Add C_CMSPAR(tty)Andrew Lunn
2013-12-19tty: Removing the deprecated function tty_vhangup_locked()Chuansheng Liu
2013-12-09tty: Halve flip buffer GFP_ATOMIC memory consumptionPeter Hurley
2013-12-09tty: Rename tty buffer memory_used fieldPeter Hurley
2013-12-09tty: Enable configurable tty flip buffer limitPeter Hurley
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra
2013-10-04sched/wait: Make the signal_pending() checks consistentPeter Zijlstra
2013-09-26tty: Remove unused drop() method from tty_port interfacePeter Hurley
2013-07-25tty: Fix lock order in tty_do_resize()Peter Hurley
2013-07-24n_tty: Fix EOF push handlingPeter Hurley
2013-07-24tty: Remove private constant from global namespacePeter Hurley
2013-07-24tty: Fix unsafe vt paste_selection()Peter Hurley
2013-07-24tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley
2013-07-24tty: Avoid false-sharing flip buffer ptrsPeter Hurley
2013-07-24tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley
2013-07-24tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley
2013-07-24tty: Track flip buffer memory limit atomicallyPeter Hurley
2013-07-24tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley
2013-07-24tty: Use lockless flip buffer free listPeter Hurley
2013-07-24tty: Compute flip buffer ptrsPeter Hurley
2013-07-24tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley
2013-07-24tty: Convert termios_mutex to termios_rwsemPeter Hurley
2013-07-24tty: Make ldisc input flow control concurrency-friendlyPeter Hurley
2013-07-24tty: Replace ldisc locking with ldisc_semPeter Hurley
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley
2013-05-20tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley
2013-05-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-02proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells
2013-04-30audit: push loginuid and sessionid processing downEric Paris
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris
2013-03-19tty: Don't reenable already enabled ldiscPeter Hurley
2013-03-19tty: Add diagnostic for halted line disciplinePeter Hurley
2013-03-19TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-19TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-03-19TTY: do not warn about setting speed via SPD_*Jiri Slaby
2013-03-19tty: Add safe tty throttle/unthrottle functionsPeter Hurley
2013-01-19tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-16TTY: move low_latency to tty_portJiri Slaby
2012-11-16TTY: introduce tty_port_destroyJiri Slaby