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
2013-09-30
serial: 8250_pci: clean up printk() calls
Greg Kroah-Hartman
1
-21
/
+19
2013-09-30
TTY: bfin_jtag_comm: fix incorrect placement of __initdata tag
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2013-09-30
tty: Fix pty master read() after slave closes
Peter Hurley
1
-20
/
+26
2013-09-30
xen/hvc: If we use xen_raw_printk let it also work on HVM guests.
Konrad Rzeszutek Wilk
1
-2
/
+17
2013-09-29
Merge 3.12-rc3 into tty-next
Greg Kroah-Hartman
4
-13
/
+10
2013-09-29
Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-13
/
+10
2013-09-27
serial: 8250_dw: fix broken function call
Heikki Krogerus
1
-1
/
+2
2013-09-27
serial: 8250_pci: add support for Intel BayTrail
Heikki Krogerus
1
-0
/
+145
2013-09-26
vt: properly ignore xterm-256 colour codes
Adam Borowski
1
-0
/
+22
2013-09-26
vt: break a couple of obsolete SCOish codes.
Adam Borowski
1
-14
/
+1
2013-09-26
hvc_vio: Do not override preferred console set by kernel parameter
Ben Hutchings
1
-1
/
+4
2013-09-26
serial: clps711x: drop needless devm_clk_put
Uwe Kleine-König
1
-2
/
+0
2013-09-26
serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()
Wei Yongjun
1
-0
/
+1
2013-09-26
OMAP/serial: Fix Mode13 vs Mode16 priority
Alexey Pelykh
1
-1
/
+1
2013-09-26
OMAP/serial: Fix misnamed variable
Alexey Pelykh
1
-4
/
+4
2013-09-26
serial: sirf: don't submit dma desc after timeout irqs occur
Qipan Li
1
-2
/
+9
2013-09-26
serial: 8250_pci: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-26
serial: txx9: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-26
serial: mfd: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
serial: imx: Change cast to handle 64-bit resource_size_t
Olof Johansson
1
-1
/
+1
2013-09-26
serial: samsung: add support for manual RTS setting
José Miguel Gonçalves
1
-3
/
+17
2013-09-26
serial: mpc512x: Remove casting the return value which is a void pointer
Jingoo Han
1
-2
/
+2
2013-09-26
serial: samsung: Remove casting the return value which is a void pointer
Jingoo Han
2
-2
/
+2
2013-09-26
serial: ifx6x60: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-09-26
serial: bfin_sport_uart: Remove casting the return value which is a void pointer
Jingoo Han
1
-7
/
+4
2013-09-26
serial: bfin_uart: Remove casting the return value which is a void pointer
Jingoo Han
1
-9
/
+6
2013-09-26
serial: mpsc: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-09-26
serial: arc_uart: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-09-26
serial: 8250_dw: provide a filter for DMA channel detection
Heikki Krogerus
1
-0
/
+14
2013-09-26
serial: 8250_dw: don't limit DMA support to ACPI
Heikki Krogerus
1
-10
/
+10
2013-09-26
serial: 8250: don't change the fifo trigger level when using dma
Heikki Krogerus
1
-1
/
+1
2013-09-26
serial: pch_uart: Add MODULE_DEVICE_TABLE
Ben Hutchings
1
-0
/
+2
2013-09-26
serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLE
Ben Hutchings
1
-1
/
+1
2013-09-26
tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST i...
Dave Jones
1
-0
/
+1
2013-09-26
serial: imx: Use NULL as the last argument of add_preferred_console()
Fabio Estevam
1
-1
/
+2
2013-09-25
TTY: hvc_dcc: probe for a JTAG connection before registering
Rob Herring
1
-0
/
+21
2013-09-25
tty: Remove unused drop() method from tty_port interface
Peter Hurley
1
-5
/
+1
2013-09-25
tty: Prevent tty_port destruction if tty not released
Peter Hurley
1
-0
/
+4
2013-09-25
n_tty: Style fix in n_tty_set_termios
Peter Hurley
1
-2
/
+1
2013-09-25
n_tty: Remove unnecessary local variable
Peter Hurley
1
-4
/
+1
2013-09-25
n_tty: Remove superfluous reader wakeup
Peter Hurley
1
-3
/
+0
2013-09-25
tty: Fix SIGTTOU not sent with tcflush()
Peter Hurley
1
-0
/
+3
2013-09-17
tty: disassociate_ctty() sends the extra SIGCONT
Oleg Nesterov
1
-1
/
+2
2013-09-17
n_tty: Fix EOF push index when termios changes
Peter Hurley
1
-2
/
+1
2013-09-17
serial: pch_uart: remove unnecessary tty_port_tty_get
Johan Hovold
1
-11
/
+1
2013-09-17
serial: pch_uart: fix tty-kref leak in dma-rx path
Johan Hovold
1
-1
/
+2
2013-09-17
serial: pch_uart: fix tty-kref leak in rx-error path
Johan Hovold
1
-0
/
+2
2013-09-17
serial: tegra: fix tty-kref leak
Johan Hovold
1
-1
/
+3
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-1
/
+1
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+42
[prev]
[next]