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-09-18
serial: ar933x: Use port lock wrappers
Thomas Gleixner
1
-13
/
+13
2023-09-18
serial: apb: Use port lock wrappers
Thomas Gleixner
1
-4
/
+4
2023-09-18
serial: amba-pl011: Use port lock wrappers
Thomas Gleixner
1
-36
/
+36
2023-09-18
serial: amba-pl010: Use port lock wrappers
Thomas Gleixner
1
-10
/
+10
2023-09-18
serial: altera_uart: Use port lock wrappers
Thomas Gleixner
1
-10
/
+10
2023-09-18
serial: altera_jtaguart: Use port lock wrappers
Thomas Gleixner
1
-14
/
+14
2023-09-18
serial: 8250_pci1xxxx: Use port lock wrappers
Thomas Gleixner
1
-4
/
+4
2023-09-18
serial: 8250_omap: Use port lock wrappers
Thomas Gleixner
1
-26
/
+26
2023-09-18
serial: 8250_mtk: Use port lock wrappers
Thomas Gleixner
1
-4
/
+4
2023-09-18
serial: 8250_fsl: Use port lock wrappers
Thomas Gleixner
1
-3
/
+3
2023-09-18
serial: 8250_exar: Use port lock wrappers
Thomas Gleixner
1
-2
/
+2
2023-09-18
serial: 8250_dw: Use port lock wrappers
Thomas Gleixner
1
-4
/
+4
2023-09-18
serial: 8250_dma: Use port lock wrappers
Thomas Gleixner
1
-4
/
+4
2023-09-18
serial: 8250: Use port lock wrappers
Thomas Gleixner
2
-56
/
+56
2023-09-18
serial: 8250_bcm7271: Use port lock wrappers
Thomas Gleixner
1
-14
/
+14
2023-09-18
serial: 8250_aspeed_vuart: Use port lock wrappers
Thomas Gleixner
1
-3
/
+3
2023-09-18
serial: 21285: Use port lock wrappers
Thomas Gleixner
1
-4
/
+4
2023-09-18
tty: tty_jobctrl: fix pid memleak in disassociate_ctty()
Yi Yang
1
-6
/
+11
2023-09-18
serial: imx: Simplify compatibility handling
Uwe Kleine-König
1
-23
/
+17
2023-09-18
serial: sc16is7xx: improve comments about variants
Hugo Villeneuve
1
-4
/
+4
2023-09-18
tty: serial: linflexuart: Fix to check return value of platform_get_irq() in ...
Zhang Shurong
1
-1
/
+5
2023-09-18
tty/serial: 8250: Sort drivers in Makefile
Ilpo Järvinen
1
-20
/
+22
2023-09-18
tty/serial: Sort drivers in makefile
Ilpo Järvinen
1
-62
/
+62
2023-09-18
tty: serial: 8250_exar: Does not use anything from 8250_pci
Ilpo Järvinen
2
-2
/
+1
2023-09-18
serial: 8250_mid: Remove 8250_pci usage
Ilpo Järvinen
1
-11
/
+7
2023-09-18
serial: 8250_of: Use dev_err_probe() instead of dev_warn()
Andy Shevchenko
1
-12
/
+8
2023-09-18
serial: 8250_aspeed_vuart: Use dev_err_probe() instead of dev_err()
Andy Shevchenko
1
-7
/
+7
2023-09-18
serial: 8250_port: Introduce UART_IIR_FIFO_ENABLED_16750
Andy Shevchenko
1
-6
/
+5
2023-09-18
tty: vcc: Add check for kstrdup() in vcc_probe()
Yi Yang
1
-3
/
+13
2023-09-18
serial: stm32: add support for break control
Erwan Le Ray
1
-1
/
+12
2023-09-18
tty: hvc: remove set but unused variable
Bo Liu
1
-2
/
+0
2023-09-18
serial: sc16is7xx: remove unused to_sc16is7xx_port macro
Hugo Villeneuve
1
-1
/
+0
2023-09-18
tty: serial: ma35d1_serial: Add missing check for ioremap
Chen Ni
1
-0
/
+3
2023-09-18
Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"
Daniel Starke
1
-3
/
+1
2023-09-18
serial: 8250_port: Check IRQ data before use
Andy Shevchenko
1
-1
/
+4
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
2
-2
/
+2
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
110
-1628
/
+1606
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-8
/
+3
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2023-08-27
tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()
Jiri Slaby (SUSE)
1
-13
/
+12
2023-08-27
tty: n_tty: extract ECHO_OP processing to a separate function
Jiri Slaby (SUSE)
1
-96
/
+98
2023-08-27
tty: n_tty: unify counts to size_t
Jiri Slaby (SUSE)
1
-17
/
+15
2023-08-27
tty: n_tty: use u8 for chars and flags
Jiri Slaby (SUSE)
1
-36
/
+36
2023-08-27
tty: n_tty: simplify chars_in_buffer()
Jiri Slaby (SUSE)
1
-6
/
+2
2023-08-27
tty: n_tty: remove unsigned char casts from character constants
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-27
tty: n_tty: move newline handling to a separate function
Jiri Slaby (SUSE)
1
-8
/
+19
2023-08-27
tty: n_tty: move canon handling to a separate function
Jiri Slaby (SUSE)
1
-71
/
+87
2023-08-27
tty: n_tty: use MASK() for masking out size bits
Jiri Slaby (SUSE)
1
-12
/
+11
2023-08-27
tty: n_tty: make n_tty_data::num_overrun unsigned
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-27
tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
Jiri Slaby (SUSE)
1
-2
/
+1
[prev]
[next]