1. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
  2. 5823323e tty: Allow unreadable mess to be > 80 chars by Peter Hurley · 9 years ago
  3. 8d082cd tty: Unify receive_buf() code paths by Peter Hurley · 9 years ago
  4. 2d73b06 staging: dgap: Remove redundant write_wait wakeups by Peter Hurley · 9 years ago
  5. 7f71b2c1 n_tty: Ignore all read data when closing by Peter Hurley · 9 years ago
  6. c9c10d9 tty: rocket: Remove private close_wait by Peter Hurley · 9 years ago
  7. cee10c8 serial: 8250: Unfold < 80 char lines by Peter Hurley · 9 years ago
  8. 611e0d8 serial: 8250: Wait for irq to complete before shutdown by Peter Hurley · 9 years ago
  9. d70a7b1 serial: 8250: Unlink uart console ptr if console setup fails by Peter Hurley · 9 years ago
  10. 6a597a3 serial: 8250: Remove low_latency workaround by Peter Hurley · 9 years ago
  11. d22f8f1 serial: 8250: Fix lost rx state by Peter Hurley · 9 years ago
  12. 3f6b3ce serial: 8250: Refactor serial8250_rx_chars() inner loop by Peter Hurley · 9 years ago
  13. 87108bc tty: n_tty: fix SIGIO for output by Peter Hurley · 9 years ago
  14. ffb91a4 n_tty: Remove tty count checks from unthrottle by Peter Hurley · 9 years ago
  15. 7bccc36 n_tty: Fix stuck write wakeup by Peter Hurley · 9 years ago
  16. a8f3a29 tty: Fix ioctl(FIOASYNC) on hungup file by Peter Hurley · 9 years ago
  17. f557474 tty: Add fasync() hung up file operation by Peter Hurley · 9 years ago
  18. bee6741 tty, n_tty: Remove fasync() ldisc notification by Peter Hurley · 9 years ago
  19. 33d7136 n_tty: Always wake up read()/poll() if new input by Peter Hurley · 9 years ago
  20. 55b6314 tty: audit: Poison tty_audit_buf while process exits by Peter Hurley · 9 years ago
  21. 82b5c93 tty: audit: Always push audit buffer before TIOCSTI by Peter Hurley · 9 years ago
  22. f17c366 tty: audit: Check audit enable first by Peter Hurley · 9 years ago
  23. fbaa122 tty: audit: Simplify first-use allocation by Peter Hurley · 9 years ago
  24. 5493090 tty: audit: Remove tty_audit_buf reference counting by Peter Hurley · 9 years ago
  25. 5c8b318 tty: audit: Remove false memory optimization by Peter Hurley · 9 years ago
  26. 2e28d38 tty: audit: Handle tty audit enable atomically by Peter Hurley · 9 years ago
  27. 4d240b6 tty: audit: Track tty association with dev_t by Peter Hurley · 9 years ago
  28. 37282a7 tty: audit: Combine push functions by Peter Hurley · 9 years ago
  29. b50819f tty: audit: Ignore current association for audit push by Peter Hurley · 9 years ago
  30. f229c2c tty: audit: Take siglock directly by Peter Hurley · 9 years ago
  31. a75c9b0 tty: audit: Defer audit buffer association by Peter Hurley · 9 years ago
  32. 309426a tty: audit: Remove icanon mode from call chain by Peter Hurley · 9 years ago
  33. eab25a5 tty: audit: Never audit packet mode by Peter Hurley · 9 years ago
  34. d7c0ba4 tty: audit: Early-out pty master reads earlier by Peter Hurley · 9 years ago
  35. 4a51096 tty: Make tty_files_lock per-tty by Peter Hurley · 9 years ago
  36. e802ca0 tty: Move tty_check_change() helper by Peter Hurley · 9 years ago
  37. 2722873 tty: Eliminate global symbol tty_ldisc_N_TTY by Peter Hurley · 9 years ago
  38. d1d027e tty: Unexport system-wide tty_mutex by Peter Hurley · 9 years ago
  39. 9de2a7c tty: Avoid unnecessary temporaries for tty->ldisc by Peter Hurley · 9 years ago
  40. 133b130 tty: Document c_line == N_TTY initial condition by Peter Hurley · 9 years ago
  41. 892d1fa tty: Destroy ldisc instance on hangup by Peter Hurley · 9 years ago
  42. 7896f30 tty: Refactor tty_ldisc_reinit() for reuse by Peter Hurley · 9 years ago
  43. c12da96 tty: Use 'disc' for line discipline index name by Peter Hurley · 9 years ago
  44. 6ffeb4b tty: Move tty_ldisc_kill() by Peter Hurley · 9 years ago
  45. a570a49 tty: Handle NULL tty->ldisc by Peter Hurley · 9 years ago
  46. e55afd1 tty: Prepare for destroying line discipline on hangup by Peter Hurley · 9 years ago
  47. 5b6e683 tty: Fix comments for tty_ldisc_release() by Peter Hurley · 9 years ago
  48. c0cc1c5 tty: Fix comments for tty_ldisc_get() by Peter Hurley · 9 years ago
  49. ece5340 tty: Reset c_line from driver's init_termios by Peter Hurley · 9 years ago
  50. fdfb719 tty: Remove chars_in_buffer() line discipline method by Peter Hurley · 9 years ago
  51. 46b94e7 serial: 68328: Remove bogus ldisc reset by Peter Hurley · 9 years ago
  52. 6aa5678 staging: digi: Replace open-coded tty_wakeup() by Peter Hurley · 9 years ago
  53. d6203d0 tty: Refactor tty_open() by Peter Hurley · 9 years ago
  54. 11e1d4a tty: Consolidate noctty checks in tty_open() by Peter Hurley · 9 years ago
  55. c2bb524 tty: Remove __lockfunc annotation from tty lock functions by Peter Hurley · 9 years ago
  56. c1e33af pty: Remove pty_unix98_shutdown() by Peter Hurley · 9 years ago
  57. 05de87ed tty: Re-declare tty_driver_remove_tty() file scope by Peter Hurley · 9 years ago
  58. a3123fd tty: Fix tty_init_termios() declaration by Peter Hurley · 9 years ago
  59. a99cc5d tty: Remove !tty check from free_tty_struct() by Peter Hurley · 9 years ago
  60. c8b710b tty: Fix ldisc leak in failed tty_init_dev() by Peter Hurley · 9 years ago
  61. f4f9edc staging/speakup: Use tty_ldisc_ref() for paste kworker by Peter Hurley · 9 years ago
  62. 6d27a63 n_tty: Fix unsafe reference to "other" ldisc by Peter Hurley · 9 years ago
  63. 5c17c86 tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) by Peter Hurley · 9 years ago
  64. 7f22f6c tty: Retry failed reopen if tty teardown in-progress by Peter Hurley · 9 years ago
  65. 0bfd464 tty: Wait interruptibly for tty lock on reopen by Peter Hurley · 9 years ago
  66. e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  67. e1c1087 Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  68. 81f05fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  69. 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  70. 6b31de3 ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list by Josh Boyer · 9 years ago
  71. 7885f2f intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs by Souvik Kumar Chakravarty · 9 years ago
  72. 1f29cb1 MIPS: bcm963xx: Move extended flash address to bcm_tag header file by Simon Arlott · 9 years ago
  73. 8fce60b MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure by Simon Arlott · 9 years ago
  74. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  75. aaa8666 IRQCHIP: irq-pic32-evic: Add support for PIC32 interrupt controller by Cristian Birsan · 9 years ago
  76. b3e27d5 Merge tag 'ntb-4.5' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  77. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  78. 20c759c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  79. 98d9450 Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into next by Zhang Rui · 9 years ago
  80. 79d2453 Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  81. 1b8ee1e Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  82. 5430dfe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  83. 4adea1f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  84. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
  85. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  86. 57b8f11 lustre: remove unused declaration by Al Viro · 9 years ago
  87. 2c9b3eb Merge tag 'mmc-v4.5-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  88. 48162a2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  89. 00affca soc: qcom/spm: shut up uninitialized variable warning by Arnd Bergmann · 9 years ago
  90. 3e1e21c Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  91. 0a13dae Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  92. 6412035 Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  93. b26a95d Merge branch 'next' into for-linus by Dmitry Torokhov · 9 years ago
  94. 03beaec NTB: Fix macro parameter conflict with field name by Allen Hubbe · 9 years ago
  95. a1b3695 NTB: Add support for AMD PCI-Express Non-Transparent Bridge by Xiangliang Yu · 9 years ago
  96. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  97. d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  98. 859e762 Merge tag 'pwm/for-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  99. 278e5ac Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 9 years ago
  100. 1761b22 rbd: delete an unnecessary check before rbd_dev_destroy() by Markus Elfring · 9 years ago