index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: usbfs: Don't WARN about excessively large memory allocations
Alan Stern
2021-05-21
1
-3
/
+8
*
usb: core: hub: fix race condition about TRSMRCY of resume
Chunfeng Yun
2021-05-13
1
-3
/
+3
*
USB: Add reset-resume quirk for WD19's Realtek Hub
Chris Chiu
2021-04-22
1
-0
/
+1
*
USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet
Kai-Heng Feng
2021-04-14
1
-0
/
+3
*
Revert "usb: Link the ports to the connectors they are attached to"
Greg Kroah-Hartman
2021-04-12
1
-3
/
+0
*
usb: core: reduce power-on-good delay time of root hub
Chunfeng Yun
2021-04-10
1
-2
/
+4
*
usb: core: hub: Fix PM reference leak in usb_port_resume()
Bixuan Cui
2021-04-09
1
-1
/
+1
*
usb: Iterator for ports
Heikki Krogerus
2021-04-09
1
-0
/
+46
*
usb: Link the ports to the connectors they are attached to
Heikki Krogerus
2021-04-09
1
-0
/
+3
*
Merge 5.12-rc6 into usb-next
Greg Kroah-Hartman
2021-04-05
1
-0
/
+4
|
\
|
*
USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem
Vincent Palatin
2021-03-23
1
-0
/
+4
*
|
usb: core: sysfs: Check for SSP rate in speed attr
Thinh Nguyen
2021-03-23
1
-1
/
+4
*
|
usb: core: hub: Print speed name based on ssp rate
Thinh Nguyen
2021-03-23
1
-3
/
+7
*
|
usb: core: hub: Remove port_speed_is_ssp()
Thinh Nguyen
2021-03-23
1
-30
/
+1
*
|
usb: core: Track SuperSpeed Plus GenXxY
Thinh Nguyen
2021-03-23
2
-1
/
+83
*
|
USB: core: rename usb_driver_claim_interface() data parameter
Johan Hovold
2021-03-23
1
-3
/
+3
*
|
USB: core: drop outdated interface-binding comment
Johan Hovold
2021-03-23
1
-4
/
+0
*
|
Merge 5.12-rc3 into usb-next
Greg Kroah-Hartman
2021-03-15
1
-0
/
+32
|
\
|
|
*
drm: Use USB controller's DMA mask when importing dmabufs
Thomas Zimmermann
2021-03-11
1
-0
/
+32
*
|
usb: common: add function to get interval expressed in us unit
Chunfeng Yun
2021-03-10
2
-48
/
+8
*
|
USB: core: no need to save usb_devices_root
Greg Kroah-Hartman
2021-03-10
1
-5
/
+3
|
/
*
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-02-25
1
-2
/
+2
|
\
|
*
kbuild: simplify access to the kernel's version
Sasha Levin
2021-02-16
1
-2
/
+2
*
|
usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...
Stefan Ursella
2021-02-10
1
-0
/
+3
*
|
USB: quirks: sort quirk entries
Johan Hovold
2021-02-10
1
-3
/
+3
|
/
*
kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urb
Andrey Konovalov
2021-01-07
1
-5
/
+3
*
USB: add RESET_RESUME quirk for Snapscan 1212
Oliver Neukum
2020-12-07
1
-0
/
+3
*
USB: core: drop pipe-type check from new control-message helpers
Johan Hovold
2020-12-07
1
-4
/
+1
*
USB: core: return -EREMOTEIO on short usb_control_msg_recv()
Johan Hovold
2020-12-04
1
-1
/
+1
*
USB: core: drop short-transfer check from usb_control_msg_send()
Johan Hovold
2020-12-04
1
-3
/
+2
*
Merge 5.10-rc6 into usb-next
Greg Kroah-Hartman
2020-11-30
2
-7
/
+17
|
\
|
*
USB: core: Change %pK for __user pointers to %px
Alan Stern
2020-11-20
1
-7
/
+7
|
*
USB: core: Fix regression in Hercules audio card
Alan Stern
2020-11-20
1
-0
/
+6
|
*
USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...
penghao
2020-11-20
1
-0
/
+4
*
|
USB: core: Constify static attribute_group structs
Rikard Falkeborn
2020-11-26
3
-10
/
+10
*
|
usb: fix a few cases of -Wfallthrough
Nick Desaulniers
2020-11-13
1
-0
/
+1
*
|
Merge 5.10-rc3 into usb-next
Greg Kroah-Hartman
2020-11-09
1
-0
/
+3
|
\
|
|
*
USB: Add NO_LPM quirk for Kingston flash drive
Alan Stern
2020-11-03
1
-0
/
+3
*
|
Merge 5.10-rc2 into usb-next
Greg Kroah-Hartman
2020-11-02
3
-12
/
+24
|
\
|
|
*
usbcore: Check both id_table and match() when both available
Bastien Nocera
2020-10-28
3
-12
/
+24
*
|
kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirq
Andrey Konovalov
2020-10-28
1
-2
/
+9
*
|
usb: core: Replace in_interrupt() in comments
Ahmed S. Darwish
2020-10-28
6
-29
/
+51
|
/
*
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-15
2
-18
/
+0
|
\
|
*
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...
Christoph Hellwig
2020-09-25
3
-49
/
+51
|
|
\
|
*
|
usb: don't inherity DMA properties for USB devices
Christoph Hellwig
2020-09-17
2
-18
/
+0
*
|
|
Merge 5.9-rc8 into usb-next
Greg Kroah-Hartman
2020-10-05
1
-16
/
+34
|
\
\
\
|
*
|
|
usbcore/driver: Accommodate usbip
M. Vefa Bicakci
2020-09-25
1
-6
/
+31
|
*
|
|
usbcore/driver: Fix incorrect downcast
M. Vefa Bicakci
2020-09-25
1
-9
/
+2
|
*
|
|
usbcore/driver: Fix specific driver selection
M. Vefa Bicakci
2020-09-25
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
USB: core: remove polling for /sys/kernel/debug/usb/devices
Sergey Korolev
2020-10-02
2
-42
/
+0
[next]