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.12.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
...
|
*
|
tty: hvc: convert counts to size_t
Jiri Slaby (SUSE)
2023-08-11
3
-9
/
+9
|
*
|
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
4
-17
/
+14
|
*
|
tty: audit: unify to u8
Jiri Slaby (SUSE)
2023-08-11
2
-5
/
+5
|
*
|
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
20
-27
/
+37
|
*
|
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
2023-08-11
5
-6
/
+6
|
*
|
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-08-11
20
-42
/
+28
|
*
|
tty: use min() for size computation in iterate_tty_read()
Jiri Slaby (SUSE)
2023-08-11
1
-2
/
+1
|
*
|
tty: switch size and count types in iterate_tty_read() to size_t
Jiri Slaby (SUSE)
2023-08-11
1
-2
/
+2
|
*
|
tty: use ssize_t for iterate_tty_read() returned type
Jiri Slaby (SUSE)
2023-08-11
1
-8
/
+8
|
*
|
tty: use min() in iterate_tty_write()
Jiri Slaby (SUSE)
2023-08-11
1
-6
/
+2
|
*
|
tty: rename and de-inline do_tty_write()
Jiri Slaby (SUSE)
2023-08-11
1
-3
/
+3
|
*
|
tty: don't pass write() to do_tty_write()
Jiri Slaby (SUSE)
2023-08-11
1
-7
/
+4
|
*
|
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
5
-21
/
+21
|
*
|
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
5
-28
/
+27
|
*
|
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-08-11
3
-9
/
+11
|
*
|
tty: switch count in tty_ldisc_receive_buf() to size_t
Jiri Slaby (SUSE)
2023-08-11
2
-4
/
+4
|
*
|
tty: switch receive_buf() counts to size_t
Jiri Slaby (SUSE)
2023-08-11
1
-4
/
+4
|
*
|
tty: make counts in tty_port_client_operations hooks size_t
Jiri Slaby (SUSE)
2023-08-11
2
-8
/
+7
|
*
|
tty: make tty_port_client_operations operate with u8
Jiri Slaby (SUSE)
2023-08-11
3
-9
/
+8
|
*
|
tty: make tty_change_softcar() more understandable
Jiri Slaby (SUSE)
2023-08-11
1
-3
/
+3
|
*
|
tty: drop tty_debug_wait_until_sent()
Jiri Slaby (SUSE)
2023-08-11
1
-10
/
+0
|
*
|
tty: tty_port: rename 'disc' to 'ld'
Jiri Slaby (SUSE)
2023-08-11
1
-11
/
+11
|
*
|
tty: change tty_write_lock()'s ndelay parameter to bool
Jiri Slaby (SUSE)
2023-08-11
3
-5
/
+5
|
*
|
tty: n_null: remove optional ldops
Jiri Slaby (SUSE)
2023-08-11
1
-18
/
+0
|
*
|
tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx
Vijaya Krishna Nivarthi
2023-08-09
1
-5
/
+2
|
*
|
serial: sifive: Remove redundant of_match_ptr()
Ruan Jinjie
2023-08-09
1
-1
/
+1
|
*
|
8250_men_mcb: remove unnecessary cast when reading register
Sanjuán García, Jorge
2023-08-04
1
-1
/
+1
|
*
|
serial: cpm_uart: Don't include fs_uart_pd.h when not needed
Christophe Leroy
2023-08-04
1
-1
/
+0
|
*
|
serial: cpm_uart: Remove cpm_uart/ subdirectory
Christophe Leroy
2023-08-04
4
-7
/
+1
|
*
|
serial: cpm_uart: Refactor cpm_uart_[un]map_pram()
Christophe Leroy
2023-08-04
5
-142
/
+49
|
*
|
serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()
Christophe Leroy
2023-08-04
4
-140
/
+72
|
*
|
serial: cpm_uart: Deduplicate cpm_line_cr_cmd()
Christophe Leroy
2023-08-04
4
-11
/
+5
|
*
|
serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()
Christophe Leroy
2023-08-04
4
-71
/
+9
|
*
|
serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()
Christophe Leroy
2023-08-04
1
-2
/
+4
|
*
|
serial: cpm_uart: Stop using fs_uart_id enum
Christophe Leroy
2023-08-04
2
-3
/
+1
|
*
|
serial: cpm_uart: Remove stale prototypes and table and macros
Christophe Leroy
2023-08-04
2
-24
/
+1
|
*
|
serial: cpm_uart: Avoid suspicious locking
Christophe Leroy
2023-08-04
1
-9
/
+4
|
*
|
8250_men_mcb: Remove redundant initialization owner in mcb_driver
Li Zetao
2023-08-04
1
-1
/
+0
|
*
|
8250_men_mcb: Fix unsigned expression compared with zero
Li Zetao
2023-08-04
1
-1
/
+1
|
*
|
serial: max310x: fix typos in comments
Hugo Villeneuve
2023-08-04
1
-1
/
+1
|
*
|
serial: max310x: add comments for membase address workaround
Hugo Villeneuve
2023-08-04
1
-0
/
+5
|
*
|
tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc
Thadeu Lima de Souza Cascardo
2023-08-04
1
-0
/
+3
|
*
|
8250_men_mcb: Fix unsigned comparison with less than zero
Jiapeng Chong
2023-08-04
1
-3
/
+5
|
*
|
tty: serial: samsung: Set missing PM ops for hibernation support
Anton Eliasson
2023-08-04
1
-3
/
+2
|
*
|
tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...
Ruan Jinjie
2023-08-04
1
-2
/
+2
|
*
|
tty: synclink_gt: Fix potential deadlock on &info->lock
Chengfeng Ye
2023-08-04
1
-2
/
+3
|
*
|
tty: vt: Remove some repetitive initialization
oushixiong
2023-08-03
1
-12
/
+4
|
*
|
tty: serial: Remove redundant initialization for ma35d1serial_driver
Li Zetao
2023-08-03
1
-1
/
+0
|
*
|
tty: synclink_gt: mark as BROKEN
Jiri Slaby
2023-07-31
1
-0
/
+1
|
*
|
tty: synclink_gt: make default_params const
Jiri Slaby
2023-07-31
1
-1
/
+1
[prev]
[next]