index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-09-01
110
-1628
/
+1606
|
\
|
*
tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()
Jiri Slaby (SUSE)
2023-08-27
1
-13
/
+12
|
*
tty: n_tty: extract ECHO_OP processing to a separate function
Jiri Slaby (SUSE)
2023-08-27
1
-96
/
+98
|
*
tty: n_tty: unify counts to size_t
Jiri Slaby (SUSE)
2023-08-27
1
-17
/
+15
|
*
tty: n_tty: use u8 for chars and flags
Jiri Slaby (SUSE)
2023-08-27
1
-36
/
+36
|
*
tty: n_tty: simplify chars_in_buffer()
Jiri Slaby (SUSE)
2023-08-27
1
-6
/
+2
|
*
tty: n_tty: remove unsigned char casts from character constants
Jiri Slaby (SUSE)
2023-08-27
1
-3
/
+3
|
*
tty: n_tty: move newline handling to a separate function
Jiri Slaby (SUSE)
2023-08-27
1
-8
/
+19
|
*
tty: n_tty: move canon handling to a separate function
Jiri Slaby (SUSE)
2023-08-27
1
-71
/
+87
|
*
tty: n_tty: use MASK() for masking out size bits
Jiri Slaby (SUSE)
2023-08-27
1
-12
/
+11
|
*
tty: n_tty: make n_tty_data::num_overrun unsigned
Jiri Slaby (SUSE)
2023-08-27
1
-2
/
+2
|
*
tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
Jiri Slaby (SUSE)
2023-08-27
1
-2
/
+1
|
*
tty: n_tty: use 'num' for writes' counts
Jiri Slaby (SUSE)
2023-08-27
1
-9
/
+8
|
*
tty: n_tty: use output character directly
Jiri Slaby (SUSE)
2023-08-27
1
-2
/
+1
|
*
tty: n_tty: make flow of n_tty_receive_buf_common() a bool
Jiri Slaby (SUSE)
2023-08-27
1
-3
/
+3
|
*
Revert "tty: serial: meson: Add a earlycon for the T7 SoC"
Lucas Tanure
2023-08-27
1
-2
/
+0
|
*
serial: 8250_bcm7271: improve bcm7271 8250 port
Justin Chen
2023-08-22
2
-3
/
+9
|
*
serial: sc16is7xx: add missing support for rs485 devicetree properties
Hugo Villeneuve
2023-08-22
1
-0
/
+4
|
*
serial: sc16is7xx: fix bug when first setting GPIO direction
Hugo Villeneuve
2023-08-22
1
-1
/
+10
|
*
serial: sc16is7xx: fix regression with GPIO configuration
Hugo Villeneuve
2023-08-22
1
-35
/
+108
|
*
serial: sc16is7xx: remove obsolete out_thread label
Hugo Villeneuve
2023-08-22
1
-3
/
+1
|
*
serial: sc16is7xx: fix broken port 0 uart init
Hugo Villeneuve
2023-08-22
1
-0
/
+6
|
*
serial: 8250_dw: fall back to poll if there's no interrupt
Jisheng Zhang
2023-08-22
1
-1
/
+4
|
*
serial: tegra: handle clk prepare error in tegra_uart_hw_init()
Yi Yang
2023-08-22
1
-1
/
+5
|
*
serial: sifive: Add suspend and resume operations
Nick Hu
2023-08-22
1
-0
/
+18
|
*
tty: serial: meson: Add a earlycon for the T7 SoC
Lucas Tanure
2023-08-22
1
-0
/
+2
|
*
serial: stm32: synchronize RX DMA channel in shutdown
Amelie Delaunay
2023-08-22
1
-1
/
+3
|
*
serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
Valentin Caron
2023-08-22
1
-94
/
+106
|
*
serial: stm32: group dma pause/resume error handling into single function
Valentin Caron
2023-08-22
2
-45
/
+83
|
*
serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
Valentin Caron
2023-08-22
1
-8
/
+8
|
*
serial: stm32: use DMAT as a configuration bit
Valentin Caron
2023-08-22
1
-5
/
+3
|
*
serial: stm32: avoid clearing DMAT bit during transfer
Valentin Caron
2023-08-22
1
-32
/
+44
|
*
tty: n_gsm: add restart flag to extended ioctl config
Daniel Starke
2023-08-22
1
-0
/
+23
|
*
tty: n_gsm: cleanup gsm_control_command and gsm_control_reply
Daniel Starke
2023-08-22
1
-4
/
+6
|
*
tty: n_gsm: increase gsm_mux unsupported counted where appropriate
Daniel Starke
2023-08-22
1
-0
/
+3
|
*
tty: n_gsm: increase malformed counter for malformed control frames
Daniel Starke
2023-08-22
1
-1
/
+3
|
*
tty: n_gsm: add open_error counter to gsm_mux
Daniel Starke
2023-08-22
1
-5
/
+20
|
*
tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config
Daniel Starke
2023-08-22
1
-2
/
+1
|
*
tty: n_gsm: add restart flag to DLC specific ioctl config
Daniel Starke
2023-08-22
1
-0
/
+4
|
*
tty: tty_buffer: invert conditions in __tty_buffer_request_room()
Jiri Slaby (SUSE)
2023-08-22
1
-22
/
+22
|
*
tty: tty_buffer: initialize variables in initializers already
Jiri Slaby (SUSE)
2023-08-22
1
-10
/
+3
|
*
tty: tty_buffer: better types in __tty_buffer_request_room()
Jiri Slaby (SUSE)
2023-08-22
1
-1
/
+2
|
*
tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()
Jiri Slaby (SUSE)
2023-08-22
1
-26
/
+0
|
*
tty: tty_buffer: let tty_prepare_flip_string() return size_t
Jiri Slaby (SUSE)
2023-08-22
1
-2
/
+3
|
*
tty: tty_buffer: switch insert functions to size_t
Jiri Slaby (SUSE)
2023-08-22
1
-6
/
+6
|
*
tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()
Jiri Slaby (SUSE)
2023-08-22
1
-0
/
+3
|
*
tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()
Jiri Slaby (SUSE)
2023-08-22
1
-55
/
+15
|
*
tty: tty_buffer: use struct_size() in tty_buffer_alloc()
Jiri Slaby (SUSE)
2023-08-22
1
-2
/
+1
|
*
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
2023-08-20
7
-20
/
+68
|
|
\
|
*
|
tty: vcc: convert counts to size_t
Jiri Slaby (SUSE)
2023-08-11
1
-6
/
+6
[next]