- 1a460c3 tty: nozomi: remove unneeded break by Tom Rix · 4 years, 2 months ago
- caa47cc tty: nozomi: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
- e2c2e79 tty: nozomi: fix spelling mistake "reserverd" -> "reserved" by Alexandre Belloni · 4 years, 11 months ago
- 18b1345 tty: nozomi: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
- c392ed4 tty/nozomi: use pci_iomap instead of ioremap_nocache by Hugo Lefeuvre · 6 years ago
- c6964e9 tty/nozomi: fix inconsistent indentation by Joey Pabalinas · 7 years ago
- 2ea0452 tty/nozomi: cleanup DUMP() macro by Joey Pabalinas · 7 years ago
- 4405898 tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWN by Colin Ian King · 7 years ago
- e5656d4 tty: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
- 5020ded tty: nozomi: avoid sprintf buffer overflow by Arnd Bergmann · 8 years ago
- 19467fa tty: nozomi: use permission-specific DEVICE_ATTR variants by Julia Lawall · 8 years ago
- 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
- a4f642a tty: nozomi: avoid a harmless gcc warning by Arnd Bergmann · 9 years ago
- 03ac6b3 drivers/tty/nozomi.c: rename CONFIG_MAGIC by Valentin Rothberg · 10 years ago
- 7acb88a drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory' by Chen Gang · 10 years ago
- fc811472 tty: Remove unnecessary semicolons by Joe Perches · 11 years ago
- aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 12 years ago
- 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
- fa47ba7 TTY: nozomi, remove dead code by Jiri Slaby · 12 years ago
- 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
- 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
- 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
- ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
- 512f82a tty: remove use of __devinitconst by Bill Pemberton · 12 years ago
- 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
- 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
- 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
- 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
- 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
- 81f5835 TTY: use tty_standard_install 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 · 14 years ago
- 7fdc289 Char: nozomi, remove useless tty_sem by Jiri Slaby · 14 years ago
- 6d742f6 Char: nozomi, remove port.count checks by Jiri Slaby · 14 years ago
- c29bd8d Char: nozomi, use GFP_KERNEL for kfifo allocation by Jiri Slaby · 14 years ago
- 2cae8de nozomi: Drop __TIME__ usage by Michal Marek · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 2c590f3 nozomi: don't use flush_scheduled_work() by Tejun Heo · 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/nozomi.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
- 68e2965 nozomi: Fix warning from the previous TIOCGCOUNT changes by Alan Cox · 14 years ago
- 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
- 4457d98 kfifo: fix kfifo miss use of nozami.c by Stefani Seibold · 14 years ago
- bf9c1fc Char: nozomi, set tty->driver_data appropriately by Jiri Slaby · 14 years ago
- ee78bb9 Char: nozomi, fix tty->count counting by Jiri Slaby · 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
- 4165fe4 tty: Fix up char drivers request_room usage by Alan Cox · 15 years ago
- b2a3dbc nozomi: Tidy up the PCI table by Alan Cox · 15 years ago
- e8c65d1 nozomi: Fix mutex handling by Alan Cox · 15 years ago
- 266794e nozomi: Add tty_port usage by Alan Cox · 15 years ago
- eeec32a nozomi: quick fix for the close/close bug by Alan Cox · 15 years ago
- 9842c38 kfifo: fix warn_unused_result by Stefani Seibold · 15 years ago
- 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
- e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
- c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
- 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
- d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
- 23198fd tty: fix chars_in_buffers by Alan Cox · 15 years ago
- 9237a81 tty: nozomi, fix tty refcounting bug by Jiri Slaby · 15 years ago
- 4d8d4d2 Remove low_latency flag setting from nozomi and mxser drivers by Chuck Ebbert · 16 years ago
- 33dd474 tty: kref nozomi by Alan Cox · 16 years ago
- 716da63 nozomi: Fix close on error by Alan Cox · 16 years ago
- bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- 24cb233 char serial: switch drivers to ioremap_nocache by Alan Cox · 17 years ago
- 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 17 years ago
- 782a6de fix iomem misannotations in nozomi by Al Viro · 17 years ago
- 661b4e8 nozomi: fix initialization and early flow control access by Frank Seidel · 17 years ago
- 18bbe0c2 nozomi: finish constification by Frank Seidel · 17 years ago
- 71e1b4a nozomi: constify driver by Jan Engelhardt · 17 years ago
- e9ed537 nozomi driver update by Frank Seidel · 17 years ago
- 20fd1e3 nozomi driver by Frank Seidel · 17 years ago