index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
usb-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
USB: serial: wake up MSR-wait queue on disconnect
Johan Hovold
1
-0
/
+1
2013-03-26
USB: serial: add tiocmiwait subdriver operation
Johan Hovold
1
-4
/
+11
2013-03-26
USB: serial: use urb poison to reliably kill traffic
Johan Hovold
1
-18
/
+37
2013-03-26
USB: serial: rename port release
Johan Hovold
1
-2
/
+2
2013-03-26
USB: serial: fix port release
Johan Hovold
1
-7
/
+0
2013-03-26
USB: serial: clean up generic-operation handling
Johan Hovold
1
-6
/
+6
2013-03-26
USB: serial: remove generic release callback
Johan Hovold
1
-2
/
+1
2013-03-26
USB: serial: remove generic disconnect callback
Johan Hovold
1
-2
/
+2
2013-03-26
USB: serial: remove redundant allocation error messages
Johan Hovold
1
-28
/
+9
2013-03-26
USB: serial: clean up debug info
Johan Hovold
1
-19
/
+20
2013-03-26
USB: serial: remove redundant comments
Johan Hovold
1
-15
/
+5
2013-03-26
USB: serial: rename tty-port callbacks
Johan Hovold
1
-9
/
+9
2013-03-25
USB: serial: comments on suspend failure
Ming Lei
1
-0
/
+5
2013-03-25
Merge 3.9-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2013-03-22
USB: serial: fix interface refcounting
Johan Hovold
1
-1
/
+2
2013-03-19
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
1
-9
/
+1
2013-03-15
usb/serial: Remove unnecessary check for console
Peter Hurley
1
-9
/
+5
2013-02-13
USB: serial: fix null-pointer dereferences on disconnect
Johan Hovold
1
-2
/
+12
2013-01-19
USB: serial: grab disconnect mutex in chars_in_buffer
Johan Hovold
1
-4
/
+10
2012-11-16
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-0
/
+1
2012-10-02
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-100
/
+76
2012-09-19
USB: serial: fix up bug with missing {}
Greg Kroah-Hartman
1
-1
/
+2
2012-09-18
USB: serial: core: fix up printk() usage
Greg Kroah-Hartman
1
-10
/
+3
2012-09-18
USB: Serial: usb-serial: remove debug module parameter
Greg Kroah-Hartman
1
-6
/
+2
2012-09-14
USB: serial: core: clean up dbg and printk usage.
Greg Kroah-Hartman
1
-77
/
+69
2012-09-14
USB: serial: core: remove some trace debugging calls
Greg Kroah-Hartman
1
-6
/
+0
2012-07-17
tty: Move the handling of the tty release logic
Alan Cox
1
-2
/
+1
2012-07-17
tty: move the termios object into the tty
Alan Cox
1
-1
/
+1
2012-06-27
Merge 3.5-rc4 into tty-next
Greg Kroah-Hartman
1
-5
/
+7
2012-06-14
TTY: usb-serial, use tty_port_install
Jiri Slaby
1
-1
/
+1
2012-06-14
usb: use usb_serial_put in usb_serial_probe errors
Jan Safrata
1
-3
/
+3
2012-06-14
USB: serial: Enforce USB driver and USB serial driver match
Bjørn Mork
1
-2
/
+4
2012-05-16
USB: serial: fix up reset_resume callback
Greg Kroah-Hartman
1
-2
/
+4
2012-05-16
USB: serial: generic driver is only for testing
Bjørn Mork
1
-0
/
+2
2012-05-16
USB: serial: hook up reset_resume callback
Greg Kroah-Hartman
1
-1
/
+23
2012-05-09
USB: serial: rework usb_serial_register/deregister_drivers()
Greg Kroah-Hartman
1
-16
/
+22
2012-05-08
USB: serial: remove bizarre generic_serial probe function
Greg Kroah-Hartman
1
-1
/
+1
2012-05-08
USB: serial: remove usb_serial_disconnect call in all drivers
Greg Kroah-Hartman
1
-13
/
+13
2012-05-08
USB: serial: remove usb_serial_probe call in all drivers
Greg Kroah-Hartman
1
-1
/
+1
2012-05-07
usb-serial: ftdi_sio: fix oops during autosuspend
Alan Stern
1
-2
/
+7
2012-04-25
USB: serial: fix interface data use
Johan Hovold
1
-4
/
+2
2012-04-11
USB: serial: fix race between probe and open
Johan Hovold
1
-0
/
+8
2012-04-10
USB: fix bug in serial driver unregistration
Alan Stern
1
-21
/
+2
2012-03-20
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-5
/
+72
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
2012-02-25
USB: serial: remove usb_serial_register and usb_serial_deregister
Greg Kroah-Hartman
1
-10
/
+2
2012-02-25
usb-serial: new API for driver registration
Alan Stern
1
-0
/
+75
2012-02-03
USB: serial, use tty_standard_install
Jiri Slaby
1
-10
/
+6
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-11-27
USB: remove BKL comments
Davidlohr Bueso
1
-2
/
+0
[prev]
[next]