- 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- d65c57f TTY: rocket, remove unused variables by Jiri Slaby · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 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/rocket.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
- 6835a20 rocket: fix compiler warning on rocket_pci_ids by Namhyung Kim · 14 years ago
- 713efa9 drivers/char/rocket.c: release_region or error path by Dan Carpenter · 14 years ago
- 49bf7ea rocket: add a mutex_unlock() by Dan Carpenter · 14 years ago
- 417b6e0 rocket: kill BKL by Alan Cox · 14 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
- a391ad0 rocket: fix test_bit parameters by Jiri Slaby · 15 years ago
- fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
- fba85e0 tty: use port methods for the rocket driver by Alan Cox · 16 years ago
- 47b01b3 tty: kref the rocket driver by Alan Cox · 16 years ago
- 21bed70 tty: make rocketport use standard port->flags by Alan Cox · 16 years ago
- c1314a4 tty: Redo the rocket driver locking by Alan Cox · 16 years ago
- c9f19e9 tty: Remove some pointless casts by Alan Cox · 16 years ago
- a129909 tty: rocketport uses different port flags to everyone else by Alan Cox · 16 years ago
- 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 16 years ago
- 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 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
- e60a108 rocket: use tty_port by Alan Cox · 16 years ago
- bbbbb96 riscom/rocket: switch to int put_char method by Alan Cox · 17 years ago
- 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 17 years ago
- 709107f char: rocket.c: fix sparse variable shadowing and int as NULL pointer by Harvey Harrison · 17 years ago
- bdf183a rocket: Prepare for BKL pushdown by Alan Cox · 17 years ago
- 457fb60 drivers/char/rocket portability fixes by Al Viro · 17 years ago
- 4129a645 rocket: don't let random users reset the controller by Alan Cox · 17 years ago
- 6df3526 rocket: first pass at termios reporting by Alan Cox · 17 years ago
- f6de0c9 Char: rocket, remove useless macros by Jiri Slaby · 17 years ago
- 68562b7 Char: rocket, printk cleanup by Jiri Slaby · 17 years ago
- 48a67f5 Char: rocket, switch long delay to sleep by Jiri Slaby · 17 years ago
- 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
- 6c0286b Char: rocket, fix signed/unsigned warning by Jiri Slaby · 17 years ago
- 4384a3f Char: rocket, remove potential leak in module_init by Jiri Slaby · 17 years ago
- 57fedc7 Char: rocket, remove pci_read_config_dword(CLASS_REVISION) by Jiri Slaby · 17 years ago
- c148b9d Char: rocket, don't re-set statics to 0 by Jiri Slaby · 17 years ago
- ac6aec2 Char: rocket, fix dynamic_dev tty by Jiri Slaby · 17 years ago
- 8cf5a8c Char: rocket, switch sleep_on to completion by Jiri Slaby · 17 years ago
- dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
- 1e3e8d9 rocket.c: fix unchecked mutex_lock_interruptible() by Satyam Sharma · 17 years ago
- 93ba088 Kill unused sesssion and group values in rocket driver by Sukadev Bhattiprolu · 17 years ago
- 69f545e use mutex instead of semaphore in RocketPort driver by Matthias Kaehlcke · 18 years ago
- cc0a8fb drivers/char: use __set_current_state() by Milind Arun Choudhary · 18 years ago
- 8d5916d Char: rocket, add MODULE_DEVICE_TABLE by Jiri Slaby · 18 years ago
- cd436af rocket: remove modversions include by Robert P. J. Day · 18 years ago
- 40565f1 [PATCH] Char: timers cleanup by Jiri Slaby · 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
- 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
- b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
- 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
- f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
- cc44a81 [PATCH] fix memory leak in rocketport rp_do_receive by Paul Fulghum · 18 years ago
- 1989e20 [PATCH] Fix RocketPort driver by Michal Ostrowski · 19 years ago
- 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
- 735d566 [PATCH] kfree cleanup: drivers/char by Jesper Juhl · 19 years ago
- d269cdd [PATCH] rocketport: make it work when statically linked into kernel by Bjorn Helgaas · 19 years ago
- a1287ba [PATCH] rocket.c: Fix ldisc ref count handling by Michal Ostrowski · 19 years ago
- f15313b [PATCH] drivers/char/rocket.c: cleanups by Adrian Bunk · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago