1. b4338e1 n_gsm: avoid accessing freed memory during CMD_FCOFF condition by Russ Gorby · 12 years ago
  2. 5e44708 n_gsm: added interlocking for gsm_data_lock for certain code paths by Russ Gorby · 12 years ago
  3. 10c6c38 char: n_gsm: remove message filtering for contipated DLCI by samix.lebsir · 12 years ago
  4. c01af4f n_gsm : Flow control handling in Mux driver by Frederic Berat · 12 years ago
  5. 192b604 n_gsm: uplink SKBs accumulate on list by Russ Gorby · 12 years ago
  6. 7e8ac7b n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX by xiaojin · 12 years ago
  7. e9490e9 Remove BUG_ON from n_tty_read() by Stanislav Kozina · 12 years ago
  8. 6683549 8250: add AgeStar AS-PRS2-009 by Alan Cox · 12 years ago
  9. 386d95b drivers/tty/moxa.c: fix error return code by Julia Lawall · 12 years ago
  10. 640de63 MIPS: OCTEON: Fix breakage due to 8250 changes. by David Daney · 12 years ago
  11. a33ba82 TTY: synclink_cs, fix build by Jiri Slaby · 12 years ago
  12. a342ca1 TTY: mxser, fix invalid module_parm permissions by Jiri Slaby · 12 years ago
  13. 27bf7c4 TTY: hvcs, add tty install by Jiri Slaby · 12 years ago
  14. 97d1508 TTY: hvcs, clean hvcs_open a bit by Jiri Slaby · 12 years ago
  15. bdb498c TTY: hvc_console, add tty install by Jiri Slaby · 12 years ago
  16. 20cda6f TTY: tty3270, add tty install by Jiri Slaby · 12 years ago
  17. 9c650ff TTY: ircomm_tty, add tty install by Jiri Slaby · 12 years ago
  18. ee3b48d TTY: synclinkmp, add tty install by Jiri Slaby · 12 years ago
  19. 8a3ad10 TTY: synclink, add tty install by Jiri Slaby · 12 years ago
  20. f7e0405 TTY: i4l, add tty install by Jiri Slaby · 12 years ago
  21. d228110 TTY: con3215, add tty install by Jiri Slaby · 12 years ago
  22. 3ec0a17 TTY: con3215, unset raw3215[line] by Jiri Slaby · 12 years ago
  23. 5920c2c TTY: nfcon, add tty_port and link it by Jiri Slaby · 12 years ago
  24. 793be89 TTY: moxa, convert to dynamic device by Jiri Slaby · 12 years ago
  25. cc93441e TTY: synclink_cs, final cleanup in synclink_cs_init by Jiri Slaby · 12 years ago
  26. 16a1065 TTY: synclink_cs, use dynamic tty devices by Jiri Slaby · 12 years ago
  27. 737586f TTY: synclink_cs, sanitize fail paths by Jiri Slaby · 12 years ago
  28. b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
  29. 2cb4ca0 TTY: add tty_port_link_device by Jiri Slaby · 12 years ago
  30. 72a33bf TTY: tty_port, add some documentation by Jiri Slaby · 12 years ago
  31. c4d6ebe TTY: automatically create nodes for some drivers by Jiri Slaby · 12 years ago
  32. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  33. 7e73eca TTY: move cdev_add to tty_register_device by Jiri Slaby · 12 years ago
  34. 0019b40 TTY: add support for unnumbered device nodes by Jiri Slaby · 12 years ago
  35. 16a0208 TTY: move allocations to tty_alloc_driver by Jiri Slaby · 12 years ago
  36. 21aca2f TTY: pty, switch to tty_alloc_driver by Jiri Slaby · 12 years ago
  37. 7f0bc6a TTY: pass flags to alloc_tty_driver by Jiri Slaby · 12 years ago
  38. 2312e4f TTY: tty3270, free tty driver properly by Jiri Slaby · 12 years ago
  39. 536a344 TTY: ttyprintk, initialize tty_port earlier by Jiri Slaby · 12 years ago
  40. ee8b593 TTY: ttyprintk, don't touch behind tty->write_buf by Jiri Slaby · 12 years ago
  41. f06fb54 TTY: ttyprintk, unregister tty driver on failure by Jiri Slaby · 12 years ago
  42. 38daf88 mxser: allow overlapping vector by Jiri Slaby · 12 years ago
  43. c565ee0 misc: pti, use tty_port_register_device by Jiri Slaby · 12 years ago
  44. 5bd4200 misc: pti, fix tty_port count by Jiri Slaby · 12 years ago
  45. fbf1c24 misc: pti, fix fail paths by Jiri Slaby · 12 years ago
  46. 3140bae misc: pti, do the opposite of ->probe in ->remove by Jiri Slaby · 12 years ago
  47. 065185f misc: pti, move ->remove to the PCI code by Jiri Slaby · 12 years ago
  48. dda3f32 misc: pti, stop using iomap's unmap on ioremap space by Jiri Slaby · 12 years ago
  49. c6333cc misc: pti, pci drvdata cannot be NULL in ->remove by Jiri Slaby · 12 years ago
  50. d156842 misc: pti, add const to pci_device_id table by Jiri Slaby · 12 years ago
  51. 86176ed TTY: n_gsm, use tty_port_install by Jiri Slaby · 12 years ago
  52. 3dd332c TTY: 68328serial, fix compilation by Jiri Slaby · 12 years ago
  53. 6f9ea7a TTY: pty, stop passing NULL to free_tty_struct by Jiri Slaby · 12 years ago
  54. 090abf7 n_tty: Don't lose characters when PARMRK is enabled by Jaeden Amero · 12 years ago
  55. 00aaae0 tty: Fix possible race in n_tty_read() by Stanislav Kozina · 12 years ago
  56. 857196e ipoctal: make it compile with the termios changes by Alan Cox · 12 years ago
  57. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  58. dc6802a tty: handle NULL parameters in free_tty_struct() by Dan Carpenter · 12 years ago
  59. 4ac5d70 tty: fix missing assignment by Dan Carpenter · 12 years ago
  60. 6b9563a tty: fix the metro-usb change I messed up by Alan Cox · 12 years ago
  61. 9b12daf serqt_usb2: drag screaming into the 21st century by Alan Cox · 12 years ago
  62. 2d8a100 tty: fix up usb serial console for termios change. by Stephen Rothwell · 12 years ago
  63. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  64. 0d7614f Linux 3.6-rc1 by Linus Torvalds · 12 years ago
  65. fc6bdb5 Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc by Linus Torvalds · 12 years ago
  66. 44d82e2 Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  67. bfdf85d Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  68. d1494ba Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  69. 0a276d1 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  70. 25aa6a7 Merge tag 'md-3.6' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  71. c892423 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  72. 410fc4ce Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  73. 630103e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  74. 8783b6e mm: remove node_start_pfn checking in new WARN_ON for now by Linus Torvalds · 12 years ago
  75. bac6f61 ARM: mmp: add missing irqs.h by Haojian Zhuang · 12 years ago
  76. 10b683c arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs by Thomas Petazzoni · 12 years ago
  77. debeaf6 ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes by Barry Song · 12 years ago
  78. f0666b1 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 12 years ago
  79. 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
  80. 08298f0 sh: explicitly include sh_dma.h in setup-sh7722.c by Guennadi Liakhovetski · 12 years ago
  81. 1a9b499 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  82. 1871e84 Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  83. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  84. 02a6ec6 Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  85. 9a2533c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  86. b070989 um: Add arch/x86/um to MAINTAINERS by Richard Weinberger · 12 years ago
  87. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  88. d4afcba um: fix ubd_file_size for read-only files by Martin Pärtel · 12 years ago
  89. d9f691c md/dm-raid: DM_RAID should select MD_RAID10 by NeilBrown · 12 years ago
  90. f54a9d0 md/raid1: submit IO from originating thread instead of md thread. by NeilBrown · 12 years ago
  91. 46a0640 raid5: raid5d handle stripe in batch way by Shaohua Li · 12 years ago
  92. 8811b59 raid5: make_request use batch stripe release by Shaohua Li · 12 years ago
  93. b8a4209 um: pull interrupt_end() into userspace() by Al Viro · 12 years ago
  94. 1bfa231 um: split syscall_trace(), pass pt_regs to it by Al Viro · 12 years ago
  95. a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 12 years ago
  96. d4fdc32 Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  97. 9a51cf2 Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  98. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  99. 95cf146 MIPS: Loongson 2: Sort out clock managment. by Ralf Baechle · 12 years ago
  100. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago