index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
2023-08-22
serial: sc16is7xx: remove obsolete out_thread label
Hugo Villeneuve
2023-08-22
serial: sc16is7xx: fix broken port 0 uart init
Hugo Villeneuve
2023-08-22
serial: 8250_dw: fall back to poll if there's no interrupt
Jisheng Zhang
2023-08-22
serial: tegra: handle clk prepare error in tegra_uart_hw_init()
Yi Yang
2023-08-22
serial: sifive: Add suspend and resume operations
Nick Hu
2023-08-22
tty: serial: meson: Add a earlycon for the T7 SoC
Lucas Tanure
2023-08-22
serial: stm32: synchronize RX DMA channel in shutdown
Amelie Delaunay
2023-08-22
serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
Valentin Caron
2023-08-22
serial: stm32: group dma pause/resume error handling into single function
Valentin Caron
2023-08-22
serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
Valentin Caron
2023-08-22
serial: stm32: use DMAT as a configuration bit
Valentin Caron
2023-08-22
serial: stm32: avoid clearing DMAT bit during transfer
Valentin Caron
2023-08-22
tty: n_gsm: add restart flag to extended ioctl config
Daniel Starke
2023-08-22
tty: n_gsm: cleanup gsm_control_command and gsm_control_reply
Daniel Starke
2023-08-22
tty: n_gsm: increase gsm_mux unsupported counted where appropriate
Daniel Starke
2023-08-22
tty: n_gsm: increase malformed counter for malformed control frames
Daniel Starke
2023-08-22
tty: n_gsm: add open_error counter to gsm_mux
Daniel Starke
2023-08-22
tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config
Daniel Starke
2023-08-22
tty: n_gsm: add restart flag to DLC specific ioctl config
Daniel Starke
2023-08-22
tty: tty_buffer: invert conditions in __tty_buffer_request_room()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: initialize variables in initializers already
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: better types in __tty_buffer_request_room()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: let tty_prepare_flip_string() return size_t
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: switch insert functions to size_t
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: use struct_size() in tty_buffer_alloc()
Jiri Slaby (SUSE)
2023-08-21
kill do_each_thread()
Oleg Nesterov
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
2023-08-18
drm/i915: Move abs_diff() to math.h
Andy Shevchenko
2023-08-18
mm: remove arguments of show_mem()
Kefeng Wang
2023-08-11
serial: core: Fix serial core port id, including multiport devices
Tony Lindgren
2023-08-11
serial: 8250: drop lockdep annotation from serial8250_clear_IER()
Jiri Slaby (SUSE)
2023-08-11
tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux
Yi Yang
2023-08-11
tty: vcc: convert counts to size_t
Jiri Slaby (SUSE)
2023-08-11
tty: hvc: convert counts to size_t
Jiri Slaby (SUSE)
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
tty: audit: unify to u8
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-08-11
tty: use min() for size computation in iterate_tty_read()
Jiri Slaby (SUSE)
2023-08-11
tty: switch size and count types in iterate_tty_read() to size_t
Jiri Slaby (SUSE)
2023-08-11
tty: use ssize_t for iterate_tty_read() returned type
Jiri Slaby (SUSE)
2023-08-11
tty: use min() in iterate_tty_write()
Jiri Slaby (SUSE)
2023-08-11
tty: rename and de-inline do_tty_write()
Jiri Slaby (SUSE)
2023-08-11
tty: don't pass write() to do_tty_write()
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
[prev]
[next]