Age | Commit message (Expand) | Author |
2008-07-04 | serial: fix serial_match_port() for dynamic major tty-device numbers | Guennadi Liakhovetski |
2008-06-04 | Fix uart_set_ldisc() function type | Linus Torvalds |
2008-06-03 | serial_core: uart_set_ldisc infrastructure | Alan Cox |
2008-05-24 | serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c | Arjan van de Ven |
2008-05-08 | serial: access after NULL check in uart_flush_buffer() | Tetsuo Handa |
2008-04-30 | tty: The big operations rework | Alan Cox |
2008-04-30 | serial: switch the serial core to int put_char methods | Alan Cox |
2008-04-30 | serial_core: Prepare for BKL push down | Alan Cox |
2008-04-28 | uart_get_baud_rate: stop mangling termios | Alan Cox |
2008-04-19 | PM: Fix misuse of wakeup flag accessors in serial core | Alan Stern |
2008-04-17 | kgdb: Kconfig fix | Andrew Morton |
2008-04-17 | consoles: polling support, kgdboc | Jason Wessel |
2008-02-08 | fs/char_dev.c: chrdev_open marked static and removed from fs.h | Denis Cheng |
2008-02-08 | serial_core: bring mostly into line with coding style | Alan Cox |
2008-02-05 | serial: speed setup failure reporting | Alan Cox |
2008-02-05 | serial: avoid stalling suspend if serial port won't drain | Russell King |
2008-02-05 | serial: avoid waking up closed serial ports on resume | Russell King |
2008-02-05 | serial: keep the DTR setting for serial console. | Yinghai Lu |
2007-10-25 | serial: stop passing NULL to functions that expect data | Alan Cox |
2007-10-18 | serial: turn serial console suspend a boot rather than compile time option | Andres Salomon |
2007-10-16 | wake up from a serial port | Guennadi Liakhovetski |
2007-10-15 | [SERIAL] Fix console initialisation ordering | Russell King |
2007-08-22 | serial: don't optimise away baud rate changes when BOTHER is used | David Woodhouse |
2007-07-24 | Use resource_size_t for serial port IO addresses | Josh Boyer |
2007-07-16 | serial: assert DTR for serial console devices | Yinghai Lu |
2007-05-07 | Serial: serial_core, use pr_debug | Jiri Slaby |
2007-05-07 | serial: define FIXED_PORT flag for serial_core | David Gibson |
2007-05-07 | serial driver PMC MSP71xx | Marc St-Jean |
2007-02-14 | [PATCH] serial: replace kmalloc+memset with kzalloc | Burman Yan |
2007-02-14 | [PATCH] serial: make sure UART is powered up when dumping MCTRL status | George G. Davis |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox |
2006-10-03 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds |
2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike |
2006-10-01 | [SERIAL] Fix oops when removing suspended serial port | Russell King |
2006-10-01 | [SERIAL] returning proper error from serial core driver | Ram Gupta |
2006-10-01 | [SERIAL] Make uart_line_info() correctly tell MMIO from I/O port | Sergei Shtylyov |
2006-09-26 | [PATCH] suspend: make it possible to disable serial console suspend | Rafael J. Wysocki |
2006-08-30 | [SERIAL] Make uart_match_port() work with all memory mapped UARTs | Sergei Shtylyov |
2006-07-09 | [SERIAL] 8250: add tsi108 serial support | Zang Roy-r61911 |
2006-07-03 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds |
2006-07-03 | [PATCH] lockdep: annotate serial | Ingo Molnar |
2006-07-02 | [SERIAL] Convert fifosize to an unsigned int | Russell King |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel |
2006-06-26 | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV | Greg Kroah-Hartman |
2006-06-26 | [PATCH] devfs: Remove devfs support from the serial subsystem | Greg Kroah-Hartman |
2006-05-16 | [ARM] 3523/1: Serial core pm_state | Andrew Victor |
2006-04-30 | [SERIAL] Clean up serial locking when obtaining a reference to a port | Russell King |
2006-03-20 | [SERIAL] kernel console should send CRLF not LFCR | Russell King |
2006-03-08 | [PATCH] serial core: work around sub-driver bugs | Pavel Machek |
2006-02-02 | [SERIAL] initialize spinlock for port failed to setup console | Atsushi Nemoto |