1. 5cbb457 drivers: tty: 68328serial.c: Remove parentheses after return by Frederik Völkel · 9 years ago
  2. 2ababf9 drivers: tty: 68328serial.c: Fix "foo * bar" should be "foo *bar" by Frederik Völkel · 9 years ago
  3. e836ed7 drivers: tty: 68328serial.c: Do not initialize statics to 0 by Frederik Völkel · 9 years ago
  4. 4b7bb2b drivers: tty: 68328serial.c: remove unnecessary spaces(checkpatch) by Frederik Völkel · 9 years ago
  5. ba4f10a drivers: tty: 68328serial.c: Add missing spaces(checkpatch) by Frederik Völkel · 9 years ago
  6. cc2aaab tty: Remove tty_port::close_wait by Peter Hurley · 9 years ago
  7. 7401349 serial: 68328serial: Use NULL for pointers by Fabio Estevam · 9 years ago
  8. ed334c0 tty: 68328serial.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  9. 977b58e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  10. 0d5340f m68k: remove unused asm/dbg.h by Greg Ungerer · 12 years ago
  11. ee79706 TTY: cleanup tty->hw_stopped uses by Jiri Slaby · 12 years ago
  12. 9ef20d5 tty: serial/68328serial.c: remove unnecessary null pointer check by Cong Ding · 12 years ago
  13. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 12 years ago
  14. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  15. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  16. b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
  17. 3dd332c TTY: 68328serial, fix compilation by Jiri Slaby · 12 years ago
  18. 8e32841 TTY: 68328serial, use tty_port_block_til_ready by Jiri Slaby · 13 years ago
  19. 665569d TTY: 68328serial, use tty from tty_port by Jiri Slaby · 13 years ago
  20. 467712c TTY: 68328serial, propagate tty by Jiri Slaby · 13 years ago
  21. a85dd82 TTY: 68328serial, use flags from tty_port by Jiri Slaby · 13 years ago
  22. 4a85b1f TTY: 68328serial, use close_delay/closing_wait from tty_port by Jiri Slaby · 13 years ago
  23. c26f011 TTY: 68328serial, use open/close_wait from tty_port by Jiri Slaby · 13 years ago
  24. 8626434 TTY: 68328serial, add tty_port by Jiri Slaby · 13 years ago
  25. 1bb2687 TTY: 68328serial, remove 68328serial.h by Jiri Slaby · 13 years ago
  26. 107afb7 TTY: 68328serial, use ulong flags for interrupts status by Jiri Slaby · 13 years ago
  27. b8aa50f TTY: 68328serial, remove garbage by Jiri Slaby · 13 years ago
  28. c21e265 TTY: 68328serial, remove unused stuff from m68k_serial by Jiri Slaby · 13 years ago
  29. cea4b2c TTY: 68328serial, remove serial_state and friends by Jiri Slaby · 13 years ago
  30. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  31. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
  32. 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  33. 2c16a35 TTY: serial, remove dead code from 68328 by Jiri Slaby · 13 years ago
  34. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 14 years ago
  35. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 14 years ago
  36. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  37. bc0c36d m68knommu: fix dereference of port.tty by Greg Ungerer · 14 years ago
  38. f094298 68328serial: remove unsed m68k_serial->tqueue_hangup by Tejun Heo · 14 years ago
  39. ab4382d tty: move drivers/serial/ to drivers/tty/serial/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/serial/68328serial.c]
  40. 5d56356 68328serial: check return value of copy_*_user() instead of access_ok() by Kulikov Vasiliy · 14 years ago
  41. f5e92c3 serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS) by Christoph Egger · 14 years ago
  42. e142a31 tty: release BTM while sleeping in block_til_ready by Arnd Bergmann · 15 years ago
  43. 690b781 serial: There's no config CONSOLE by Christoph Egger · 15 years ago
  44. e9a137c m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver by Greg Ungerer · 15 years ago
  45. 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
  46. 8b505ca serial: 68328serial.c: remove BAUD_TABLE_SIZE macro by Thiago Farina · 15 years ago
  47. 25db8ad serial, 8250: remove NR_IRQ usage by Alan Cox · 16 years ago
  48. a88487c Fix compile errors in SGI console drivers (linux-next tree) by Takashi Iwai · 16 years ago
  49. 09a6ffa serial m68k: put_char returns by Alan Cox · 17 years ago
  50. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 17 years ago
  51. 1237a2e Char: char/serial, remove SERIAL_TYPE_NORMAL redefines by Jiri Slaby · 17 years ago
  52. 7c74806 m68knommu: use IRQF_DISABLE in m68328serial.c by Greg Ungerer · 17 years ago
  53. 931f9cd m68knommu: fix workqueues in 68328 serial driver by Greg Ungerer · 17 years ago
  54. a427138 m68knommu: remove legacy power managament from 68328 serial driver by Greg Ungerer · 17 years ago
  55. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  56. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  57. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  58. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  59. 727dda8 [PATCH] m68knommu: fix compilation problems with 68328serial driver by Greg Ungerer · 18 years ago
  60. 41c28ff [PATCH] kill _INLINE_ by Adrian Bunk · 19 years ago
  61. 8e63e66 [PATCH] m68knommu: use tty_schedule_flip() in 68328serial.c by Greg Ungerer · 19 years ago
  62. 3824ba7 [PATCH] remove unused tmp_buf_sem's by Adrian Bunk · 19 years ago
  63. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  64. bca73e4 [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h by Jeff Garzik · 19 years ago
  65. 9c45817 [PATCH] Remove non-arch consumers of asm/segment.h by Kumar Gala · 19 years ago
  66. 804ebf4 [PATCH] 68328serial: sysrq should use emergency_reboot by Eric W. Biederman · 19 years ago
  67. addcc4a [PATCH] Serial: Remove {un,}register_serial from 68328serial.c by Russell King · 19 years ago
  68. 6a72c7b [PATCH] serial/68328serial: replace schedule_timeout() with msleep_interruptible() by Nishanth Aravamudan · 20 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago