index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
u_serial.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
usb: gadget: u_serial: Avoid double unlock of serial_port_lock
Prashanth K
1
-0
/
+7
2025-04-25
usb: gadget: u_serial: Implement remote wakeup capability
Prashanth K
1
-0
/
+43
2025-01-17
Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"
Greg Kroah-Hartman
1
-4
/
+4
2025-01-15
USB: gadget: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-1
/
+2
2024-12-23
usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null
Lianqin Hu
1
-4
/
+4
2024-12-04
usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer
Lianqin Hu
1
-3
/
+6
2024-08-12
Merge 6.11-rc3 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2024-07-31
usb: gadget: u_serial: add .get_icount() support
Michael Walle
1
-0
/
+22
2024-07-31
usb: gadget: u_serial: Set start_delayed during suspend
Prashanth K
1
-0
/
+1
2024-06-20
usb: gadget: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-06-13
usb: gadget: u_serial: Add null pointer check in gs_start_io
Kuen-Han Tsai
1
-1
/
+5
2023-05-29
usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push
Prashanth K
1
-0
/
+3
2023-05-29
usb: gadget: u_serial: Add null pointer check in gserial_suspend
Prashanth K
1
-2
/
+11
2023-02-14
usb: gadget: u_serial: Add null pointer check in gserial_resume
Prashanth K
1
-4
/
+19
2022-11-03
usb: gadget: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
2022-09-22
usb: gadget: add _init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2021-08-09
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-4
/
+4
2021-07-27
tty: don't store semi-state into tty drivers
Jiri Slaby
1
-15
/
+17
2021-07-21
usb: gadget: u_serial: remove WARN_ON on null port
Colin Ian King
1
-1
/
+1
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-3
/
+3
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-3
/
+3
2021-01-19
usb: gadget: u_serial: Remove old tasklet comments
Davidlohr Bueso
1
-2
/
+2
2021-01-04
usb: gadget: u_serial: use %*ph to print small buffer
Andy Shevchenko
1
-3
/
+1
2020-10-02
usb: gadget: u_serial: clear suspended flag when disconnecting
Yoshihiro Shimoda
1
-0
/
+1
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-07-09
usb: gadget: function: u_serial: Repair misdocumented function argument
Lee Jones
1
-1
/
+1
2020-05-25
usb: gadget: u_serial: add suspend resume callbacks
Fabrice Gasnier
1
-8
/
+49
2020-02-11
usb: gadget: serial: fix Tx stall after buffer overflow
Sergey Organov
1
-1
/
+3
2019-10-22
usb: gadget: u_serial: use mutex for serialising open()s
Michał Mirosław
1
-75
/
+37
2019-10-22
usb: gadget: u_serial: diagnose missed console messages
Michał Mirosław
1
-1
/
+14
2019-10-22
usb: gadget: u_serial: allow more console gadget ports
Michał Mirosław
1
-0
/
+48
2019-10-22
usb: gadget: u_serial: make OBEX port not a console
Michał Mirosław
1
-4
/
+12
2019-10-22
usb: gadget: u_serial: reimplement console support
Michał Mirosław
1
-181
/
+158
2019-10-22
usb: gadget: u_serial: add missing port entry locking
Michał Mirosław
1
-0
/
+2
2019-01-28
usb: gadget: u_serial: process RX in workqueue instead of tasklet
Michał Mirosław
1
-21
/
+14
2017-12-11
usb: gadget: u_serial: Use kfifo instead of homemade circular buffer
Lu Baolu
1
-168
/
+24
2017-11-07
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
usb: gadget: serial: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-08-18
usb: gadget: serial: fix oops when data rx'd after close
Stephen Warren
1
-1
/
+1
2017-05-16
usb: gadget: gserial: check if console kthread exists
Bogdan Mirea
1
-1
/
+1
2016-11-18
usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)
Felix Hädicke
1
-1
/
+2
2016-11-03
usb: Convert pr_warning to pr_warn
Joe Perches
1
-2
/
+2
2016-08-22
usb: gadget: Add the gserial port checking in gs_start_tx()
Baolin Wang
1
-1
/
+6
2016-06-21
usb: gadget: fix unused-but-set-variale warnings
Michal Nazarewicz
1
-2
/
+1
[next]