summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-08-22serial: sifive: Add suspend and resume operationsNick Hu1-0/+18
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure1-0/+2
2023-08-22serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay1-1/+3
2023-08-22serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron1-94/+106
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron2-45/+83
2023-08-22serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron1-8/+8
2023-08-22serial: stm32: use DMAT as a configuration bitValentin Caron1-5/+3
2023-08-22serial: stm32: avoid clearing DMAT bit during transferValentin Caron1-32/+44
2023-08-22tty: n_gsm: add restart flag to extended ioctl configDaniel Starke1-0/+23
2023-08-22tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke1-4/+6
2023-08-22tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke1-0/+3
2023-08-22tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke1-1/+3
2023-08-22tty: n_gsm: add open_error counter to gsm_muxDaniel Starke1-5/+20
2023-08-22tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke1-2/+1
2023-08-22tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke1-0/+4
2023-08-22tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)1-22/+22
2023-08-22tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)1-10/+3
2023-08-22tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)1-1/+2
2023-08-22tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)1-26/+0
2023-08-22tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)1-2/+3
2023-08-22tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)1-6/+6
2023-08-22tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()Jiri Slaby (SUSE)1-0/+3
2023-08-22tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)1-55/+15
2023-08-22tty: tty_buffer: use struct_size() in tty_buffer_alloc()Jiri Slaby (SUSE)1-2/+1
2023-08-21kill do_each_thread()Oleg Nesterov1-2/+2
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman7-20/+68
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko1-6/+1
2023-08-18mm: remove arguments of show_mem()Kefeng Wang2-2/+2
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren2-1/+28
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)1-3/+0
2023-08-11tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang1-1/+2
2023-08-11tty: vcc: convert counts to size_tJiri Slaby (SUSE)1-6/+6
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)3-9/+9
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)4-17/+14
2023-08-11tty: audit: unify to u8Jiri Slaby (SUSE)2-5/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)20-27/+37
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)5-6/+6
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)20-42/+28
2023-08-11tty: use min() for size computation in iterate_tty_read()Jiri Slaby (SUSE)1-2/+1
2023-08-11tty: switch size and count types in iterate_tty_read() to size_tJiri Slaby (SUSE)1-2/+2
2023-08-11tty: use ssize_t for iterate_tty_read() returned typeJiri Slaby (SUSE)1-8/+8
2023-08-11tty: use min() in iterate_tty_write()Jiri Slaby (SUSE)1-6/+2
2023-08-11tty: rename and de-inline do_tty_write()Jiri Slaby (SUSE)1-3/+3
2023-08-11tty: don't pass write() to do_tty_write()Jiri Slaby (SUSE)1-7/+4
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)5-21/+21
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)5-28/+27
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)3-9/+11
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)2-4/+4
2023-08-11tty: switch receive_buf() counts to size_tJiri Slaby (SUSE)1-4/+4
2023-08-11tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)2-8/+7