1. 55199ea pty: Always return -EIO if slave BSD pty opened first by Peter Hurley · 10 years ago
  2. 216030e tty: Check tty->count instead of TTY_CLOSING in tty_reopen() by Peter Hurley · 10 years ago
  3. 5d93e74 tty: Clarify re-open behavior of master ptys by Peter Hurley · 10 years ago
  4. 3ff51a1 tty: Remove TTY_HUPPING by Peter Hurley · 10 years ago
  5. c8483bc tty: Invert tty_lock/ldisc_sem lock order by Peter Hurley · 10 years ago
  6. 3ee175d tty: Don't hold tty_lock for ldisc release by Peter Hurley · 10 years ago
  7. 1bc8cde 8250_pci: Added driver for Endrun Technologies PTP PCIe card. by Mike Skoog · 10 years ago
  8. fa59e25 n_tty: Remove stale read lock comment by Peter Hurley · 10 years ago
  9. 95ea90d n_tty: Only process packet mode data in raw mode by Peter Hurley · 10 years ago
  10. 1aa1bf1 tty: Fix missed wakeup from packet mode status update by Peter Hurley · 10 years ago
  11. 4ed60fc pty: Hold ctrl_lock for packet mode updates by Peter Hurley · 10 years ago
  12. 2622d73 pty: Fix packet mode setting race by Peter Hurley · 10 years ago
  13. 54e8e5f pty: Don't claim slave's ctrl_lock for master's packet mode by Peter Hurley · 10 years ago
  14. 6054c16e tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled by Peter Hurley · 10 years ago
  15. 4d8c1df pty: Use spin_lock_irq() for pty_set_termios() by Peter Hurley · 10 years ago
  16. dbfcd85 tty: Move pty-specific set_termios() handling to pty driver by Peter Hurley · 10 years ago
  17. 6460fbb tty: WARN for attempted set_termios() of pty master by Peter Hurley · 10 years ago
  18. a361858 tty: Update code comment in __proc_set_tty() by Peter Hurley · 10 years ago
  19. e218eb3 tty: Serialize proc_set_tty() with tty_lock by Peter Hurley · 10 years ago
  20. e1c2296 tty: Move session_of_pgrp() and make static by Peter Hurley · 10 years ago
  21. 2c411c1 tty: Fix multiple races when setting the controlling terminal by Peter Hurley · 10 years ago
  22. ae28fa7 tty: Remove !tty condition from __proc_set_tty() by Peter Hurley · 10 years ago
  23. 5b23954 tty: Replace open-coded tty_get_pgrp() by Peter Hurley · 10 years ago
  24. 8a8a551 uml: Fix unsafe pid reference to foreground process group by Peter Hurley · 10 years ago
  25. bce65f1 tty: Remove tsk parameter from proc_set_tty() by Peter Hurley · 10 years ago
  26. 11d9bef tty: Reorder proc_set_tty() and related fns by Peter Hurley · 10 years ago
  27. 8f166e0 tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api by Peter Hurley · 10 years ago
  28. edf4eda tty: serial: 8250_core: restore the LCR register in set_sleep by Sudhir Sreedharan · 10 years ago
  29. 513e438 serial: of-serial: fix up PM ops on no_console_suspend and port type by Jingchang Lu · 10 years ago
  30. 369e2b8 tty: Remove sparse lock annotations from tty_write_lock()/_unlock() by Peter Hurley · 10 years ago
  31. 91f189de serial: Fix sparse warnings in uart_throttle()/uart_unthrottle() by Peter Hurley · 10 years ago
  32. d4260b5 serial: Fix upstat_t sparse warnings by Peter Hurley · 10 years ago
  33. fda2b41 goldfish: off by one in goldfish_tty_console_setup() by Dan Carpenter · 10 years ago
  34. a4dc923 goldfish: fix sparse warnings by Fabian Frederick · 10 years ago
  35. 0df1f24 Linux 3.18-rc3 by Linus Torvalds · 10 years ago
  36. 81d92dc Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  37. ad2be37 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  38. 1226716 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  39. 3c43de0 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  40. 7501a53 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  41. 66338fe Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 10 years ago
  42. 7e05b80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  43. 4cb8c35 irda: stop calling sk_prot->disconnect() on connection failure by Linus Torvalds · 10 years ago
  44. 74cfe07 drm/exynos: correct connector->dpms field before resuming by Andrzej Hajda · 10 years ago
  45. d6948b2 drm/exynos: enable vblank after DPMS on by Andrzej Hajda · 10 years ago
  46. 3cb6830 drm/exynos: init kms poll at the end of initialization by Andrzej Hajda · 10 years ago
  47. 64f7aed drm/exynos: propagate plane initialization errors by Andrzej Hajda · 10 years ago
  48. 9887e2d drm/exynos: vidi: fix build warning by Inki Dae · 10 years ago
  49. d9aaf75 drm/exynos: remove explicit encoder/connector de-initialization by Andrzej Hajda · 10 years ago
  50. c52142e drm/exynos: init vblank with real number of crtcs by Andrzej Hajda · 10 years ago
  51. a73896c KVM: vmx: defer load of APIC access page address during reset by Paolo Bonzini · 10 years ago
  52. 282da87 KVM: nVMX: Disable preemption while reading from shadow VMCS by Jan Kiszka · 10 years ago
  53. 7e46ddd KVM: x86: Fix far-jump to non-canonical check by Nadav Amit · 10 years ago
  54. 10a8fce Merge branch 'vmwgfx-fixes-3.18' of git://people.freedesktop.org/~thomash/linux by Dave Airlie · 10 years ago
  55. 12d7aac Merge tag 'staging-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  56. 528a506 Merge tag 'usb-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  57. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  58. 9f93567 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  59. ab01f96 Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  60. 08da742 Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  61. 653bc77 x86_64, entry: Fix out of bounds read on sysenter by Andy Lutomirski · 10 years ago
  62. 32e8fd2 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  63. e2488ab Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  64. 8945337 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  65. 5342929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  66. 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
  67. 9f58c62 Merge tag 'microblaze-3.18-rc3' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  68. 19e0d5f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 7d62728 Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  70. 76dfdc2 Merge branches 'acpi-scan' and 'acpi-ec' by Rafael J. Wysocki · 10 years ago
  71. f5fa363 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  72. 5656b408 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. c958f92 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  74. 99a49ce Merge tag 'master-2014-10-30' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  75. 1e5c4bc drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch mode by Lennart Sorensen · 10 years ago
  76. 6f979eb drivers: net: cpsw: Fix broken loop condition in switch mode by Lennart Sorensen · 10 years ago
  77. e0fb6fb net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 by Guenter Roeck · 10 years ago
  78. 1e19e08 stmmac: pci: set default of the filter bins by Andy Shevchenko · 10 years ago
  79. 7d2911c net: smc91x: Fix gpios for device tree based booting by Tony Lindgren · 10 years ago
  80. 85b0c6e sunvdc: don't call VD_OP_GET_VTOC by Dwight Engen · 10 years ago
  81. de05c40 mpls: Allow mpls_gso to be built as module by Pravin B Shelar · 10 years ago
  82. f7065f4 mpls: Fix mpls_gso handler. by Pravin B Shelar · 10 years ago
  83. aea4869 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. 0f4b067 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. bcdfdae Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  86. 4f080f05 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago
  87. d59c876 r8152: stop submitting intr for -EPROTO by hayeswang · 10 years ago
  88. e55a336 Revert "Input: i8042 - disable active multiplexing by default" by Dmitry Torokhov · 10 years ago
  89. 5f77fc4 Input: altera_ps2 - use correct type for irq return value by Tobias Klauser · 10 years ago
  90. d0269b8 Input: altera_ps2 - write to correct register when disabling interrupts by Tobias Klauser · 10 years ago
  91. fbefc5e Input: max77693-haptic - fix potential overflow by Dmitry Torokhov · 10 years ago
  92. e3a88f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  93. 127917c netfilter: nft_reject_bridge: restrict reject to prerouting and input by Pablo Neira Ayuso · 10 years ago
  94. 523b929 netfilter: nft_reject_bridge: don't use IP stack to reject traffic by Pablo Neira Ayuso · 10 years ago
  95. 8bfcdf6 netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions by Pablo Neira Ayuso · 10 years ago
  96. 052b949 netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions by Pablo Neira Ayuso · 10 years ago
  97. 4d87716 netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing by Pablo Neira Ayuso · 10 years ago
  98. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  99. b0afd8e isofs: don't bother with ->d_op for normal case by Al Viro · 10 years ago
  100. 9a72384 drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size. by Sinclair Yeh · 10 years ago