index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
urb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-04
kmsan: handle memory sent to/from USB
Alexander Potapenko
1
-0
/
+2
2022-01-25
USB: core: Fix hang in usb_kill_urb by adding memory barriers
Alan Stern
1
-0
/
+12
2021-05-27
USB: core: Check buffer length matches wLength for control transfers
Alan Stern
1
-0
/
+6
2021-05-22
USB: core: WARN if pipe direction != setup packet direction
Alan Stern
1
-0
/
+3
2020-09-16
USB: move snd_usb_pipe_sanity_check into the USB core
Greg Kroah-Hartman
1
-8
/
+23
2020-08-18
usb: core: Solve race condition in anchor cleanup functions
Eli Billauer
1
-35
/
+54
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2019-12-10
usb: core: urb: fix URB structure initialization function
Emiliano Ingrassia
1
-0
/
+1
2019-01-08
USB: core: urb: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+2
2018-03-20
usb: core: urb: Check SSP isoc ep comp descriptor
Thinh Nguyen
1
-0
/
+8
2017-12-12
USB: remove the URB_NO_FSBR flag
Alan Stern
1
-3
/
+0
2017-11-15
Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+26
2017-11-03
USB: core: move existing SPDX tags to top of the file
Greg Kroah-Hartman
1
-1
/
+1
2017-11-01
usb: core: urb: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-11
usb: core: Add a helper function to check the validity of EP type in URB
Takashi Iwai
1
-4
/
+26
2017-05-17
USB: core: replace %p with %pK
Vamsi Krishna Samavedam
1
-1
/
+1
2016-11-18
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-5
/
+2
2016-11-18
usb: core: urb make use of usb_endpoint_maxp_mult
Mike Krinkin
1
-5
/
+2
2016-10-29
USB: core: add missing license information to some files
Greg Kroah-Hartman
1
-0
/
+5
2016-08-30
usb: core: urb: don't print on ENOMEM
Wolfram Sang
1
-3
/
+1
2016-01-25
usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
Mathias Nyman
1
-1
/
+2
2015-10-25
USB: core: Codestyle fix in urb.c
Jonas Hesselmann
1
-2
/
+1
2014-07-23
usb: core: allow zero packet flag for interrupt urbs
Amit Virdi
1
-0
/
+1
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
1
-14
/
+11
2014-02-19
treewide: Fix typo in Documentation/DocBook
Masanari Iida
1
-1
/
+1
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-08
USB: core: correct spelling mistakes in comments and warning
Rahul Bedarkar
1
-2
/
+2
2013-12-22
USB: core: remove CONFIG_USB_DEBUG usage
Greg Kroah-Hartman
1
-9
/
+7
2013-12-10
usb: core: allow isoc URBs for wireless devices with an interval < 6
Thomas Pugliese
1
-2
/
+2
2013-10-12
usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done
Hans de Goede
1
-2
/
+42
2013-08-12
USB: introduce usb_device_no_sg_constraint() helper
Ming Lei
1
-1
/
+2
2013-08-03
usb: fix some scripts/kernel-doc warnings
Yacine Belkadi
1
-12
/
+22
2013-07-25
USB: check sg buffer size in usb_submit_urb
Ming Lei
1
-0
/
+8
2013-03-26
USB: fix urb-poison imbalance
Johan Hovold
1
-1
/
+4
2012-11-12
USB: report submission of active URBs
Alan Stern
1
-1
/
+6
2012-10-22
USB: update documentation for URB_ISO_ASAP
Alan Stern
1
-3
/
+19
2012-05-01
usbhid: prevent deadlock during timeout
Oliver Neukum
1
-0
/
+21
2012-04-07
USB documentation: explain lifetime rules for unlinking URBs
Alan Stern
1
-0
/
+12
2012-03-03
usb/core: remove "always" from usb_unlink_urb() kernel doc entry
Sebastian Andrzej Siewior
1
-4
/
+7
2012-02-03
USB: debugging code shouldn't alter control flow
Alan Stern
1
-13
/
+8
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-1
/
+1
2011-03-14
USB: Add support for SuperSpeed isoc endpoints
Paul Zimmerman
1
-1
/
+10
2010-10-22
USB: output an error message when the pipe type doesn't match the endpoint type
Simon Arlott
1
-1
/
+4
2010-08-11
USB: fix thread-unsafe anchor utiliy routines
Christian Lamparter
1
-29
/
+21
2010-05-21
USB: Add a usb_pipe_endpoint() convenience function
Matthew Wilcox
1
-2
/
+1
2010-05-21
USB: fix usbmon and DMA mapping for scatter-gather URBs
Alan Stern
1
-3
/
+6
2010-05-21
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
1
-2
/
+2
2010-05-21
USB: make hcd.h public (drivers dependency)
Eric Lescouet
1
-1
/
+1
2010-03-19
USB: Fix usb_fill_int_urb for SuperSpeed devices
Matthew Wilcox
1
-0
/
+1
2010-03-03
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Greg Kroah-Hartman
1
-3
/
+3
[next]