- f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
- d29f3ef tty_lock: Localise the lock by Alan Cox · 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
- dbca36e tty: cyclades: TIOCSERGETLSR should should store to a uint by Dan Carpenter · 13 years ago
- 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
- 8bab534 TTY: mxser+cyclades remove wait_until_sent debug code by Jiri Slaby · 13 years ago
- b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
- 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 14 years ago
- 0e7f419 Char: cyclades, fix unused variable by Jiri Slaby · 14 years ago
- 64a14b5 cyclades: Drop __TIME__ usage by Michal Marek · 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/cyclades.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
- 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
- be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 14 years ago
- 25c3cdf cyclades: Kill off BKL usage by Alan Cox · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- e6c4ef9 tty: declare MODULE_FIRMWARE in various drivers by Ben Hutchings · 15 years ago
- 2090436 serial: cyclades: allow overriding ISA defaults also when the driver is built-in by Bartlomiej Zolnierkiewicz · 15 years ago
- a357e77 serial: Char: cyclades, fix compiler warning by Jiri Slaby · 15 years ago
- 196b316 cyclades: fix read buffer overflow by Roel Kluin · 15 years ago
- bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
- e936ffd cyclades: use the full port_close function by Alan Cox · 15 years ago
- 46fb782 cyclades: remove more duplicated code by Jiri Slaby · 15 years ago
- 3aeea5b cyclades: introduce cyy_readb/writeb by Jiri Slaby · 15 years ago
- 0d34872 cyclades: tiocm cleanup by Jiri Slaby · 15 years ago
- 6c28181 cyclades: ioctls cleanup by Jiri Slaby · 15 years ago
- cc7fdf4 cyclades: merge cy_startup tails by Jiri Slaby · 15 years ago
- 4d76820 cyclades: use dtr_rts helpers by Jiri Slaby · 15 years ago
- f6e208c cyclades: sleep instead busy-wait by Jiri Slaby · 15 years ago
- ebdb513 cyclades: overall cleanup by Jiri Slaby · 15 years ago
- 2334226 cyclades: close cleanup by Jiri Slaby · 15 years ago
- 174e6fe cyclades: switch to tty_port_hangup by Jiri Slaby · 15 years ago
- f0eefdc cyclades: avoid addresses recomputation by Jiri Slaby · 15 years ago
- f073757 cyclades: remove block_til_ready by Jiri Slaby · 15 years ago
- d13549f cyclades: add tty refcounting by Jiri Slaby · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
- c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
- b39933f tty: cyclades, remove unused variables by Jiri Slaby · 15 years ago
- 963118e tty: cyclades, fix nports handling by Jiri Slaby · 15 years ago
- 2693f48 tty: cyclades, convert macros to inlines by Jiri Slaby · 15 years ago
- 101b815 tty: cyclades, cache HW version by Jiri Slaby · 15 years ago
- 97e87f8 tty: cyclades, plx9060 casts cleanup by Jiri Slaby · 15 years ago
- 65a29f6 tty: cyclades, remove spurious check in ISR by Jiri Slaby · 15 years ago
- eca1b59 tty: cyclades, don't kill FW by Jiri Slaby · 15 years ago
- ace08c3 tty:cyclades, load firmware even on Ze by Jiri Slaby · 15 years ago
- 9f56fad cyclades: Auto-load cyclades module when device opened. by Scott James Remnant · 16 years ago
- 444697d proc tty: switch cyclades to ->proc_fops by Alexey Dobriyan · 16 years ago
- c847d47 drivers/char/cyclades.c: cy_pci_probe: fix error path by Andrew Morton · 16 years ago
- 24e6fd4 Char: cyclades. remove bogus iomap by Jiri Slaby · 16 years ago
- 9e98966 tty: rework break handling by Alan Cox · 16 years ago
- 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
- 77451e5 cyclades: use tty_port by Alan Cox · 16 years ago
- a352def tty: Ldisc revamp by Alan Cox · 16 years ago
- f61e761 cyclades: treat firmware data as const by David Woodhouse · 16 years ago
- bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- 76b25a5 char: switch gs, cyclades and esp to return int for put_char by Alan Cox · 17 years ago
- 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 17 years ago
- cd989b3 cyclades: use ioremap_nocache for clarity as proposed by Alan Cox · 17 years ago
- 15ed6cc cyclades: coding style & review by Alan Cox · 17 years ago
- 1a4e235 cyclades.c: fix sparse shadowed variable warnings by Harvey Harrison · 17 years ago
- 7b130c0 cyclades: Prepare for relaxed locking in callers by Alan Cox · 17 years ago
- 7fa57a0 Char: cyclades, fix potential NULL dereference by Jiri Slaby · 17 years ago
- 23d028f Documentation: Remove references to dead "cyclades=" boot option by Robert P. J. Day · 17 years ago
- 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
- d941ea7 Cyclades: Avoid label defined but not used warning by Jesper Juhl · 17 years ago
- 65f76a8 Char: cyclades, fix some -W warnings by Jiri Slaby · 17 years ago
- 1c0a387 Char: cyclades, move spin_lock to one place by Jiri Slaby · 17 years ago
- ce97a09 Char: cyclades, make the isr code readable by Jiri Slaby · 17 years ago
- ebafeef Char: cyclades, remove bottom half processing by Jiri Slaby · 17 years ago
- a6343af drivers/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
- c4923b4 Char: cyclades, fix sparse warning by Jiri Slaby · 17 years ago
- 054f5b0 Char: cyclades, add firmware loading by Jiri Slaby · 17 years ago
- 7e7d136 serial: remove termios checks from various old char serial drivers by Alan Cox · 17 years ago
- 3fcbc72 Char: cyclades, fix deadlock by Jiri Slaby · 17 years ago
- c8e1693 Char: cyclades, copyright and version changes by Jiri Slaby · 18 years ago
- 3137553 Char: cyclades, probe cleanup by Jiri Slaby · 18 years ago
- dd025c0 Char: cyclades, dynamic ports by Jiri Slaby · 18 years ago
- f2462bf Char: cyclades, fix tty device unregister by Jiri Slaby · 18 years ago
- f742903 Char: cyclades, conditions cleanup by Jiri Slaby · 18 years ago
- 9fa1b3b18 Char: cyclades, remove locking macros by Jiri Slaby · 18 years ago
- 6a0aa67 Char: cyclades, remove unused timestamps by Jiri Slaby · 18 years ago
- 3991428 Char: cyclades, timers cleanup by Jiri Slaby · 18 years ago
- ce71b0f Char: cyclades, fix blockmove by Jiri Slaby · 18 years ago
- 2c7fea9 Char: cyclades, remove sleep_on by Jiri Slaby · 18 years ago
- 875b206 Char: cyclades, make info->card a pointer by Jiri Slaby · 18 years ago
- 6d8248e8 Char: cyclades, get rid of phys addresses by Jiri Slaby · 18 years ago
- 3046d50 Char: cyclades, simplify variables initialization by Jiri Slaby · 18 years ago
- 31b4f0a Char: cyclades, mark cyy_init_card as __devinit, not __init by Jiri Slaby · 18 years ago
- 2171919 Char: cyclades, printk cleanups by Jiri Slaby · 18 years ago
- 80fada5 Char: cyclades, irq is int by Jiri Slaby · 18 years ago
- 46039f8 Char: cyclades, remove useless fileds from cyclades_card by Jiri Slaby · 18 years ago
- b81cc310 Char: cyclades, unexport struct cyclades_card by Jiri Slaby · 18 years ago
- 6747cd9 Char: cyclades, switch to pci probing by Jiri Slaby · 18 years ago
- c2ad4c7 Char: cyclades, use IS_CYC_Z macro by Jiri Slaby · 18 years ago
- f1e83c6 Char: cyclades, allow DEBUG_SHIRQ by Jiri Slaby · 18 years ago
- 85c93fa Char: cyclades, clear interrupts before releasing by Jiri Slaby · 18 years ago
- 6ad1ccc Char: cyclades, tty_register_device separately for each device by Jiri Slaby · 18 years ago