| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | tty: omit need_resched() before cond_resched() | Mikulas Patocka | 1 | -2/+1 |
| 2024-02-18 | tty: Don't include tty_buffer.h in tty.h | Ilpo Järvinen | 1 | -0/+1 |
| 2023-10-03 | tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive() | Jiri Slaby (SUSE) | 1 | -3/+2 |
| 2023-08-22 | tty: tty_buffer: invert conditions in __tty_buffer_request_room() | Jiri Slaby (SUSE) | 1 | -22/+22 |
| 2023-08-22 | tty: tty_buffer: initialize variables in initializers already | Jiri Slaby (SUSE) | 1 | -10/+3 |
| 2023-08-22 | tty: tty_buffer: better types in __tty_buffer_request_room() | Jiri Slaby (SUSE) | 1 | -1/+2 |
| 2023-08-22 | tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char() | Jiri Slaby (SUSE) | 1 | -26/+0 |
| 2023-08-22 | tty: tty_buffer: let tty_prepare_flip_string() return size_t | Jiri Slaby (SUSE) | 1 | -2/+3 |
| 2023-08-22 | tty: tty_buffer: switch insert functions to size_t | Jiri Slaby (SUSE) | 1 | -6/+6 |
| 2023-08-22 | tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags() | Jiri Slaby (SUSE) | 1 | -0/+3 |
| 2023-08-22 | tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}() | Jiri Slaby (SUSE) | 1 | -55/+15 |
| 2023-08-22 | tty: tty_buffer: use struct_size() in tty_buffer_alloc() | Jiri Slaby (SUSE) | 1 | -2/+1 |
| 2023-08-11 | tty: use u8 for flags | Jiri Slaby (SUSE) | 1 | -4/+4 |
| 2023-08-11 | tty: use u8 for chars | Jiri Slaby (SUSE) | 1 | -11/+10 |
| 2023-08-11 | tty: switch count in tty_ldisc_receive_buf() to size_t | Jiri Slaby (SUSE) | 1 | -3/+3 |
| 2023-08-11 | tty: switch receive_buf() counts to size_t | Jiri Slaby (SUSE) | 1 | -4/+4 |
| 2023-08-11 | tty: make tty_port_client_operations operate with u8 | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2022-11-09 | tty: Convert tty_buffer flags to bool | Ilpo Järvinen | 1 | -14/+14 |
| 2022-11-03 | tty: Cleanup tty buffer align mask | Ilpo Järvinen | 1 | -2/+2 |
| 2022-08-30 | tty: Fix lookahead_buf crash with serdev | Vincent Whitchurch | 1 | -5/+9 |
| 2022-08-08 | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -9/+50 |
| 2022-07-08 | tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() | Jiri Slaby | 1 | -0/+31 |
| 2022-07-08 | tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() | Jiri Slaby | 1 | -5/+10 |
| 2022-06-10 | tty: Implement lookahead to process XON/XOFF timely | Ilpo Järvinen | 1 | -9/+50 |
| 2022-05-12 | tty: fix deadlock caused by calling printk() under tty_port->lock | Qi Zheng | 1 | -1/+2 |
| 2021-11-26 | tty: reformat kernel-doc in tty_buffer.c | Jiri Slaby | 1 | -127/+124 |
| 2021-11-25 | tty: drop tty_schedule_flip() | Jiri Slaby | 1 | -22/+8 |
| 2021-10-18 | tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc | Guanghui Feng | 1 | -0/+3 |
| 2021-05-20 | tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room() | Lee Jones | 1 | -1/+1 |
| 2021-05-13 | tty: tty_buffer: Fix coding style issues of block comments | Xiaofei Tan | 1 | -3/+6 |
| 2021-05-13 | tty: tty_buffer: Remove the repeated word 'the' | Xiaofei Tan | 1 | -2/+2 |
| 2021-05-13 | tty: tty_buffer: Add a blank line after declarations | Xiaofei Tan | 1 | -0/+7 |
| 2021-05-13 | tty: make tty_buffer_space_avail return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: make fp of tty_ldisc_ops::receive_buf{,2} const | Jiri Slaby | 1 | -2/+2 |
| 2021-04-15 | tty: move some internal tty lock enums and functions out of tty.h | Greg Kroah-Hartman | 1 | -1/+1 |
| 2020-11-06 | tty: tty_buffer: Add missing description for 'limit' | Lee Jones | 1 | -0/+1 |
| 2020-08-18 | tty: fix kernel-doc | Jiri Slaby | 1 | -7/+7 |
| 2019-01-30 | tty: increase the default flip buffer limit to 2*640K | Manfred Schlaegl | 1 | -1/+1 |
| 2018-10-11 | tty: wipe buffer. | Linus Torvalds | 1 | -1/+5 |
| 2018-09-18 | TTY: tty_buffer, warn on leaks | Jiri Slaby | 1 | -1/+6 |
| 2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-04 | tty: fix tty_ldisc_receive_buf() documentation | Johan Hovold | 1 | -1/+1 |
| 2017-08-02 | tty: fix __tty_insert_flip_char regression | Arnd Bergmann | 1 | -1/+2 |
| 2017-07-30 | tty: improve tty_insert_flip_char() slow path | Arnd Bergmann | 1 | -2/+3 |
| 2017-07-30 | tty: improve tty_insert_flip_char() fast path | Arnd Bergmann | 1 | -0/+24 |
| 2017-02-03 | tty_port: Add port client functions | Rob Herring | 1 | -14/+3 |
| 2017-01-19 | tty: constify tty_ldisc_receive_buf buffer pointer | Rob Herring | 1 | -1/+1 |
| 2016-05-01 | Fix OpenSSH pty regression on close | Brian Bloniarz | 1 | -28/+6 |
| 2016-01-28 | tty: Unify receive_buf() code paths | Peter Hurley | 1 | -11/+28 |
| 2015-12-12 | tty: Fix GPF in flush_to_ldisc() | Peter Hurley | 1 | -1/+1 |
| 2015-10-17 | tty: Use unbound workqueue for all input workers | Peter Hurley | 1 | -1/+1 |
| 2015-10-17 | tty: Abstract tty buffer work | Peter Hurley | 1 | -0/+10 |
| 2015-10-04 | tty: fix data race on tty_buffer.commit | Dmitry Vyukov | 1 | -3/+12 |
| 2015-10-04 | tty: fix data race in tty_buffer_flush | Dmitry Vyukov | 1 | -1/+4 |
| 2015-10-04 | tty: fix data race in flush_to_ldisc | Dmitry Vyukov | 1 | -1/+1 |
| 2015-07-23 | tty: buffers: Move hidden buffer index advance into outer loop | Peter Hurley | 1 | -1/+1 |
| 2015-07-23 | tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_release | Peter Hurley | 1 | -6/+4 |
| 2015-05-18 | Merge 4.1-rc4 into tty-next | Greg Kroah-Hartman | 1 | -14/+27 |
| 2015-05-10 | pty: Fix input race when closing | Peter Hurley | 1 | -14/+27 |
| 2015-05-10 | tty: tty_buffer.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -1/+2 |
| 2015-02-02 | pty: Fix buffer flush deadlock | Peter Hurley | 1 | -0/+6 |
| 2014-11-05 | tty: Flush ldisc buffer atomically with tty flip buffers | Peter Hurley | 1 | -2/+8 |
| 2014-05-24 | Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt | Ben Hutchings | 1 | -0/+2 |
| 2014-05-03 | tty: Fix lockless tty buffer race | Peter Hurley | 1 | -3/+14 |
| 2014-05-03 | Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t... | Peter Hurley | 1 | -14/+2 |
| 2014-04-24 | tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc | Manfred Schlaegl | 1 | -2/+14 |
| 2014-02-28 | tty: Fix low_latency BUG | Peter Hurley | 1 | -16/+4 |
| 2014-01-07 | tty: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-12-09 | tty: Halve flip buffer GFP_ATOMIC memory consumption | Peter Hurley | 1 | -10/+35 |
| 2013-12-08 | tty: Fix stale tty_buffer_flush() comment | Peter Hurley | 1 | -3/+1 |
| 2013-12-08 | staging/fwserial: Rip out rx buffering | Peter Hurley | 1 | -0/+1 |
| 2013-12-08 | tty: Remove tty_prepare_flip_string_flags() | Peter Hurley | 1 | -28/+0 |
| 2013-12-08 | tty: Rename tty buffer memory_used field | Peter Hurley | 1 | -6/+6 |
| 2013-12-08 | tty: Enable configurable tty flip buffer limit | Peter Hurley | 1 | -3/+21 |
| 2013-07-23 | tty: Remove private constant from global namespace | Peter Hurley | 1 | -0/+10 |
| 2013-07-23 | tty: Fix unsafe vt paste_selection() | Peter Hurley | 1 | -13/+48 |
| 2013-07-23 | tty: Merge __tty_flush_buffer() into lone call site | Peter Hurley | 1 | -23/+6 |
| 2013-07-23 | tty: Use non-atomic state to signal flip buffer flush pending | Peter Hurley | 1 | -3/+4 |
| 2013-07-23 | tty: Only perform flip buffer flush from tty_buffer_flush() | Peter Hurley | 1 | -42/+21 |
| 2013-07-23 | tty: Ensure single-threaded flip buffer consumer with mutex | Peter Hurley | 1 | -21/+19 |
| 2013-07-23 | tty: Make driver-side flip buffers lockless | Peter Hurley | 1 | -27/+4 |
| 2013-07-23 | tty: Track flip buffer memory limit atomically | Peter Hurley | 1 | -6/+31 |
| 2013-07-23 | tty: Simplify flip buffer list with 0-sized sentinel | Peter Hurley | 1 | -31/+18 |
| 2013-07-23 | tty: Use lockless flip buffer free list | Peter Hurley | 1 | -17/+12 |
| 2013-07-23 | tty: Use generic names for flip buffer list cursors | Peter Hurley | 1 | -10/+10 |
| 2013-07-23 | tty: Merge tty_buffer_find() into tty_buffer_alloc() | Peter Hurley | 1 | -32/+18 |
| 2013-07-23 | tty: Factor flip buffer initialization into helper function | Peter Hurley | 1 | -9/+12 |
| 2013-07-23 | tty: Fix flip buffer free list | Peter Hurley | 1 | -6/+10 |
| 2013-07-23 | tty: Compute flip buffer ptrs | Peter Hurley | 1 | -12/+10 |
| 2013-07-23 | tty: Make ldisc input flow control concurrency-friendly | Peter Hurley | 1 | -4/+9 |
| 2013-07-23 | tty: Simplify tty buffer/ldisc interface with helper function | Peter Hurley | 1 | -12/+17 |
| 2013-07-23 | tty: Replace ldisc locking with ldisc_sem | Peter Hurley | 1 | -1/+1 |
| 2013-04-09 | tty: Fix race condition if flushing tty flip buffers | Peter Hurley | 1 | -12/+10 |
| 2013-03-04 | TTY: disable debugging warning | Jiri Slaby | 1 | -1/+1 |
| 2013-02-13 | pps: Move timestamp read into PPS code proper | George Spelvin | 1 | -0/+1 |
| 2013-01-20 | tty: Correct tty buffer flush. | Ilya Zykov | 1 | -70/+22 |
| 2013-01-15 | TTY: switch tty_schedule_flip | Jiri Slaby | 1 | -4/+4 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -4/+4 |
| 2013-01-15 | TTY: move low_latency to tty_port | Jiri Slaby | 1 | -4/+5 |
| 2013-01-15 | TTY: convert more flipping functions | Jiri Slaby | 1 | -16/+16 |
| 2013-01-15 | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 1 | -3/+2 |
| 2012-10-25 | tty: add missing newlines to WARN_RATELIMIT | Sasha Levin | 1 | -1/+1 |
| 2012-10-24 | TTY: Report warning when low_latency flag is wrongly used | Ivo Sieben | 1 | -0/+1 |
| 2012-10-22 | TTY: move tty buffers to tty_port | Jiri Slaby | 1 | -49/+53 |
| 2012-10-22 | TTY: tty_buffer, cache pointer to tty->buf | Jiri Slaby | 1 | -56/+76 |
| 2012-10-22 | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby | 1 | -8/+10 |
| 2012-10-22 | tty: prevent unnecessary work queue lock checking on flip buffer copy | Ivo Sieben | 1 | -1/+4 |
| 2012-04-09 | tty: hold lock across tty buffer finding and buffer filling | Xiaobing Tu | 1 | -20/+65 |
| 2011-06-08 | tty_buffer: get rid of 'seen_tail' logic in flush_to_ldisc | Linus Torvalds | 1 | -12/+2 |
| 2011-06-04 | Revert "tty: make receive_buf() return the amout of bytes received" | Linus Torvalds | 1 | -9/+6 |
| 2011-04-22 | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 1 | -6/+9 |
| 2011-04-04 | tty: fix endless work loop when the buffer fills up | Linus Torvalds | 1 | -3/+1 |
| 2011-03-22 | tty: stop using "delayed_work" in the tty layer | Linus Torvalds | 1 | -7/+7 |
| 2010-11-09 | tty: prevent DOS in the flush_to_ldisc | Jiri Olsa | 1 | -2/+12 |
| 2010-11-05 | TTY: create drivers/tty and move the tty core files there | Greg Kroah-Hartman | 1 | -0/+524 |