- bc80fbe tty: Remove ancient hardpps() by Peter Hurley · 12 years ago
- 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
- d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
- 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
- 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
- f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
- b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
- 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
- adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
- 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
- f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
- f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
- abcefe5 tty/amiserial: Add missing argument for tty_unlock() by Geert Uytterhoeven · 13 years ago
- d29f3ef tty_lock: Localise the lock by Alan Cox · 13 years ago
- d3a7b83 drivers/tty/amiserial.c: add missing tty_unlock by Julia Lawall · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- 9b93742 TTY: amiserial, use tty_port_close_start by Jiri Slaby · 13 years ago
- b8edebe TTY: amiserial, use tty_port_close_end by Jiri Slaby · 13 years ago
- 6e1aeb0 TTY: amiserial, use tty_port_block_til_ready by Jiri Slaby · 13 years ago
- f116660 TTY: amiserial, provide carrier helpers by Jiri Slaby · 13 years ago
- 6fe18d26 TTY: amiserial no longer needs serialP by Jiri Slaby · 13 years ago
- ff169e5 TTY: amiserial, stop using serial_state->{irq,type,line} by Jiri Slaby · 13 years ago
- 7188dc2 TTY: amiserial, define local tty_port pointer by Jiri Slaby · 13 years ago
- 01bd730 TTY: amiserial/simserial, use flags from tty_port by Jiri Slaby · 13 years ago
- 12c8035 TTY: amiserial/simserial, use count from tty_port by Jiri Slaby · 13 years ago
- 799be6f TTY: amiserial/simserial, use close delays from tty_port by Jiri Slaby · 13 years ago
- 8775879 TTY: amiserial/simserial, use tty_port by Jiri Slaby · 13 years ago
- 588993d TTY: amiserial, pass tty down to functions by Jiri Slaby · 13 years ago
- 0f9b968 TTY: amiserial, simplify set_serial_info by Jiri Slaby · 13 years ago
- 916b765 TTY: serialP, merge serial_state and async_struct by Jiri Slaby · 13 years ago
- 13c9062 TTY: amiserial, remove IRQ_ports by Jiri Slaby · 13 years ago
- d852256 TTY: simserial/amiserial, use one instance of other members by Jiri Slaby · 13 years ago
- fef2107 TTY: amiserial, use only one copy of async flags by Jiri Slaby · 13 years ago
- c5f0508 TTY: amiserial, remove tasklet for tty_wakeup by Jiri Slaby · 13 years ago
- 9c8efec TTY: serialP, remove unused material by Jiri Slaby · 13 years ago
- 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
- 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
- 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
- eff4b0b TTY: ami_serial, remove BTM from wait_until_sent by Jiri Slaby · 13 years ago
- 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 14 years ago
- a6afd9f tty: move a number of tty drivers from drivers/char/ to drivers/tty/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/amiserial.c]
- 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
- 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
- 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
- 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
- 37db8f9 amiserial: Remove unused variable icount by Geert Uytterhoeven · 14 years ago
- 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
- e142a31 tty: release BTM while sleeping in block_til_ready by Arnd Bergmann · 14 years ago
- 2036521 tty: untangle locking of wait_until_sent by Arnd Bergmann · 14 years ago
- ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
- 826e8c8 m68k: amiga - Serial port platform device conversion by Geert Uytterhoeven · 16 years ago
- c70c036 drivers/char/amiserial.c: add missing local_irq_restore by Julia Lawall · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
- 4b512d2 trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able by Thadeu Lima de Souza Cascardo · 16 years ago
- d594027 proc tty: switch amiserial to ->proc_fops by Alexey Dobriyan · 16 years ago
- 5edc304 m68k: amiserial - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
- c9f19e9 tty: Remove some pointless casts by Alan Cox · 16 years ago
- d1a35e4 m68k: Disable Amiga serial console support if modular by Geert Uytterhoeven · 16 years ago
- 51383f6 tty: Remove lots of NULL checks by Alan Cox · 16 years ago
- 970a8a5 m68k/amiserial: fix fallout of tty break handling rework by Geert Uytterhoeven · 16 years ago
- 9e98966 tty: rework break handling by Alan Cox · 16 years ago
- 257afa3 amiserial: Switch put char to return success/fail by Alan Cox · 17 years ago
- 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 17 years ago
- e18ce49 amiserial: prepare for locking relaxation in caller by Alan Cox · 17 years ago
- dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
- db0ef08 amiserial: remove incorrect 'no termios change' check by Alan Cox · 17 years ago
- cc0a8fb drivers/char: use __set_current_state() by Milind Arun Choudhary · 18 years ago
- 3abf3be [PATCH] CHAR-Amiserial: turn local_save_flags() + local_irq_disable() into local_irq_save() by Jiri Kosina · 18 years ago
- b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 18 years ago
- 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
- 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
- b3218a7 [PATCH] char: kill unneeded memsets by Jiri Slaby · 18 years ago
- b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
- 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
- 41c28ff [PATCH] kill _INLINE_ by Adrian Bunk · 19 years ago
- 3824ba7 [PATCH] remove unused tmp_buf_sem's by Adrian Bunk · 19 years ago
- ab14cae [PATCH] m68k: amiserial __user annotations by Al Viro · 19 years ago
- b4290a2 [PATCH] m68k: namespace pollution fix (custom->amiga_custom) by Al Viro · 19 years ago
- 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
- fe97107 [PATCH] drivers/char: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
- fb911ee [PATCH] Remove unnecessary check_region references in comments by Peter Osterlund · 19 years ago
- 7919a69 [PATCH] Serial: remove unnecessary register_serial/unregister_serial by Russell King · 19 years ago
- d9ad7ef [PATCH] Potential null pointer dereference in amiga serial driver by TINNES Julien RD-MAPS-ISS · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago