index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
tty: atmel_serial: Fix typo retreives to retrieves
Shivam Chaudhary
1
-1
/
+1
2024-11-07
tty: atmel_serial: Use devm_platform_ioremap_resource()
Mihai Sain
1
-9
/
+3
2024-11-05
serial: 8250: omap: Move pm_runtime_get_sync
Bin Liu
1
-2
/
+2
2024-11-04
tty: serial: samsung: Add Exynos8895 compatible
Ivaylo Ivanov
1
-0
/
+13
2024-11-04
serial: 8250_dw: Add Sophgo SG2044 quirk
Inochi Amaoto
1
-2
/
+3
2024-11-04
altera_jtaguart: Use dev_err() to report error attaching IRQ
Tobias Klauser
1
-1
/
+1
2024-11-04
altera_uart: Use dev_err() to report error attaching IRQ handler
Tobias Klauser
1
-1
/
+1
2024-10-30
serial: rp2: Replace deprecated PCI functions
Philipp Stanner
1
-5
/
+7
2024-10-29
tty: serial: export serial_8250_warn_need_ioport
Arnd Bergmann
1
-0
/
+1
2024-10-28
tty: serial: handle HAS_IOPORT dependencies
Niklas Schnelle
8
-10
/
+85
2024-10-21
Merge 6.12-rc4 into tty-next
Greg Kroah-Hartman
4
-56
/
+66
2024-10-16
serial: ucc_uart: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: cpm_uart: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: amba-pl011: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: amba-pl010: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: 8250: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: core: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-11
serial: 8250_exar: Remove old exar_ee_read() and other unneeded code
Parker Newman
1
-90
/
+0
2024-10-11
serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6
Parker Newman
2
-13
/
+46
2024-10-11
serial: qcom-geni: rename suspend functions
Johan Hovold
1
-4
/
+3
2024-10-11
serial: qcom-geni: drop unused receive parameter
Johan Hovold
1
-2
/
+2
2024-10-11
serial: qcom-geni: drop flip buffer WARN()
Johan Hovold
1
-3
/
+2
2024-10-11
serial: qcom-geni: fix receiver enable
Johan Hovold
1
-4
/
+6
2024-10-11
serial: qcom-geni: fix dma rx cancellation
Johan Hovold
1
-4
/
+14
2024-10-11
serial: qcom-geni: fix shutdown race
Johan Hovold
1
-0
/
+2
2024-10-11
serial: qcom-geni: revert broken hibernation support
Johan Hovold
1
-39
/
+2
2024-10-11
serial: qcom-geni: fix polled console initialisation
Johan Hovold
1
-1
/
+19
2024-10-11
serial: imx: Update mctrl old_status on RTSD interrupt
Marek Vasut
1
-0
/
+15
2024-10-11
tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
Longlong Xia
1
-0
/
+2
2024-10-11
vt: prevent kernel-infoleak in con_font_get()
Jeongjun Park
1
-1
/
+1
2024-10-11
serial: imx: Switch to nbcon console
Esben Haabendal
1
-19
/
+101
2024-10-11
tty: serial: fsl_lpuart: add 7-bits format support on imx7ulp/imx8ulp/imx8qxp
Luke Wang
1
-5
/
+16
2024-10-11
serial: sc16is7xx: announce support for SER_RS485_RTS_ON_SEND
Hugo Villeneuve
1
-1
/
+1
2024-10-11
serial: 8250: Fix typos in comments across various files
Yu Jiaoliang
5
-8
/
+8
2024-10-11
serial: 8250_exar: Group CTI EEPROM offsets by device
Andy Shevchenko
1
-2
/
+4
2024-10-11
serial: imx: Add more comments on port lock status
Esben Haabendal
1
-0
/
+10
2024-10-11
serial: imx: Grab port lock in imx_uart_enable_wakeup()
Esben Haabendal
1
-0
/
+5
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
66
-66
/
+66
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-10-01
init: Don't proxy `console=` to earlycon
Raul E Rangel
1
-0
/
+23
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-3
/
+0
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
22
-327
/
+458
2024-09-21
Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-13
/
+13
2024-09-11
tty: serial: samsung: Fix serial rx on Apple A7-A9
Nick Chan
1
-5
/
+12
2024-09-11
tty: serial: samsung: Fix A7-A11 serial earlycon SError
Nick Chan
1
-1
/
+4
2024-09-11
tty: rp2: Fix reset with non forgiving PCIe host bridges
Florian Fainelli
1
-1
/
+1
2024-09-11
serial: 8250_aspeed_vuart: Enable module autoloading
Liao Chen
1
-0
/
+1
2024-09-11
serial: qcom-geni: fix polled console corruption
Johan Hovold
1
-9
/
+18
2024-09-11
serial: qcom-geni: disable interrupts during console writes
Johan Hovold
1
-0
/
+9
[prev]
[next]