1. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 8 years ago
  2. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  3. 873b4f1 tty: hvcs.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  4. 10263f6 tty: hvcs: Remove unnecessary KERN_ERR in hvcs.c by Masanari Iida · 10 years ago
  5. 9276dfd drivers/tty/hvc: Use strlcpy instead of strncpy by Chen Gang · 12 years ago
  6. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  7. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  8. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  9. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  10. 6b1cb93 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  11. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  12. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
  13. ad3d1e5 TTY: hvcs: fix missing unlock on error in hvcs_initialize() by Wei Yongjun · 12 years ago
  14. 27bf7c4 TTY: hvcs, add tty install by Jiri Slaby · 12 years ago
  15. 97d1508 TTY: hvcs, clean hvcs_open a bit by Jiri Slaby · 12 years ago
  16. 6968a75 TTY: hvcs, use tty from tty_port by Jiri Slaby · 13 years ago
  17. 2cd9fa2 TTY: hvcs, use kref from tty_port by Jiri Slaby · 13 years ago
  18. 1997cf0 TTY: hvcs, add tty_port by Jiri Slaby · 13 years ago
  19. cb52d89 powerpc+sparc/vio: Modernize driver registration by Benjamin Herrenschmidt · 13 years ago
  20. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
  21. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  22. d4e33fa serial: Kill off NO_IRQ by Alan Cox · 13 years ago
  23. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  24. 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  25. ac07a4a hvcs: Ensure page aligned partner info buffer by Brian King · 13 years ago
  26. 0b05835 TTY: use tty_wait_until_sent_from_close in other drivers by Jiri Slaby · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  28. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  29. c7704d3 powerpc/pseries: Reduce HVCS driver insanity by Benjamin Herrenschmidt · 14 years ago
  30. 46a1ca7 hvcs: fix typo in comment by Paul Bolle · 14 years ago
  31. 728674a tty: move hvc drivers to drivers/tty/hvc/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/hvcs.c]
  32. 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
  33. 4b337c5 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  34. 317ccc4 hvcs: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  35. e364ca9 drivers/hvc: Add missing __devexit_p() by Mike Frysinger · 15 years ago
  36. 187cfc4 hvc_console: Remove tty->low_latency on pseries backends by Benjamin Herrenschmidt · 16 years ago
  37. 3d26825 powerpc: Make open count variables signed in hvcs/hvsi/hvc_console by roel kluin · 16 years ago
  38. b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 16 years ago
  39. bed9759 drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  40. 8dfba4d drivers/char/: Spelling fixes by Joe Perches · 17 years ago
  41. f7eb12c kobject: convert hvcs to use kref, not kobject by Greg Kroah-Hartman · 17 years ago
  42. b1c3011 [POWERPC] hvcs: Make some things static and const by Stephen Rothwell · 17 years ago
  43. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  44. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  45. c15bb29 [PATCH] HVCS char driver janitoring: move block of code by Linas Vepstas · 18 years ago
  46. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  47. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  48. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  49. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  50. 8f76078 [PATCH] Remove redundant NULL checks before [kv]free - in drivers/ by Jesper Juhl · 18 years ago
  51. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  52. 706c8c9 [PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPS by Segher Boessenkool · 19 years ago
  53. b8c7b97 [PATCH] powerpc: Compile warning in hvcs driver by Anton Blanchard · 19 years ago
  54. 2ef9481 [PATCH] powerpc: trivial: modify comments to refer to new location of files by Jon Mason · 19 years ago
  55. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  56. 915124d powerpc: set the driver.owner field for all vio drivers by Stephen Rothwell · 19 years ago
  57. 6fdf539 powerpc: don't duplicate name between vio_driver and device_driver by Stephen Rothwell · 19 years ago
  58. fb120da [PATCH] Make MODULE_DEVICE_TABLE work for vio devices by Stephen Rothwell · 19 years ago
  59. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago