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