index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
serial: 8250: drop lockdep annotation from serial8250_clear_IER()
Jiri Slaby (SUSE)
1
-3
/
+0
2023-08-11
tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux
Yi Yang
1
-1
/
+2
2023-08-11
tty: vcc: convert counts to size_t
Jiri Slaby (SUSE)
1
-6
/
+6
2023-08-11
tty: hvc: convert counts to size_t
Jiri Slaby (SUSE)
3
-9
/
+9
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
4
-17
/
+14
2023-08-11
tty: audit: unify to u8
Jiri Slaby (SUSE)
2
-5
/
+5
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
20
-27
/
+37
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
5
-6
/
+6
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
20
-42
/
+28
2023-08-11
tty: use min() for size computation in iterate_tty_read()
Jiri Slaby (SUSE)
1
-2
/
+1
2023-08-11
tty: switch size and count types in iterate_tty_read() to size_t
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: use ssize_t for iterate_tty_read() returned type
Jiri Slaby (SUSE)
1
-8
/
+8
2023-08-11
tty: use min() in iterate_tty_write()
Jiri Slaby (SUSE)
1
-6
/
+2
2023-08-11
tty: rename and de-inline do_tty_write()
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: don't pass write() to do_tty_write()
Jiri Slaby (SUSE)
1
-7
/
+4
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
5
-21
/
+21
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
5
-28
/
+27
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
3
-9
/
+11
2023-08-11
tty: switch count in tty_ldisc_receive_buf() to size_t
Jiri Slaby (SUSE)
2
-4
/
+4
2023-08-11
tty: switch receive_buf() counts to size_t
Jiri Slaby (SUSE)
1
-4
/
+4
2023-08-11
tty: make counts in tty_port_client_operations hooks size_t
Jiri Slaby (SUSE)
2
-8
/
+7
2023-08-11
tty: make tty_port_client_operations operate with u8
Jiri Slaby (SUSE)
3
-9
/
+8
2023-08-11
tty: make tty_change_softcar() more understandable
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: drop tty_debug_wait_until_sent()
Jiri Slaby (SUSE)
1
-10
/
+0
2023-08-11
tty: tty_port: rename 'disc' to 'ld'
Jiri Slaby (SUSE)
1
-11
/
+11
2023-08-11
tty: change tty_write_lock()'s ndelay parameter to bool
Jiri Slaby (SUSE)
3
-5
/
+5
2023-08-11
tty: n_null: remove optional ldops
Jiri Slaby (SUSE)
1
-18
/
+0
2023-08-09
tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx
Vijaya Krishna Nivarthi
1
-5
/
+2
2023-08-09
serial: sifive: Remove redundant of_match_ptr()
Ruan Jinjie
1
-1
/
+1
2023-08-09
serial: core: Revert port_id use
Tony Lindgren
1
-1
/
+1
2023-08-09
TIOCSTI: Document CAP_SYS_ADMIN behaviour in Kconfig
Günther Noack
1
-0
/
+3
2023-08-04
serial: 8250: Fix oops for port->pm on uart_change_pm()
Tony Lindgren
1
-0
/
+1
2023-08-04
serial: 8250: Reinit port_id when adding back serial8250_isa_devs
Tony Lindgren
1
-0
/
+1
2023-08-04
serial: core: Fix kmemleak issue for serial core device remove
Tony Lindgren
1
-0
/
+2
2023-08-04
8250_men_mcb: remove unnecessary cast when reading register
Sanjuán García, Jorge
1
-1
/
+1
2023-08-04
serial: cpm_uart: Don't include fs_uart_pd.h when not needed
Christophe Leroy
1
-1
/
+0
2023-08-04
serial: cpm_uart: Remove cpm_uart/ subdirectory
Christophe Leroy
4
-7
/
+1
2023-08-04
serial: cpm_uart: Refactor cpm_uart_[un]map_pram()
Christophe Leroy
5
-142
/
+49
2023-08-04
serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()
Christophe Leroy
4
-140
/
+72
2023-08-04
serial: cpm_uart: Deduplicate cpm_line_cr_cmd()
Christophe Leroy
4
-11
/
+5
2023-08-04
serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()
Christophe Leroy
4
-71
/
+9
2023-08-04
serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()
Christophe Leroy
1
-2
/
+4
2023-08-04
serial: cpm_uart: Stop using fs_uart_id enum
Christophe Leroy
2
-3
/
+1
2023-08-04
serial: cpm_uart: Remove stale prototypes and table and macros
Christophe Leroy
2
-24
/
+1
2023-08-04
serial: cpm_uart: Avoid suspicious locking
Christophe Leroy
1
-9
/
+4
2023-08-04
8250_men_mcb: Remove redundant initialization owner in mcb_driver
Li Zetao
1
-1
/
+0
2023-08-04
8250_men_mcb: Fix unsigned expression compared with zero
Li Zetao
1
-1
/
+1
2023-08-04
serial: max310x: fix typos in comments
Hugo Villeneuve
1
-1
/
+1
2023-08-04
serial: max310x: add comments for membase address workaround
Hugo Villeneuve
1
-0
/
+5
2023-08-04
tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc
Thadeu Lima de Souza Cascardo
1
-0
/
+3
[prev]
[next]